Searched refs:MoveNodeRange (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sw/source/core/undo/ |
H A D | unsort.cxx | 161 rDoc.MoveNodeRange(aRg, aIdx, in UndoImpl() 237 rDoc.MoveNodeRange(aRg, aIdx, in RedoImpl()
|
H A D | unmove.cxx | 202 bool bSuccess = pDoc->MoveNodeRange( aRg, aIdx, in UndoImpl() 294 rDoc.MoveNodeRange( aRg, aIdx, (bMoveRedlines) in RedoImpl()
|
H A D | untbl.cxx | 2187 pDoc->MoveNodeRange( rRg, rPos, (pSaveTbl->IsNewModel()) ? in MoveBoxCntnt()
|
/aoo41x/main/sw/inc/ |
H A D | IDocumentContentOperations.hxx | 105 virtual bool MoveNodeRange(SwNodeRange&, SwNodeIndex&, SwMoveFlags) = 0;
|
H A D | doc.hxx | 885 virtual bool MoveNodeRange(SwNodeRange&, SwNodeIndex&, SwMoveFlags);
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 450 MoveNodeRange( aRg, aStart, in SortText() 791 pDoc->MoveNodeRange( aRg, aIns, in MoveCell()
|
H A D | doclay.cxx | 852 MoveNodeRange( aRg, aPos.nNode, DOC_MOVEDEFAULT ); in MakeFlyAndMove()
|
H A D | docnum.cxx | 2330 MoveNodeRange( aMvRg, aIdx, DOC_MOVEREDLINES ); in MoveParagraph()
|
H A D | docedt.cxx | 1143 bool SwDoc::MoveNodeRange( SwNodeRange& rRange, SwNodeIndex& rPos, in MoveNodeRange() function in SwDoc
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edglbldc.cxx | 345 bool bRet = pMyDoc->MoveNodeRange( aRg, aInsPos, in MoveGlobalDocContent()
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 389 pDoc->MoveNodeRange( aRg, aTmpIdx, in SetFlysInDoc() 1226 pDoc->MoveNodeRange( aRg, aTmp, in ReadFly()
|
/aoo41x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 911 pDoc->MoveNodeRange( aRg, rInsPosNd, in PrepareMerge()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 1470 pDoc->MoveNodeRange( aRg, rInsPosNd, in GetMergeSel()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 5475 pDoc->MoveNodeRange( aSrcRg, aDstIdx, in BuildTable()
|
Completed in 127 milliseconds