Searched refs:aWish (Results 1 – 2 of 2) sorted by relevance
344 Rectangle aWish( Point(0, 0), LogicToPixel(rNewSize) ); in SetVisibleSize() local353 Size aWill( aWish.GetIntersection(aMax).GetSize() ); in SetVisibleSize()356 if ( aWill.Width() < aWish.GetSize().Width() ) in SetVisibleSize()361 if ( aWill.Height() < aWish.GetSize().Height() ) in SetVisibleSize()364 if ( !bHScroll && (aWill.Width() < aWish.GetSize().Width()) ) in SetVisibleSize()
1470 SvUShorts aWish( nTmp, nTmp ), in AdjustCellWidth() local1476 aWish.Insert( sal_uInt16(0), aWish.Count() ); in AdjustCellWidth()1479 ::lcl_CalcColValues( aWish, aTabCols, pStart, pEnd, sal_True ); in AdjustCellWidth()1497 int nDiff = aWish[i]; in AdjustCellWidth()1510 for ( i = 0; i < aWish.Count(); ++i ) in AdjustCellWidth()1511 if ( aWish[i] ) in AdjustCellWidth()1512 aWish[i] = nWish; in AdjustCellWidth()1526 int nDiff = aWish[i]; in AdjustCellWidth()
Completed in 53 milliseconds