Lines Matching refs:aBoxRect
1281 Rectangle aBoxRect( rControlRegion ); in getNativeControlRegion() local
1283 CBXS_NORMAL, aBoxRect ) ); in getNativeControlRegion()
1284 if( aRect.GetHeight() > aBoxRect.GetHeight() ) in getNativeControlRegion()
1285 aBoxRect.Bottom() = aBoxRect.Top() + aRect.GetHeight(); in getNativeControlRegion()
1286 if( aRect.GetWidth() > aBoxRect.GetWidth() ) in getNativeControlRegion()
1287 aBoxRect.Right() = aBoxRect.Left() + aRect.GetWidth(); in getNativeControlRegion()
1288 rNativeContentRegion = aBoxRect; in getNativeControlRegion()
1301 Rectangle aBoxRect( rControlRegion ); in getNativeControlRegion() local
1303 EBWBS_HOT, aBoxRect ) ); in getNativeControlRegion()
1317 if( aRect.GetHeight() > aBoxRect.GetHeight() ) in getNativeControlRegion()
1318 aBoxRect.Bottom() = aBoxRect.Top() + aRect.GetHeight(); in getNativeControlRegion()
1319 if( aRect.GetWidth() > aBoxRect.GetWidth() ) in getNativeControlRegion()
1320 aBoxRect.Right() = aBoxRect.Left() + aRect.GetWidth(); in getNativeControlRegion()
1321 rNativeContentRegion = aBoxRect; in getNativeControlRegion()
1337 Rectangle aBoxRect( rControlRegion ); in getNativeControlRegion() local
1341 aBoxRect ) ); in getNativeControlRegion()
1342 if( aBoxRect.GetWidth() && aBoxRect.GetHeight() ) in getNativeControlRegion()