Home
last modified time | relevance | path

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

/aoo41x/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 …]
/aoo41x/main/vcl/source/window/
H A Dsplitwin.cxx2435 Rectangle aTestRect; in MouseButtonDown() local
2438 ImplGetAutoHideRect( aTestRect, sal_True ); in MouseButtonDown()
2439 if ( aTestRect.IsInside( aMousePosPixel ) ) in MouseButtonDown()
2447 ImplGetFadeOutRect( aTestRect, sal_True ); in MouseButtonDown()
2448 if ( aTestRect.IsInside( aMousePosPixel ) ) in MouseButtonDown()
2456 ImplGetFadeInRect( aTestRect, sal_True ); in MouseButtonDown()
2542 Rectangle aTestRect; in Tracking() local
2568 Rectangle aTestRect; in Tracking() local
2569 ImplGetFadeInRect( aTestRect, sal_True ); in Tracking()
2594 Rectangle aTestRect; in Tracking() local
[all …]
/aoo41x/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 55 milliseconds