Searched refs:MoveLeftMargin (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/core/edit/ |
H A D | edattr.cxx | 378 void SwEditShell::MoveLeftMargin( sal_Bool bRight, sal_Bool bModulus ) in MoveLeftMargin() function in SwEditShell 389 GetDoc()->MoveLeftMargin( aRangeArr.SetPam( n, aPam ), in MoveLeftMargin() 393 GetDoc()->MoveLeftMargin( *pCrsr, bRight, bModulus ); in MoveLeftMargin()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unattr.cxx | 1098 rDoc.MoveLeftMargin( rPam, in RedoImpl() 1105 rDoc.MoveLeftMargin(rContext.GetRepeatPaM(), GetId() == UNDO_INC_LEFTMARGIN, in RepeatImpl()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 1148 rWrtSh.MoveLeftMargin( SID_INC_INDENT == nSlot, rReq.GetModifier() != KEY_MOD1 ); in Execute() 1156 rWrtSh.MoveLeftMargin( FN_INC_INDENT_OFFSET == nSlot, rReq.GetModifier() == KEY_MOD1 ); in Execute()
|
/aoo42x/main/sw/inc/ |
H A D | editsh.hxx | 842 void MoveLeftMargin( sal_Bool bRight = sal_True, sal_Bool bModulus = sal_True );
|
H A D | doc.hxx | 1900 void MoveLeftMargin( const SwPaM& rPam, sal_Bool bRight = sal_True,
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 2305 void SwDoc::MoveLeftMargin( const SwPaM& rPam, sal_Bool bRight, sal_Bool bModulus ) in MoveLeftMargin() function in SwDoc
|
Completed in 65 milliseconds