Home
last modified time | relevance | path

Searched refs:pBoxNd (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dunocrsr.cxx261 const SwNode* pBoxNd = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in MakeBoxSels() local
262 const SwTableNode* pTblNd = pBoxNd ? pBoxNd->FindTableNode() : 0; in MakeBoxSels()
263 if( pTblNd && 0 != ( pBox = pTblNd->GetTable().GetTblBox( pBoxNd->GetIndex() )) ) in MakeBoxSels()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx821 const SwStartNode* pBoxNd = rInsPos.nNode.GetNode().FindTableBoxStartNode(); in Paste() local
822 if( pBoxNd && 2 == pBoxNd->EndOfSectionIndex() - pBoxNd->GetIndex() && in Paste()
1045 const SwStartNode* pBoxNd = rInsPos.nNode.GetNode(). in Paste() local
1047 if( pBoxNd && 2 == pBoxNd->EndOfSectionIndex() - in Paste()
1048 pBoxNd->GetIndex() && in Paste()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3502 SwNode* pBoxNd = aIdx.GetNode().GetStartNode(); in SplitTable() local
3504 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() local
3705 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 61 milliseconds