Home
last modified time | relevance | path

Searched refs:Rectangle (Results 701 – 725 of 2178) sorted by relevance

1...<<21222324252627282930>>...88

/aoo41x/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx83 typedef ::com::sun::star::awt::Rectangle AwtRectangle;
373 const Rectangle aSpot = mpFrameSel->GetClickBoundRect( meBorder ); in getBounds()
398 const Rectangle aSpot = mpFrameSel->GetClickBoundRect( meBorder ); in getLocation()
418 const Rectangle aSpot = mpFrameSel->GetClickBoundRect( meBorder ); in getLocationOnScreen()
439 const Rectangle aSpot = mpFrameSel->GetClickBoundRect( meBorder ); in getSize()
/aoo41x/main/sd/source/ui/notes/
H A DEditWindow.cxx309 Rectangle aVisArea(mpEditView->GetVisArea() ); in Resize()
464 void EditWindow::Paint(const Rectangle& rRect) in Paint()
531 mpEditView->SetVisArea(Rectangle(Point(mpHorizontalScrollBar->GetThumbPos(), in IMPL_LINK_INLINE_START()
540 Rectangle EditWindow::AdjustScrollBars() in IMPL_LINK_INLINE_END()
544 Rectangle aRect( aPoint, aOut ); in IMPL_LINK_INLINE_END()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews5.cxx382 Rectangle aVisArea = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in WriteFrameViewData()
452 void DrawViewShell::Paint(const Rectangle& rRect, ::sd::Window* pWin) in Paint()
617 const Rectangle aVisArea( mpFrameView->GetVisArea() ); in ReadUserDataSequence()
640 void DrawViewShell::VisAreaChanged(const Rectangle& rRect) in VisAreaChanged()
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DComponent.java33 public static final Type RectangleType = new Type(com.sun.star.awt.Rectangle.class);
623 public java.awt.Rectangle getBounds() { in getBounds()
625 com.sun.star.awt.Rectangle unoRect = unoAccessibleComponent.getBounds(); in getBounds()
626 return new java.awt.Rectangle(unoRect.X, unoRect.Y, unoRect.Width, unoRect.Height); in getBounds()
633 public void setBounds(java.awt.Rectangle r) { in setBounds()
/aoo41x/main/vcl/inc/vcl/
H A Dseleng.hxx82 Rectangle aArea;
112 void SetVisibleArea( const Rectangle rNewArea ) in SetVisibleArea()
114 const Rectangle& GetVisibleArea() const { return aArea; } in GetVisibleArea()
/aoo41x/test/testuno/source/fvt/uno/sc/chart/
H A DChartType.java40 import com.sun.star.awt.Rectangle;
161 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateChart()
H A DChartDataLabel.java41 import com.sun.star.awt.Rectangle;
161 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateDataLabel()
H A DChartMeanValueLine.java42 import com.sun.star.awt.Rectangle;
150 Rectangle rectangle = new Rectangle(1000, 1000, 15000, 9500); in testCreateTrendline()
/aoo41x/main/sd/source/ui/slidesorter/model/
H A DSlsPageDescriptor.cxx279 Rectangle PageDescriptor::GetBoundingBox (void) const in GetBoundingBox()
281 Rectangle aBox (maBoundingBox); in GetBoundingBox()
301 void PageDescriptor::SetBoundingBox (const Rectangle& rBoundingBox) in SetBoundingBox()
/aoo41x/main/chart2/source/controller/main/
H A DChartController_Window.cxx283 Rectangle aRect(Point(0,0), m_pChartWindow->GetOutputSize()); in setPosSize()
297 awt::Rectangle SAL_CALL ChartController
302 awt::Rectangle aRet(0,0,0,0); in getPosSize()
501 void ChartController::execute_Paint( const Rectangle& rRect ) in execute_Paint()
857 Rectangle aObjectRect = pObj->GetSnapRect(); in execute_MouseButtonUp()
859 Rectangle aPageRect( 0,0,aPageSize.Width,aPageSize.Height ); in execute_MouseButtonUp()
881 …, awt::Rectangle(aObjectRect.getX(),aObjectRect.getY(),aObjectRect.getWidth(),aObjectRect.getHeigh… in execute_MouseButtonUp()
882 … , awt::Rectangle(aPageRect.getX(),aPageRect.getY(),aPageRect.getWidth(),aPageRect.getHeight()) ); in execute_MouseButtonUp()
1610 awt::Rectangle & rOutEqualRect ) in requestQuickHelp()
1806 awt::Rectangle aRect( pValueProvider->getRectangleOfObject( rCID )); in impl_moveOrResizeObject()
/aoo41x/main/editeng/source/editeng/
H A Dediteng.cxx249 void EditEngine::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect ) in Draw()
260 Rectangle aBigRec( -0x3FFFFFFF, -0x3FFFFFFF, 0x3FFFFFFF, 0x3FFFFFFF ); in Draw()
290 Rectangle aOutRect( pOutDev->LogicToPixel( rOutRect ) ); in Draw()
344 Rectangle aClipRect( aOutRect ); in Draw()
486 pView->pImpEditView->ResetOutputArea( Rectangle( in SetPaperSize()
906 pEditView->GetWindow()->DrawRect( Rectangle( P1, P2 ) ); in PostKeyEvent()
1710 Rectangle aBigRec( Point( 0, 0 ), Size( 0x7FFFFFFF, 0x7FFFFFFF ) ); in StripPortions()
2419 Rectangle EditEngine::GetCharacterBounds( const EPosition& rPos ) const in GetCharacterBounds()
2421 Rectangle aBounds; in GetCharacterBounds()
2603 Rectangle EditEngine::GetBulletArea( sal_uInt16 ) in GetBulletArea()
[all …]
H A Dimpedit3.cxx298 Rectangle aClipRec( aInvalidRec ); in UpdateViews()
299 Rectangle aVisArea( pView->GetVisArea() ); in UpdateViews()
320 aInvalidRec = Rectangle(); in UpdateViews()
390 aInvalidRec = Rectangle(); // leermachen in FormatDoc()
487 pImpView->ResetOutputArea( Rectangle( in FormatDoc()
577 aInvalidRec = Rectangle( Point(), aSz ); in CheckAutoPageSize()
736 static Rectangle aZeroArea = Rectangle( Point(), Point() ); in CreateLines()
737 Rectangle aBulletArea( aZeroArea ); in CreateLines()
1612 Rectangle aBulletArea = Rectangle( Point(), Point() ); in CreateAndInsertEmptyLine()
3646 Rectangle aClipRec( pView->GetOutputArea() ); in Paint()
[all …]
/aoo41x/main/svx/source/sidebar/line/
H A DLineWidthValueSet.cxx107 Rectangle aRect = rUDEvt.GetRect(); in UserDraw()
134 Rectangle aStrRect = aRect; in UserDraw()
151 Rectangle aBackRect = aRect; in UserDraw()
/aoo41x/main/offapi/com/sun/star/frame/
H A DXControllerBorder.idl35 #include <com/sun/star/awt/Rectangle.idl>
78 ::com::sun::star::awt::Rectangle queryBorderedArea(
79 [in] ::com::sun::star::awt::Rectangle aPreliminaryRectangle );
/aoo41x/main/dbaccess/source/ui/inc/
H A DTableWindow.hxx77 void Draw3DBorder( const Rectangle& rRect );
85 virtual void Paint( const Rectangle& rRect );
179 Rectangle getSizingRect(const Point& _rPos,const Size& _rOutputSize) const;
/aoo41x/main/svx/source/svdraw/
H A Dsvdtrans.cxx50 void ResizeRect(Rectangle& rRect, const Point& rRef, const Fraction& rxFact, const Fraction& ryFact… in ResizeRect()
158 void MirrorRect(Rectangle& rRect, const Point& /*rRef1*/, const Point& /*rRef2*/, FASTBOOL bNoJusti… in MirrorRect()
388 const Rectangle rRefRect) in CrookStretchXPoint()
457 …XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert, const Rectangle rRefRect) in CrookStretchPoly()
498 …yPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert, const Rectangle rRefRect) in CrookStretchPoly()
597 Polygon Rect2Poly(const Rectangle& rRect, const GeoStat& rGeo) in Rect2Poly()
610 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo) in Poly2Rect()
660 rRect=Rectangle(aPt0,aRU); in Poly2Rect()
H A Dsdrpaintwindow.cxx220 Rectangle SdrPaintWindow::GetVisibleArea() const in GetVisibleArea()
223 return Rectangle(GetOutputDevice().PixelToLogic(Rectangle(Point(0,0), aVisSizePixel))); in GetVisibleArea()
/aoo41x/main/svx/source/xoutdev/
H A D_xpoly.cxx338 XPolygon::XPolygon(const Rectangle& rRect, long nRx, long nRy) in XPolygon()
687 Rectangle XPolygon::GetBoundRect() const in GetBoundRect()
690 Rectangle aRetval; in GetBoundRect()
701 aRetval = Rectangle( in GetBoundRect()
1377 void XPolygon::Distort(const Rectangle& rRefRect, in Distort()
1859 Rectangle XPolyPolygon::GetBoundRect() const in GetBoundRect()
1862 Rectangle aRect; in GetBoundRect()
2095 void XPolyPolygon::Distort(const Rectangle& rRefRect, in Distort()
/aoo41x/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx123 Rectangle aClipRect;
133 Rectangle aPictureRect;
143 Rectangle aGDIClipRect; // derzeit unbenutzt!
180 void WriteClipRect( const Rectangle& rRect );
218 Rectangle aRect, sal_uInt32 nHAxis, sal_uInt32 nVAxis);
280 void METWriter::WriteClipRect( const Rectangle& rRect ) in WriteClipRect()
1325 Rectangle aRect, sal_uInt32 nHAxis, sal_uInt32 nVAxis) in METBox()
2003 aTmp.Crop( Rectangle( pA->GetSrcPoint(), pA->GetSrcSize() ) ); in WriteOrders()
2034 aTmp.Crop( Rectangle( pA->GetSrcPoint(), pA->GetSrcSize() ) ); in WriteOrders()
2537 aPictureRect = Rectangle( Point(), rMTF.GetPrefSize() ); in WriteMET()
[all …]
/aoo41x/main/toolkit/source/layout/core/
H A Dbin.cxx73 Bin::allocateArea( const awt::Rectangle &rArea ) in allocateArea()
139 Align::allocateArea( const awt::Rectangle &rArea ) in allocateArea()
146 awt::Rectangle aChildArea; in allocateArea()
/aoo41x/main/sdext/source/presenter/
H A DPresenterPaneBase.hxx153 const css::awt::Rectangle& rCenterBox,
154 const css::awt::Rectangle& rUpdateBox);
155 void PaintBorder (const css::awt::Rectangle& rUpdateRectangle);
/aoo41x/main/svx/source/dialog/
H A Dparaprev.cxx68 void SvxParaPrevWindow::Paint( const Rectangle& ) in Paint() argument
85 DrawRect( Rectangle( Point(), aWinSize ) ); in DrawParagraph()
196 Rectangle aRect( aPnt, aSiz ); in DrawParagraph()
/aoo41x/main/sd/source/ui/func/
H A Dfuzoom.cxx162 Rectangle aRect(aBeginPos, aEndPos); in MouseMove()
216 Rectangle aVisAreaWin = mpWindow->PixelToLogic(Rectangle(Point(0,0), in MouseButtonUp()
/aoo41x/main/sfx2/source/sidebar/
H A DTheme.cxx161 Rectangle Theme::GetRectangle (const ThemeItem eItem) in GetRectangle()
457 Any(awt::Rectangle(2,2,2,2))); in UpdateTheme()
460 Any(awt::Rectangle(1,1,1,1))); in UpdateTheme()
971 return getCppuType((awt::Rectangle*)NULL); in GetCppuType()
1168 awt::Rectangle aBox; in ProcessNewValue()
1171 maRectangles[nIndex] = Rectangle( in ProcessNewValue()
/aoo41x/main/oox/source/xls/
H A Ddrawingfragment.cxx259 Rectangle aShapeRectEmu32( in onEndElement()
267 Rectangle aShapeRectHmm( in onEndElement()
425 bool VmlDrawing::convertClientAnchor( Rectangle& orShapeRect, const OUString& rShapeAnchor ) const in convertClientAnchor()
436 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in createAndInsertClientXShape()
443 Rectangle aShapeRect = rShapeRect; in createAndInsertClientXShape()
613 const Rectangle& rShapeRect, const ::oox::vml::ShapeBase& rShape, bool bGroupChild ) in notifyXShapeInserted()

Completed in 129 milliseconds

1...<<21222324252627282930>>...88