Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunotbl.cxx2398 const SwTableBox* pTLBox = pTable->GetTblBox( sTLName ); in GetRangeByName() local
2399 if(pTLBox) in GetRangeByName()
2403 const SwStartNode* pSttNd = pTLBox->GetSttNd(); in GetRangeByName()
3038 const SwTableBox* pTLBox = lcl_FindCornerTableBox(rLines, true); in setPropertyValue() local
3039 const SwStartNode* pSttNd = pTLBox->GetSttNd(); in setPropertyValue()
3232 const SwTableBox* pTLBox = lcl_FindCornerTableBox(rLines, true); in getPropertyValue() local
3233 const SwStartNode* pSttNd = pTLBox->GetSttNd(); in getPropertyValue()
3679 const SwTableBox* pTLBox = pTable->GetTblBox( sTLName ); in getCellRangeByPosition() local
3680 if(pTLBox) in getCellRangeByPosition()
3684 const SwStartNode* pSttNd = pTLBox->GetSttNd(); in getCellRangeByPosition()
[all …]
H A Dunochart.cxx458 const SwTableBox* pTLBox = in GetFormatAndCreateCursorFromRangeRep() local
461 if(pTLBox) in GetFormatAndCreateCursorFromRangeRep()
465 const SwStartNode* pSttNd = pTLBox->GetSttNd(); in GetFormatAndCreateCursorFromRangeRep()