Searched refs:aSize2 (Results 1 – 5 of 5) sorted by relevance
139 Size aSize2(POP_WIDTH,POP_HEIGHT2); in Rearrange() local140 aSize2 = LogicToPixel( aSize2, MapMode(MAP_APPFONT) ); in Rearrange()174 SetSizePixel(aSize2); in Rearrange()198 SetSizePixel(aSize2); in Rearrange()
98 basegfx::B2ISize aSize2(aSize); in testConstruction() local103 pDevice->getSize() == aSize2 ); in testConstruction()109 pDevice->getScanlineStride() == (aSize2.getY() + 7)/8 ); in testConstruction()
1044 Size aSize2(pOut->GetTextWidth(aTestString), pOut->GetTextHeight()); in ImpSetCharStretching() local1050 bNoStretching = (aSize1 == aSize2); in ImpSetCharStretching()1055 if(aSize2.Height() >= aSize1.Height() * 2) in ImpSetCharStretching()
2314 Size aSize2( aCurrentSize ); in ImplGetOptimalFloatingSize() local2350 aSize2 = ImplCalcFloatSize( this, nLines ); in ImplGetOptimalFloatingSize()2352 aSize2 = aSz; in ImplGetOptimalFloatingSize()2354 if( eMode == FSMODE_FAVOURWIDTH || aCurrentSize == aSize2 ) in ImplGetOptimalFloatingSize()2355 return aSize2; in ImplGetOptimalFloatingSize()2362 long dx2 = abs( mnDX - aSize2.Width() ); in ImplGetOptimalFloatingSize()2363 long dy2 = abs( mnDY - aSize2.Height() ); in ImplGetOptimalFloatingSize()2368 aCurrentSize = aSize2; in ImplGetOptimalFloatingSize()
3433 Size aSize2(nMaxRight + lNullPix, 0); in CalcMinMax() local3435 aSize2 = pEditWin->PixelToLogic(aSize2, MapMode(MAP_MM)); in CalcMinMax()3438 aStr += String(aSize2.Width()); in CalcMinMax()
Completed in 98 milliseconds