Home
last modified time | relevance | path

Searched refs:pStartBox (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx280 const SwTableBox* pStartBox = 0; in GetCellRangeName() local
293 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() local
2816 pStartBox = pTable->GetTblBox( pStartNd->GetIndex() ); in ExtendTo()
2817 const String aStartBox( pStartBox->GetName() ); in ExtendTo()
H A Dunotbl.cxx1536 const SwTableBox* pStartBox = pTable->GetTblBox( pNode->GetIndex()); in getRangeName() local
1537 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 57 milliseconds