Home
last modified time | relevance | path

Searched refs:pStartOfSection (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sw/source/core/docnode/
H A Dnodes.cxx91 pTmp->pStartOfSection = pSttNd; in SwNodes()
95 pTmp->pStartOfSection = pSttNd; in SwNodes()
99 pTmp->pStartOfSection = pSttNd; in SwNodes()
473 !pAktNode->pStartOfSection->IsSectionNode() ) ) in _MoveNodes()
482 ND_STARTNODE == pAktNode->pStartOfSection->GetNodeType()) ) && in _MoveNodes()
512 SwStartNode* pStartNode = aIdx.GetNode().pStartOfSection; in _MoveNodes()
531 SwStartNode* pStartNode = rNode.pStartOfSection; in _MoveNodes()
561 SwStartNode* pSttNd = pAktNode->pStartOfSection; in _MoveNodes()
584 pTblNd->pStartOfSection = aIdx.GetNode().pStartOfSection; in _MoveNodes()
625 SwStartNode* pSttNode = aIdx.GetNode().pStartOfSection; in _MoveNodes()
[all …]
H A Dnode.cxx291 if( IsEndNode() && 0 == pStartOfSection->StartOfSectionIndex() ) in GetSectionLevel()
295 const SwNode* pNode = IsStartNode() ? this : pStartOfSection; in GetSectionLevel()
297 pNode = pNode->pStartOfSection; in GetSectionLevel()
334 : nNodeType( nNdType ), pStartOfSection( 0 ) in SwNode()
345 if( 0 == ( pStartOfSection = pNd->GetStartNode()) ) in SwNode()
347 pStartOfSection = pNd->pStartOfSection; in SwNode()
350 pNd = pStartOfSection; in SwNode()
351 pStartOfSection = pNd->pStartOfSection; in SwNode()
358 pStartOfSection = (SwStartNode*)this; in SwNode()
368 : nNodeType( nNdType ), pStartOfSection( 0 ) in SwNode()
[all …]
H A Dndsect.cxx939 pNd->pStartOfSection = pSectNd; in InsertTextSection()
987 SwStartNode* pTmp = pStartOfSection; in FindSectionNode()
990 pTmp = ((SwNode*)pTmp)->pStartOfSection; in FindSectionNode()
992 pTmp = pTmp->pStartOfSection; in FindSectionNode()
H A Dndtbl.cxx324 pSttNd->pStartOfSection = pTblNd; in InsBoxen()
623 pSttNd->pStartOfSection = pTblNd; in InsertTable()
1007 pTxtNd->pStartOfSection = pTblNd; in TextToTable()
1043 pNewNd->pStartOfSection = pSttNd; in TextToTable()
1058 pTxtNd->pStartOfSection = pSttNd; in TextToTable()
1428 aCellNodeIdx.GetNode().pStartOfSection = pSttNd; in TextToTable()
3499 pOldTblEndNd->pStartOfSection = pNewTblNd; in SplitTable()
3505 pBoxNd->pStartOfSection = pNewTblNd; in SplitTable()
3706 pBoxNd->pStartOfSection = pTblNd; in MergeTable()
3709 pBoxNd->pStartOfSection = pTblNd; in MergeTable()
/AOO41X/main/sw/inc/
H A Dnode.hxx106 SwStartNode* pStartOfSection; member in SwNode
123 inline const SwStartNode* StartOfSectionNode() const { return pStartOfSection; } in StartOfSectionNode()
124 inline SwStartNode* StartOfSectionNode() { return pStartOfSection; } in StartOfSectionNode()
706 return pStartOfSection->GetIndex(); in StartOfSectionIndex()
710 const SwStartNode* pStNd = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in EndOfSectionIndex()
715 const SwStartNode* pStNd = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in EndOfSectionNode()
720 SwStartNode* pStNd = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in EndOfSectionNode()
/AOO41X/main/sw/source/core/undo/
H A Duntbl.cxx563 pNd->pStartOfSection = pTblNd; in UndoTableToText()
639 pSttNd->pStartOfSection = pTblNd; in UndoTableToText()
645 pNd->pStartOfSection = pSttNd; in UndoTableToText()