Home
last modified time | relevance | path

Searched refs:aColRect (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx808 Rectangle aColRect = GetItemRect(nId); in ImplStartColumnDrag() local
809aColRect.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()
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx998 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()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1566 ::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 Dfmgridcl.cxx1061 ::Rectangle aColRect( GetFieldRectPixel( 0, nSelId, sal_False ) ); in Command()
1063 …Point aRelativePos( pMyHeader->ScreenToOutputPixel( OutputToScreenPixel( aColRect.TopCenter() ) ) … in Command()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx1449 Rectangle const aColRect(aHeaderRow.getRect()); in doPaintContent() local
1451 *m_pDataWindow, aColRect, true, false, rStyle in doPaintContent()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1648 ::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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx2074 ::Rectangle aColRect( GetFieldRectPixel( 0, nSelId, sal_False ) ); in Command()
2076 aMenuPos = aColRect.TopCenter(); in Command()

Completed in 88 milliseconds