Searched refs:i_rRect (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vcl/source/app/ |
H A D | svapp.cxx | 1403 unsigned long calcDistSquare( const Point& i_rPoint, const Rectangle& i_rRect ) in calcDistSquare() argument 1405 const Point aRectCenter( (i_rRect.Left() + i_rRect.Right())/2, in calcDistSquare() 1406 (i_rRect.Top() + i_rRect.Bottom())/ 2 ); in calcDistSquare() 1413 unsigned int Application::GetBestScreen( const Rectangle& i_rRect ) in GetBestScreen() argument 1425 if( aCurScreenRect.IsInside( i_rRect ) ) in GetBestScreen() 1428 Rectangle aIntersection( aCurScreenRect.GetIntersection( i_rRect ) ); in GetBestScreen() 1443 const Point aCenter( (i_rRect.Left() + i_rRect.Right())/2, in GetBestScreen() 1444 (i_rRect.Top() + i_rRect.Bottom())/2 ); in GetBestScreen()
|
/trunk/main/sfx2/source/dialog/ |
H A D | titledockwin.cxx | 309 void TitledDockingWindow::EndDocking( const Rectangle& i_rRect, sal_Bool i_bFloatMode ) in EndDocking() argument 311 SfxDockingWindow::EndDocking( i_rRect, i_bFloatMode ); in EndDocking()
|
/trunk/main/svtools/source/toolpanel/ |
H A D | paneltabbar.cxx | 1038 void PanelTabBar::Paint( const Rectangle& i_rRect ) in Paint() argument 1043 …const Rectangle aNormalizedPaintArea( m_pImpl->m_aNormalizer.getNormalized( i_rRect, m_pImpl->m_eT… in Paint() 1053 …const Rectangle aLogicalPaintRect( m_pImpl->m_aNormalizer.getNormalized( i_rRect, m_pImpl->m_eTabA… in Paint()
|
/trunk/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 1305 static void ImplPaintCheckBackground( Window* i_pWindow, const Rectangle& i_rRect, bool i_bHighligh… in ImplPaintCheckBackground() argument 1316 i_rRect, nState, aControlValue, in ImplPaintCheckBackground() 1324 …i_pWindow->DrawSelectionBackground( i_rRect, 0, i_bHighlight, sal_True, sal_False, 2, NULL, &aColo… in ImplPaintCheckBackground()
|
/trunk/main/svtools/inc/svtools/toolpanel/ |
H A D | paneltabbar.hxx | 76 virtual void Paint( const Rectangle& i_rRect );
|
/trunk/main/vcl/source/window/ |
H A D | printdlg.cxx | 408 void PrintDialog::ShowNupOrderWindow::Paint( const Rectangle& i_rRect ) in Paint() argument 410 Window::Paint( i_rRect ); in Paint()
|
H A D | menu.cxx | 2594 static void ImplPaintCheckBackground( Window* i_pWindow, const Rectangle& i_rRect, bool i_bHighligh… in ImplPaintCheckBackground() argument 2600 Rectangle aCtrlRegion( i_rRect ); in ImplPaintCheckBackground() 2614 …i_pWindow->DrawSelectionBackground( i_rRect, 0, i_bHighlight, sal_True, sal_False, 2, NULL, &aColo… in ImplPaintCheckBackground()
|
/trunk/main/vcl/source/control/ |
H A D | button.cxx | 329 void Button::ImplSetSymbolRect( const Rectangle& i_rRect ) in ImplSetSymbolRect() argument 331 mpButtonData->maSymbolRect = i_rRect; in ImplSetSymbolRect()
|
Completed in 188 milliseconds