Searched refs:aContentRgn (Results 1 – 5 of 5) sorted by relevance
/trunk/main/vcl/source/control/ |
H A D | button.cxx | 3043 Rectangle aBoundingRgn, aContentRgn; in ImplGetRadioImageSize() local 3048 aBoundingRgn, aContentRgn ) ) in ImplGetRadioImageSize() 3050 aSize = aContentRgn.GetSize(); in ImplGetRadioImageSize() 3166 Rectangle aBoundingRgn, aContentRgn; in ImplSetMinimumNWFSize() local 3171 aBoundingRgn, aContentRgn ) ) in ImplSetMinimumNWFSize() 3173 Size aSize = aContentRgn.GetSize(); in ImplSetMinimumNWFSize() 3987 Rectangle aBoundingRgn, aContentRgn; in ImplGetCheckImageSize() local 3994 aSize = aContentRgn.GetSize(); in ImplGetCheckImageSize() 4075 Rectangle aBoundingRgn, aContentRgn; in ImplSetMinimumNWFSize() local 4080 aBoundingRgn, aContentRgn ) ) in ImplSetMinimumNWFSize() [all …]
|
H A D | tabctrl.cxx | 302 Rectangle aBoundingRgn, aContentRgn; in ImplGetItemSize() local 306 aBoundingRgn, aContentRgn ) ) in ImplGetItemSize() 308 return aContentRgn.GetSize(); in ImplGetItemSize()
|
H A D | lstbox.cxx | 134 Rectangle aContentRgn( aCtrlRegion ); in ImplInit() local 137 aBoundingRgn, aContentRgn ) ) in ImplInit()
|
/trunk/main/vcl/source/window/ |
H A D | brdwin.cxx | 1347 Rectangle aContentRgn( aCtrlRegion ); in DrawWindow() local 1351 aBoundingRgn, aContentRgn )) in DrawWindow() 1353 aCtrlRegion=aContentRgn; in DrawWindow()
|
H A D | window.cxx | 371 Rectangle aContentRgn( aCtrlRegion ); in ImplInitAppFontData() local 374 aBoundingRgn, aContentRgn ) ) in ImplInitAppFontData() 378 if( aContentRgn.GetHeight() - nTextHeight > (nTextHeight+4)/4 ) in ImplInitAppFontData() 379 pSVData->maGDIData.mnAppFontY = (aContentRgn.GetHeight()-4) * 10; in ImplInitAppFontData()
|
Completed in 81 milliseconds