Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/edit/
H A Dedws.cxx190 pNd = &rNds.GetEndOfInserts(); in HasOtherCnt()
/aoo42x/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()
/aoo42x/main/sw/inc/
H A Dndarr.hxx160 SwNode& GetEndOfInserts() const { return *pEndOfInserts; } in GetEndOfInserts() function in SwNodes
/aoo42x/main/sw/source/core/txtnode/
H A Datrftn.cxx354 SwStartNode* pSttNd = rNodes.MakeTextSection( SwNodeIndex( rNodes.GetEndOfInserts() ), in MakeNewTextSection()
/aoo42x/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()
/aoo42x/main/sw/source/filter/ww1/
H A Dfltshell.cxx1057 ( nNd < pDoc->GetNodes().GetEndOfInserts().GetIndex() && in SwFltShell()
1058 pDoc->GetNodes().GetEndOfInserts().StartOfSectionIndex() < nNd ); in SwFltShell()
/aoo42x/main/sw/source/core/layout/
H A Dlaycache.cxx579 pDoc->GetNodes().GetEndOfInserts().GetIndex()) / 3 * 5; in CalcPageCount()
/aoo42x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx324 ( nNd < pDoc->GetNodes().GetEndOfInserts().GetIndex() && in Continue()
325 pDoc->GetNodes().GetEndOfInserts().StartOfSectionIndex() < nNd ); in Continue()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8par.cxx4524 bReadNoTbl = ( nNd < rDoc.GetNodes().GetEndOfInserts().GetIndex() && in CoreLoad()
4525 rDoc.GetNodes().GetEndOfInserts().StartOfSectionIndex() < nNd ); in CoreLoad()
/aoo42x/main/sw/source/filter/html/
H A Dswhtml.cxx3192 nTmpIdx = pDoc->GetNodes().GetEndOfInserts().GetIndex(); in SplitAttrTab()

Completed in 116 milliseconds