Searched refs:rSectNd (Results 1 – 5 of 5) sorted by relevance
629 void SwSection::MakeChildLinksVisible( const SwSectionNode& rSectNd ) in MakeChildLinksVisible() argument644 || pNd == &rSectNd )) in MakeChildLinksVisible()1177 void lcl_BreakSectionLinksInSect( const SwSectionNode& rSectNd ) in lcl_BreakSectionLinksInSect() argument1179 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() argument1216 SwDoc* pDoc = rSectNd.GetDoc(); in lcl_UpdateLinksInSect()1234 ( pBLink = (SwBaseLink*)pLnk )->IsInRange( rSectNd.GetIndex(), in lcl_UpdateLinksInSect()[all …]
647 static Writer& OutHTML_Section( Writer& rWrt, const SwSectionNode& rSectNd ) in OutHTML_Section() argument656 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()
789 _SetGetExpFld::_SetGetExpFld( const SwSectionNode& rSectNd, in _SetGetExpFld() argument793 CNTNT.pSection = &rSectNd.GetSection(); in _SetGetExpFld()802 nNode = rSectNd.GetIndex(); in _SetGetExpFld()2582 void SwDocUpdtFld::GetBodyNode( const SwSectionNode& rSectNd ) in GetBodyNode() argument2584 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()
60 SwServerObject( SwSectionNode& rSectNd ) in SwServerObject() argument63 CNTNT_TYPE.pSectNd = &rSectNd; in SwServerObject()
264 void MakeChildLinksVisible( const SwSectionNode& rSectNd );
Completed in 85 milliseconds