Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2409 const SwTableBox* pBRBox = pTable->GetTblBox( sBRName ); in GetRangeByName() local
2410 if(pBRBox) in GetRangeByName()
2413 pUnoCrsr->GetPoint()->nNode = *pBRBox->GetSttNd(); in GetRangeByName()
3048 const SwTableBox* pBRBox = lcl_FindCornerTableBox(rLines, false); in setPropertyValue() local
3050 pUnoCrsr->GetPoint()->nNode = *pBRBox->GetSttNd(); in setPropertyValue()
3240 const SwTableBox* pBRBox = lcl_FindCornerTableBox(rLines, false); in getPropertyValue() local
3242 const SwStartNode* pLastNd = pBRBox->GetSttNd(); in getPropertyValue()
3690 const SwTableBox* pBRBox = pTable->GetTblBox( sBRName ); in getCellRangeByPosition() local
3691 if(pBRBox) in getCellRangeByPosition()
3694 pUnoCrsr->GetPoint()->nNode = *pBRBox->GetSttNd(); in getCellRangeByPosition()
H A Dunochart.cxx473 const SwTableBox* pBRBox = pTable->GetTblBox( aEndCell, true ); in GetFormatAndCreateCursorFromRangeRep() local
475 if(pBRBox) in GetFormatAndCreateCursorFromRangeRep()
478 pUnoCrsr->GetPoint()->nNode = *pBRBox->GetSttNd(); in GetFormatAndCreateCursorFromRangeRep()

Completed in 51 milliseconds