Searched refs:pStartBox (Results 1 – 2 of 2) sorted by relevance
280 const SwTableBox* pStartBox = 0; in GetCellRangeName() local293 pStartBox = pTable->GetTblBox( pStart->GetIndex()); in GetCellRangeName()295 DBG_ASSERT( pStartBox, "start box not found" ); in GetCellRangeName()300 const SwTableBox* pTmpBox = pStartBox; in GetCellRangeName()301 pStartBox = pEndBox; in GetCellRangeName()305 aRes = pStartBox->GetName(); in GetCellRangeName()310 aRes += pStartBox->GetName(); in GetCellRangeName()2753 const SwTableBox *pStartBox = 0; in ExtendTo() local2769 pStartBox = pTable->GetTblBox( pStartNd->GetIndex() ); in ExtendTo()2770 const String aStartBox( pStartBox->GetName() ); in ExtendTo()
1529 const SwTableBox* pStartBox = pTable->GetTblBox( pNode->GetIndex()); in getRangeName() local1530 if(pEndBox != pStartBox) in getRangeName()1535 const SwTableBox* pTmpBox = pStartBox; in getRangeName()1536 pStartBox = pEndBox; in getRangeName()1540 aTmp = pStartBox->GetName(); in getRangeName()