Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2378 const SwTableBox* pTLBox = pTable->GetTblBox( sTLName ); in GetRangeByName() local
2379 if(pTLBox) in GetRangeByName()
2383 const SwStartNode* pSttNd = pTLBox->GetSttNd(); in GetRangeByName()
3005 const SwTableBox* pTLBox = lcl_FindCornerTableBox(rLines, true); in setPropertyValue() local
3006 const SwStartNode* pSttNd = pTLBox->GetSttNd(); in setPropertyValue()
3199 const SwTableBox* pTLBox = lcl_FindCornerTableBox(rLines, true); in getPropertyValue() local
3200 const SwStartNode* pSttNd = pTLBox->GetSttNd(); in getPropertyValue()
3643 const SwTableBox* pTLBox = pTable->GetTblBox( sTLName ); in getCellRangeByPosition() local
3644 if(pTLBox) in getCellRangeByPosition()
3648 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()