Searched refs:pBoxNd (Results 1 – 3 of 3) sorted by relevance
261 const SwNode* pBoxNd = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in MakeBoxSels() local262 const SwTableNode* pTblNd = pBoxNd ? pBoxNd->FindTableNode() : 0; in MakeBoxSels()263 if( pTblNd && 0 != ( pBox = pTblNd->GetTable().GetTblBox( pBoxNd->GetIndex() )) ) in MakeBoxSels()
821 const SwStartNode* pBoxNd = rInsPos.nNode.GetNode().FindTableBoxStartNode(); in Paste() local822 if( pBoxNd && 2 == pBoxNd->EndOfSectionIndex() - pBoxNd->GetIndex() && in Paste()1045 const SwStartNode* pBoxNd = rInsPos.nNode.GetNode(). in Paste() local1047 if( pBoxNd && 2 == pBoxNd->EndOfSectionIndex() - in Paste()1048 pBoxNd->GetIndex() && in Paste()
3502 SwNode* pBoxNd = aIdx.GetNode().GetStartNode(); in SplitTable() local3504 ASSERT( pBoxNd->IsStartNode(), "das muss ein StartNode sein!" ); in SplitTable()3505 pBoxNd->pStartOfSection = pNewTblNd; in SplitTable()3506 pBoxNd = (*this)[ pBoxNd->EndOfSectionIndex() + 1 ]; in SplitTable()3507 } while( pBoxNd != pOldTblEndNd ); in SplitTable()3703 SwNode* pBoxNd = aIdx.GetNode().GetStartNode(); in MergeTable() local3705 ASSERT( pBoxNd->IsStartNode(), "das muss ein StartNode sein!" ); in MergeTable()3706 pBoxNd->pStartOfSection = pTblNd; in MergeTable()3707 pBoxNd = (*this)[ pBoxNd->EndOfSectionIndex() + 1 ]; in MergeTable()3708 } while( pBoxNd != pTblEndNd ); in MergeTable()[all …]
Completed in 43 milliseconds