Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1332 const SwTableSortBoxes& rTBoxes = pTblNd->GetTable().GetTabSortBoxes(); in SetTableAutoFmt() local
1333 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() local
1372 for( sal_uInt16 n = 0; n < rTBoxes.Count(); ++n ) in GetTableAutoFmt()
1374 SwTableBox* pBox = rTBoxes[ n ]; in GetTableAutoFmt()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2916 const SwTableSortBoxes& rTBoxes = pTable->GetTabSortBoxes(); in sort() local
2917 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() local
2945 for( sal_uInt16 n = 0; n < rTBoxes.Count(); ++n ) in autoFormat()
2947 SwTableBox* pBox = rTBoxes[ n ]; in autoFormat()

Completed in 49 milliseconds