Searched refs:aColRect (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 998 const Rectangle aColRect( Point( nX, nY ), Size( nWidth, nHeight ) ); in ImplDrawBitmapWallpaper() local 1003 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper() 1013 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper() 1023 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper() 1033 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | sbagrid.cxx | 808 Rectangle aColRect = GetItemRect(nId); in ImplStartColumnDrag() local 809 …aColRect.Left() += nId ? 3 : 0; // the handle col (nId == 0) does not have a left margin for resiz… in ImplStartColumnDrag() 810 aColRect.Right() -= 3; in ImplStartColumnDrag() 811 bResizingCol = !aColRect.IsInside(_rMousePos); in ImplStartColumnDrag()
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TEditControl.cxx | 1648 ::Rectangle aColRect( GetFieldRectPixel( 0, nSelId, sal_False ) ); in Command() 1650 aMenuPos = aColRect.TopCenter(); in Command() 1654 ::Rectangle aColRect( GetFieldRectPixel( FirstSelectedRow(), HANDLE_ID, sal_True ) ); in Command() 1656 aMenuPos = aColRect.TopCenter(); in Command()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 1566 ::Rectangle aColRect = pGrid->GetFieldRect(nId); in propertyChange() 1567 aColRect.Top() = 0; in propertyChange() 1568 aColRect.Bottom() = pGrid->GetSizePixel().Height(); in propertyChange() 1569 pGrid->Invalidate(aColRect); in propertyChange()
|
H A D | fmgridcl.cxx | 1061 ::Rectangle aColRect( GetFieldRectPixel( 0, nSelId, sal_False ) ); in Command() 1063 …Point aRelativePos( pMyHeader->ScreenToOutputPixel( OutputToScreenPixel( aColRect.TopCenter() ) ) … in Command()
|
/aoo41x/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 1449 Rectangle const aColRect(aHeaderRow.getRect()); in doPaintContent() local 1451 *m_pDataWindow, aColRect, true, false, rStyle in doPaintContent()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 2074 ::Rectangle aColRect( GetFieldRectPixel( 0, nSelId, sal_False ) ); in Command() 2076 aMenuPos = aColRect.TopCenter(); in Command()
|
Completed in 101 milliseconds