/aoo41x/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 411 SwSectionNode* pSectNd = pSttNd->FindSectionNode(); in SplitDoc() 430 pSectNd = pSttNd->FindSectionNode(); in SplitDoc() 433 pSectNd = aEndIdx.GetNode().FindSectionNode(); in SplitDoc() 446 pSectNd = pSttNd->FindSectionNode(); in SplitDoc() 762 SwSectionNode* pSectNd = pSttNd->FindSectionNode(); in SplitDoc() 781 pSectNd = pSttNd->FindSectionNode(); in SplitDoc() 784 pSectNd = aEndIdx.GetNode().FindSectionNode(); in SplitDoc() 795 pSectNd = pSttNd->FindSectionNode(); in SplitDoc()
|
H A D | ftnidx.cxx | 339 const SwSectionNode* pNd = rTxtFtn.GetTxtNode().FindSectionNode(); in FindSectNdWithEndAttr() 344 pNd = pNd->StartOfSectionNode()->FindSectionNode(); in FindSectNdWithEndAttr()
|
H A D | doctxm.cxx | 418 SwSectionNode* pSectNd = pNd->FindSectionNode(); in InsertTableOf() 424 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in InsertTableOf() 460 const SwSectionNode* pSectNd = rNd.FindSectionNode(); in GetCurTOX() 472 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in GetCurTOX() 2398 (0 != (pSectNode = pSectNode->StartOfSectionNode()->FindSectionNode())&& in IsTOXBaseInReadonly()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 107 SwSectionNode* pSectNd = aChkIdx.GetNode().FindSectionNode(); in lcl_IsInSameTblBox() 402 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsInsRegionAvailable() 403 const SwSectionNode* pEndSectNd = pCNd ? pCNd->FindSectionNode() : 0; in IsInsRegionAvailable() 457 0 != aIdx.GetNode().FindSectionNode() ) in IsInsRegionAvailable() 462 0 != aIdx.GetNode().FindSectionNode() ); in IsInsRegionAvailable() 505 const SwSectionNode* pSectNd = rPos.nNode.GetNode().FindSectionNode(); in GetCurrSection() 983 SwSectionNode* SwNode::FindSectionNode() in FindSectionNode() function in SwNode 1007 rThis.StartOfSectionNode()->FindSectionNode(); in lcl_initParent() 1117 SwSectionNode* pS = rIdx.GetNode().FindSectionNode(); in MakeFrms() 1386 SwSectionNode* pSectNd = StartOfSectionNode()->FindSectionNode(); in NodesArrChgd()
|
H A D | nodes.cxx | 2275 0 != (pSectNd = pNd->FindSectionNode() ) && in GoNextSection() 2332 0 != (pSectNd = pNd->FindSectionNode() ) && in GoPrevSection() 2368 ? pSttNd->StartOfSectionNode()->FindSectionNode() in FindPrvNxtFrmNode() 2369 : pSttNd->FindSectionNode(); in FindPrvNxtFrmNode()
|
H A D | section.cxx | 642 while( 0 != ( pParent = pNd->FindSectionNode() ) && in MakeChildLinksVisible() 1127 !pNd->StartOfSectionNode()->FindSectionNode() ) in GetGlobalDocSection()
|
H A D | ndcopy.cxx | 1354 const SwSectionNode* pSSectNd = rRg.aStart.GetNode().FindSectionNode(); in CopyWithFlyInFly() 1356 const SwSectionNode* pESectNd = aTmpI.GetNode().FindSectionNode(); in CopyWithFlyInFly()
|
H A D | node.cxx | 471 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsInProtectSect() 481 const SwStartNode* pSttNd = pNd->FindSectionNode(); in IsProtect()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | trvlreg.cxx | 44 SwSectionNode* pNd = aIdx.GetNode().FindSectionNode(); in GotoPrevRegion() 99 SwSectionNode* pNd = aIdx.GetNode().FindSectionNode(); in GotoNextRegion() 154 SwSectionNode* pNd = rCurCrsr.GetNode()->FindSectionNode(); in GotoCurrRegion() 187 SwSectionNode* pNd = pCurrNd->FindSectionNode(); in GotoCurrRegionAndSkip()
|
H A D | crsrsh.cxx | 1344 const SwSectionNode* pSectNd = rIdx.GetNode().FindSectionNode(); in lcl_CheckHiddenSection() 1602 const SwSectionNode* pSectNd = pShellCrsr->GetNode()->FindSectionNode(); in UpdateCrsr() 2384 const SwSectionNode* pSectNd = pTxtNd->FindSectionNode(); in SetVisCrsr() 2910 const SwSectionNode* pSectNd = rNdIdx.GetNode().FindSectionNode(); in FindValidCntntNode() 2937 const SwSectionNode* pSNd = pCNd->FindSectionNode(); in FindValidCntntNode()
|
H A D | pam.cxx | 871 ( !bInReadOnly && pNd->FindSectionNode() && in GetNode() 872 pNd->FindSectionNode()->GetSection().IsProtect() in GetNode()
|
H A D | swcrsr.cxx | 248 const SwSectionNode* pSectNd = rPtIdx.GetNode().FindSectionNode(); in IsSelOvr() 754 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsAtValidPos()
|
H A D | crstrvl.cxx | 1901 const SwSectionNode* pSectNd = pCNd->FindSectionNode(); in SetShadowCrsrPos()
|
/aoo41x/main/sw/inc/ |
H A D | node.hxx | 192 SwSectionNode *FindSectionNode(); 193 inline const SwSectionNode *FindSectionNode() const; 700 inline const SwSectionNode* SwNode::FindSectionNode() const in FindSectionNode() function in SwNode 702 return ((SwNode*)this)->FindSectionNode(); in FindSectionNode()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edsect.cxx | 205 const SwSectionNode* pSttSectNd = pStt->nNode.GetNode().FindSectionNode(), in SetSectionAttr() 206 * pEndSectNd = pEnd->nNode.GetNode().FindSectionNode(); in SetSectionAttr() 336 const SwNode* pSectionNode = rCurrentNode.FindSectionNode(); in lcl_SpecialInsertNode()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | wrthtml.cxx | 297 SwSectionNode * pSNd = pCurPam->GetNode()->FindSectionNode(); in WriteStream() 325 pSNd = pSNd->StartOfSectionNode()->FindSectionNode(); in WriteStream() 685 pSurrSectNd = pSttNd->FindSectionNode(); in OutHTML_Section()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmlexp.cxx | 109 SwSectionNode * pSectNd = pCurPaM->GetNode()->FindSectionNode(); in SetCurPaM() 115 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in SetCurPaM()
|
/aoo41x/main/sw/source/core/ole/ |
H A D | ndole.cxx | 513 const SwSectionNode* pSectNd = pAnchorNd->FindSectionNode(); in IsInGlobalDocSection() 520 pSectNd = pAnchorNd->StartOfSectionNode()->FindSectionNode(); in IsInGlobalDocSection()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 1824 const SwSectionNode* pSectNd = rNode.FindSectionNode(); in OutputTextNode() 1839 const SwSectionNode* pTOXSectNd = rNode.FindSectionNode(); in OutputTextNode() 1843 if( pNxt && pNxt->FindSectionNode() == pTOXSectNd ) in OutputTextNode()
|
H A D | ww8atr.cxx | 577 const SwSectionNode* pSect = rNd.FindSectionNode(); in GetSectionFormat() 3238 FindSectionNode(); in lcl_IsAtTxtEnd() 3242 pSectNd = pSectNd->StartOfSectionNode()->FindSectionNode(); in lcl_IsAtTxtEnd()
|
H A D | wrtw8sty.cxx | 929 else if ( 0 != ( pSectNd = pNd->FindSectionNode() ) ) in MSWordSections()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | laycache.cxx | 495 pSectNode = pIndex->GetNode().FindSectionNode(); in SwActualSection()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 134 ( 0 != (pSectNd = pNode->FindSectionNode()) && 4327 const SwSectionNode* pSectNd = FindSectionNode(); in IsHidden()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 1092 SwSectionNode* pSectionNode = pTblNode->FindSectionNode(); in getPropertyValue() 3357 SwSectionNode* pSectionNode = pTblNode->FindSectionNode(); in getPropertyValue()
|
/aoo41x/main/sw/source/core/access/ |
H A D | accpara.cxx | 722 const SwSectionNode * pSectNd = pTxtNd->FindSectionNode(); in GetTOXSortTabBase()
|