Home
last modified time | relevance | path

Searched refs:GetOutLineNds (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx173 if( !GetNodes().GetOutLineNds().Count() || !nOffset ) in OutlineUpDown()
177 const SwOutlineNodes& rOutlNds = GetNodes().GetOutLineNds(); in OutlineUpDown()
437 if( !GetNodes().GetOutLineNds().Count() || !nOffset || in MoveOutlinePara()
460 aSttRg = *GetNodes().GetOutLineNds()[ nAktPos ]; in MoveOutlinePara()
480 aEndRg = nTmpPos < GetNodes().GetOutLineNds().Count() in MoveOutlinePara()
481 ? *GetNodes().GetOutLineNds()[ nTmpPos ] in MoveOutlinePara()
525 pNd = GetNodes().GetOutLineNds()[ nAktPos + nOffset ]; in MoveOutlinePara()
588 const SwOutlineNodes& rOutlNds = rNds.GetOutLineNds(); in lcl_FindOutlineName()
656 const SwOutlineNodes& rOutlNds = rNds.GetOutLineNds(); in lcl_FindOutlineNum()
2630 return GetNodes().GetOutLineNds().Count(); in getOutlineNodesCount()
[all …]
H A Ddocglbl.cxx121 SwOutlineNodes* pOutlNds = (SwOutlineNodes*)&GetNodes().GetOutLineNds(); in SplitDoc()
474 if( pOutlNds != &GetNodes().GetOutLineNds() ) in SplitDoc()
517 SwOutlineNodes* pOutlNds = (SwOutlineNodes*)&GetNodes().GetOutLineNds(); in SplitDoc()
819 if( pOutlNds != &GetNodes().GetOutLineNds() ) in SplitDoc()
H A Dftnidx.cxx98 const SwOutlineNodes& rOutlNds = pDoc->GetNodes().GetOutLineNds(); in UpdateFtn()
226 const SwOutlineNodes& rOutlNds = pDoc->GetNodes().GetOutLineNds(); in UpdateAllFtn()
H A Ddocdde.cxx357 const SwOutlineNodes& rOutlNds = GetNodes().GetOutLineNds(); in SelectServerObj()
H A Ddoctxm.cxx1275 const SwOutlineNodes& rOutlNds = rNds.GetOutLineNds(); in UpdateOutline()
H A Ddoc.cxx2110 const SwOutlineNodes& rOutNds = GetNodes().GetOutLineNds(); in Summary()
/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx934 SwTxtNode* pTxtNd = (SwTxtNode*)rNds.GetOutLineNds()[ nIdx ]->GetTxtNode(); in GotoOutline()
969 if( rNds.GetOutLineNds().Seek_Entry( pNd, &nPos )) in GotoNextOutline()
972 if( nPos == rNds.GetOutLineNds().Count() ) in GotoNextOutline()
975 pNd = rNds.GetOutLineNds()[ nPos ]; in GotoNextOutline()
997 rNds.GetOutLineNds().Seek_Entry( pNd, &nPos ); in GotoPrevOutline()
1004 pNd = rNds.GetOutLineNds()[ nPos ]; in GotoPrevOutline()
1031 if( rNds.GetOutLineNds().Seek_Entry( pNd, &nPos )) in GetOutlinePos()
1036 pNd = rNds.GetOutLineNds()[ nPos ]; in GetOutlinePos()
1051 const SwOutlineNodes& rOutlNds = rNds.GetOutLineNds(); in MakeOutlineSel()
1172 && rNds.GetOutLineNds().Count() ) in GetContentAtPos()
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx589 const SwOutlineNodes& rOutlNd = GetDoc()->GetNodes().GetOutLineNds(); in IsProtectedOutlinePara()
644 const SwNode* pNd = rNds.GetOutLineNds()[ nIdx ]; in lcl_IsOutlineMoveAndCopyable()
/trunk/main/sw/source/core/docnode/
H A Dndnum.cxx218 const SwOutlineNodes & SwNodes::GetOutLineNds() const in GetOutLineNds() function in SwNodes
H A Dnode.cxx831 const SwOutlineNodes& rONds = GetNodes().GetOutLineNds(); in FindOutlineNodeOfLevel()
1967 const SwOutlineNodes& rOutlNds = rNds.GetOutLineNds(); in IsAnyCondition()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3753 sal_uInt16 nOutlineCount = pDoc->GetNodes().GetOutLineNds().Count(); in getByName()
3757 const SwOutlineNodes& rOutlineNodes = pDoc->GetNodes().GetOutLineNds(); in getByName()
3797 const SwOutlineNodes& rOutlineNodes = pDoc->GetNodes().GetOutLineNds(); in getElementNames()
3844 sal_uInt16 nOutlineCount = pDoc->GetNodes().GetOutLineNds().Count(); in hasByName()
3848 const SwOutlineNodes& rOutlineNodes = pDoc->GetNodes().GetOutLineNds(); in hasByName()
/trunk/main/sw/inc/
H A Dndarr.hxx248 const SwOutlineNodes& GetOutLineNds() const;
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx531 const SwOutlineNodes& rOutlNds = pDoc->GetNodes().GetOutLineNds(); in SetOultineRelSpaces()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx1080 if ( !GetDoc()->GetNodes().GetOutLineNds().Count() ) in GetState()
H A Ddocsh2.cxx1336 const SwOutlineNodes& rOutlNds = mpDoc->GetNodes().GetOutLineNds(); in Execute()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1994 const SwTxtNode* pTNd = mrSh.GetNodes().GetOutLineNds()[ i ]->GetTxtNode(); in EnhancedPDFExport()

Completed in 134 milliseconds