Searched refs:MoveParagraph (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/source/core/undo/ |
H A D | unnum.cxx | 285 rContext.GetDoc().MoveParagraph( rPam, -nOffset, in UndoImpl() 298 rContext.GetDoc().MoveParagraph(rPam, nOffset, UNDO_OUTLINE_UD == GetId()); in RedoImpl() 311 rDoc.MoveParagraph(rContext.GetRepeatPaM(), nOffset, sal_False); in RepeatImpl()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | ednumber.cxx | 451 sal_Bool SwEditShell::MoveParagraph( long nOffset ) in MoveParagraph() function in SwEditShell 463 sal_Bool bRet = GetDoc()->MoveParagraph( *pCrsr, nOffset ); in MoveParagraph() 573 bRet = GetDoc()->MoveParagraph( aCrsr, nOffset ); in MoveNumParas()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 502 rShell.MoveParagraph( nMoves ); in InsertGreeting() 507 sal_Bool bMoved = rShell.MoveParagraph( 1 ); in InsertGreeting() 791 sal_Bool bMoved = m_pExampleWrtShell->MoveParagraph( bDown ? 1 : -1 ); in IMPL_LINK()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 1243 rWrtSh.MoveParagraph(1); in Execute() 1249 rWrtSh.MoveParagraph(-1); in Execute()
|
/aoo41x/main/sw/inc/ |
H A D | editsh.hxx | 462 sal_Bool MoveParagraph( long nOffset = 1);
|
H A D | doc.hxx | 1667 sal_Bool MoveParagraph( const SwPaM&, long nOffset = 1, sal_Bool bIsOutlMv = sal_False );
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docnum.cxx | 580 return MoveParagraph( aPam, nOffs, sal_True ); in MoveOutlinePara() 2008 sal_Bool SwDoc::MoveParagraph( const SwPaM& rPam, long nOffset, sal_Bool bIsOutlMv ) in MoveParagraph() function in SwDoc
|
Completed in 111 milliseconds