Lines Matching refs:rRect

121 static void ImplDrawButton( ToolBox* pThis, const Rectangle &rRect, sal_uInt16 highlight, sal_Bool …
174 ToolBox* FindToolBox( const Rectangle& rRect );
177 const Point& rPos, const Rectangle& rRect,
581 void ToolBox::ImplDrawBackground( ToolBox* pThis, const Rectangle &rRect ) in ImplDrawBackground() argument
589 Region aPaintRegion( rRect ); in ImplDrawBackground()
632 void ToolBox::ImplErase( ToolBox* pThis, const Rectangle &rRect, sal_Bool bHighlight, sal_Bool bHas… in ImplErase() argument
650 pThis->DrawRect( rRect ); in ImplErase()
654 ImplDrawBackground( pThis, rRect ); in ImplErase()
657 ImplDrawBackground( pThis, rRect ); in ImplErase()
1082 void ToolBox::ImplLineSizing( ToolBox* pThis, const Point& rPos, Rectangle& rRect, in ImplLineSizing() argument
1094 nCurSize = rPos.X() - rRect.Left(); in ImplLineSizing()
1099 nCurSize = rPos.Y() - rRect.Top(); in ImplLineSizing()
1104 nCurSize = rRect.Right() - rPos.X(); in ImplLineSizing()
1109 nCurSize = rRect.Bottom() - rPos.Y(); in ImplLineSizing()
1165 rRect.Right() = rRect.Left()+nSize-1; in ImplLineSizing()
1167 rRect.Bottom() = rRect.Top()+nSize-1; in ImplLineSizing()
1169 rRect.Left() = rRect.Right()-nSize; in ImplLineSizing()
1171 rRect.Top() = rRect.Bottom()-nSize; in ImplLineSizing()
1266 ToolBox* ImplTBDragMgr::FindToolBox( const Rectangle& rRect ) in FindToolBox() argument
1285 if ( aTempRect.IsOver( rRect ) ) in FindToolBox()
1299 const Point& rPos, const Rectangle& rRect, in StartDragging() argument
1323 if ( rRect.GetWidth() < TB_MIN_WIN_WIDTH ) in StartDragging()
1324 mnMinWidth = rRect.GetWidth(); in StartDragging()
1327 mnMaxWidth = pToolBox->GetSizePixel().Width()-rRect.Left()- in StartDragging()
1333 maMouseOff.X() = rRect.Left() - rPos.X(); in StartDragging()
1334 maMouseOff.Y() = rRect.Top() - rPos.Y(); in StartDragging()
1335 maRect = rRect; in StartDragging()
1336 maStartRect = rRect; in StartDragging()
1517 static void ImplDrawOutButton( OutputDevice* pOutDev, const Rectangle& rRect, in ImplDrawOutButton() argument
1522 Point aPos( rRect.TopLeft() ); in ImplDrawOutButton()
1523 Size aSize( rRect.GetSize() ); in ImplDrawOutButton()
1537 pOutDev->Erase( rRect ); in ImplDrawOutButton()
2952 static void ImplDrawMoreIndicator( ToolBox *pBox, const Rectangle& rRect, sal_Bool bSetColor, sal_B… in ImplDrawMoreIndicator() argument
2970 long x = rRect.Left() + (rRect.getWidth() - width)/2 + 1; in ImplDrawMoreIndicator()
2971 long y = rRect.Top() + (rRect.getHeight() - height)/2 + 1; in ImplDrawMoreIndicator()
2988 long x = rRect.Left() + (rRect.getWidth() - width)/2 + 1; in ImplDrawMoreIndicator()
2989 long y = rRect.Top() + (rRect.getHeight() - height)/2 + 1; in ImplDrawMoreIndicator()
3398 static void ImplDrawButton( ToolBox* pThis, const Rectangle &rRect, sal_uInt16 highlight, sal_Bool … in ImplDrawButton() argument
3417 rRect, nState, aControlValue, rtl::OUString() ); in ImplDrawButton()
3421 …pThis->DrawSelectionBackground( rRect, bIsWindow ? 3 : highlight, bChecked, sal_True, bIsWindow, 2… in ImplDrawButton()
5188 sal_Bool ToolBox::Docking( const Point& rPos, Rectangle& rRect ) in Docking() argument
5196 DockingWindow::Docking( rPos, rRect ); in Docking()
5200 Rectangle aDockingRect( rRect ); in Docking()
5308 rRect = aDockingRect; in Docking()
5316 void ToolBox::EndDocking( const Rectangle& rRect, sal_Bool bFloatMode ) in EndDocking() argument
5326 DockingWindow::EndDocking( rRect, bFloatMode ); in EndDocking()
5505 void ToolBox::StartCustomize( const Rectangle& rRect, void* pData ) in StartCustomize() argument
5512 Point aPos = ScreenToOutputPixel( rRect.TopLeft() ); in StartCustomize()
5514 aPos.X()+rRect.GetWidth()+SMALLBUTTON_HSIZE, in StartCustomize()
5515 aPos.Y()+rRect.GetHeight()+SMALLBUTTON_VSIZE ); in StartCustomize()