Home
last modified time | relevance | path

Searched refs:Rectangle (Results 301 – 325 of 2182) sorted by relevance

1...<<11121314151617181920>>...88

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx75 Rectangle aBoundRect;
81 Rectangle aBoundRect;
87 Rectangle aBoundRect;
294 Rectangle aSingleCharacterUnion; in GetTextAreaOutline()
399 Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in GetTextAreaOutline()
415 Rectangle& rParagraphBoundRect = aParagraphIter->aBoundRect; in GetTextAreaOutline()
428 Rectangle aPolyPolyBoundRect( aOutlineIter->GetBoundRect() ); in GetTextAreaOutline()
668 Rectangle rTextAreaBoundRect = aTextAreaIter->aBoundRect; in FitTextOutlinesToShapeOutlines()
699 Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in FitTextOutlinesToShapeOutlines()
853 Rectangle aLogicRect( aP, aS ); in CreateSdrObjectFromParagraphOutlines()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dimaprect.hxx40 Rectangle aRect;
42 SVT_DLLPRIVATE void ImpConstruct( const Rectangle& rRect, sal_Bool bPixel );
53 IMapRectangleObject( const Rectangle& rRect,
66 Rectangle GetRectangle( sal_Bool bPixelCoords = sal_True ) const;
69 virtual Rectangle GetBoundRect() const { return aRect; } in GetBoundRect()
/trunk/main/svx/inc/svx/
H A Dsvddrag.hxx59 Rectangle aActionRect;
66 Rectangle aReserveRect1;
67 Rectangle aReserveRect2;
180 const Rectangle& GetActionRect() const { return aActionRect; } in GetActionRect()
181 void SetActionRect(const Rectangle& rR) { aActionRect=rR; } in SetActionRect()
184 void TakeCreateRect(Rectangle& rRect) const;
H A Dxpoly.hxx33 class Rectangle;
84 XPolygon( const Rectangle& rRect, long nRx = 0, long nRy = 0 );
102 Rectangle GetBoundRect() const;
130 void Distort(const Rectangle& rRefRect, const XPolygon& rDistortedRect);
178 Rectangle GetBoundRect() const;
195 void Distort(const Rectangle& rRefRect, const XPolygon& rDistortedRect);
/trunk/main/svtools/source/hatchwindow/
H A Dhatchwindow.cxx48 const awt::Rectangle& aBounds, in initializeWindow()
74 void VCLXHatchWindow::QueryObjAreaPixel( Rectangle & aRect ) in QueryObjAreaPixel()
78 awt::Rectangle aUnoRequestRect = AWTRectangle( aRect ); in QueryObjAreaPixel()
81 awt::Rectangle aUnoResultRect = m_xController->calcAdjustedRectangle( aUnoRequestRect ); in QueryObjAreaPixel()
91 void VCLXHatchWindow::RequestObjAreaPixel( const Rectangle & aRect ) in RequestObjAreaPixel()
95 awt::Rectangle aUnoRequestRect = AWTRectangle( aRect ); in RequestObjAreaPixel()
/trunk/main/vcl/source/control/
H A Dimgctrl.cxx72 static Size lcl_calcPaintSize( const Rectangle& _rPaintRect, const Size& _rBitmapSize ) in lcl_calcPaintSize()
83 static Point lcl_centerWithin( const Rectangle& _rArea, const Size& _rObjectSize ) in lcl_centerWithin()
110 const Rectangle aDrawRect( rPos, rSize ); in ImplDraw()
165 void ImageControl::Paint( const Rectangle& /*rRect*/ ) in Paint() argument
174 Rectangle aRect( Point(0,0), pWin->GetOutputSizePixel() ); in Paint()
196 Rectangle aRect( aPos, aSize ); in Draw()
/trunk/main/oox/inc/oox/vml/
H A Dvmldrawing.hxx33 namespace awt { struct Rectangle; }
148 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
156 const ::com::sun::star::awt::Rectangle& rShapeRect,
169 ::com::sun::star::awt::Rectangle& orShapeRect,
178 const ::com::sun::star::awt::Rectangle& rShapeRect ) const;
186 const ::com::sun::star::awt::Rectangle& rShapeRect,
/trunk/main/chart2/source/controller/main/
H A DChartWindow.cxx36 ::Rectangle lcl_AWTRectToVCLRect( const ::com::sun::star::awt::Rectangle & rAWTRect ) in lcl_AWTRectToVCLRect()
38 ::Rectangle aResult; in lcl_AWTRectToVCLRect()
87 void ChartWindow::Paint( const Rectangle& rRect ) in Paint()
213 awt::Rectangle aHelpRect; in RequestHelp()
252 void ChartWindow::Invalidate( const Rectangle& rRect, sal_uInt16 nFlags ) in Invalidate()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h115 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& ) const = 0;
291 … hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
293 …ol drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
296 … drawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
299 … getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,…
301Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion );
395 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& );
/trunk/main/sfx2/source/doc/
H A Dgraphhelp.cxx229 const Rectangle& rOverlayRect, BitmapEx& rReturn ) in mergeBitmaps_Impl()
234 Rectangle aBmpRect( aNullPt, rBmpEx.GetSizePixel() ); in mergeBitmaps_Impl()
242 Rectangle aOverlayRect( rOverlayRect ); in mergeBitmaps_Impl()
289 const Rectangle* pOverlayRect ) in createThumb_Impl()
331 Rectangle aOverlayRect; in createThumb_Impl()
337 aOverlayRect = Rectangle( aNullPt, aFullSize ); in createThumb_Impl()
339 …aOverlayRect.Intersection( pOverlayRect ? *pOverlayRect : Rectangle( aNullPt, pOverlay->GetSizePix… in createThumb_Impl()
432 Rectangle( Point(), aBitmap.GetSizePixel() ), in getSignedThumbnailFormatFromBitmap_Impl()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx177 return Rectangle (Point(), GetBoundingBox().GetSize()).IsInside(VCLPoint(rPoint)); in containsPoint()
188 awt::Rectangle SAL_CALL ScAccessibleContextBase::getBounds( ) in getBounds()
231 Rectangle aParentBounds(VCLRectangle(xParentComponent->getBounds())); in isShowing()
232 Rectangle aBounds(VCLRectangle(getBounds())); in isShowing()
604 Rectangle ScAccessibleContextBase::GetBoundingBoxOnScreen(void) const in GetBoundingBoxOnScreen()
608 return Rectangle(); in GetBoundingBoxOnScreen()
611 Rectangle ScAccessibleContextBase::GetBoundingBox(void) const in GetBoundingBox()
615 return Rectangle(); in GetBoundingBox()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx238 Rectangle aRect; in DrawPage()
248 const Rectangle aDefineRect(aRect); in DrawPage()
363 void SwColumnOnlyExample::Paint( const Rectangle& /*rRect*/ ) in Paint() argument
374 Rectangle aCompleteRect(Point(0,0), aLogSize); in Paint()
382 Rectangle aRect(aTL, m_aFrmSize); in Paint()
427 Rectangle aFrmRect(aTL, m_aFrmSize); in Paint()
536 Rectangle aRect; in DrawPage()
549 Rectangle aRubyRect(aRect.TopLeft(), in DrawPage()
553 Rectangle aCharRect(aRect.TopLeft(), in DrawPage()
/trunk/main/xmloff/inc/xmloff/
H A DVisAreaContext.hxx30 class Rectangle;
33 struct Rectangle;
43 Rectangle& rRect, const MapUnit aMapUnit);
48 ::com::sun::star::awt::Rectangle& rRect, const sal_Int16 nMeasureUnit);
60 ::com::sun::star::awt::Rectangle& rRect,
/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx63 Rectangle AquaSalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen ) in GetDisplayScreenPosSizePixel()
66 Rectangle aRet; in GetDisplayScreenPosSizePixel()
76 …aRet = Rectangle( Point( static_cast<long int>(aFrame.origin.x), static_cast<long int>(aFrame.orig… in GetDisplayScreenPosSizePixel()
82 Rectangle AquaSalSystem::GetDisplayWorkAreaPosSizePixel( unsigned int nScreen ) in GetDisplayWorkAreaPosSizePixel()
85 Rectangle aRet; in GetDisplayWorkAreaPosSizePixel()
95 …aRet = Rectangle( Point( static_cast<long int>(aFrame.origin.x), static_cast<long int>(aFrame.orig… in GetDisplayWorkAreaPosSizePixel()
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx60 Rectangle maPaintedPreviewDocRect;
73 virtual void Paint( const Rectangle& rRect );
143 const Rectangle& GetPaintedPreviewDocRect() const in GetPaintedPreviewDocRect()
188 Rectangle aVisArea;
255 inline const Rectangle& GetVisArea() const { return aVisArea; } in GetVisArea()
263 virtual void SetVisArea( const Rectangle&, sal_Bool bUpdateScrollbar = sal_True);
/trunk/main/svtools/source/brwbox/
H A Ddatwin.hxx43 DECLARE_LIST( RectangleList, Rectangle* )
49 Rectangle aRect;
50 Rectangle aInnerRect;
158 virtual void Paint( const Rectangle& rRect );
190 void Invalidate( const Rectangle& rRect, sal_uInt16 nFlags = 0 );
205 Paint( Rectangle( Point(), GetOutputSizePixel() ) ); in Repaint()
/trunk/main/vcl/unx/generic/app/
H A Dsalsys.cxx74 Rectangle X11SalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen ) in GetDisplayScreenPosSizePixel()
76 Rectangle aRet; in GetDisplayScreenPosSizePixel()
80 const std::vector< Rectangle >& rScreens = pSalDisp->GetXineramaScreens(); in GetDisplayScreenPosSizePixel()
87 aRet = Rectangle( Point( 0, 0 ), rScreen.m_aSize ); in GetDisplayScreenPosSizePixel()
93 Rectangle X11SalSystem::GetDisplayWorkAreaPosSizePixel( unsigned int nScreen ) in GetDisplayWorkAreaPosSizePixel()
105 const std::vector< Rectangle >& rScreens = pSalDisp->GetXineramaScreens(); in GetScreenName()
/trunk/main/embeddedobj/test/Container1/
H A DPaintThread.java50 private com.sun.star.awt.Rectangle m_aRect;
57 …lic static boolean interceptedRects( com.sun.star.awt.Rectangle aRect1, com.sun.star.awt.Rectangle in interceptedRects()
75 …oid setPaintRequest( XBitmap xBitmap, com.sun.star.awt.Rectangle aRect, com.sun.star.awt.Rectangle in setPaintRequest()
116 com.sun.star.awt.Rectangle aRect = null; in run()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsButtonBar.hxx156 Rectangle maButtonBoundingBox;
221 virtual void Place (const Rectangle aButtonBarBox) = 0;
231 Rectangle GetBoundingBox (void) const;
250 Rectangle maBoundingBox;
267 virtual void Place (const Rectangle aButtonBarBox);
295 virtual void Place (const Rectangle aButtonBarBox);
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx282 void SdrCreateView::TakeActionRect(Rectangle& rRect) const in TakeActionRect()
289 rRect=Rectangle(aDragStat.GetPrev(),aDragStat.GetNow()); in TakeActionRect()
419 short nMinMov, SdrPageView* pPV, const Rectangle& rLogRect, SdrObject* pPreparedFactoryObject) in ImpBegCreateObj()
513 const Rectangle& rWorkArea = ((SdrDragView*)this)->GetWorkArea(); in ImpBegCreateObj()
562 return ImpBegCreateObj(nAktInvent,nAktIdent,rPnt,pOut,nMinMov,pPV,Rectangle(), 0L); in BegCreateObj()
576 …return ImpBegCreateObj(nInvent, nIdent, rPnt, 0L, nMinMov, 0L, Rectangle(), pPreparedFactoryObject… in BegCreatePreparedObject()
583 Rectangle(rPnt,Size(rObjSiz.Width()+1,rObjSiz.Height()+1)), 0L); in BegCreateCaptionObj()
615 Rectangle aBound; in MovCreateObj()
846 Rectangle aCurrentSnapRect(pAktCreate->GetSnapRect()); in ShowCreateObj()
850 Rectangle aNewRect(aDragStat.GetStart(), aDragStat.GetStart() + Point(2, 2)); in ShowCreateObj()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx159 Rectangle aRect(aPos, mpWindow->GetOutputSizePixel() ); in DoExecute()
243 … mpWindow->PixelToLogic( Rectangle( Point(), mpWindow->GetOutputSizePixel() ).Center() ), in DoExecute()
321 Rectangle aRect; in DoExecute()
361 Rectangle aWinRect(aPos, mpWindow->GetOutputSizePixel() ); in DoExecute()
366 aRect = Rectangle(aPos, aSize); in DoExecute()
614 Rectangle aRect = ( (SdrOle2Obj*) pObj)->GetLogicRect(); in DoExecute()
653 Rectangle aRect (aPnt, aSize); in DoExecute()
697Rectangle aVisAreaWin = mpWindow->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in DoExecute()
786 aPos = mpWindow->PixelToLogic( Rectangle( aPos, mpWindow->GetOutputSizePixel() ).Center() ); in DoExecute()
H A Dfupoor.cxx194 const Rectangle& rRect = mpViewShell->GetAllWindowRect(); in ForceScroll()
363 Rectangle aVisRect(aHdlPosition - Point(100, 100), Size(200, 200)); in IMPL_LINK_INLINE_END()
763 const Rectangle& rWorkArea = mpView->GetWorkArea(); in IMPL_LINK_INLINE_END()
767 Rectangle aMarkRect(mpView->GetMarkedObjRect()); in IMPL_LINK_INLINE_END()
839 Rectangle aVisRect(aEndPoint - Point(100, 100), Size(200, 200)); in IMPL_LINK_INLINE_END()
1134 void FuPoor::Paint(const Rectangle&, ::sd::Window* ) in Paint() argument
1168 SdrObject* FuPoor::CreateDefaultObject(const sal_uInt16, const Rectangle& ) in CreateDefaultObject() argument
1174 void FuPoor::ImpForceQuadratic(Rectangle& rRect) in ImpForceQuadratic()
1178 rRect = Rectangle( in ImpForceQuadratic()
1184 rRect = Rectangle( in ImpForceQuadratic()
/trunk/main/svx/source/inc/
H A Dsvxrectctaccessiblecontext.hxx59 struct Rectangle;
64 class Rectangle;
104 virtual ::com::sun::star::awt::Rectangle SAL_CALL
283 virtual Rectangle GetBoundingBoxOnScreen( void ) throw( ::com::sun::star::uno::RuntimeException );
286 virtual Rectangle GetBoundingBox( void ) throw( ::com::sun::star::uno::RuntimeException );
360 const Rectangle& rBoundingBox,
378 virtual ::com::sun::star::awt::Rectangle SAL_CALL
511 virtual Rectangle GetBoundingBoxOnScreen( void ) throw( ::com::sun::star::uno::RuntimeException );
513 virtual Rectangle GetBoundingBox( void ) throw( ::com::sun::star::uno::RuntimeException );
549 Rectangle* mpBoundingBox;
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx133 void AnnotationTextWindow::Paint( const Rectangle& rRect) in Paint()
138 DrawGradient(Rectangle(Point(0,0),PixelToLogic(GetSizePixel())), in Paint()
349 mpOutlinerView->SetOutputArea( PixelToLogic( Rectangle(0,0,1,1) ) ); in InitControls()
450 mpOutlinerView->SetOutputArea( PixelToLogic( Rectangle(0,0,aWidth,aHeight) ) ); in DoResize()
453 mpOutlinerView->SetVisArea( PixelToLogic( Rectangle(0,0,aWidth,aHeight) ) ); in DoResize()
473 maRectMetaButton = PixelToLogic( Rectangle( Point( in DoResize()
696 void AnnotationWindow::Paint( const Rectangle& rRect) in Paint()
709 …DrawRect(PixelToLogic(Rectangle(Point(mpMeta->GetPosPixel().X()+mpMeta->GetSizePixel().Width(),mpM… in Paint()
770Rectangle aRect(LogicToPixel(maRectMetaButton.BottomLeft()),LogicToPixel(maRectMetaButton.BottomLe… in MouseButtonDown()
781 …mrManager.ExecuteAnnotationContextMenu( mxAnnotation, this, Rectangle(rCEvt.GetMousePosPixel(),Siz… in Command()
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx323 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions()
512 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions()
537 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions()
576 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions()
602 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions()
628 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions()
654 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions()
811 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in clipMetafileContentAgainstOwnRegions()
845 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in clipMetafileContentAgainstOwnRegions()
979 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions()

Completed in 112 milliseconds

1...<<11121314151617181920>>...88