/aoo41x/main/sw/source/core/inc/ |
H A D | dflyobj.hxx | 98 virtual const Rectangle& GetCurrentBoundRect() const; 99 virtual const Rectangle& GetLastBoundRect() const; 102 virtual const Rectangle& GetSnapRect() const; 103 virtual void SetSnapRect(const Rectangle& rRect); 104 virtual void NbcSetSnapRect(const Rectangle& rRect); 105 virtual const Rectangle& GetLogicRect() const; 106 virtual void SetLogicRect(const Rectangle& rRect); 107 virtual void NbcSetLogicRect(const Rectangle& rRect);
|
/aoo41x/main/svtools/inc/svtools/table/ |
H A D | gridtablerenderer.hxx | 84 OutputDevice& _rDevice, const Rectangle& _rArea, 88 OutputDevice& _rDevice, const Rectangle& _rArea, 91 OutputDevice& _rDevice, const Rectangle& _rRowArea, 95 OutputDevice& _rDevice, const Rectangle& _rArea, 99 OutputDevice& _rDevice, const Rectangle& _rArea, 101 virtual void ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect); 102 virtual void HideCellCursor( Window& _rView, const Rectangle& _rCursorRect); 107 OutputDevice& i_targetDevice, Rectangle const & i_targetArea
|
/aoo41x/main/embeddedobj/source/general/ |
H A D | docholder.cxx | 342 awt::Rectangle aHatchRect = AddBorderToArea( aNewRect ); in PlaceFrame() 416 const awt::Rectangle& aRectangleToShow, in ShowInplace() 426 awt::Rectangle aOwnRectangle( HATCH_BORDER_WIDTH, in ShowInplace() 948 awt::Rectangle aWorkRect; in GetDocFrame() 1137 awt::Rectangle DocumentHolder::CalculateBorderedArea( const awt::Rectangle& aRect ) in CalculateBorderedArea() 1146 awt::Rectangle DocumentHolder::AddBorderToArea( const awt::Rectangle& aRect ) in AddBorderToArea() 1281 awt::Rectangle aObjRect = CalculateBorderedArea( aRect ); in requestPositioning() 1288 awt::Rectangle SAL_CALL DocumentHolder::calcAdjustedRectangle( const awt::Rectangle& aRect ) in calcAdjustedRectangle() 1292 awt::Rectangle aResult( aRect ); in calcAdjustedRectangle() 1300 awt::Rectangle aObjRect = CalculateBorderedArea( aRect ); in calcAdjustedRectangle() [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 115 Rectangle aCropRect( aSourceRect ); in ImplAdjustTwoRect() 248 DrawRect( Rectangle( rDestPt, rDestSize ) ); in DrawOutDev() 273 Rectangle aSrcOutRect( Point( mnOutOffX, mnOutOffY ), in DrawOutDev() 321 DrawRect( Rectangle( rDestPt, rDestSize ) ); in DrawOutDev() 579 DrawRect( Rectangle( rDestPt, rDestSize ) ); in ImplDrawBitmap() 601 DrawRect( Rectangle( rDestPt, rDestSize ) ); in ImplDrawBitmap() 1041 DrawRect( Rectangle( rDestPt, rDestSize ) ); in ImplDrawBitmapEx() 1371 DrawRect( Rectangle( rDestPt, rDestSize ) ); in ImplDrawMask() 2381 Rectangle aSrcRect( rSrcPtPixel, rSrcSizePixel ); in ImplPrintTransparent() 2495 Rectangle aSrcRect( rSrcPtPixel, rSrcSizePixel ); in ImplPrintMask() [all …]
|
H A D | outdevnative.cxx | 119 const Rectangle& rControlRegion, in HitTestNativeControl() 131 Rectangle screenRegion( rControlRegion ); in HitTestNativeControl() 221 const Rectangle& rControlRegion, in DrawNativeControl() 247 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in DrawNativeControl() 264 const Rectangle& rControlRegion, in DrawNativeControlText() 290 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in DrawNativeControlText() 302 const Rectangle& rControlRegion, in GetNativeControlRegion() 306 Rectangle &rNativeBoundingRegion, in GetNativeControlRegion() 307 Rectangle &rNativeContentRegion ) in GetNativeControlRegion() 319 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in GetNativeControlRegion()
|
H A D | region.cxx | 332 Region::Region(const Rectangle& rRect) in Region() 524 bool Region::Union( const Rectangle& rRect ) in Union() 699 bool Region::Exclude( const Rectangle& rRect ) in Exclude() 780 bool Region::XOr( const Rectangle& rRect ) in XOr() 1250 Rectangle Region::GetBoundRect() const in GetBoundRect() 1255 return Rectangle(); in GetBoundRect() 1262 return Rectangle(); in GetBoundRect() 1273 return Rectangle(); in GetBoundRect() 1278 return Rectangle( in GetBoundRect() 1294 return Rectangle(); in GetBoundRect() [all …]
|
/aoo41x/main/bean/qa/complex/bean/ |
H A D | WriterFrame.java | 28 import java.awt.Rectangle; 144 public Rectangle getClientArea() in getClientArea() 148 Rectangle r = getBounds(); in getClientArea() 149 Rectangle rc = new Rectangle(r.x + i.left, r.y + i.top, in getClientArea() 155 public Rectangle getUnoFramePosition() throws Exception in getUnoFramePosition() 158 com.sun.star.awt.Rectangle rect = win.getPosSize(); in getUnoFramePosition() 159 return new Rectangle(rect.X, rect.Y, rect.Width, rect.Height); in getUnoFramePosition() 167 Rectangle client = getClientArea(); in checkUnoFramePosition() 168 Rectangle unoWin = getUnoFramePosition(); in checkUnoFramePosition()
|
/aoo41x/main/svtools/source/table/ |
H A D | tablegeometry.hxx | 45 const Rectangle& m_rBoundaries; 46 Rectangle m_aRect; 51 const Rectangle& _rBoundaries in TableGeometry() 64 const Rectangle& getRect() const { return m_aRect; } in getRect() 80 Rectangle const & _rBoundaries, 108 Rectangle const & _rBoundaries, 137 Rectangle const & _rBoundaries, in TableCellGeometry() 156 …inline Rectangle getRect() const { return m_aRow.getRect().GetIntersection( m_aCol.getRect(… in getRect()
|
H A D | tablecontrol_impl.hxx | 198 void doPaintContent( const Rectangle& _rUpdateRect ); 300 …virtual void showTracking( Rectangle const & i_location, sal_uInt16 const i_flags ); 315 Rectangle calcHeaderRect( bool bColHeader ); 316 Rectangle calcHeaderCellRect( bool bColHeader, sal_Int32 nPos ); 317 Rectangle calcTableRect(); 318 Rectangle calcCellRect( sal_Int32 nRow, sal_Int32 nCol ); 376 void impl_getCellRect( ColPos _nColumn, RowPos _nRow, Rectangle& _rCellRect ) const; 424 Rectangle const & i_dataCellPlayground, 470 Rectangle impl_getAllVisibleCellsArea() const; 477 Rectangle impl_getAllVisibleDataCellArea() const;
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | salnativewidgets.hxx | 313 Rectangle maThumbRect; 314 Rectangle maButton1Rect; 315 Rectangle maButton2Rect; 338 Rectangle maThumbRect; 389 Rectangle maUpperRect; 390 Rectangle maLowerRect; 414 Rectangle maGripRect; 442 MenupopupValue( long i_nGutterWidth, const Rectangle& i_rItemRect ) in MenupopupValue() 447 Rectangle maItemRect;
|
H A D | spinfld.hxx | 41 Rectangle maUpperRect; 42 Rectangle maLowerRect; 43 Rectangle maDropDownRect; // noch nicht angebunden... 63 …tonAreas( OutputDevice* pDev, const Size& rOutSz, Rectangle& rDDArea, Rectangle& rSpinUpArea, Rect… 74 Rectangle * ImplFindPartRect( const Point& rPt ); 90 virtual void Paint( const Rectangle& rRect );
|
/aoo41x/main/sd/source/ui/docshell/ |
H A D | sdclient.cxx | 91 void Client::RequestNewObjectArea( Rectangle& aObjRect ) in RequestNewObjectArea() 109 Rectangle aOldRect = GetObjArea(); in RequestNewObjectArea() 116 Rectangle aWorkArea( pView->GetWorkArea() ); in RequestNewObjectArea() 146 Rectangle aNewRectangle(GetScaledObjArea()); in ObjectAreaChanged() 155 const Rectangle& rBoundRect = pObj->GetCurrentBoundRect(); in ObjectAreaChanged() 192 Rectangle aLogicRect( pSdrOle2Obj->GetLogicRect() ); in ViewChanged() 198 pSdrOle2Obj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aLogicSize ) ); in ViewChanged() 206 Rectangle aVisArea; in ViewChanged() 221 pSdrOle2Obj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aScaledSize ) ); in ViewChanged()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterSlideSorter.cxx | 175 const awt::Rectangle& rBox); 185 awt::Rectangle maSlideBoundingBox; 228 awt::Rectangle GetBoundingBox ( 793 awt::Rectangle aCenterBox (aWindowBox); in UpdateLayout() 919 const awt::Rectangle& rCenterBox, in PlaceCloseButton() 952 const awt::Rectangle& rUpdateBox) in ClearBackground() 962 awt::Rectangle()); in ClearBackground() 1014 const css::awt::Rectangle& rUpdateBox, in PaintPreview() 1812 const awt::Rectangle& rBox) in SetSlide() 2130 const awt::Rectangle& rSlideBoundingBox, in PaintCurrentSlideFrame() [all …]
|
H A D | PresenterUIPainter.cxx | 42 const css::awt::Rectangle& rRepaintBox, in PaintHorizontalBitmapComposite() 43 const css::awt::Rectangle& rBoundingBox, in PaintHorizontalBitmapComposite() 80 const awt::Rectangle aLeftBoundingBox ( in PaintHorizontalBitmapComposite() 98 const awt::Rectangle aRightBoundingBox ( in PaintHorizontalBitmapComposite() 117 const awt::Rectangle aCenterBoundingBox ( in PaintHorizontalBitmapComposite() 147 const css::awt::Rectangle& rRepaintBox, in PaintVerticalBitmapComposite() 148 const css::awt::Rectangle& rBoundingBox, in PaintVerticalBitmapComposite() 185 const awt::Rectangle aTopBoundingBox ( in PaintVerticalBitmapComposite() 204 const awt::Rectangle aBottomBoundingBox ( in PaintVerticalBitmapComposite() 223 const awt::Rectangle aCenterBoundingBox ( in PaintVerticalBitmapComposite()
|
H A D | PresenterSlideShowView.cxx | 376 awt::Rectangle aViewWindowBox (mxViewWindow->getPosSize()); in clear() 564 awt::Rectangle aRectangle; in getCanvasArea() 596 awt::Rectangle aViewWindowBox (mxViewWindow->getPosSize()); in windowPaint() 979 awt::Rectangle(0,0,10,10), in CreateViewWindow() 1024 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize() 1025 awt::Rectangle aViewWindowBox; in Resize() 1092 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in CreateBackgroundPolygons() 1103 awt::Rectangle( in CreateBackgroundPolygons() 1110 awt::Rectangle( in CreateBackgroundPolygons() 1121 awt::Rectangle( in CreateBackgroundPolygons() [all …]
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsScrollBarManager.cxx | 135 Rectangle ScrollBarManager::PlaceScrollBars ( in PlaceScrollBars() 136 const Rectangle& rAvailableArea, in PlaceScrollBars() 140 Rectangle aRemainingSpace (DetermineScrollBarVisibilities( in PlaceScrollBars() 200 void ScrollBarManager::PlaceFiller (const Rectangle& aArea) in PlaceFiller() 216 Rectangle aModelArea (mrSlideSorter.GetView().GetModelArea()); in UpdateScrollBars() 366 Rectangle ScrollBarManager::DetermineScrollBarVisibilities ( in DetermineScrollBarVisibilities() 367 const Rectangle& rAvailableArea, in DetermineScrollBarVisibilities() 404 Rectangle aRemainingSpace (rAvailableArea); in DetermineScrollBarVisibilities() 419 const Rectangle& rAvailableArea) in TestScrollBarVisibilities() 543 Rectangle aWindowArea (pWindow->GetPosPixel(), aWindowSize); in CalcAutoScrollOffset() [all …]
|
/aoo41x/main/accessibility/source/extended/ |
H A D | AccessibleGridControlHeader.cxx | 236 Rectangle AccessibleGridControlHeader::implGetBoundingBox() in implGetBoundingBox() 239 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( pParent ) ); in implGetBoundingBox() 240 Rectangle aHeaderRect (m_aTable.calcHeaderRect(isColumnBar())); in implGetBoundingBox() 242 return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBox() 244 return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBox() 248 Rectangle AccessibleGridControlHeader::implGetBoundingBoxOnScreen() in implGetBoundingBoxOnScreen() 250 Rectangle aGridRect( m_aTable.GetWindowExtentsRelative( NULL ) ); in implGetBoundingBoxOnScreen() 251 Rectangle aHeaderRect (m_aTable.calcHeaderRect(isColumnBar())); in implGetBoundingBoxOnScreen() 253 return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBoxOnScreen() 255 return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBoxOnScreen()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 57 const Rectangle& rRect= in GetSortListPos() 88 Rectangle rRect( pView->CalcBmpRect( pEntry,0 ) ); in ImplCreate() 135 const Rectangle& rRefRect = pView->GetEntryBoundRect(pCurEntry); in SearchCol() 147 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in SearchCol() 161 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in SearchCol() 186 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in SearchCol() 222 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in SearchRow() 516 Rectangle rRefRect( pView->CalcBmpRect( pRefEntry ) ); in CreateGridAjustData() 525 Rectangle rRect( pView->CalcBmpRect(pEntry) ); in CreateGridAjustData() 683 Rectangle IcnGridMap_Impl::GetGridRect( GridId nId ) in GetGridRect() [all …]
|
/aoo41x/main/desktop/source/splash/ |
H A D | splash.cxx | 104 Paint(Rectangle()); in start() 254 Paint(Rectangle()); in updateStatus() 268 Paint( Rectangle() ); in IMPL_LINK() 490 Rectangle aScreenArea = Application::GetScreenPosSizePixel((unsigned int)0); in findScreenBitmap() 575 Rectangle aScreenArea = Application::GetScreenPosSizePixel((unsigned int)0); in determineProgressRatioValues() 633 void SplashScreen::Paint( const Rectangle&) in Paint() argument 646 Rectangle aDrawRect( Point(_tlx, _tly), Size( _barwidth, _barheight ) ); in Paint() 647 Rectangle aNativeControlRegion, aNativeContentRegion; in Paint() 683 _vdev.DrawRect(Rectangle(_tlx, _tly, _tlx+_barwidth, _tly+_barheight)); in Paint() 696 _vdev.DrawRect(Rectangle(_tlx, _tly, _tlx+_barwidth, _tly+_barheight)); in Paint() [all …]
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 134 Rectangle WMFReader::ReadRectangle() in ReadRectangle() 141 return Rectangle( aTL, aBR ); in ReadRectangle() 287 Rectangle aRect( ReadRectangle() ); in ReadRecordParams() 297 Rectangle aRect( ReadRectangle() ); in ReadRecordParams() 313 Rectangle aRect( ReadRectangle() ); in ReadRecordParams() 426 Rectangle aRect; in ReadRecordParams() 450 aRect = Rectangle( aPt1, aPt2 ); in ReadRecordParams() 617 Rectangle aDestRect( ReadYX(), aDestSize ); in ReadRecordParams() 1009 Rectangle aPlaceableBound; in ReadHeader() 1206 static void GetWinExtMax( const Rectangle& rSource, Rectangle& rPlaceableBound, const sal_Int16 nMa… in GetWinExtMax() [all …]
|
/aoo41x/main/soldep/source/ |
H A D | tbox.cxx | 106 void SoldepToolBox::Paint( const Rectangle& rRect ) in Paint() 122 Rectangle aRect = GetItemRect( nItemId ); in Paint() 226 Rectangle aRect = GetItemRect( GetItemId( 0 )); in MouseButtonDown() 227 aRect = Rectangle( aRect.TopLeft(), Point( aRect.Left()+6, aRect.Top()+6 )); in MouseButtonDown() 277 Rectangle aRect = GetItemRect( GetItemId( 0 )); in MouseButtonUp() 278 aRect = Rectangle( aRect.TopLeft(), Point( aRect.Left()+6, aRect.Top()+6 )); in MouseButtonUp() 318 Rectangle aRect = GetItemRect( GetItemId( 0 )); in MouseMove() 319 aRect = Rectangle( aRect.TopLeft(), Point( aRect.Left()+6, aRect.Top()+6 )); in MouseMove() 359 void SoldepToolBox::EndDocking( const Rectangle& rRect, sal_Bool bFloatMode ) in EndDocking() 532 void SoldepToolBox::SetDockingRects( const Rectangle& rOutRect, in SetDockingRects() [all …]
|
/aoo41x/main/sw/source/core/view/ |
H A D | pagepreviewlayout.cxx | 319 Rectangle& _orDocPreviewPaintRect, in Prepare() 1050 bool SwPagePreviewLayout::Paint( const Rectangle _aOutRect ) const in Paint() 1108 const Rectangle aPxOutRect( pOutputDev->LogicToPixel( _aOutRect ) ); in Paint() 1127 Rectangle aPxPaintRect = pOutputDev->LogicToPixel( aPageRect ); in Paint() 1254 Rectangle aInvalidPrevwRect = aPageRect; in Repaint() 1296 Rectangle aPxPageRect = pOutputDev->LogicToPixel( aPageRect.SVRect() ); in _PaintSelectMarkAtPage() 1300 Rectangle aRect( aPxPageRect.Left(), aPxPageRect.Top(), in _PaintSelectMarkAtPage() 1307 aRect = Rectangle( aPxPageRect.Left()+1, aPxPageRect.Top()+1, in _PaintSelectMarkAtPage() 1344 Rectangle aInvalPxRect( aPxPageRect.Left(), aPxPageRect.Top(), in MarkNewSelectedPage() 1348 aInvalPxRect = Rectangle( aPxPageRect.Right()-1, aPxPageRect.Top(), in MarkNewSelectedPage() [all …]
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleFilterMenu.cxx | 279 Rectangle ScAccessibleFilterMenu::GetBoundingBoxOnScreen() const in GetBoundingBoxOnScreen() 283 return Rectangle(); in GetBoundingBoxOnScreen() 289 return Rectangle(); in GetBoundingBoxOnScreen() 292 return Rectangle(); in GetBoundingBoxOnScreen() 298 Rectangle aRect(aPos + aMenuPos, aMenuSize); in GetBoundingBoxOnScreen() 302 Rectangle ScAccessibleFilterMenu::GetBoundingBox() const in GetBoundingBox() 306 return Rectangle(); in GetBoundingBox() 312 return Rectangle(); in GetBoundingBox() 315 return Rectangle(); in GetBoundingBox() 320 Rectangle aRect(aMenuPos, aMenuSize); in GetBoundingBox()
|
/aoo41x/main/embeddedobj/source/inc/ |
H A D | docholder.hxx | 72 ::com::sun::star::awt::Rectangle m_aObjRect; 95 …::com::sun::star::awt::Rectangle CalculateBorderedArea( const ::com::sun::star::awt::Rectangle& aR… 96 ::com::sun::star::awt::Rectangle AddBorderToArea( const ::com::sun::star::awt::Rectangle& aRect ); 98 void ResizeWindows_Impl( const ::com::sun::star::awt::Rectangle& aHatchRect ); 147 void PlaceFrame( const ::com::sun::star::awt::Rectangle& aNewRect ); 153 const ::com::sun::star::awt::Rectangle& aRectangleToShow, 202 …virtual void SAL_CALL requestPositioning( const ::com::sun::star::awt::Rectangle& aRect ) throw (:… 203 …virtual ::com::sun::star::awt::Rectangle SAL_CALL calcAdjustedRectangle( const ::com::sun::star::a…
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 92 BitmapEx& impGetOrCreateTargetBitmap(sal_uInt16 nIndex, const Rectangle& rRectangle); 117 BitmapEx& SdrHdlBitmapSet::impGetOrCreateTargetBitmap(sal_uInt16 nIndex, const Rectangle& rRectangl… in impGetOrCreateTargetBitmap() 145 …return impGetOrCreateTargetBitmap((0 * INDEX_COUNT) + nInd, Rectangle(Point(0, nYPos), Size(7, 7))… in GetBitmapEx() 150 …return impGetOrCreateTargetBitmap((1 * INDEX_COUNT) + nInd, Rectangle(Point(7, nYPos), Size(9, 9))… in GetBitmapEx() 166 return impGetOrCreateTargetBitmap(nIndex, Rectangle(Point(72, 66), Size(13, 13))); in GetBitmapEx() 170 return impGetOrCreateTargetBitmap(nIndex, Rectangle(Point(85, 66), Size(13, 13))); in GetBitmapEx() 174 return impGetOrCreateTargetBitmap(nIndex, Rectangle(Point(72, 79), Size(13, 13))); in GetBitmapEx() 178 return impGetOrCreateTargetBitmap(nIndex, Rectangle(Point(85, 79), Size(13, 13))); in GetBitmapEx() 182 return impGetOrCreateTargetBitmap(nIndex, Rectangle(Point(98, 79), Size(13, 13))); in GetBitmapEx() 186 return impGetOrCreateTargetBitmap(nIndex, Rectangle(Point(98, 66), Size(13, 13))); in GetBitmapEx() [all …]
|