Home
last modified time | relevance | path

Searched refs:MoveParagraphs (Results 1 – 11 of 11) sorted by path

/trunk/main/editeng/inc/editeng/
H A Deditview.hxx170 void MoveParagraphs( Range aParagraphs, sal_uInt32 nNewPos );
171 void MoveParagraphs( long nDiff );
/trunk/main/editeng/source/editeng/
H A Deditundo.cxx492 EditSelection aNewSel( GetImpEditEngine()->MoveParagraphs( aTmpRange, (sal_uInt32)nTmpDest, 0 ) ); in Undo()
499 EditSelection aNewSel( GetImpEditEngine()->MoveParagraphs( nParagraphs, nDest, 0 ) ); in Redo()
H A Deditview.cxx715 void EditView::MoveParagraphs( Range aParagraphs, sal_uInt32 nNewPos ) in MoveParagraphs() function in EditView
720 PIMPEE->MoveParagraphs( aParagraphs, nNewPos, this ); in MoveParagraphs()
724 void EditView::MoveParagraphs( long nDiff ) in MoveParagraphs() function in EditView
735 MoveParagraphs( aRange, in MoveParagraphs()
H A Dimpedit.cxx1750 …GetEditViewPtr()->MoveParagraphs( Range( pDragAndDropInfo->aBeginDragSel.nStartPara, pDragAndDropI… in drop()
H A Dimpedit.hxx802 EditSelection MoveParagraphs( Range aParagraphs, sal_uInt32 nNewPos, EditView* pCurView );
H A Dimpedit3.cxx4030 EditSelection ImpEditEngine::MoveParagraphs( Range aOldPositions, sal_uInt32 nNewPos, EditView* pCu… in MoveParagraphs() function in ImpEditEngine
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1928 …pParaList->MoveParagraphs( pInfos->nStartPara, pInfos->nDestPara, pInfos->nEndPara - pInfos->nStar… in IMPL_LINK()
H A Doutlvw.cxx736 pEditView->MoveParagraphs( nDY ); in AdjustHeight()
H A Dparalist.cxx130 void ParagraphList::MoveParagraphs( sal_uLong nStart, sal_uLong nDest, sal_uLong _nCount ) in MoveParagraphs() function in ParagraphList
H A Dparalist.hxx48 void MoveParagraphs( sal_uLong nStart, sal_uLong nDest, sal_uLong nCount );
/trunk/main/svx/workben/
H A Dedittest.cxx965 pEditView->MoveParagraphs( Range(nStartPara,nEndPara), 2 ); in IMPL_LINK()

Completed in 97 milliseconds