Searched refs:MoveParagraphs (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/editeng/inc/editeng/ |
H A D | editview.hxx | 170 void MoveParagraphs( Range aParagraphs, sal_uInt16 nNewPos ); 171 void MoveParagraphs( long nDiff );
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editview.cxx | 715 void EditView::MoveParagraphs( Range aParagraphs, sal_uInt16 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 D | editundo.cxx | 492 EditSelection aNewSel( GetImpEditEngine()->MoveParagraphs( aTmpRange, (sal_uInt16)nTmpDest, 0 ) ); in Undo() 499 EditSelection aNewSel( GetImpEditEngine()->MoveParagraphs( nParagraphs, nDest, 0 ) ); in Redo()
|
H A D | impedit.hxx | 802 EditSelection MoveParagraphs( Range aParagraphs, sal_uInt16 nNewPos, EditView* pCurView );
|
H A D | impedit.cxx | 1749 …GetEditViewPtr()->MoveParagraphs( Range( pDragAndDropInfo->aBeginDragSel.nStartPara, pDragAndDropI… in drop()
|
H A D | impedit3.cxx | 3963 EditSelection ImpEditEngine::MoveParagraphs( Range aOldPositions, sal_uInt16 nNewPos, EditView* pCu… in MoveParagraphs() function in ImpEditEngine
|
/aoo41x/main/editeng/source/outliner/ |
H A D | paralist.hxx | 48 void MoveParagraphs( sal_uLong nStart, sal_uLong nDest, sal_uLong nCount );
|
H A D | paralist.cxx | 130 void ParagraphList::MoveParagraphs( sal_uLong nStart, sal_uLong nDest, sal_uLong _nCount ) in MoveParagraphs() function in ParagraphList
|
H A D | outlvw.cxx | 736 pEditView->MoveParagraphs( nDY ); in AdjustHeight()
|
H A D | outliner.cxx | 1928 …pParaList->MoveParagraphs( pInfos->nStartPara, pInfos->nDestPara, pInfos->nEndPara - pInfos->nStar… in IMPL_LINK()
|
/aoo41x/main/svx/workben/ |
H A D | edittest.cxx | 965 pEditView->MoveParagraphs( Range(nStartPara,nEndPara), 2 ); in IMPL_LINK()
|
Completed in 96 milliseconds