Home
last modified time | relevance | path

Searched refs:Rectangle (Results 226 – 250 of 2182) sorted by relevance

12345678910>>...88

/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx363 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 …]
H A Dscrwin.cxx344 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()
/trunk/main/offapi/com/sun/star/awt/
H A DXRegion.idl31 #include <com/sun/star/awt/Rectangle.idl>
49 Rectangle getBounds();
68 [oneway] void unionRectangle( [in] Rectangle Rect );
74 [oneway] void intersectRectangle( [in] Rectangle Region );
80 [oneway] void excludeRectangle( [in] Rectangle Rect );
87 [oneway] void xOrRectangle( [in] Rectangle Rect );
118 sequence<Rectangle> getRectangles();
/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx357 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 …]
/trunk/main/svx/workben/
H A Dedittest.cxx266 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 …]
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBase.cxx162 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()
/trunk/main/svx/source/svdraw/
H A Dsvdmrkv.cxx760 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 …]
H A Dsvdfmtf.cxx87 const Rectangle& rRect) in ImpSdrGDIMetaFileImport()
1032 Rectangle aTextRect( aPos, aSize ); in ImportText()
1115 Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1139 Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
1321 Rectangle aRect(rAct.GetDestPoint(), rAct.GetDestSize()); in DoAction()
1337 Rectangle aRect(rAct.GetDestPoint(),rAct.GetDestSize()); in DoAction()
1367 Rectangle aRect(rAct.GetPoint(), rAct.GetSize()); in DoAction()
1381 Rectangle aRect(rAct.GetDestPoint(), rAct.GetDestSize()); in DoAction()
1427 Rectangle( in DoAction()
1536 const Rectangle aRect(rAct.GetPoint(),rAct.GetSize()); in DoAction()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx257 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 …]
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx100 Rectangle SfxObjectShell::GetVisArea( sal_uInt16 nAspect ) const in GetVisArea()
106 Rectangle aRect; in GetVisArea()
111 return Rectangle(); in GetVisArea()
115 const Rectangle& SfxObjectShell::GetVisArea() const in GetVisArea()
122 void SfxObjectShell::SetVisArea( const Rectangle & rVisArea ) in SetVisArea()
179 SetVisArea( Rectangle( GetVisArea().TopLeft(), rVisSize ) ); in SetVisAreaSize()
246 Rectangle aVisArea = GetVisArea( nAspect ); in DoDraw_Impl()
/trunk/main/tools/inc/tools/
H A Dsvborder.hxx38 SvBorder( const Rectangle & rOuter, const Rectangle & rInner );
87 TOOLS_DLLPUBLIC Rectangle & operator += ( Rectangle & rRect, const SvBorder & rBorder );
88 TOOLS_DLLPUBLIC Rectangle & operator -= ( Rectangle & rRect, const SvBorder & rBorder );
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlideSorterView.cxx104 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()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3560 Rectangle aRect( aPos, aPos ); in AcceptPrivateDrop()
4403 Rectangle aRect = pView->GetOutputArea(); in UpdateEditViewPos()
4417 Rectangle aRect = pView->GetOutputArea(); in UpdateEditViewPos()
4456 aRepaintPixel = Rectangle(); // alles in UpdateFormulas()
5289 std::vector<Rectangle> aPixelRects; in UpdateCursorOverlay()
5382 const Rectangle aRA(aPixelRects[a]); in UpdateCursorOverlay()
5417 std::vector<Rectangle> aPixelRects; in UpdateSelectionOverlay()
5432 const Rectangle aRA(aPixelRects[a]); in UpdateSelectionOverlay()
5553 std::vector<Rectangle> aPixelRects; in UpdateDragRectOverlay()
5643 const Rectangle aRA(aPixelRects[a]); in UpdateDragRectOverlay()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dhelp.hxx32 class Rectangle;
101 const Rectangle&,
108 const Rectangle& rScreenRect,
113 const Rectangle& rScreenRect, in ShowQuickHelp()
121 const Rectangle& rScreenRect,
125 const Rectangle& rScreenRect,
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx320 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()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx283 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 …]
/trunk/main/vcl/source/window/
H A Dwindow.cxx370 Rectangle aBoundingRgn( aCtrlRegion ); in ImplInitAppFontData()
371 Rectangle aContentRgn( aCtrlRegion ); in ImplInitAppFontData()
2039 Region aRegion( Rectangle( aPoint, in ImplExcludeWindowRegion()
2047 rRegion.Exclude( Rectangle( aPoint, in ImplExcludeWindowRegion()
2402 Rectangle aSelectionRect; in ImplCallPaint()
2957 Rectangle aRectMirror( rRect ); in ImplScroll()
7414 Rectangle rRect; in GetDesktopRectPixel()
7499 Rectangle Window::ImplOutputToUnmirroredAbsoluteScreenPixel( const Rectangle &rRect ) const in ImplOutputToUnmirroredAbsoluteScreenPixel()
7513 return Rectangle( p1, p2 ); in ImplOutputToUnmirroredAbsoluteScreenPixel()
7558 return Rectangle( aPos, aSize ); in ImplGetWindowExtentsRelative()
[all …]
/trunk/main/svx/source/dialog/
H A Dcontwnd.cxx216 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()
/trunk/main/toolkit/source/awt/
H A Dvclxregion.cxx68 ::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()
/trunk/main/svx/inc/svx/
H A Dsvdogrp.hxx72 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);
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx472 geometry::RealRectangle2D rectangle2DFromRectangle( const Rectangle& rRect ) in rectangle2DFromRectangle()
490 Rectangle rectangleFromRealRectangle2D( const geometry::RealRectangle2D& rRect ) in rectangleFromRealRectangle2D()
492 return Rectangle( static_cast<long>(rRect.X1 + .5), in rectangleFromRealRectangle2D()
510 ::Rectangle rectangleFromB2DRectangle( const ::basegfx::B2DRange& rRect ) in rectangleFromB2DRectangle()
512 return ::Rectangle( FRound( rRect.getMinX() ), in rectangleFromB2DRectangle()
530 Rectangle rectangleFromB2IRectangle( const ::basegfx::B2IRange& rRect ) in rectangleFromB2IRectangle()
532 return ::Rectangle( rRect.getMinX(), in rectangleFromB2IRectangle()
550 ::basegfx::B2DRange b2DRectangleFromRectangle( const ::Rectangle& rRect ) in b2DRectangleFromRectangle()
570 basegfx::B2IRange b2IRectangleFromRectangle( const Rectangle& rRect ) in b2IRectangleFromRectangle()
590 geometry::IntegerRectangle2D integerRectangle2DFromRectangle( const Rectangle& rRectangle ) in integerRectangle2DFromRectangle()
[all …]
/trunk/main/reportdesign/inc/
H A DRptObject.hxx100 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);
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx937 Rectangle originalPixelRect = Rectangle(Point(), bmpSource.GetSizePixel()); in Impl_writeImage()
941 Rectangle destRect( srcPt, srcSize ); in Impl_writeImage()
958 Rectangle clipRect = Rectangle(Point(), clipSize); in Impl_writeImage()
961 Rectangle cropRect(destRect); in Impl_writeImage()
1228 Rectangle aOldRect( aPolyPolygon.GetBoundRect() ); in Impl_writeStroke()
1232 Rectangle aNewRect( aPolyPolygon.GetBoundRect() ); in Impl_writeStroke()
1275 Rectangle aOldRect( aPolyPolygon.GetBoundRect() ); in Impl_writeFilling()
1279 Rectangle aNewRect( aPolyPolygon.GetBoundRect() ); in Impl_writeFilling()
1327 Rectangle originalPixelRect = Rectangle(Point(), aGraphic.GetBitmapEx().GetSizePixel()); in Impl_writeFilling()
1437 Rectangle clipRect; in Impl_writeActions()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XToolkit.java28 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()
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx194 Rectangle aNewVisArea( aVisArea ); in DocSzChgd()
235 Rectangle aLR( aTopLeft, aBottomRight ); in SetVisArea()
292 Rectangle aVis( aVisArea ); in SetVisArea()
345 SetVisArea( Rectangle( aPt, in SetVisArea()
360 Rectangle aNewVisArea( aVisArea ); in CheckVisArea()
438 Rectangle aOldVisArea( aVisArea ); in Scroll()
444 Rectangle aDlgRect( GetEditWin().PixelToLogic( in Scroll()
496 CalcPt( &aPt, Rectangle( rRect.TopLeft(), aSize ), in Scroll()
742 Rectangle aRect; in IMPL_LINK()
815 Rectangle aRect( aTopLeft, rOutPixel ); in CalcVisArea()
[all …]

Completed in 236 milliseconds

12345678910>>...88