Searched refs:pSectionNode (Results 1 – 3 of 3) sorted by relevance
336 const SwNode* pSectionNode = rCurrentNode.FindSectionNode(); in lcl_SpecialInsertNode() local340 pInnermostNode = pSectionNode; in lcl_SpecialInsertNode()341 else if ( pSectionNode == NULL ) in lcl_SpecialInsertNode()347 ( pSectionNode->GetIndex() > pTableNode->GetIndex() ) in lcl_SpecialInsertNode()348 ? pSectionNode : pTableNode; in lcl_SpecialInsertNode()
2497 const SwSectionNode* pSectionNode = pSection->GetFmt()->GetSectionNode(); in Read_F_IncludeText() local2498 ASSERT(pSectionNode, "no section node!"); in Read_F_IncludeText()2499 if (!pSectionNode) in Read_F_IncludeText()2502 pPaM->GetPoint()->nNode = pSectionNode->GetIndex()+1; in Read_F_IncludeText()
1092 SwSectionNode* pSectionNode = pTblNode->FindSectionNode(); in getPropertyValue() local1093 if(pSectionNode) in getPropertyValue()1095 const SwSection& rSect = pSectionNode->GetSection(); in getPropertyValue()3357 SwSectionNode* pSectionNode = pTblNode->FindSectionNode(); in getPropertyValue() local3358 if(pSectionNode) in getPropertyValue()3360 const SwSection& rSect = pSectionNode->GetSection(); in getPropertyValue()
Completed in 65 milliseconds