Home
last modified time | relevance | path

Searched refs:GetEndOfInserts (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/sw/source/core/edit/
H A Dedws.cxx190 pNd = &rNds.GetEndOfInserts(); in HasOtherCnt()
/aoo41x/main/sw/inc/
H A Dndarr.hxx160 SwNode& GetEndOfInserts() const { return *pEndOfInserts; } in GetEndOfInserts() function in SwNodes
/aoo41x/main/sw/source/core/crsr/
H A Dpam.cxx318 eSec = lcl_TstIdx( nStt, nEnd, rNds.GetEndOfInserts() ); in CheckNodesRange()
321 rNds.GetEndOfInserts(), nStt, nEnd ); in CheckNodesRange()
/aoo41x/main/sw/source/core/txtnode/
H A Datrftn.cxx354 SwStartNode* pSttNd = rNodes.MakeTextSection( SwNodeIndex( rNodes.GetEndOfInserts() ), in MakeNewTextSection()
/aoo41x/main/sw/source/core/docnode/
H A Dndcopy.cxx444 if( rIdx < pDoc->GetNodes().GetEndOfInserts().GetIndex() && in MakeCopy()
445 rIdx >= pDoc->GetNodes().GetEndOfInserts().StartOfSectionIndex() ) in MakeCopy()
H A Dnodes.cxx2057 if( aInsPos < pDoc->GetNodes().GetEndOfInserts().GetIndex() && in _CopyNodes()
2058 pDoc->GetNodes().GetEndOfInserts().StartOfSectionIndex() in _CopyNodes()
H A Dndtbl.cxx372 if( rPos.nNode < GetNodes().GetEndOfInserts().GetIndex() && in InsertTable()
373 rPos.nNode >= GetNodes().GetEndOfInserts().StartOfSectionIndex() ) in InsertTable()
/aoo41x/main/sw/source/filter/ww1/
H A Dfltshell.cxx1060 ( nNd < pDoc->GetNodes().GetEndOfInserts().GetIndex() && in SwFltShell()
1061 pDoc->GetNodes().GetEndOfInserts().StartOfSectionIndex() < nNd ); in SwFltShell()
/aoo41x/main/sw/source/core/layout/
H A Dlaycache.cxx579 pDoc->GetNodes().GetEndOfInserts().GetIndex()) / 3 * 5; in CalcPageCount()
/aoo41x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx333 ( nNd < pDoc->GetNodes().GetEndOfInserts().GetIndex() && in Continue()
334 pDoc->GetNodes().GetEndOfInserts().StartOfSectionIndex() < nNd ); in Continue()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par.cxx4523 bReadNoTbl = ( nNd < rDoc.GetNodes().GetEndOfInserts().GetIndex() && in CoreLoad()
4524 rDoc.GetNodes().GetEndOfInserts().StartOfSectionIndex() < nNd ); in CoreLoad()
/aoo41x/main/sw/source/filter/html/
H A Dswhtml.cxx3209 nTmpIdx = pDoc->GetNodes().GetEndOfInserts().GetIndex(); in SplitAttrTab()

Completed in 1099 milliseconds