Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/crsr/
H A Dpam.cxx1113 SwPosition aSavePos( rPos ); // eine Vergleichsposition in GoCurrSection() local
1114 SwNodes& rNds = aSavePos.nNode.GetNodes(); in GoCurrSection()
1120 rPos = aSavePos; // Cusror nicht veraendern in GoCurrSection()
1126 return aSavePos != rPos; in GoCurrSection()
1133 SwPosition aSavePos( rPos ); // eine Vergleichsposition in GoNextSection() local
1134 SwNodes& rNds = aSavePos.nNode.GetNodes(); in GoNextSection()
1140 rPos = aSavePos; // Cusror nicht veraendern in GoNextSection()
1154 SwPosition aSavePos( rPos ); // eine Vergleichsposition in GoPrevSection() local
1155 SwNodes& rNds = aSavePos.nNode.GetNodes(); in GoPrevSection()
1161 rPos = aSavePos; // Cusror nicht veraendern in GoPrevSection()
/aoo41x/main/sw/source/core/docnode/
H A Dndcopy.cxx1340 SwNodeIndex aSavePos( rInsPos, -1 ); in CopyWithFlyInFly() local
1343 aSavePos++; in CopyWithFlyInFly()
1345 ((SwNodeIndex&)rRg.aEnd) = aSavePos; in CopyWithFlyInFly()
1361 ASSERT( rInsPos.GetIndex() - aSavePos.GetIndex() == in CopyWithFlyInFly()
1370 CopyFlyInFlyImpl( rRg, nEndContentIndex, aSavePos, bCopyFlyAtFly ); in CopyWithFlyInFly()
1373 SwNodeRange aCpyRange( aSavePos, rInsPos ); in CopyWithFlyInFly()
/aoo41x/main/sw/source/core/doc/
H A Dtblcpy.cxx562 SwNodeIndex aSavePos( aInsIdx, -1 ); in lcl_CpyBox() local
567 aSavePos++; in lcl_CpyBox()
629 SwTxtNode *const pTxtNd = aSavePos.GetNode().GetTxtNode(); in lcl_CpyBox()
647 SwPaM aPam( aSavePos ); in lcl_CpyBox()
H A Ddoccomp.cxx1392 SwNodeIndex aSavePos( aInsPos, -1 ); in ShowDelete() local
1396 aSavePos++; in ShowDelete()
1403 SwPaM* pTmp = new SwPaM( aSavePos.GetNode(), aInsPos.GetNode(), 0, -1, pDelRing ); in ShowDelete()
H A Ddocredln.cxx2309 SwPosition aSavePos( rSttPos ); in SelNextRedline() local
2410 *rPam.GetPoint() = aSavePos; in SelNextRedline()
2426 SwPosition aSavePos( rSttPos ); in SelPrevRedline() local
2529 *rPam.GetPoint() = aSavePos; in SelPrevRedline()
/aoo41x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx3596 SwPosition aSavePos( *pPam->GetPoint() ); in ReadHeaderFooter() local
3793 *pPam->GetPoint() = aSavePos; in ReadHeaderFooter()
3801 *pPam->GetPoint() = aSavePos; in ReadHeaderFooter()
/aoo41x/main/sw/source/filter/html/
H A Dhtmltab.cxx4854 SwPosition aSavePos; member in _CaptionSaveStruct
4862 _SectionSaveStruct( rParser ), aSavePos( rPos ) in _CaptionSaveStruct()
4872 const SwPosition& GetPos() const { return aSavePos; } in GetPos()

Completed in 110 milliseconds