Home
last modified time | relevance | path

Searched refs:aSize2 (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx139 Size aSize2(POP_WIDTH,POP_HEIGHT2); in Rearrange() local
140 aSize2 = LogicToPixel( aSize2, MapMode(MAP_APPFONT) ); in Rearrange()
174 SetSizePixel(aSize2); in Rearrange()
198 SetSizePixel(aSize2); in Rearrange()
/aoo4110/main/basebmp/test/
H A Dbasictest.cxx98 basegfx::B2ISize aSize2(aSize); in testConstruction() local
103 pDevice->getSize() == aSize2 ); in testConstruction()
109 pDevice->getScanlineStride() == (aSize2.getY() + 7)/8 ); in testConstruction()
/aoo4110/main/svx/source/svdraw/
H A Dsvdotext.cxx1044 Size aSize2(pOut->GetTextWidth(aTestString), pOut->GetTextHeight()); in ImpSetCharStretching() local
1050 bNoStretching = (aSize1 == aSize2); in ImpSetCharStretching()
1055 if(aSize2.Height() >= aSize1.Height() * 2) in ImpSetCharStretching()
/aoo4110/main/vcl/source/window/
H A Dtoolbox.cxx2322 Size aSize2( aCurrentSize ); in ImplGetOptimalFloatingSize() local
2358 aSize2 = ImplCalcFloatSize( this, nLines ); in ImplGetOptimalFloatingSize()
2360 aSize2 = aSz; in ImplGetOptimalFloatingSize()
2362 if( eMode == FSMODE_FAVOURWIDTH || aCurrentSize == aSize2 ) in ImplGetOptimalFloatingSize()
2363 return aSize2; in ImplGetOptimalFloatingSize()
2370 long dx2 = abs( mnDX - aSize2.Width() ); in ImplGetOptimalFloatingSize()
2371 long dy2 = abs( mnDY - aSize2.Height() ); in ImplGetOptimalFloatingSize()
2376 aCurrentSize = aSize2; in ImplGetOptimalFloatingSize()
/aoo4110/main/svx/source/dialog/
H A Dsvxruler.cxx3433 Size aSize2(nMaxRight + lNullPix, 0); in CalcMinMax() local
3435 aSize2 = pEditWin->PixelToLogic(aSize2, MapMode(MAP_MM)); in CalcMinMax()
3438 aStr += String(aSize2.Width()); in CalcMinMax()

Completed in 80 milliseconds