Lines Matching refs:rPos

177                                    const Point& rPos, const Rectangle& rRect,
180 void Dragging( const Point& rPos );
1048 sal_uInt16 ToolBox::ImplTestLineSize( ToolBox* pThis, const Point& rPos ) in ImplTestLineSize() argument
1057 if ( rPos.X() > pThis->mnDX-DOCK_LINEOFFSET ) in ImplTestLineSize()
1062 if ( rPos.Y() > pThis->mnDY-DOCK_LINEOFFSET ) in ImplTestLineSize()
1067 if ( rPos.X() < DOCK_LINEOFFSET ) in ImplTestLineSize()
1072 if ( rPos.Y() < DOCK_LINEOFFSET ) in ImplTestLineSize()
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()
1178 sal_uInt16 ToolBox::ImplFindItemPos( ToolBox* pBox, const Point& rPos ) in ImplFindItemPos() argument
1182 Point aPos = rPos; in ImplFindItemPos()
1299 const Point& rPos, const Rectangle& rRect, in StartDragging() argument
1333 maMouseOff.X() = rRect.Left() - rPos.X(); in StartDragging()
1334 maMouseOff.Y() = rRect.Top() - rPos.Y(); in StartDragging()
1343 void ImplTBDragMgr::Dragging( const Point& rPos ) in Dragging() argument
1347 ToolBox::ImplLineSizing( mpDragBox, rPos, maRect, mnLineMode ); in Dragging()
1350 mpDragBox->Docking( rPos, maRect ); in Dragging()
1358 long nXOff = rPos.X()-maStartRect.Left(); in Dragging()
1368 maRect.SetPos( rPos ); in Dragging()
5188 sal_Bool ToolBox::Docking( const Point& rPos, Rectangle& rRect ) in Docking() argument
5196 DockingWindow::Docking( rPos, rRect ); in Docking()