Home
last modified time | relevance | path

Searched refs:rSectNd (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dsection.cxx629 void SwSection::MakeChildLinksVisible( const SwSectionNode& rSectNd ) in MakeChildLinksVisible() argument
644 || pNd == &rSectNd )) in MakeChildLinksVisible()
1177 void lcl_BreakSectionLinksInSect( const SwSectionNode& rSectNd ) in lcl_BreakSectionLinksInSect() argument
1179 if ( !rSectNd.GetDoc() ) in lcl_BreakSectionLinksInSect()
1186 if ( !rSectNd.GetSection().IsConnected() ) in lcl_BreakSectionLinksInSect()
1192 const ::sfx2::SvBaseLink* pOwnLink( &(rSectNd.GetSection().GetBaseLink() ) ); in lcl_BreakSectionLinksInSect()
1198 pSectLnk->IsInRange( rSectNd.GetIndex(), rSectNd.EndOfSectionIndex() ) ) in lcl_BreakSectionLinksInSect()
1214 void lcl_UpdateLinksInSect( SwBaseLink& rUpdLnk, SwSectionNode& rSectNd ) in lcl_UpdateLinksInSect() argument
1216 SwDoc* pDoc = rSectNd.GetDoc(); in lcl_UpdateLinksInSect()
1234 ( pBLink = (SwBaseLink*)pLnk )->IsInRange( rSectNd.GetIndex(), in lcl_UpdateLinksInSect()
[all …]
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx647 static Writer& OutHTML_Section( Writer& rWrt, const SwSectionNode& rSectNd ) in OutHTML_Section() argument
656 const SwSection& rSection = rSectNd.GetSection(); in OutHTML_Section()
667 sal_uInt32 nSectSttIdx = rSectNd.GetIndex(); in OutHTML_Section()
668 sal_uInt32 nSectEndIdx = rSectNd.EndOfSectionIndex(); in OutHTML_Section()
682 const SwStartNode *pSttNd = rSectNd.StartOfSectionNode(); in OutHTML_Section()
715 rSectNd.EndOfSectionIndex(), in OutHTML_Section()
720 rHTMLWrt.pCurPam->GetPoint()->nNode = *rSectNd.EndOfSectionNode(); in OutHTML_Section()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx789 _SetGetExpFld::_SetGetExpFld( const SwSectionNode& rSectNd, in _SetGetExpFld() argument
793 CNTNT.pSection = &rSectNd.GetSection(); in _SetGetExpFld()
802 nNode = rSectNd.GetIndex(); in _SetGetExpFld()
2582 void SwDocUpdtFld::GetBodyNode( const SwSectionNode& rSectNd ) in GetBodyNode() argument
2584 const SwDoc& rDoc = *rSectNd.GetDoc(); in GetBodyNode()
2587 if( rSectNd.GetIndex() < rDoc.GetNodes().GetEndOfExtras().GetIndex() ) in GetBodyNode()
2593 SwPosition aPos( rSectNd ); in GetBodyNode()
2610 pNew = new _SetGetExpFld( rSectNd, &aPos ); in GetBodyNode()
2616 pNew = new _SetGetExpFld( rSectNd ); in GetBodyNode()
/trunk/main/sw/inc/
H A Dswserv.hxx60 SwServerObject( SwSectionNode& rSectNd ) in SwServerObject() argument
63 CNTNT_TYPE.pSectNd = &rSectNd; in SwServerObject()
H A Dsection.hxx264 void MakeChildLinksVisible( const SwSectionNode& rSectNd );

Completed in 47 milliseconds