Searched defs:SetPrefSize (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/inc/vcl/ | ||
H A D | alpha.hxx | 65 void SetPrefSize( const Size& rSize ) { Bitmap::SetPrefSize( rSize ); } in SetPrefSize() function in AlphaMask |
H A D | bitmapex.hxx | 110 void SetPrefSize( const Size& rPrefSize ) { aBitmap.SetPrefSize( rPrefSize ); } in SetPrefSize() function in BitmapEx |
H A D | gdimtf.hxx | 222 void SetPrefSize( const Size& rSize ) { aPrefSize = rSize; } in SetPrefSize() function in GDIMetaFile |
H A D | bitmap.hxx | 952 inline void Bitmap::SetPrefSize( const Size& rSize ) in SetPrefSize() function in Bitmap |
/trunk/main/vcl/source/gdi/ | ||
H A D | gfxlink.cxx | 196 void GfxLink::SetPrefSize( const Size& rPrefSize ) in SetPrefSize() function in GfxLink |
H A D | graph.cxx | 509 void Graphic::SetPrefSize( const Size& rPrefSize ) in SetPrefSize() function in Graphic |
/trunk/main/vcl/inc/ | ||
H A D | ilstbox.hxx | 552 void SetPrefSize( const Size& rSz ) { maPrefSz = rSz; } in SetPrefSize() function in ImplListBoxFloatingWindow |
Completed in 32 milliseconds