Searched refs:aTestSize (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/basebmp/test/ |
H A D | bmpdemo.cxx | 1066 basegfx::B2ISize aTestSize(1000,1000); in Paint() local 1067 basebmp::BitmapDeviceSharedPtr pDevice( basebmp::createBitmapDevice( aTestSize, in Paint() 1090 basebmp::BitmapDeviceSharedPtr pMask( basebmp::createBitmapDevice( aTestSize, in Paint() 1138 basegfx::B2IPoint aCenter( aTestSize.getX()/2, in Paint() 1139 aTestSize.getY()/2 ); in Paint() 1143 basegfx::B2IPoint aP1( aTestSize.getX()/12, 0), aP2( aTestSize.getX()/11, 0 ), aPoint; in Paint() 1188 Bitmap aBitmap( Size(aTestSize.getX(), in Paint() 1189 aTestSize.getY()), 24 ); in Paint() 1195 for( int y=0; y<aTestSize.getY(); ++y ) in Paint() 1196 for( int x=0; x<aTestSize.getX(); ++x ) in Paint()
|
/aoo41x/main/vcl/source/control/ |
H A D | lstbox.cxx | 1383 Size aTestSize( 100, 20 ); in CalcMinimumSize() local 1384 Rectangle aArea( aPoint, aTestSize ); in CalcMinimumSize() 1389 aSz.Width() += aTestSize.Width() - aContent.GetWidth(); in CalcMinimumSize()
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 2181 Size aTestSize = pDataWin->GetSizePixel(); in MakeFieldVisible() local 2184 ( aTestSize.Width() == 0 && aTestSize.Height() == 0 ) ) in MakeFieldVisible()
|
Completed in 44 milliseconds