/aoo41x/main/vcl/source/window/ |
H A D | splitwin.cxx | 886 Rectangle aRect; in ImplCalcSet2() 1321 Rectangle aRect; in ImplDrawSplitTracking() 1711 Rectangle aRect; in ImplUpdateSet() 1837 Rectangle aRect; in ImplGetAutoHideRect() 1854 Rectangle aRect; in ImplGetFadeInRect() 1866 Rectangle aRect; in ImplGetFadeOutRect() 1948 Rectangle aTempRect; in ImplDrawAutoHide() 3889 Rectangle aRect; in SetAutoHideState() 3913 Rectangle aRect; in GetAutoHideRect() 3922 Rectangle aRect; in GetFadeInRect() [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedtv1.cxx | 87 Rectangle aR0(GetMarkedObjRect()); in SetMarkedObjRect() 117 Rectangle aR1(pO->GetSnapRect()); in SetMarkedObjRect() 600 Rectangle aMarkRect(GetMarkedObjRect()); in CrookMarkedObj() 699 Rectangle aRefRect(rRef); in DistortMarkedObj() 721 Rectangle aAllSnapRect(GetMarkedObjRect()); in SetNotPersistAttrToMarked() 830 Rectangle aSnapRect; in MergeNotPersistAttrFromMarked() 831 Rectangle aLogicRect; in MergeNotPersistAttrFromMarked() 842 Rectangle aSnapRect2(pObj->GetSnapRect()); in MergeNotPersistAttrFromMarked() 1306 Rectangle aRect(GetMarkedObjRect()); in GetGeoAttrFromMarked() 1472 Rectangle aRect(GetMarkedObjRect()); in SetGeoAttrToMarked() [all …]
|
H A D | svdmrkv.cxx | 760 Rectangle aRect(GetMarkedObjRect()); in SetMarkHandles() 1142 Rectangle aR(GetMarkedObjRect()); in ForceRefToMarked() 1183 Rectangle aR(GetMarkedObjBoundRect()); in ForceRefToMarked() 1217 Rectangle aRect(GetMarkedObjBoundRect()); in ForceRefToMarked() 1565 Rectangle aR(rRect); in MarkObj() 1574 Rectangle aFrm1(aR); in MarkObj() 1971 Rectangle aBR(pObj->GetCurrentBoundRect()); in PickSomething() 2051 Rectangle aRect; in GetMarkedObjBoundRect() 2055 Rectangle aR1(pO->GetCurrentBoundRect()); in GetMarkedObjBoundRect() 2066 Rectangle aRect; in GetMarkedObjRect() [all …]
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterPaneBase.cxx | 162 const awt::Rectangle aBorderBox (mxBorderWindow->getPosSize()); in SetCalloutAnchor() 441 const awt::Rectangle& rBorderBox, in PaintBorderBackground() 442 const awt::Rectangle& rUpdateBox) in PaintBorderBackground() 471 void PresenterPaneBase::PaintBorder (const awt::Rectangle& rUpdateBox) in PaintBorder() 477 awt::Rectangle aBorderBox (mxBorderWindow->getPosSize()); in PaintBorder() 478 awt::Rectangle aLocalBorderBox (0,0, aBorderBox.Width, aBorderBox.Height); in PaintBorder() 510 const awt::Rectangle aBorderBox (mxBorderWindow->getPosSize()); in LayoutContextWindow() 511 const awt::Rectangle aInnerBox (mxBorderPainter->removeBorder( in LayoutContextWindow()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outmap.cxx | 655 Rectangle OutputDevice::ImplLogicToDevicePixel( const Rectangle& rLogicRect ) const in ImplLogicToDevicePixel() 771 Rectangle OutputDevice::ImplDevicePixelToLogic( const Rectangle& rPixelRect ) const in ImplDevicePixelToLogic() 1175 Rectangle OutputDevice::LogicToPixel( const Rectangle& rLogicRect ) const in LogicToPixel() 1371 Rectangle OutputDevice::LogicToPixel( const Rectangle& rLogicRect, in LogicToPixel() 1570 Rectangle OutputDevice::PixelToLogic( const Rectangle& rDeviceRect ) const in PixelToLogic() 1577 return Rectangle( ImplPixelToLogic( rDeviceRect.Left(), mnDPIX, in PixelToLogic() 1768 Rectangle OutputDevice::PixelToLogic( const Rectangle& rDeviceRect, in PixelToLogic() 1782 return Rectangle( ImplPixelToLogic( rDeviceRect.Left(), mnDPIX, in PixelToLogic() 2207 Rectangle OutputDevice::LogicToLogic( const Rectangle& rRectSource, in LogicToLogic() 2213 return Rectangle( fn5( rRectSource.Left() + aMapResSource.mnMapOfsX, in LogicToLogic() [all …]
|
/aoo41x/main/svtools/source/control/ |
H A D | scrwin.cxx | 344 Rectangle aWish( Point(0, 0), LogicToPixel(rNewSize) ); in SetVisibleSize() 347 Rectangle aMax( Point(0, 0), GetParent()->GetOutputSizePixel() ); in SetVisibleSize() 372 sal_Bool ScrollableWindow::MakeVisible( const Rectangle& rTarget, sal_Bool bSloppy ) in MakeVisible() 374 Rectangle aTarget; in MakeVisible() 375 Rectangle aTotRect( Point(0, 0), PixelToLogic( aTotPixSz ) ); in MakeVisible() 433 Rectangle aVisArea( GetVisibleArea() ); in MakeVisible() 440 Rectangle aBox( aTarget.GetUnion(aVisArea) ); in MakeVisible() 455 Rectangle ScrollableWindow::GetVisibleArea() const in GetVisibleArea() 459 return Rectangle( aTopLeft, aSz ); in GetVisibleArea() 528 PixelToLogic( Rectangle( Point(0, 0), aOutPixSz ) ) ); in Scroll()
|
H A D | toolbarmenuacc.cxx | 363 const awt::Rectangle aRect( getBounds() ); in containsPoint() 367 return Rectangle( aNullPoint, aSize ).IsInside( aTestPoint ); in containsPoint() 404 awt::Rectangle SAL_CALL ToolbarMenuAcc::getBounds() throw (RuntimeException) in getBounds() 410 awt::Rectangle aRet; in getBounds() 893 const awt::Rectangle aRect( getBounds() ); in containsPoint() 897 return Rectangle( aNullPoint, aSize ).IsInside( aTestPoint ); in containsPoint() 910 awt::Rectangle SAL_CALL ToolbarMenuEntryAcc::getBounds() throw (RuntimeException) in getBounds() 913 awt::Rectangle aRet; in getBounds() 917 Rectangle aRect( mpParent->maRect ); in getBounds() 936 const awt::Rectangle aRect( getBounds() ); in getLocation() [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdogrp.hxx | 72 virtual const Rectangle& GetCurrentBoundRect() const; 73 virtual const Rectangle& GetSnapRect() const; 98 virtual void SetSnapRect(const Rectangle& rRect); 99 virtual void SetLogicRect(const Rectangle& rRect); 108 virtual void NbcSetSnapRect(const Rectangle& rRect); 109 virtual void NbcSetLogicRect(const Rectangle& rRect);
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1156 Rectangle* pShapeBoundRect; 1179 Rectangle& rShapeBoundRect ); // FillBitmaps or GraphicObjects. 1235 EscherSolverContainer& rSolver, ::com::sun::star::awt::Rectangle& rGeoRect, 1312 const Rectangle& rRect ) = 0; 1345 void WriteClientAnchor( EscherEx& rEx, const Rectangle& rRect ) in WriteClientAnchor() 1540 virtual void AddChildAnchor( const Rectangle& rRectangle ); 1541 virtual void AddClientAnchor( const Rectangle& rRectangle ); 1544 sal_uInt32 EnterGroup( const Rectangle* pBoundRect = NULL ); 1546 virtual sal_Bool SetGroupSnapRect( sal_uInt32 nGroupLevel, const Rectangle& rRect ); 1553 virtual void Commit( EscherPropertyContainer& rProps, const Rectangle& rRect ); [all …]
|
/aoo41x/main/accessibility/source/extended/ |
H A D | accessiblelistboxentry.cxx | 131 Rectangle AccessibleListBoxEntry::GetBoundingBox_Impl() const in GetBoundingBox_Impl() 133 Rectangle aRect; in GetBoundingBox_Impl() 144 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBox_Impl() 151 Rectangle AccessibleListBoxEntry::GetBoundingBoxOnScreen_Impl() const in GetBoundingBoxOnScreen_Impl() 153 Rectangle aRect; in GetBoundingBoxOnScreen_Impl() 160 aRect = Rectangle( aTopLeft, aRect.GetSize() ); in GetBoundingBoxOnScreen_Impl() 628 Rectangle aRect = pAccEntry->GetBoundingBox_Impl(); in getAccessibleAtPoint() 706 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds() 711 Rectangle aItemRect = GetBoundingBox(); in getCharacterBounds() 713 Rectangle aCharRect = aLayoutData.GetCharacterBounds( nIndex ); in getCharacterBounds() [all …]
|
/aoo41x/main/extensions/source/update/check/ |
H A D | updatehdl.cxx | 832 awt::Rectangle const & rPosSize, in insertControlModel() 958 aDescriptor.Bounds = awt::Rectangle( 10, 10, 250, 150 ); in showWarning() 1007 aDescriptor.Bounds = awt::Rectangle( 10, 10, 250, 150 ); in showWarning() 1204 awt::Rectangle( DIALOG_BORDER + TEXT_OFFSET, in createDialog() 1219 awt::Rectangle( PROGRESS_X_POS + PROGRESS_WIDTH + DIALOG_BORDER, in createDialog() 1235 awt::Rectangle( BOX1_BTN_X, BOX1_BTN_Y, BUTTON_WIDTH, BUTTON_HEIGHT ), in createDialog() 1248 awt::Rectangle( BOX1_BTN_X, in createDialog() 1264 awt::Rectangle( BOX1_BTN_X, in createDialog() 1283 awt::Rectangle( DIALOG_BORDER, EDIT2_Y_POS, EDIT_WIDTH, BOX_HEIGHT2 ), in createDialog() 1298 awt::Rectangle( DIALOG_BORDER + TEXT_OFFSET, in createDialog() [all …]
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxregion.cxx | 68 ::com::sun::star::awt::Rectangle VCLXRegion::getBounds() throw(::com::sun::star::uno::RuntimeExcept… in IMPL_XTYPEPROVIDER_START() 89 void VCLXRegion::unionRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::sun::… in unionRectangle() 96 void VCLXRegion::intersectRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::s… in intersectRectangle() 103 void VCLXRegion::excludeRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::sun… in excludeRectangle() 110 void VCLXRegion::xOrRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::sun::st… in xOrRectangle() 149 ::com::sun::star::uno::Sequence< ::com::sun::star::awt::Rectangle > VCLXRegion::getRectangles() thr… in getRectangles() 157 ::com::sun::star::uno::Sequence< ::com::sun::star::awt::Rectangle > aRects(aRectangles.size()); in getRectangles()
|
/aoo41x/main/svx/source/dialog/ |
H A D | contwnd.cxx | 216 aWorkRect = Rectangle( aLogPt, aLogPt ); in MouseButtonDown() 217 Paint( Rectangle( Point(), GetGraphicSize() ) ); in MouseButtonDown() 243 if ( aPipetteLink.IsSet() && Rectangle( Point(), GetGraphicSize() ).IsInside( aLogPt ) ) in MouseMove() 263 const Rectangle aGraphRect( aTmpPoint, GetGraphicSize() ); in MouseButtonUp() 312 void ContourWindow::Paint( const Rectangle& rRect ) in Paint() 327 rTarget.DrawRect( Rectangle( Point(), GetGraphicSize() ) ); in Paint() 340 _aPolyPoly.Insert( Rectangle( Point(), GetGraphicSize() ) ); in Paint()
|
/aoo41x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XToolkit.java | 28 import com.sun.star.awt.Rectangle; 72 Rectangle area = oObj.getWorkArea(); in _getWorkArea() 84 createDesc(new Rectangle(0,0,100,100))); in _createWindow() 107 descs[0] = createDesc(new Rectangle(0,0,100,100)); in _createWindows() 108 descs[1] = createDesc(new Rectangle(100,100,200,200)); in _createWindows() 145 public WindowDescriptor createDesc(Rectangle rect) { in createDesc()
|
/aoo41x/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 357 maPreviewRect = Rectangle( maTopLeft, in InitFields() 690 Rectangle aPreviewRect = maPreviewRect; 693 Rectangle aDummyRect( Point( 0, 0 ), GetSizePixel() ); 740 maPreviewRect = Rectangle( maTopLeft, in AcquirePreview() 763 Paint( Rectangle( Point( 0, 0 ), GetSizePixel() ) ); in AcquirePreview() 766 void SaneDlg::Paint( const Rectangle& rRect ) in Paint() 771 DrawRect( Rectangle( Point( PREVIEW_UPPER_LEFT, PREVIEW_UPPER_TOP ), in Paint() 1071 DrawRect( Rectangle( rUL, Size( RECT_SIZE_PIX,RECT_SIZE_PIX ) ) ); in DrawRectangles() 1072 DrawRect( Rectangle( aBL, Size( RECT_SIZE_PIX, -RECT_SIZE_PIX ) ) ); in DrawRectangles() 1073 DrawRect( Rectangle( rBR, Size( -RECT_SIZE_PIX, -RECT_SIZE_PIX ) ) ); in DrawRectangles() [all …]
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlideSorterView.cxx | 104 virtual void Paint (OutputDevice& rDevice, const Rectangle& rRepaintArea) in Paint() 126 virtual void Paint (OutputDevice& rDevice, const Rectangle& rRepaintArea) in Paint() 493 const Rectangle aViewBox (mpLayouter->GetTotalBoundingBox()); in Layout() 547 Rectangle aViewArea (pWindow->PixelToLogic(Rectangle(Point(0,0),pWindow->GetSizePixel()))); in DeterminePageObjectVisibilities() 659 Rectangle( in RequestRepaint() 678 void SlideSorterView::RequestRepaint (const Rectangle& rRepaintBox) in RequestRepaint() 703 Rectangle SlideSorterView::GetModelArea (void) in GetModelArea() 715 static const Rectangle gFrameTimeBox (10,10,150,20); 780 const Rectangle& rRepaintArea) in Paint() 939 const Rectangle aWindowBox (pWindow->GetPosPixel(), pWindow->GetSizePixel()); in UpdatePageUnderMouse()
|
/aoo41x/main/svx/source/table/ |
H A D | accessiblecell.cxx | 320 awt::Rectangle aBBox (xChildComponent->getBounds()); in getAccessibleAtPoint() 337 ::com::sun::star::awt::Rectangle SAL_CALL AccessibleCell::getBounds(void) throw(RuntimeException) in getBounds() 343 ::com::sun::star::awt::Rectangle aBoundingBox; in getBounds() 347 const ::Rectangle aCellRect( mxCell->getCellRect() ); in getBounds() 366 ::Rectangle aBBox ( x, y, x + aPixelSize.getWidth(), y + aPixelSize.getHeight()); in getBounds() 368 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds() 370 aBoundingBox = awt::Rectangle ( aBBox.getX(), aBBox.getY(), aBBox.getWidth(), aBBox.getHeight()); in getBounds() 375 …aBoundingBox = awt::Rectangle (aPixelPosition.getX(), aPixelPosition.getY(),aPixelSize.getWidth(),… in getBounds() 387 ::com::sun::star::awt::Rectangle aBoundingBox(getBounds()); in getLocation() 421 awt::Rectangle aBoundingBox (getBounds()); in getSize()
|
/aoo41x/main/reportdesign/inc/ |
H A D | RptObject.hxx | 100 void SetPropsFromRect(const Rectangle& _rRect); 102 virtual void SetSnapRectImpl(const Rectangle& _rRect) = 0; 158 virtual void NbcSetLogicRect(const Rectangle& rRect); 161 virtual void SetSnapRectImpl(const Rectangle& _rRect); 201 virtual void NbcSetLogicRect(const Rectangle& rRect); 204 virtual void SetSnapRectImpl(const Rectangle& _rRect); 247 virtual void NbcSetLogicRect(const Rectangle& rRect); 250 virtual void SetSnapRectImpl(const Rectangle& _rRect);
|
/aoo41x/main/svx/workben/ |
H A D | edittest.cxx | 266 virtual void Paint( const Rectangle& ); 294 void __EXPORT MyView::Paint( const Rectangle& rRec ) in Paint() 305 pEditView->SetVisArea( Rectangle( Point( 0,0 ), aPaperSz ) ); in Resize() 374 virtual void Paint( const Rectangle& ); 1097 Rectangle aR( Point( 2000, 4000 ), aSz ); in IMPL_LINK() 1278 pEditView->SetOutputArea( Rectangle( aOffset, aSz ) ); in CreatePolygon() 1468 void __EXPORT EditViewWindow::Paint( const Rectangle& rRec ) in Paint() 1486 static Rectangle aCurFrame; in MarkOutputArea() 1487 Rectangle aOutArea( pEditView->GetOutputArea() ); in MarkOutputArea() 1662 pEditView->SetOutputArea( Rectangle( Point(), aPaperSz ) ); in KeyInput() [all …]
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | editview.hxx | 46 class Rectangle; 97 void Paint( const Rectangle& rRect, OutputDevice* pTargetDevice = 0 ); 129 void SetOutputArea( const Rectangle& rRec ); 130 const Rectangle& GetOutputArea() const; 134 void SetVisArea( const Rectangle& rRec ); 135 const Rectangle& GetVisArea() const; 235 String GetWordUnderMousePointer( Rectangle& rWordRect ) const;
|
/aoo41x/main/vcl/os2/source/app/ |
H A D | salinfo.cxx | 53 virtual Rectangle GetDisplayScreenPosSizePixel( unsigned int nScreen ); 58 virtual Rectangle GetDisplayWorkAreaPosSizePixel( unsigned int nScreen ); 100 Rectangle Os2SalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen ) in GetDisplayScreenPosSizePixel() 102 Rectangle aRet; in GetDisplayScreenPosSizePixel() 103 aRet = Rectangle( Point(), Point( WinQuerySysValue( HWND_DESKTOP, SV_CXSCREEN ), in GetDisplayScreenPosSizePixel() 168 Rectangle Os2SalSystem::GetDisplayWorkAreaPosSizePixel( unsigned int nScreen ) in GetDisplayWorkAreaPosSizePixel()
|
/aoo41x/main/sw/inc/ |
H A D | pagepreviewlayout.hxx | 84 Rectangle maPreviewDocRect; 99 Rectangle maPaintedPrevwDocRect; 368 Rectangle& _orDocPreviewPaintRect, 405 bool Paint( const Rectangle _aOutRect ) const; 415 void Repaint( const Rectangle _aInvalidCoreRect ) const; 621 Rectangle& _orDocPreviewPaintRect );
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | editbrowsebox.cxx | 283 void EditBrowseBox::PaintField( OutputDevice& rDev, const Rectangle& rRect, in PaintField() 360 void EditBrowseBox::PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const in PaintStatusCell() 440 Rectangle aRect( GetCellRect( nEditRow, nEditCol, sal_False ) ); in RowHeightChanged() 949 Rectangle aRect = GetFieldRectPixel(nEditRow, 0, sal_False ); in IsCursorMoveAllowed() 985 Rectangle aRect( GetCellRect(nEditRow, nEditCol, sal_False)); in ColumnMoved() 1026 Rectangle aRect = GetCellRect(nEditRow, nEditCol, sal_False); in EndScroll() 1052 Rectangle aRect( GetCellRect(nEditRow, nEditCol, sal_False)); in ActivateCell() 1122 Rectangle aRect( GetFieldRectPixel(nRow, nColId, bRel)); in GetCellRect() 1166 Rectangle aRect( GetCellRect(nEditRow, nEditCol, sal_False)); in ColumnResized() 1302 Rectangle aHdlFieldRect( GetFieldRectPixel( 0, 0 )); in InvalidateHandleColumn() [all …]
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 257 m_aWMWorkAreas = ::std::vector< Rectangle > in WMAdaptor() 571 Rectangle aWorkArea( aPoint, aSize ); in NetWMAdaptor() 1311 Rectangle aPosSize = m_aWMWorkAreas[nCurrent]; in setNetWMState() 1634 Rectangle aTarget( aTL, in maximizeFrame() 1703 pFrame->maRestorePosSize = Rectangle(); in maximizeFrame() 1769 pFrame->maRestorePosSize = Rectangle(); in maximizeFrame() 1823 pFrame->maRestorePosSize = Rectangle(); in maximizeFrame() 2028 pFrame->maRestorePosSize = Rectangle(); in handlePropertyNotify() 2035 Rectangle( Point( rGeom.nX, rGeom.nY ), in handlePropertyNotify() 2094 pFrame->maRestorePosSize = Rectangle(); in handlePropertyNotify() [all …]
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | invmerge.hxx | 37 ::std::vector< Rectangle >* pRects; 38 Rectangle aTotalRect; 39 Rectangle aLineRect; 46 ScInvertMerger( ::std::vector< Rectangle >* pRectangles ); 49 void AddRect( const Rectangle& rRect );
|