Home
last modified time | relevance | path

Searched refs:pSectNd (Results 26 – 29 of 29) sorted by relevance

12

/aoo42x/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1824 const SwSectionNode* pSectNd = rNode.FindSectionNode(); in OutputTextNode() local
1825 if ( pSectNd && TOX_CONTENT_SECTION == pSectNd->GetSection().GetType() ) in OutputTextNode()
1827 AttrOutput().StartTOX( pSectNd->GetSection() ); in OutputTextNode()
H A Dww8atr.cxx3237 const SwSectionNode* pSectNd = rFtn.GetTxtFtn()->GetTxtNode(). in lcl_IsAtTxtEnd() local
3239 while( pSectNd && FTNEND_ATPGORDOCEND == in lcl_IsAtTxtEnd()
3240 ((const SwFmtFtnAtTxtEnd&)pSectNd->GetSection().GetFmt()-> in lcl_IsAtTxtEnd()
3242 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in lcl_IsAtTxtEnd()
3244 if (!pSectNd) in lcl_IsAtTxtEnd()
/aoo42x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx407 SwSectionNode* pSectNd = pRegionEndIdx->GetNode(). in Continue() local
409 if( pSectNd ) in Continue()
410 pSectNd->GetSection().GetFmt()->SetFmtAttr( in Continue()
/aoo42x/main/sw/source/core/access/
H A Daccpara.cxx722 const SwSectionNode * pSectNd = pTxtNd->FindSectionNode(); in GetTOXSortTabBase() local
723 if( pSectNd ) in GetTOXSortTabBase()
725 const SwSection * pSect = &pSectNd->GetSection(); in GetTOXSortTabBase()

Completed in 81 milliseconds

12