Home
last modified time | relevance | path

Searched refs:pSectionNode (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dedsect.cxx336 const SwNode* pSectionNode = rCurrentNode.FindSectionNode(); in lcl_SpecialInsertNode() local
340 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx2504 const SwSectionNode* pSectionNode = pSection->GetFmt()->GetSectionNode(); in Read_F_IncludeText() local
2505 ASSERT(pSectionNode, "no section node!"); in Read_F_IncludeText()
2506 if (!pSectionNode) in Read_F_IncludeText()
2509 pPaM->GetPoint()->nNode = pSectionNode->GetIndex()+1; in Read_F_IncludeText()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1092 SwSectionNode* pSectionNode = pTblNode->FindSectionNode(); in getPropertyValue() local
1093 if(pSectionNode) in getPropertyValue()
1095 const SwSection& rSect = pSectionNode->GetSection(); in getPropertyValue()
3357 SwSectionNode* pSectionNode = pTblNode->FindSectionNode(); in getPropertyValue() local
3358 if(pSectionNode) in getPropertyValue()
3360 const SwSection& rSect = pSectionNode->GetSection(); in getPropertyValue()

Completed in 55 milliseconds