Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1176 Rectangle aTestRect; in HasObjectsInRows() local
1178 aTestRect.Top() += pDoc->GetRowHeight( 0, nStartRow-1, nTab); in HasObjectsInRows()
1181 aTestRect.Bottom() = MAXMM; in HasObjectsInRows()
1184 aTestRect.Bottom() = aTestRect.Top(); in HasObjectsInRows()
1185 aTestRect.Bottom() += pDoc->GetRowHeight( nStartRow, nEndRow, nTab); in HasObjectsInRows()
1186 TwipsToMM( aTestRect.Bottom() ); in HasObjectsInRows()
1189 TwipsToMM( aTestRect.Top() ); in HasObjectsInRows()
1191 aTestRect.Left() = 0; in HasObjectsInRows()
1192 aTestRect.Right() = MAXMM; in HasObjectsInRows()
1196 MirrorRectRTL( aTestRect ); in HasObjectsInRows()
[all …]
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx2433 Rectangle aTestRect; in MouseButtonDown() local
2436 ImplGetAutoHideRect( aTestRect, sal_True ); in MouseButtonDown()
2437 if ( aTestRect.IsInside( aMousePosPixel ) ) in MouseButtonDown()
2445 ImplGetFadeOutRect( aTestRect, sal_True ); in MouseButtonDown()
2446 if ( aTestRect.IsInside( aMousePosPixel ) ) in MouseButtonDown()
2454 ImplGetFadeInRect( aTestRect, sal_True ); in MouseButtonDown()
2540 Rectangle aTestRect; in Tracking() local
2566 Rectangle aTestRect; in Tracking() local
2567 ImplGetFadeInRect( aTestRect, sal_True ); in Tracking()
2592 Rectangle aTestRect; in Tracking() local
[all …]
/trunk/main/vcl/source/control/
H A Dbutton.cxx897 Rectangle aTestRect( aTempPoint, pDev->GetOutputSizePixel() ); in ImplHitTestPushButton() local
899 return aTestRect.IsInside( rPos ); in ImplHitTestPushButton()

Completed in 49 milliseconds