Home
last modified time | relevance | path

Searched refs:GetEndOfContent (Results 1 – 25 of 65) sorted by relevance

123

/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx126 sal_uLong nNdEnd = pMyDoc->GetNodes().GetEndOfContent().GetIndex(); in GetGlobalDocContent()
207 pMyDoc->GetNodes().GetEndOfContent().GetIndex() ) in InsertGlobalDocContent()
288 rPos.nNode = pMyDoc->GetNodes().GetEndOfContent(); in DeleteGlobalDocContent()
337 aRg.aEnd = pMyDoc->GetNodes().GetEndOfContent(); in MoveGlobalDocContent()
343 aInsPos = pMyDoc->GetNodes().GetEndOfContent(); in MoveGlobalDocContent()
H A Dedglss.cxx135 pCrsr->GetPoint()->nNode = pMyDoc->GetNodes().GetEndOfContent().GetIndex()-1; in SaveGlossaryDoc()
157 aCpyPam.GetPoint()->nNode = pMyDoc->GetNodes().GetEndOfContent().GetIndex()-1; in SaveGlossaryDoc()
184 SwNodeIndex aIdx( rNds.GetEndOfContent(), -1 ); in _CopySelToDoc()
/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx246 : GetNodes().GetEndOfContent() ); in SplitDoc()
288 SwNodeIndex aTmpIdx( pDoc->GetNodes().GetEndOfContent() ); in SplitDoc()
294 pDoc->GetNodes().GetEndOfContent().GetIndex() ) in SplitDoc()
598 : GetNodes().GetEndOfContent() ); in SplitDoc()
639 SwNodeIndex aTmpIdx( pDoc->GetNodes().GetEndOfContent() ); in SplitDoc()
645 pDoc->GetNodes().GetEndOfContent().GetIndex() ) in SplitDoc()
H A Ddocnew.cxx449 SwNodeIndex(GetUndoManager().GetUndoNodes().GetEndOfContent()), in SwDoc()
451 new SwTxtNode( SwNodeIndex( GetNodes().GetEndOfContent() ), in SwDoc()
852 SwNodeIndex aSttIdx( *GetNodes().GetEndOfContent().StartOfSectionNode(), 1 ); in ClearDoc()
862 SwPaM const tmpPaM(aSttIdx, SwNodeIndex(GetNodes().GetEndOfContent())); in ClearDoc()
867 GetNodes().GetEndOfContent().GetIndex() - aSttIdx.GetIndex() ); in ClearDoc()
H A Dlist.cxx99 if (pNode != &rNodes.GetEndOfContent()) in SwListImpl()
106 while ( pNode != &rNodes.GetEndOfContent() ); in SwListImpl()
H A Ddoccomp.cxx1296 const SwNode& rSrcEndNd = rSrcNds.GetEndOfContent(); in CheckRanges()
1297 const SwNode& rDstEndNd = rDstNds.GetEndOfContent(); in CheckRanges()
1387 pLineNd = &rDoc.GetNodes().GetEndOfContent(); in ShowDelete()
1483 if (& rDoc.GetNodes().GetEndOfContent() == in SetRedlinesToDoc()
1516 if (& rDoc.GetNodes().GetEndOfContent() == in SetRedlinesToDoc()
H A Ddocnum.cxx464 aSttRg = *GetNodes().GetEndOfContent().StartOfSectionNode(); in MoveOutlinePara()
482 : GetNodes().GetEndOfContent(); in MoveOutlinePara()
521 pNd = GetNodes().GetEndOfContent().StartOfSectionNode(); in MoveOutlinePara()
523 pNd = &GetNodes().GetEndOfContent(); in MoveOutlinePara()
1979 if( nEndIdx >= GetNodes().GetEndOfContent().GetIndex() ) in MoveParagraph()
/trunk/main/sw/source/filter/ww8/
H A Dww8glsy.cxx106 SwNodeIndex aDocEnd( pD->GetNodes().GetEndOfContent() ); in MakeEntries()
176 SwNodeIndex aIdx( pGlDoc->GetNodes().GetEndOfContent(), in MakeEntries()
226 *pD->GetNodes().GetEndOfContent().StartOfSectionNode(), 1); in Load()
H A Drtfimportfilter.cxx78 SwPaM aPam( pDoc->GetNodes().GetEndOfContent() ); in filter()
H A Ddocxexportfilter.cxx64 SwPaM aPam( pDoc->GetNodes().GetEndOfContent() ); in exportDocument()
H A Drtfexportfilter.cxx75 SwPaM aPam( pDoc->GetNodes().GetEndOfContent() ); in filter()
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx305 CHKSECTION eSec = lcl_TstIdx( nStt, nEnd, rNds.GetEndOfContent() ); in CheckNodesRange()
939 pPos->nNode = *rNodes.GetEndOfContent().StartOfSectionNode(); in GoStartDoc()
950 pPos->nNode = rNodes.GetEndOfContent(); in GoEndDoc()
962 if( pPos->nNode < rNodes.GetEndOfContent().StartOfSectionIndex() ) in GoStartSection()
978 if( pPos->nNode < rNodes.GetEndOfContent().StartOfSectionIndex() ) in GoEndSection()
H A Dswcrsr.cxx1091 ? rNds.GetEndOfContent().StartOfSectionNode() in FindAll()
1095 ? lcl_MakeSelBkwrd( rNds.GetEndOfContent(), *pSttNd,*this, sal_False ) in FindAll()
1096 : lcl_MakeSelFwrd( *pSttNd, rNds.GetEndOfContent(), *this, sal_False )) in FindAll()
1154 rPos.nNode = *rNds.GetEndOfContent().StartOfSectionNode(); in FillFindPos()
1159 rPos.nNode = rNds.GetEndOfContent(); in FillFindPos()
1170 rPos.nNode = *rNds.GetEndOfContent().StartOfSectionNode(); in FillFindPos()
H A Dcrsrsh.cxx637 pPos->nNode = rNodes.GetEndOfContent(); in ExtendedSelectAll()
2477 SwNodeIndex aIdx( GetDoc()->GetNodes().GetEndOfContent(), -1 ); in IsEndOfDoc()
2698 SwNodeIndex aNodeIdx( *rNds.GetEndOfContent().StartOfSectionNode() ); in SwCrsrShell()
2857 aPam.GetMark()->nNode = rNds.GetEndOfContent(); in FindValidCntntNode()
3342 aIdx = (*(aNodes.GetEndOfContent().StartOfSectionNode())); in ClearUpCrsrs()
H A Dcrstrvl.cxx460 SwPosition aFndPos( GetDoc()->GetNodes().GetEndOfContent() ); in GotoNxtPrvTblFormula()
540 SwPosition aFndPos( GetDoc()->GetNodes().GetEndOfContent() ); in GotoNxtPrvTOXMark()
1087 pEndNd = &rNds.GetEndOfContent(); in MakeOutlineSel()
2228 const SwNode* pBodyEndNd = &rNds.GetEndOfContent(); in SelectNxtPrvHyperlink()
/trunk/main/sw/source/core/undo/
H A Dundel.cxx239 &aRg.aEnd.GetNode() != &pDoc->GetNodes().GetEndOfContent() ) in SwUndoDelete()
313 nNode = rNds.GetEndOfContent().GetIndex(); in SwUndoDelete()
314 rDocNds._MoveNodes( aRg, rNds, SwNodeIndex( rNds.GetEndOfContent() )); in SwUndoDelete()
316 nNode = rNds.GetEndOfContent().GetIndex() - nNode; // Differenz merken ! in SwUndoDelete()
/trunk/main/sw/source/filter/ascii/
H A Dwrtasc.cxx151 pDoc->GetNodes().GetEndOfContent().GetIndex() && in WriteStream()
153 pDoc->GetNodes().GetEndOfContent().GetIndex() - 1 == in WriteStream()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx192 sal_uLong nStartOfContent = rDoc.GetNodes().GetEndOfContent(). in Write()
355 sal_uLong nStartOfContent = rDoc.GetNodes().GetEndOfContent(). in CompareLayout()
519 nStartOfContent = pDoc->GetNodes().GetEndOfContent().StartOfSectionNode() in SwLayHelper()
573 sal_uLong nTmp = pDoc->GetNodes().GetEndOfContent().GetIndex() - in CalcPageCount()
H A Dnewfrm.cxx535 SwNodeIndex aIndex( *pDoc->GetNodes().GetEndOfContent().StartOfSectionNode() ); in Init()
575 SwNodeIndex aTmp( *pDoc->GetNodes().GetEndOfContent().StartOfSectionNode(), 1 ); in Init()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx428 SwNodeIndex aNodeIdx( *pPrtDoc->GetNodes().GetEndOfContent().StartOfSectionNode() ); in FillPrtDoc()
445 SwNodeIndex aNodeIdx( *pPrtDoc->GetNodes().GetEndOfContent().StartOfSectionNode() ); in FillPrtDoc()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx409 aFrmNdIdx = rNds.GetEndOfContent(); in ChgNode()
1628 if( !nSttIdx && nCnt == GetEndOfContent().GetIndex()+1 ) in DelNodes()
1896 if( rPos.nNode < rNodes.GetEndOfContent().GetIndex() ) in MoveRange()
1957 if ( &pStt->nNode.GetNode() == &GetEndOfContent() ) in MoveRange()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx190 return GetDoc()->GetNodes().GetEndOfContent().StartOfSectionNode(); in GetStartNode()
199 SwNode& rNode = GetDoc()->GetNodes().GetEndOfContent(); in CreateCursor()
2529 SwPaM aPam(GetDoc()->GetNodes().GetEndOfContent()); in CreateTextCursor()
2588 SwNode& rNode = GetDoc()->GetNodes().GetEndOfContent(); in createTextCursorByRange()
2628 SwNode& rNode = GetDoc()->GetNodes().GetEndOfContent(); in createEnumeration()
H A Dunoobj2.cxx884 const SwPosition aPos(GetDoc()->GetNodes().GetEndOfContent()); in DeleteAndInsert()
1323 const SwPosition aPos(GetDoc()->GetNodes().GetEndOfContent()); in createContentEnumeration()
1345 const SwPosition aPos(GetDoc()->GetNodes().GetEndOfContent()); in createEnumeration()
/trunk/main/sw/source/filter/basflt/
H A Dshellio.cxx115 SwNodeIndex nNode( pDoc->GetNodes().GetEndOfContent(), -1 ); in Read()
874 pPam = new SwPaM( pOutDoc->GetNodes().GetEndOfContent() ); in Write()
/trunk/main/sw/source/core/fields/
H A Dchpfld.cxx128 SwPosition aDummyPos( pDoc->GetNodes().GetEndOfContent() ); in ChangeExpansion()

Completed in 248 milliseconds

123