Searched refs:pMyBox (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 768 SwTableBox* pMyBox = (SwTableBox*)GetTblBox( in InsTable() local 771 ASSERT( pMyBox, "Index steht nicht in dieser Tabelle in einer Box" ); in InsTable() 802 lcl_CpyBox( rCpyTbl, pCpyBox, *this, pMyBox, bDelCntnt, pUndo ); in InsTable() 808 if( 0 == ( pTmp = pMyBox->FindNextBox( *this, pMyBox, sal_False ))) in InsTable() 811 pMyBox = (SwTableBox*)pTmp; in InsTable() 816 SwTableLine* pNxtLine = pMyBox->GetUpper(); in InsTable() 827 pMyBox = pNxtLine->GetTabBoxes()[0]; in InsTable() 828 while( pMyBox->GetTabLines().Count() ) in InsTable() 829 pMyBox = pMyBox->GetTabLines()[0]->GetTabBoxes()[0]; in InsTable()
|
H A D | docsort.cxx | 288 const SwTableBox* pMyBox = pFndBox->GetBox(); in GetKey() local 289 ASSERT(pMyBox, "Keine atomare Box"); in GetKey() 291 if( pMyBox->GetSttNd() ) in GetKey() 294 const SwNode *pNd = 0, *pEndNd = pMyBox->GetSttNd()->EndOfSectionNode(); in GetKey() 295 for( sal_uLong nIdx = pMyBox->GetSttIdx() + 1; pNd != pEndNd; ++nIdx ) in GetKey()
|
Completed in 27 milliseconds