Home
last modified time | relevance | path

Searched refs:MoveParagraph (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Dunnum.cxx278 rContext.GetDoc().MoveParagraph( rPam, -nOffset, in UndoImpl()
291 rContext.GetDoc().MoveParagraph(rPam, nOffset, UNDO_OUTLINE_UD == GetId()); in RedoImpl()
304 rDoc.MoveParagraph(rContext.GetRepeatPaM(), nOffset, sal_False); in RepeatImpl()
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx413 sal_Bool SwEditShell::MoveParagraph( long nOffset ) in MoveParagraph() function in SwEditShell
425 sal_Bool bRet = GetDoc()->MoveParagraph( *pCrsr, nOffset ); in MoveParagraph()
535 bRet = GetDoc()->MoveParagraph( aCrsr, nOffset ); in MoveNumParas()
/trunk/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx502 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()
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx1245 rWrtSh.MoveParagraph(1); in Execute()
1251 rWrtSh.MoveParagraph(-1); in Execute()
/trunk/main/sw/inc/
H A Deditsh.hxx460 sal_Bool MoveParagraph( long nOffset = 1 );
H A Ddoc.hxx1659 sal_Bool MoveParagraph( const SwPaM&, long nOffset = 1, sal_Bool bIsOutlMv = sal_False );
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx580 return MoveParagraph( aPam, nOffs, sal_True ); in MoveOutlinePara()
1916 sal_Bool SwDoc::MoveParagraph( const SwPaM& rPam, long nOffset, sal_Bool bIsOutlMv ) in MoveParagraph() function in SwDoc

Completed in 55 milliseconds