Searched refs:rTBoxes (Results 1 – 2 of 2) sorted by relevance
1332 const SwTableSortBoxes& rTBoxes = pTblNd->GetTable().GetTabSortBoxes(); in SetTableAutoFmt() local1333 for( sal_uInt16 n = 0; n < rTBoxes.Count(); ++n ) in SetTableAutoFmt()1335 SwTableBox* pBox = rTBoxes[ n ]; in SetTableAutoFmt()1371 const SwTableSortBoxes& rTBoxes = pTblNd->GetTable().GetTabSortBoxes(); in GetTableAutoFmt() local1372 for( sal_uInt16 n = 0; n < rTBoxes.Count(); ++n ) in GetTableAutoFmt()1374 SwTableBox* pBox = rTBoxes[ n ]; in GetTableAutoFmt()
2916 const SwTableSortBoxes& rTBoxes = pTable->GetTabSortBoxes(); in sort() local2917 for( sal_uInt16 n = 0; n < rTBoxes.Count(); ++n ) in sort()2919 SwTableBox* pBox = rTBoxes[ n ]; in sort()2944 const SwTableSortBoxes& rTBoxes = pTable->GetTabSortBoxes(); in autoFormat() local2945 for( sal_uInt16 n = 0; n < rTBoxes.Count(); ++n ) in autoFormat()2947 SwTableBox* pBox = rTBoxes[ n ]; in autoFormat()
Completed in 52 milliseconds