Searched refs:ImplInitDepth (Results 1 – 4 of 4) sorted by relevance
/trunk/main/editeng/source/outliner/ |
H A D | outliner.cxx | 140 ImplInitDepth( (sal_uInt32)nAbsPos, nDepth, sal_False ); in Insert() 261 ImplInitDepth( 0, GetMinDepth(), sal_False ); in Init() 307 ImplInitDepth( nPara, nNewDepth, sal_True ); in SetDepth() 477 ImplInitDepth( nPara, pPara->GetDepth(), sal_False ); in SetText() 537 ImplInitDepth( nInsPos, nCurDepth, sal_False ); in SetText() 628 ImplInitDepth( nPara, nOutlLevel, sal_False ); in ImpConvertEdtToOut() 707 ImplInitDepth( nP, pPara->GetDepth(), sal_False ); in AddText() 837 void Outliner::ImplInitDepth( sal_uInt32 nPara, sal_Int16 nDepth, sal_Bool bCreateUndo, sal_Bool bU… in ImplInitDepth() function in Outliner 1237 ImplInitDepth( n, nDepth, sal_False ); in Read() 1277 ImplInitDepth( nPara, pPara->GetDepth(), sal_False ); in ImpFilterIndents() [all …]
|
H A D | outlundo.cxx | 120 GetOutliner()->ImplInitDepth( mnPara, mnOldDepth, sal_False ); in Undo() 125 GetOutliner()->ImplInitDepth( mnPara, mnNewDepth, sal_False ); in Redo()
|
H A D | outlvw.cxx | 692 pOwner->ImplInitDepth( nPara, nNewDepth, sal_True, sal_False ); in Indent() 1537 pOwner->ImplInitDepth( nPara, pPara->GetDepth(), sal_False, sal_False ); in RemoveAttribs() 1863 pOwner->ImplInitDepth( n, nDepth, sal_False ); in Read()
|
/trunk/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 691 …void ImplInitDepth( sal_uInt32 nPara, sal_Int16 nDepth, sal_Bool bCreateUndo, sal_Bool bUndoAction…
|
Completed in 37 milliseconds