Lines Matching refs:SwSectionNode

107                     SwSectionNode* pSectNd = aChkIdx.GetNode().FindSectionNode();  in lcl_IsInSameTblBox()
201 SwSectionNode* pNewSectNode = 0; in InsertSwSection()
402 const SwSectionNode* pSectNd = pNd->FindSectionNode(); in IsInsRegionAvailable()
403 const SwSectionNode* pEndSectNd = pCNd ? pCNd->FindSectionNode() : 0; in IsInsRegionAvailable()
505 const SwSectionNode* pSectNd = rPos.nNode.GetNode().FindSectionNode(); in GetCurrSection()
536 const SwSectionNode* pSectNd; in DelSectionFmt()
670 const SwSectionNode* pSectNd = in UpdateSection()
767 void lcl_DeleteFtn( SwSectionNode *pNd, sal_uLong nStt, sal_uLong nEnd ) in lcl_DeleteFtn()
804 SwSectionNode* SwNodes::InsertTextSection(SwNodeIndex const& rNdIdx, in InsertTextSection()
844 SwSectionNode *const pSectNd = in InsertTextSection()
845 new SwSectionNode(aInsPos, rSectionFmt, pTOXBase); in InsertTextSection()
948 ((SwSectionNode*)pNd)->GetSection().GetFmt()-> in InsertTextSection()
950 ((SwSectionNode*)pNd)->DelFrms(); in InsertTextSection()
983 SwSectionNode* SwNode::FindSectionNode() in FindSectionNode()
1004 lcl_initParent(SwSectionNode & rThis, SwSectionFmt & rFmt) in lcl_initParent()
1006 SwSectionNode *const pParent = in lcl_initParent()
1016 SwSectionNode::SwSectionNode(SwNodeIndex const& rIdx, in SwSectionNode() function in SwSectionNode
1061 SwSectionNode::~SwSectionNode() in ~SwSectionNode()
1080 SwFrm *SwSectionNode::MakeFrm( SwFrm *pSib ) in MakeFrm()
1089 void SwSectionNode::MakeFrms(const SwNodeIndex & rIdx ) in MakeFrms()
1117 SwSectionNode* pS = rIdx.GetNode().FindSectionNode(); in MakeFrms()
1202 void SwSectionNode::MakeFrms( SwNodeIndex* pIdxBehind, SwNodeIndex* pEndIdx ) in MakeFrms()
1223 void SwSectionNode::DelFrms() in DelFrms()
1262 SwSectionNode* SwSectionNode::MakeCopy( SwDoc* pDoc, const SwNodeIndex& rIdx ) const in MakeCopy()
1280 SwSectionNode *const pSectNd = in MakeCopy()
1281 new SwSectionNode(rIdx, *pSectFmt, pTOXBase.get()); in MakeCopy()
1341 sal_Bool SwSectionNode::IsCntntHidden() const in IsCntntHidden()
1351 const SwSection& rSect = ((SwSectionNode&)aTmp.GetNode()).GetSection(); in IsCntntHidden()
1368 void SwSectionNode::NodesArrChgd() in NodesArrChgd()
1386 SwSectionNode* pSectNd = StartOfSectionNode()->FindSectionNode(); in NodesArrChgd()
1441 const SwSectionNode* pSectNd; in GetUniqueSectionName()