Searched refs:NumUpDown (Results 1 – 8 of 8) sorted by relevance
329 rContext.GetDoc().NumUpDown(rPam, 1 != nOffset ); in UndoImpl()335 rContext.GetDoc().NumUpDown(rPam, 1 == nOffset); in RedoImpl()340 rContext.GetDoc().NumUpDown(rContext.GetRepeatPaM(), 1 == nOffset); in RepeatImpl()
326 sal_Bool SwEditShell::NumUpDown( sal_Bool bDown ) in NumUpDown() function in SwEditShell333 bRet = GetDoc()->NumUpDown( *pCrsr, bDown ); in NumUpDown()340 bRet = bRet && GetDoc()->NumUpDown( aRangeArr.SetPam( n, aPam ), bDown ); in NumUpDown()579 bRet = GetDoc()->NumUpDown( aCrsr, !bUpperLeft ); in MoveNumParas()
165 rSh.NumUpDown( ( nSlot == FN_NUM_BULLET_DOWN ) in Execute()
1138 rWrtSh.NumUpDown( SID_INC_INDENT == nSlot ); in Execute()
460 sal_Bool NumUpDown( sal_Bool bDown = sal_True );
1664 sal_Bool NumUpDown( const SwPaM&, sal_Bool bDown = sal_True );
2405 rSh.NumUpDown( sal_True ); in KeyInput()2409 rSh.NumUpDown( sal_False ); in KeyInput()
1905 sal_Bool SwDoc::NumUpDown( const SwPaM& rPam, sal_Bool bDown ) in NumUpDown() function in SwDoc
Completed in 97 milliseconds