Home
last modified time | relevance | path

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

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

/aoo41x/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx52 void WinMtfClipPath::IntersectClipRect( const Rectangle& rRect ) in IntersectClipRect()
68 void WinMtfClipPath::ExcludeClipRect( const Rectangle& rRect ) in ExcludeClipRect()
546 Rectangle WinMtfOutput::ImplMap( const Rectangle& rRect ) in ImplMap()
896 void WinMtfOutput::ExcludeClipRect( const Rectangle& rRect ) in ExcludeClipRect()
1235 void WinMtfOutput::DrawEllipse( const Rectangle& rRect ) in DrawEllipse()
1265 Rectangle aRect( ImplMap( rRect ) ); in DrawArc()
1295 Rectangle aRect( ImplMap( rRect ) ); in DrawPie()
1320 Rectangle aRect( ImplMap( rRect ) ); in DrawChord()
1695 Rectangle aRect( pSave->aOutRect ); in ResolveBitmapActions()
1993 void WinMtfOutput::SetrclBounds( const Rectangle& rRect ) in SetrclBounds()
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dimpimage.cxx287 const Rectangle aSrcRect( aSrcPos, maSize ); in Replace()
288 const Rectangle aDstRect( aPos, maSize ); in Replace()
306 const Rectangle aSrcRect( aSrcPos, maSize ); in Replace()
307 const Rectangle aDstRect( aPos, maSize ); in Replace()
323 const Rectangle aSrcRect( aNullPos, maSize ); in Replace()
324 const Rectangle aDstRect( aPos, maSize ); in Replace()
375 const Rectangle aSrcRect( aSrcPos, maSize ); in GetBitmapEx()
376 const Rectangle aDstRect( aPos, maSize ); in GetBitmapEx()
409 const Rectangle aCropRect( aSrcPos, maSize ); in Draw()
/aoo41x/main/svx/source/svdraw/
H A Dsvdorect.cxx81 SdrRectObj::SdrRectObj(const Rectangle& rRect) in SdrRectObj()
98 SdrRectObj::SdrRectObj(SdrObjKind eNewTextKind, const Rectangle& rRect) in SdrRectObj()
108 SdrRectObj::SdrRectObj(SdrObjKind eNewTextKind, const Rectangle& rNewRect, SvStream& rInput, const … in SdrRectObj()
141 XPolygon SdrRectObj::ImpCalcXPoly(const Rectangle& rRect1, long nRad1) const in ImpCalcXPoly()
216 void SdrRectObj::TakeUnrotatedSnapRect(Rectangle& rRect) const in TakeUnrotatedSnapRect()
301 void SdrRectObj::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect()
307 void SdrRectObj::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect()
407 Rectangle aBoundRect0; in applySpecialDrag()
476 Rectangle aRect1; in TakeCreatePoly()
/aoo41x/main/sd/source/ui/view/
H A Dsdview4.cxx158 Rectangle aRect( pNewGrafObj->GetLogicRect() ); in InsertGraphic()
203 pNewGrafObj = new SdrGrafObj( rGraphic, Rectangle( rPos, aSize ) ); in InsertGraphic()
208 pNewGrafObj->AdjustToMaxRect( Rectangle( Point(), aPageSize ), sal_True ); in InsertGraphic()
235 Rectangle aPickObjRect(pPickObj->GetCurrentBoundRect()); in InsertGraphic()
237 Rectangle aObjRect(pNewGrafObj->GetCurrentBoundRect()); in InsertGraphic()
320 Rectangle aRect( rPos, rSize ); in InsertMediaURL()
509 Rectangle aRect; in IMPL_LINK()
517 aRect = Rectangle( maDropPos, aSize ); in IMPL_LINK()
597 Rectangle aBoundRect(pRec->aRect); in LockRedraw()
/aoo41x/main/sdext/source/presenter/
H A DPresenterNotesView.cxx495 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in Layout()
573 void PresenterNotesView::Paint (const awt::Rectangle& rUpdateBox) in Paint()
600 void PresenterNotesView::PaintToolBar (const awt::Rectangle& rUpdateBox) in PaintToolBar()
602 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in PaintToolBar()
620 awt::Rectangle(0,sal_Int32(maTextBoundingBox.Y2),aWindowBox.Width,aWindowBox.Height), in PaintToolBar()
621 awt::Rectangle()); in PaintToolBar()
638 void PresenterNotesView::PaintText (const awt::Rectangle& rUpdateBox) in PaintText()
640 const awt::Rectangle aBox (PresenterGeometryHelper::Intersection(rUpdateBox, in PaintText()
663 awt::Rectangle()); in PaintText()
H A DPresenterTextView.cxx75 const ::boost::function<void(const ::css::awt::Rectangle&)>& rInvalidator) in PresenterTextView()
131 ::boost::function<void(const css::awt::Rectangle&)>())), in PresenterTextView()
405 const css::awt::Rectangle& rUpdateBox) in Paint()
436 const awt::Rectangle aClipBox( in Paint()
532 awt::Rectangle PresenterTextView::GetCaretBounds ( in GetCaretBounds()
541 return awt::Rectangle(0,0,0,0); in GetCaretBounds()
1178 awt::Rectangle PresenterTextParagraph::GetCharacterBounds ( in GetCharacterBounds()
1240 return awt::Rectangle(nX1,nY1,nX2-nX1+1,nY2-nY1+1); in GetCharacterBounds()
1246 return awt::Rectangle(sal_Int32(nX+0.5), sal_Int32(nY+0.5), 0, 0); in GetCharacterBounds()
1363 const ::boost::function<void(const css::awt::Rectangle&)>& rInvalidator) in PresenterTextCaret()
[all …]
/aoo41x/main/svtools/source/contnr/
H A Divctrl.cxx217 void SvtIconChoiceCtrl::Paint( const Rectangle& rRect ) in Paint()
244 Rectangle aEntryRect; in ArrangeIcons()
259 Rectangle aEntryRect; in ArrangeIcons()
522 Rectangle aRect; in SetBackground()
528 Rectangle aRect( _pImp->GetOutputRect() ); in SetBackground()
565 Rectangle SvtIconChoiceCtrl::GetBoundingBox( SvxIconChoiceCtrlEntry* pEntry ) const in GetBoundingBox()
585 Rectangle aTextRect = _pImp->CalcTextRect( pEntry, &aPos, sal_False, &sEntryText ); in FillLayoutData()
596 Rectangle SvtIconChoiceCtrl::GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _… in GetEntryCharacterBounds()
598 Rectangle aRect; in GetEntryCharacterBounds()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleDataPilotControl.cxx157 virtual Rectangle GetBoundingBoxOnScreen(void) const
161 virtual Rectangle GetBoundingBox(void) const
519 Rectangle ScAccessibleDataPilotControl::GetBoundingBoxOnScreen(void) const in GetBoundingBoxOnScreen()
525 return Rectangle(); in GetBoundingBoxOnScreen()
528 Rectangle ScAccessibleDataPilotControl::GetBoundingBox(void) const in GetBoundingBox()
534 return Rectangle(); in GetBoundingBox()
743 Rectangle ScAccessibleDataPilotButton::GetBoundingBoxOnScreen(void) const in GetBoundingBoxOnScreen()
746 Rectangle aRect(GetBoundingBox()); in GetBoundingBoxOnScreen()
757 Rectangle ScAccessibleDataPilotButton::GetBoundingBox(void) const in GetBoundingBox()
761 …return Rectangle (mpFieldWindow->GetFieldPosition(const_cast<ScAccessibleDataPilotButton*> (this)-… in GetBoundingBox()
[all …]
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()
/aoo41x/main/padmin/source/
H A Dpadialog.cxx432 pPrinter->DrawRect( Rectangle( Point( 0,0 ), aPaperSize ) ); in printPage()
433 pPrinter->DrawRect( Rectangle( Point( 100,100 ), in printPage()
436 pPrinter->DrawRect( Rectangle( Point( 200,200 ), in printPage()
439 pPrinter->DrawRect( Rectangle( Point( 300,300 ), in printPage()
478 pPrinter->DrawText( Rectangle( Point( 1000, 1000 ), in printPage()
505 pPrinter->DrawText( Rectangle( Point( 1100 + nMaxWidth, 1000 ), in printPage()
515 pPrinter->DrawRect( Rectangle( Point( aPaperSize.Width() - 4000, 1000 ), in printPage()
529 pPrinter->DrawGradient( Rectangle( Point( 1000, 5500 ), in printPage()
534 pPrinter->DrawGradient( Rectangle( Point( 1000, 6300 ), in printPage()
539 pPrinter->DrawGradient( Rectangle( Point( 1000, 7100 ), in printPage()
[all …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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);
/aoo41x/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);
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/accessibility/source/standard/
H A Dvclxaccessibletabpagewindow.cxx75 awt::Rectangle VCLXAccessibleTabPageWindow::implGetBounds() throw (RuntimeException) in implGetBounds()
77 awt::Rectangle aBounds( 0, 0, 0, 0 ); in implGetBounds()
81 Rectangle aPageRect = m_pTabControl->GetTabBounds( m_nPageId ); in implGetBounds()
84 Rectangle aRect = Rectangle( m_pTabPage->GetPosPixel(), m_pTabPage->GetSizePixel() ); in implGetBounds()
/aoo41x/main/vcl/source/window/
H A Dwindow2.cxx283 Rectangle aRect1( Point( mnOutOffX, mnOutOffY ), in ImplInvalidateAllOverlapBackgrounds()
349 void Window::ShowFocus( const Rectangle& rRect ) in ShowFocus()
379 pWinData->mpFocusRect = new Rectangle( rRect ); in ShowFocus()
434 void Window::Invert( const Rectangle& rRect, sal_uInt16 nFlags ) in Invert()
441 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in Invert()
529 pWinData->mpTrackRect = new Rectangle( rRect ); in ShowTracking()
557 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in InvertTracking()
592 Region aRegion( Rectangle( aPoint, in InvertTracking()
658 Region aRegion( Rectangle( aPoint, in InvertTracking()
1574 void Window::ImplOutputToFrame( Rectangle& rRect ) in ImplOutputToFrame()
[all …]
/aoo41x/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& );
/aoo41x/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()
/aoo41x/main/sfx2/inc/sfx2/
H A Dipclient.hxx58 SAL_DLLPRIVATE virtual void RequestNewObjectArea( Rectangle& );
80 sal_Bool SetObjArea( const Rectangle & );
81 Rectangle GetObjArea() const;
82 Rectangle GetScaledObjArea() const;
84 sal_Bool SetObjAreaAndScale( const Rectangle&, const Fraction&, const Fraction& );
/aoo41x/main/vcl/source/control/
H A Dfixed.cxx263 Rectangle aRect( Rectangle( aPos, rSize ) ); in ImplDraw()
272 void FixedText::Paint( const Rectangle& ) in Paint() argument
301 Rectangle aRect( aPos, aSize ); in Draw()
390 …Size aSize = pControl->GetTextRect( Rectangle( Point(), Size( (nMaxWidth ? nMaxWidth : 0x7fffffff)… in CalcMinimumTextSize()
545 Rectangle aRect( 0, 0, aOutSize.Width(), aOutSize.Height() ); in ImplDraw()
603 void FixedLine::Paint( const Rectangle& ) in Paint() argument
822 void FixedBitmap::Paint( const Rectangle& ) in Paint() argument
834 Rectangle aRect( aPos, aSize ); in Draw()
1053 UserDrawEvent aUDEvt( pDev, Rectangle( rPos, rSize ), 0, nStyle ); in ImplDraw()
1060 void FixedImage::Paint( const Rectangle& ) in Paint() argument
[all …]
/aoo41x/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 …]
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolex.cxx227 Rectangle aRect; in DrawPage()
340 void SwColumnOnlyExample::Paint( const Rectangle& /*rRect*/ ) in Paint() argument
351 Rectangle aCompleteRect(Point(0,0), aLogSize); in Paint()
359 Rectangle aRect(aTL, m_aFrmSize); in Paint()
363 Rectangle aShadowRect(aRect); in Paint()
404 Rectangle aFrmRect(aTL, m_aFrmSize); in Paint()
513 Rectangle aRect; in DrawPage()
526 Rectangle aRubyRect(aRect.TopLeft(), in DrawPage()
530 Rectangle aCharRect(aRect.TopLeft(), in DrawPage()
/aoo41x/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx55 struct Rectangle;
116 static sal_Bool IsZero( ::com::sun::star::awt::Rectangle rRect );
142 static ::Rectangle ConvertToVCLRect( ::com::sun::star::awt::Rectangle const & _rRect );
143 static ::com::sun::star::awt::Rectangle ConvertToAWTRect( ::Rectangle const & _rRect );

Completed in 117 milliseconds

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