Home
last modified time | relevance | path

Searched refs:aTestSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basebmp/test/
H A Dbmpdemo.cxx1066 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()
/trunk/main/vcl/source/control/
H A Dlstbox.cxx1383 Size aTestSize( 100, 20 ); in CalcMinimumSize() local
1384 Rectangle aArea( aPoint, aTestSize ); in CalcMinimumSize()
1389 aSz.Width() += aTestSize.Width() - aContent.GetWidth(); in CalcMinimumSize()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx2181 Size aTestSize = pDataWin->GetSizePixel(); in MakeFieldVisible() local
2184 ( aTestSize.Width() == 0 && aTestSize.Height() == 0 ) ) in MakeFieldVisible()

Completed in 40 milliseconds