Searched refs:aWorkArea (Results 1 – 5 of 5) sorted by relevance
88 Rectangle aWorkArea = pView->GetWorkArea(); in SdSnapLineDlg() local97 Point aLeftTop(aWorkArea.Left()+1, aWorkArea.Top()+1); in SdSnapLineDlg()99 Point aRightBottom(aWorkArea.Right()-2, aWorkArea.Bottom()-2); in SdSnapLineDlg()
116 Rectangle aWorkArea( pView->GetWorkArea() ); in RequestNewObjectArea() local117 if ( !aWorkArea.IsInside(aObjRect) && !bPosProtect && aObjRect != aOldRect ) in RequestNewObjectArea()122 Point aWorkAreaTL = aWorkArea.TopLeft(); in RequestNewObjectArea()123 Point aWorkAreaBR = aWorkArea.BottomRight(); in RequestNewObjectArea()
100 Rectangle aWorkArea(aGcc3WorkaroundTemporary,pScrollWindow->getTotalSize()); in ForceScroll() local101 aWorkArea.Right() -= (long)aStartWidth; in ForceScroll()102 aWorkArea = pScrollWindow->PixelToLogic( aWorkArea ); in ForceScroll()103 if( !aOutRect.IsInside( rPos ) && aWorkArea.IsInside( rPos ) ) in ForceScroll()
2473 awt::Rectangle aWorkArea; in implts_resizeContainerWindow() local2478 …->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "WorkArea" ) ) ) >>= aWorkArea ); in implts_resizeContainerWindow()2485 if (( aWorkArea.Width > 0 ) && ( aWorkArea.Height > 0 )) in implts_resizeContainerWindow()2487 … if (( rContainerSize.Width > aWorkArea.Width ) || ( rContainerSize.Height > aWorkArea.Height )) in implts_resizeContainerWindow()
571 Rectangle aWorkArea( aPoint, aSize ); in NetWMAdaptor() local572 m_aWMWorkAreas[i] = aWorkArea; in NetWMAdaptor()573 if( aWorkArea != m_aWMWorkAreas[0] ) in NetWMAdaptor()
Completed in 40 milliseconds