Searched refs:aTestRect (Results 1 – 3 of 3) sorted by relevance
1176 Rectangle aTestRect; in HasObjectsInRows() local1178 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 …]
2435 Rectangle aTestRect; in MouseButtonDown() local2438 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() local2568 Rectangle aTestRect; in Tracking() local2569 ImplGetFadeInRect( aTestRect, sal_True ); in Tracking()2594 Rectangle aTestRect; in Tracking() local[all …]
897 Rectangle aTestRect( aTempPoint, pDev->GetOutputSizePixel() ); in ImplHitTestPushButton() local899 return aTestRect.IsInside( rPos ); in ImplHitTestPushButton()
Completed in 48 milliseconds