Home
last modified time | relevance | path

Searched refs:Rectangle (Results 626 – 650 of 2178) sorted by relevance

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

/aoo41x/main/sfx2/source/sidebar/
H A DDeck.hxx61 Rectangle GetContentArea (void) const;
74 virtual void Paint (const Rectangle& rUpdateArea);
87 virtual void Paint (const Rectangle& rUpdateArea);
/aoo41x/main/sc/source/ui/inc/
H A Dfupoor.hxx86 virtual void Paint(const Rectangle&, Window*) {} in Paint() argument
119 virtual SdrObject* CreateDefaultObject(const sal_uInt16 nID, const Rectangle& rRectangle);
122 void ImpForceQuadratic(Rectangle& rRect);
/aoo41x/main/toolkit/source/helper/
H A Dvclunohelper.cxx145 …::com::sun::star::uno::Sequence< ::com::sun::star::awt::Rectangle > aRects = rxRegion->getRectangl… in GetRegion()
403 sal_Bool VCLUnoHelper::IsZero( ::com::sun::star::awt::Rectangle rRect ) in IsZero()
732 ::Rectangle VCLUnoHelper::ConvertToVCLRect( ::com::sun::star::awt::Rectangle const & _rRect ) in ConvertToVCLRect()
734 …return ::Rectangle( _rRect.X, _rRect.Y, _rRect.X + _rRect.Width - 1, _rRect.Y + _rRect.Height - 1 … in ConvertToVCLRect()
737 ::com::sun::star::awt::Rectangle VCLUnoHelper::ConvertToAWTRect( ::Rectangle const & _rRect ) in ConvertToAWTRect()
739 …return ::com::sun::star::awt::Rectangle( _rRect.Left(), _rRect.Top(), _rRect.GetWidth(), _rRect.Ge… in ConvertToAWTRect()
/aoo41x/main/sc/source/filter/inc/
H A Dxichart.hxx44 struct Rectangle;
115 void InitConversion( XChartDocRef xChartDoc, const Rectangle& rChartRect ) const;
131 ::com::sun::star::awt::Rectangle CalcHmmFromChartRect( const XclChRectangle& rRect ) const;
1403 const Rectangle& rChartRect ) const;
1458 const Rectangle& rChartRect );
1461 virtual Rectangle CalcAnchorRect( const XclObjAnchor& rAnchor, bool bDffAnchor ) const;
1466 Rectangle maChartRect; /// Position and size of the chart shape in 1/100 mm.
1500 const Rectangle& rChartRect ) const;
/aoo41x/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java33 import java.awt.Rectangle;
214 Rectangle rectangle = GraphicsUtil.findRectangle(writer.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInDocument()
239 Rectangle rectangle = GraphicsUtil.findRectangle(calc.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInSpreadsheet()
266 Rectangle rectangle = GraphicsUtil.findRectangle(impress.getScreenRectangle(), 0xFF00FF00); in testInsertPictureInPresentation()
286 Rectangle rectangle = GraphicsUtil.findRectangle(slideShow.getScreenRectangle(), 0xFFFF0000); in testSlideShow()
/aoo41x/main/basctl/source/dlged/
H A Ddlgedfunc.cxx56 Rectangle aOutRect( aDefPoint, pWindow->GetOutputSizePixel() ); in IMPL_LINK_INLINE_END()
191 Rectangle aVisRect( aHdlPosition - Point( 100, 100 ), Size( 200, 200 ) ); in KeyInput()
257 const Rectangle& rWorkArea = pView->GetWorkArea(); in KeyInput()
261 Rectangle aMarkRect( pView->GetMarkedObjRect() ); in KeyInput()
321 Rectangle aVisRect( aEndPoint - Point( 100, 100 ), Size( 200, 200 ) ); in KeyInput()
/aoo41x/main/editeng/source/uno/
H A Dunoforou.cxx301 Rectangle SvxOutlinerForwarder::GetCharBounds( sal_uInt16 nPara, sal_uInt16 nIndex ) const in GetCharBounds()
313 Rectangle aLast; in GetCharBounds()
349 Rectangle SvxOutlinerForwarder::GetParaBounds( sal_uInt16 nPara ) const in GetParaBounds()
362 …return Rectangle( aSize.Width() - aPnt.Y() - nWidth, 0, aSize.Width() - aPnt.Y(), aSize.Height() ); in GetParaBounds()
368 return Rectangle( 0, aPnt.Y(), aSize.Width(), aPnt.Y() + nHeight ); in GetParaBounds()
H A Dunoviwed.cxx47 Rectangle SvxEditEngineViewForwarder::GetVisArea() const in GetVisArea()
53 Rectangle aVisArea = mrView.GetVisArea(); in GetVisArea()
69 return Rectangle(); in GetVisArea()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx181 Rectangle ScAccessibleEditObject::GetBoundingBoxOnScreen(void) const in GetBoundingBoxOnScreen()
184 Rectangle aScreenBounds; in GetBoundingBoxOnScreen()
195 Rectangle aWindowRect = mpWindow->GetWindowExtentsRelative( NULL ); in GetBoundingBoxOnScreen()
210 Rectangle ScAccessibleEditObject::GetBoundingBox(void) const in GetBoundingBox()
213 Rectangle aBounds( GetBoundingBoxOnScreen() ); in GetBoundingBox()
/aoo41x/main/sd/source/ui/accessibility/
H A DAccessibleTreeNode.cxx408 const awt::Rectangle aBBox (getBounds()); in containsPoint()
451 awt::Rectangle SAL_CALL AccessibleTreeNode::getBounds (void) in getBounds()
456 awt::Rectangle aBBox; in getBounds()
494 const awt::Rectangle aBBox (getBounds()); in getLocation()
529 const awt::Rectangle aBBox (getBounds()); in getSize()
/aoo41x/main/accessibility/source/standard/
H A Dvclxaccessiblemenuitem.cxx265 awt::Rectangle VCLXAccessibleMenuItem::getCharacterBounds( sal_Int32 nIndex ) throw (IndexOutOfBoun… in getCharacterBounds()
272 awt::Rectangle aBounds( 0, 0, 0, 0 ); in getCharacterBounds()
276 Rectangle aItemRect = m_pParent->GetBoundingRectangle( m_nItemPos ); in getCharacterBounds()
277 Rectangle aCharRect = m_pParent->GetCharacterBounds( nItemId, nIndex ); in getCharacterBounds()
304 Rectangle aItemRect = m_pParent->GetBoundingRectangle( m_nItemPos ); in getIndexAtPoint()
/aoo41x/main/svx/source/dialog/
H A Dframelink.cxx191 explicit LinePoints( const Rectangle& rRect, bool bTLBR ) : in LinePoints()
998 LinePoints lclGetDiagLineEnds( const Rectangle& rRect, bool bTLBR, long nDiagOffs ) in lclGetDiagLineEnds()
1036 void lclPushDiagClipRect( OutputDevice& rDev, const Rectangle& rRect, const DiagLineResult& rResult… in lclPushDiagClipRect()
1039 Rectangle aClipRect( rRect ); in lclPushDiagClipRect()
1073 void lclPushCrossingClipRegion( OutputDevice& rDev, const Rectangle& rRect, bool bTLBR, const Style… in lclPushCrossingClipRegion()
1108 OutputDevice& rDev, const Rectangle& rRect, bool bTLBR, in lclDrawDiagLine()
1137 OutputDevice& rDev, const Rectangle& rRect, bool bTLBR, in lclDrawDiagFrameBorder()
1172 OutputDevice& rDev, const Rectangle& rRect, in lclDrawDiagFrameBorders()
1511 OutputDevice& rDev, const Rectangle& rRect, const Style& rTLBR, const Style& rBLTR, in DrawDiagFrameBorders()
/aoo41x/main/filter/source/svg/
H A Dsvgfilter.hxx124 Rectangle maViewBox;
142 const Rectangle& GetViewBox() const { return maViewBox; }; in GetViewBox()
143 void SetViewBox( const Rectangle& rViewBox ) { maViewBox = rViewBox; }; in SetViewBox()
144 sal_Bool IsVisible( const Rectangle& rRect ) const { return GetViewBox().IsOver( rRect ); }; in IsVisible()
/aoo41x/main/sd/source/ui/slideshow/
H A Dshowwindow.hxx85 void SetPresentationArea( const Rectangle& rPresArea );
103 virtual void Paint(const Rectangle& rRect);
130 Rectangle maPresArea;
/aoo41x/main/vcl/inc/vcl/
H A Dwall.hxx31 class Rectangle;
120 void SetRect( const Rectangle& rRect );
122 Rectangle GetRect() const;
H A Dctrl.hxx97 void DrawControlText( OutputDevice& _rTargetDevice, Rectangle& _io_rRect,
129 SAL_DLLPRIVATE void ImplDrawFrame( OutputDevice* pDev, Rectangle& rRect );
149 Rectangle GetCharacterBounds( long nIndex ) const;
H A Devent.hxx247 Rectangle maOutRect;
254 const Rectangle& rOutRect,
258 const Rectangle& GetRect() const { return maOutRect; } in GetRect()
271 const Rectangle& rOutRect, in UserDrawEvent()
/aoo41x/main/svx/inc/svx/
H A Dviewpt3d.hxx68 Rectangle aDeviceRect; // Position und Groesse des Ausgabebereichs
114 void SetDeviceWindow(const Rectangle& rRect);
115 const Rectangle& GetDeviceWindow() const { return aDeviceRect; } in GetDeviceWindow()
/aoo41x/main/sd/source/ui/inc/
H A DWindow.hxx97 long SetZoomRect (const Rectangle& rZoomRect);
99 long GetZoomForRect( const Rectangle& rZoomRect );
186 virtual void Paint(const Rectangle& rRect);
/aoo41x/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectViewObjectContact.hxx167 Rectangle GetBoundingBox (
211 const Rectangle& rNewSizePixel);
216 Rectangle GetPageNumberArea (OutputDevice& rDevice) const;
/aoo41x/main/reportdesign/source/ui/report/
H A DEndMarker.cxx52 void OEndMarker::Paint( const Rectangle& /*rRect*/ ) in Paint() argument
60 Rectangle aWholeRect(Point(-nCornerSpace,0),aSize); in Paint()
78 Rectangle aRect( Point(-nCornerSpace,nCornerSpace), in Paint()
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DColumnarSingleColumn.java25 import com.sun.star.awt.Rectangle;
72 Rectangle aRect = new Rectangle(); in insertDetailFields()
/aoo41x/main/svx/source/sidebar/line/
H A DLineStyleValueSet.cxx60 Rectangle aRect = rUDEvt.GetRect(); in UserDraw()
77 Rectangle aBackRect = aRect; in UserDraw()
108 Rectangle aStrRect = aRect; in UserDraw()
/aoo41x/main/soldep/source/
H A Ddepwin.cxx81 Invalidate( Rectangle( maNewConStart, maNewConEnd )); in NewConnector()
97 void DepWin::Paint( const Rectangle& rRect ) in Paint()
139 Invalidate( Rectangle( maNewConStart, maNewConEnd )); in MouseMove()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx174 Rectangle& rBoundRect ) : in EscherPropertyContainer()
1332 pVisArea = new ::com::sun::star::awt::Rectangle; in CreateGraphicProperties()
1371 Rectangle aRect; in ImplCreateEmbeddedBmp()
1446 …const Rectangle aRect(pShapeBoundRect ? *pShapeBoundRect : Rectangle(Point(0,0), Size(28000, 21000… in CreateEmbeddedHatchProperties()
1780 Rectangle aRect; in CreateGraphicProperties()
1964 ::com::sun::star::awt::Rectangle& rGeoRect, in CreatePolygonProperties()
1995 rGeoRect = ::com::sun::star::awt::Rectangle( in CreatePolygonProperties()
2009 Rectangle aRect( aPolyPolygon.GetBoundRect() ); in CreatePolygonProperties()
2732 awt::Rectangle aViewBox; in CreateCustomShapeProperties()
4337 …const Rectangle& /* rBoundRect */, const com::sun::star::awt::Rectangle* pVisArea, const GraphicAt… in GetBlibID() argument
[all …]

Completed in 152 milliseconds

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