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()2800 const SwTableBox *pStartBox = 0; in ExtendTo() local2816 pStartBox = pTable->GetTblBox( pStartNd->GetIndex() ); in ExtendTo()2817 const String aStartBox( pStartBox->GetName() ); in ExtendTo()
1536 const SwTableBox* pStartBox = pTable->GetTblBox( pNode->GetIndex()); in getRangeName() local1537 if(pEndBox != pStartBox) in getRangeName()1542 const SwTableBox* pTmpBox = pStartBox; in getRangeName()1543 pStartBox = pEndBox; in getRangeName()1547 aTmp = pStartBox->GetName(); in getRangeName()
Completed in 92 milliseconds