Home
last modified time | relevance | path

Searched refs:rOutlNds (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dftnidx.cxx98 const SwOutlineNodes& rOutlNds = pDoc->GetNodes().GetOutLineNds(); in UpdateFtn() local
101 if( rOutlNds.Count() ) in UpdateFtn()
106 for( n = 0; n < rOutlNds.Count(); ++n ) in UpdateFtn()
107 if( rOutlNds[ n ]->GetIndex() > rStt.GetIndex() ) in UpdateFtn()
111 pCapStt = rOutlNds[ n ]; // Start eines neuen Kapitels in UpdateFtn()
113 for( ; n < rOutlNds.Count(); ++n ) in UpdateFtn()
117 nCapEnd = rOutlNds[ n ]->GetIndex(); // Ende des gefundenen Kapitels in UpdateFtn()
135 if( !rOutlNds.Count() ) in UpdateFtn()
226 const SwOutlineNodes& rOutlNds = pDoc->GetNodes().GetOutLineNds(); in UpdateAllFtn() local
229 for( sal_uInt16 n = 0; n < rOutlNds.Count(); ++n ) in UpdateAllFtn()
[all …]
H A Ddocnum.cxx182 if( !rOutlNds.Seek_Entry( pSttNd, &nSttPos ) && in OutlineUpDown()
187 if( rOutlNds.Seek_Entry( pEndNd, &nEndPos ) ) in OutlineUpDown()
342 SwTxtNode* pTxtNd = rOutlNds[ n ]->GetTxtNode(); in OutlineUpDown()
383 SwTxtNode* pTxtNd = rOutlNds[ n ]->GetTxtNode(); in OutlineUpDown()
589 for( sal_uInt16 n = 0; n < rOutlNds.Count(); ++n ) in lcl_FindOutlineName()
591 SwTxtNode* pTxtNd = rOutlNds[ n ]->GetTxtNode(); in lcl_FindOutlineName()
659 if(!rOutlNds.Count()) in lcl_FindOutlineNum()
664 for( ; nPos < rOutlNds.Count(); ++nPos ) in lcl_FindOutlineNum()
666 pNd = rOutlNds[ nPos ]->GetTxtNode(); in lcl_FindOutlineNum()
706 if( nPos >= rOutlNds.Count() ) in lcl_FindOutlineNum()
[all …]
H A Ddocdde.cxx357 const SwOutlineNodes& rOutlNds = GetNodes().GetOutLineNds(); in SelectServerObj() local
359 rOutlNds.Seek_Entry( pNd, &nTmpPos ); in SelectServerObj()
364 nTmpPos < rOutlNds.Count() && in SelectServerObj()
365 nLvl < rOutlNds[ nTmpPos ]->GetTxtNode()-> in SelectServerObj()
371 if( nTmpPos < rOutlNds.Count() ) in SelectServerObj()
372 rpRange->aEnd = *rOutlNds[ nTmpPos ]; in SelectServerObj()
H A Ddoctxm.cxx1275 const SwOutlineNodes& rOutlNds = rNds.GetOutLineNds(); in UpdateOutline() local
1276 for( sal_uInt16 n = 0; n < rOutlNds.Count(); ++n ) in UpdateOutline()
1279 SwTxtNode* pTxtNd = rOutlNds[ n ]->GetTxtNode(); in UpdateOutline()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx531 const SwOutlineNodes& rOutlNds = pDoc->GetNodes().GetOutLineNds(); in SetOultineRelSpaces() local
532 if( rOutlNds.Count() ) in SetOultineRelSpaces()
535 rOutlNds.Seek_Entry( &rStt.GetNode(), &nPos ); in SetOultineRelSpaces()
536 for( ; nPos < rOutlNds.Count() && in SetOultineRelSpaces()
537 rOutlNds[ nPos ]->GetIndex() < rEnd.GetIndex(); ++nPos ) in SetOultineRelSpaces()
539 SwTxtNode* pNd = rOutlNds[ nPos ]->GetTxtNode(); in SetOultineRelSpaces()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1051 const SwOutlineNodes& rOutlNds = rNds.GetOutLineNds(); in MakeOutlineSel() local
1052 if( !rOutlNds.Count() ) // wie jetzt ??? in MakeOutlineSel()
1066 SwNode* pSttNd = rOutlNds[ nSttPos ]; in MakeOutlineSel()
1067 SwNode* pEndNd = rOutlNds[ nEndPos ]; in MakeOutlineSel()
1073 for( ++nEndPos; nEndPos < rOutlNds.Count(); ++nEndPos ) in MakeOutlineSel()
1075 pEndNd = rOutlNds[ nEndPos ]; in MakeOutlineSel()
1083 else if( ++nEndPos < rOutlNds.Count() ) in MakeOutlineSel()
1084 pEndNd = rOutlNds[ nEndPos ]; in MakeOutlineSel()
1086 if( nEndPos == rOutlNds.Count() ) // kein Ende gefunden in MakeOutlineSel()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1967 const SwOutlineNodes& rOutlNds = rNds.GetOutLineNds(); in IsAnyCondition() local
1968 if( rOutlNds.Count() ) in IsAnyCondition()
1970 if( !rOutlNds.Seek_Entry( (SwCntntNode*)this, &nPos ) && nPos ) in IsAnyCondition()
1972 if( nPos < rOutlNds.Count() && in IsAnyCondition()
1973 rOutlNds[ nPos ]->GetIndex() < GetIndex() ) in IsAnyCondition()
1975 SwTxtNode* pOutlNd = rOutlNds[ nPos ]->GetTxtNode(); in IsAnyCondition()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1336 const SwOutlineNodes& rOutlNds = mpDoc->GetNodes().GetOutLineNds(); in Execute() local
1337 if( rOutlNds.Count() ) in Execute()
1340 for(sal_uInt16 n = 0; n < rOutlNds.Count(); ++n ) in Execute()
1341 if( ( nLevel = rOutlNds[n]->GetTxtNode()->GetAttrOutlineLevel()) > 0 && in Execute()

Completed in 73 milliseconds