Searched refs:rPosRect (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 1938 ++rPosRect.Bottom(); in GetHeaderDrag() 1940 ++rPosRect.Top(); in GetHeaderDrag() 1947 ++rPosRect.Top(); in GetHeaderDrag() 1948 ++rPosRect.Bottom(); in GetHeaderDrag() 1992 ++rPosRect.Right(); in GetHeaderDrag() 1994 ++rPosRect.Left(); in GetHeaderDrag() 2001 ++rPosRect.Left(); in GetHeaderDrag() 2002 ++rPosRect.Right(); in GetHeaderDrag() 2048 ++rPosRect.Bottom(); in GetHeaderDrag() 2050 ++rPosRect.Top(); in GetHeaderDrag() [all …]
|
H A D | dpobject.cxx | 1084 Rectangle& rPosRect, sal_uInt16& rOrient, long& rDimPos ) in GetHeaderDrag() argument 1088 return pOutput->GetHeaderDrag( rPos, bMouseLeft, bMouseTop, nDragDim, rPosRect, rOrient, rDimPos ); in GetHeaderDrag()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin2.cxx | 630 void ScGridWindow::UpdateDragRect( sal_Bool bShowRange, const Rectangle& rPosRect ) in UpdateDragRect() argument 632 SCCOL nStartX = ( rPosRect.Left() >= 0 ) ? static_cast<SCCOL>(rPosRect.Left()) : SCCOL_MAX; in UpdateDragRect() 633 SCROW nStartY = ( rPosRect.Top() >= 0 ) ? static_cast<SCROW>(rPosRect.Top()) : SCROW_MAX; in UpdateDragRect() 634 SCCOL nEndX = ( rPosRect.Right() >= 0 ) ? static_cast<SCCOL>(rPosRect.Right()) : SCCOL_MAX; in UpdateDragRect() 635 SCROW nEndY = ( rPosRect.Bottom() >= 0 ) ? static_cast<SCROW>(rPosRect.Bottom()) : SCROW_MAX; in UpdateDragRect()
|
/aoo41x/main/chart2/source/tools/ |
H A D | DiagramHelper.cxx | 1631 const awt::Rectangle& rPosRect /*100th mm*/ ) in setDiagramPositioning() argument 1648 aNewPos.Primary = double(rPosRect.X)/double(aPageSize.Width); in setDiagramPositioning() 1649 aNewPos.Secondary = double(rPosRect.Y)/double(aPageSize.Height); in setDiagramPositioning() 1652 aNewSize.Primary = double(rPosRect.Width)/double(aPageSize.Width); in setDiagramPositioning() 1653 aNewSize.Secondary = double(rPosRect.Height)/double(aPageSize.Height); in setDiagramPositioning()
|
/aoo41x/main/sc/inc/ |
H A D | dpoutput.hxx | 155 Rectangle& rPosRect, sal_uInt16& rOrient, long& rDimPos );
|
H A D | dpobject.hxx | 189 Rectangle& rPosRect, sal_uInt16& rOrient, long& rDimPos );
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | gridwin.hxx | 230 void UpdateDragRect( sal_Bool bShowRange, const Rectangle& rPosRect );
|
/aoo41x/main/chart2/source/inc/ |
H A D | DiagramHelper.hxx | 345 const ::com::sun::star::awt::Rectangle& rPosRect /*100th mm*/ );
|
Completed in 61 milliseconds