Searched refs:pBRBox (Results 1 – 2 of 2) sorted by relevance
2409 const SwTableBox* pBRBox = pTable->GetTblBox( sBRName ); in GetRangeByName() local2410 if(pBRBox) in GetRangeByName()2413 pUnoCrsr->GetPoint()->nNode = *pBRBox->GetSttNd(); in GetRangeByName()3048 const SwTableBox* pBRBox = lcl_FindCornerTableBox(rLines, false); in setPropertyValue() local3050 pUnoCrsr->GetPoint()->nNode = *pBRBox->GetSttNd(); in setPropertyValue()3240 const SwTableBox* pBRBox = lcl_FindCornerTableBox(rLines, false); in getPropertyValue() local3242 const SwStartNode* pLastNd = pBRBox->GetSttNd(); in getPropertyValue()3690 const SwTableBox* pBRBox = pTable->GetTblBox( sBRName ); in getCellRangeByPosition() local3691 if(pBRBox) in getCellRangeByPosition()3694 pUnoCrsr->GetPoint()->nNode = *pBRBox->GetSttNd(); in getCellRangeByPosition()
473 const SwTableBox* pBRBox = pTable->GetTblBox( aEndCell, true ); in GetFormatAndCreateCursorFromRangeRep() local475 if(pBRBox) in GetFormatAndCreateCursorFromRangeRep()478 pUnoCrsr->GetPoint()->nNode = *pBRBox->GetSttNd(); in GetFormatAndCreateCursorFromRangeRep()
Completed in 71 milliseconds