Home
last modified time | relevance | path

Searched refs:Rectangle (Results 176 – 200 of 2177) sorted by relevance

12345678910>>...88

/aoo41x/main/sw/source/core/draw/
H A Ddflyobj.cxx591 ((SwVirtFlyDrawObj*)this)->aOutRect = Rectangle(); in SetRect()
601 const Rectangle& __EXPORT SwVirtFlyDrawObj::GetLastBoundRect() const in GetLastBoundRect()
619 const Rectangle& __EXPORT SwVirtFlyDrawObj::GetSnapRect() const in GetSnapRect()
626 void __EXPORT SwVirtFlyDrawObj::SetSnapRect(const Rectangle& ) in SetSnapRect() argument
628 Rectangle aTmp( GetLastBoundRect() ); in SetSnapRect()
637 void __EXPORT SwVirtFlyDrawObj::NbcSetSnapRect(const Rectangle& ) in NbcSetSnapRect() argument
643 const Rectangle& __EXPORT SwVirtFlyDrawObj::GetLogicRect() const in GetLogicRect()
650 void __EXPORT SwVirtFlyDrawObj::SetLogicRect(const Rectangle& ) in SetLogicRect() argument
652 Rectangle aTmp( GetLastBoundRect() ); in SetLogicRect()
661 void __EXPORT SwVirtFlyDrawObj::NbcSetLogicRect(const Rectangle& ) in NbcSetLogicRect() argument
[all …]
/aoo41x/main/svx/source/accessibility/
H A DGraphCtlAccessibleContext.cxx247 Rectangle aCoreBounds( GetBoundingBox() ); in getBounds()
248 awt::Rectangle aBounds; in getBounds()
261 Rectangle aRect( GetBoundingBox() ); in getLocation()
270 Rectangle aRect( GetBoundingBoxOnScreen() ); in getLocationOnScreen()
279 Rectangle aRect( GetBoundingBox() ); in getSize()
855 return Rectangle( in GetBoundingBoxOnScreen()
871 Rectangle aBounds ( 0, 0, 0, 0 ); in GetBoundingBox()
880 Rectangle aParentRect = pParent->GetWindowExtentsRelative (NULL); in GetBoundingBox()
967 Rectangle SvxGraphCtrlAccessibleContext::GetVisibleArea (void) const in GetVisibleArea()
969 Rectangle aVisArea; in GetVisibleArea()
[all …]
/aoo41x/main/tools/inc/tools/
H A Dpoly.hxx137 Polygon( const Rectangle& rRect );
138 Polygon( const Rectangle& rRect,
143 Polygon( const Rectangle& rBound,
169 Rectangle GetBoundRect() const;
175 void Clip( const Rectangle& rRect, sal_Bool bPolygon = sal_True );
210 void Distort( const Rectangle& rRefRect, const Polygon& rDistortedRect );
277 Rectangle GetBoundRect() const;
278 void Clip( const Rectangle& rRect );
313 void Distort( const Rectangle& rRefRect, const Polygon& rDistortedRect );
/aoo41x/main/svx/inc/svx/
H A Dsvdoedge.hxx205 …XPolygon ImpCalcObjToCenter(const Point& rStPt, long nEscAngle, const Rectangle& rRect, const Poin…
208 … ImpCalcEdgeTrack(const Point& rPt1, long nAngle1, const Rectangle& rBoundRect1, const Rectangle& …
209 const Point& rPt2, long nAngle2, const Rectangle& rBoundRect2, const Rectangle& rBewareRect2,
229 virtual const Rectangle& GetCurrentBoundRect() const;
230 virtual const Rectangle& GetSnapRect() const;
248 virtual void TakeUnrotatedSnapRect(Rectangle& rRect) const;
269 virtual void NbcSetSnapRect(const Rectangle& rRect);
H A Ddlgctrl.hxx109 …void SetFocusRect( const Rectangle* pRect = NULL ); // pRect == NULL -> calculate rectangle in…
121 virtual void Paint( const Rectangle& rRect );
136 Rectangle CalculateFocusRectangle( void ) const;
137 Rectangle CalculateFocusRectangle( RECT_POINT eRectPoint ) const;
170 virtual void Paint( const Rectangle& rRect );
219 Rectangle implCalFocusRect( const Point& aPosition );
227 virtual void Paint( const Rectangle& rRect );
509 virtual void Paint( const Rectangle& rRect );
529 virtual void Paint( const Rectangle& rRect );
552 virtual void Paint( const Rectangle& rRect );
/aoo41x/main/reportdesign/source/ui/inc/
H A DViewsWindow.hxx56 struct RectangleLess : public ::std::binary_function< Rectangle, Rectangle, bool>
62 bool operator() (const Rectangle& lhs, const Rectangle& rhs) const in operator ()()
116 …typedef ::std::multimap<Rectangle,::std::pair<SdrObject*,OSectionView*>,RectangleLess> TRecta…
147 …_nControlModification,bool _bAlignAtSection,bool _bBoundRects,Rectangle& _rBound,Rectangle& _rResi…
158 virtual void Paint( const Rectangle& rRect );
301 …void BegDragObj_createInvisibleObjectAtPosition(const Rectangle& _aRect, const OSectionView& _rSec…
/aoo41x/main/vcl/inc/vcl/
H A Dtabctrl.hxx74 …SAL_DLLPRIVATE Rectangle ImplGetTabRect( sal_uInt16 nPos, long nWidth = -1, long nHeight = -1 );
79 …SAL_DLLPRIVATE void ImplDrawItem( ImplTabItem* pItem, const Rectangle& rCurRect, bool bLay…
80 SAL_DLLPRIVATE void ImplPaint( const Rectangle& rRect, bool bLayout = false );
96 SAL_DLLPRIVATE Rectangle* ImplFindPartRect( const Point& rPt );
106 virtual void Paint( const Rectangle& rRect );
187 Rectangle GetCharacterBounds( sal_uInt16 nPageId, long nIndex ) const;
196 Rectangle GetTabPageBounds( sal_uInt16 nPageId ) const;
199 Rectangle GetTabBounds( sal_uInt16 nPageId ) const;
/aoo41x/main/bean/qa/complex/bean/
H A DScreenComparer.java28 import java.awt.Rectangle;
41 Rectangle m_rect;
49 this(new Rectangle(x, y, width, height)); in ScreenComparer()
52 public ScreenComparer(Rectangle location) in ScreenComparer()
63 this(new Rectangle(0, 0, 0, 0)); in ScreenComparer()
74 public Rectangle getLocation() in getLocation()
83 public void grabOne(Rectangle r) throws Exception in grabOne()
94 public void grabTwo(Rectangle r) throws Exception in grabTwo()
/aoo41x/main/sc/source/ui/view/
H A Dpreview.cxx423 Rectangle aPixRect; in DoPrint()
424 Rectangle aRectCellPosition; in DoPrint()
425 Rectangle aRectPosition; in DoPrint()
543Rectangle aPixel( LogicToPixel( Rectangle( -aOffset.X(), -aOffset.Y(), nPageEndX, nPageEndY ) ) ); in DoPrint()
824 Paint(Rectangle()); in SetXOffset()
851 Paint(Rectangle()); in SetYOffset()
1048 Paint(Rectangle(0,0,10000,10000)); in MouseButtonUp()
1053 Paint(Rectangle(0,0,10000,10000)); in MouseButtonUp()
1094 Rectangle aRect(0,0,10000,10000); in MouseButtonUp()
1113 Paint( Rectangle(0,0,10000,10000) ); in MouseButtonUp()
[all …]
/aoo41x/main/sw/source/core/access/
H A Daccfield.cxx166 const awt::Rectangle & aRect) in lcl_PointInRectangle()
181 awt::Rectangle aPixBounds = getBoundsImpl(sal_True); in containsPoint()
195 awt::Rectangle rc = getBounds(); in getAccessibleAtPoint()
223 awt::Rectangle SAL_CALL SwAccessibleField::getBoundsImpl( sal_Bool ) in getBoundsImpl()
227 return awt::Rectangle(); in getBoundsImpl()
230 awt::Rectangle SAL_CALL SwAccessibleField::getBounds() in getBounds()
239 awt::Rectangle aRect = getBoundsImpl(sal_True); in getLocation()
249 awt::Rectangle aRect = getBoundsImpl(sal_False); in getLocationOnScreen()
258 awt::Rectangle aRect = getBoundsImpl(sal_False); in getSize()
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx420 PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc, in DrawBitmap()
469 PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc, in DrawBitmap()
483 PrinterGfx::DrawMask (const Rectangle& rDest, const Rectangle& rSrc, in DrawMask()
502 PrinterGfx::DrawPS1GrayImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS1GrayImage()
549 PrinterGfx::writePS2ImageHeader (const Rectangle& rArea, psp::ImageType nType) in writePS2ImageHeader()
629 PrinterGfx::DrawPS2GrayImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2GrayImage()
650 PrinterGfx::DrawPS2MonoImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2MonoImage()
685 PrinterGfx::DrawPS2PaletteImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2PaletteImage()
706 PrinterGfx::DrawPS2TrueColorImage (const PrinterBmp& rBitmap, const Rectangle& rArea) in DrawPS2TrueColorImage()
/aoo41x/main/svtools/source/filter/wmf/
H A Dwmfwr.hxx143 void WriteRectangle(const Rectangle & rRect);
155 void WMFRecord_Arc(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt);
156 void WMFRecord_Chord(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt);
161 void WMFRecord_Ellipse(const Rectangle & rRect);
171 void WMFRecord_Pie(const Rectangle & rRect, const Point & rStartPt, const Point & rEndPt);
175 void WMFRecord_Rectangle(const Rectangle & rRect);
177 void WMFRecord_RoundRect(const Rectangle & rRect, long nHorzRound, long nVertRound);
192 void WMFRecord_IntersectClipRect( const Rectangle& rRect);
/aoo41x/main/svx/source/svdraw/
H A Dsvdedxv.cxx189 Rectangle aOldArea(aMinTextEditArea); in ModelHasChanged()
195 Rectangle aEditArea1; in ModelHasChanged()
196 Rectangle aMinArea1; in ModelHasChanged()
204 Rectangle aNewArea(aMinArea1); in ModelHasChanged()
224 Rectangle aAnchorRect; in ModelHasChanged()
344 Rectangle aBlankRect(rOutlView.GetOutputArea()); in ImpPaintOutlinerView()
428 Rectangle aOuterPix(aPixRect); in ImpInvalidateOutlinerView()
670 Rectangle aTextRect; in SdrBeginTextEdit()
671 Rectangle aAnchorRect; in SdrBeginTextEdit()
914 aTextEditArea=Rectangle(); in SdrEndTextEdit()
[all …]
/aoo41x/main/svx/source/dialog/
H A Ddlgctrl.cxx394 void SvxRectCtl::Paint( const Rectangle& ) in Paint() argument
423 DrawRect( Rectangle( aPtLT, aPtRB ) ); in Paint()
721 Rectangle aRet; in CalculateFocusRectangle()
827 void SvxAngleCtl::Paint( const Rectangle& ) in Paint() argument
933 Invalidate(Rectangle(Point(0,0),aRectSize)); in ShowPosition()
1031 void SvxPixelCtl::Paint( const Rectangle& ) in Paint() argument
1070 DrawRect( Rectangle( aPtTl, aPtBr ) ); in Paint()
1098 return Rectangle(nLeft,nTop,nRight,nBottom); in implCalFocusRect()
2308 void SvxXLinePreview::Paint( const Rectangle& ) in Paint() argument
2365 void SvxXRectPreview::Paint( const Rectangle& ) in Paint() argument
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dsalnativewidgets-none.cxx57 const Rectangle&, in hitTestNativeControl() argument
76 const Rectangle&, in drawNativeControl() argument
97 const Rectangle&, in drawNativeControlText() argument
121 const Rectangle&, in getNativeControlRegion() argument
125 Rectangle &, in getNativeControlRegion()
126 Rectangle & ) in getNativeControlRegion()
/aoo41x/main/comphelper/source/misc/
H A Daccessiblecomponenthelper.cxx64 Rectangle aBounds( implGetBounds() ); in containsPoint()
75 Rectangle aBounds( implGetBounds() ); in getLocation()
83 Rectangle aBounds( implGetBounds() ); in getLocationOnScreen()
104 Rectangle aBounds( implGetBounds() ); in getSize()
109 Rectangle SAL_CALL OCommonAccessibleComponent::getBounds( ) throw (RuntimeException) in getBounds()
159 Rectangle SAL_CALL OAccessibleComponentHelper::getBounds( ) throw (RuntimeException) in getBounds()
208 Rectangle SAL_CALL OAccessibleExtendedComponentHelper::getBounds( ) throw (RuntimeException) in getBounds()
/aoo41x/main/svx/source/engine3d/
H A Dscene3d.cxx249 aCamera.SetDeviceWindow(Rectangle(0, 0, 10, 10)); in SetDefaultAttributes()
250 Rectangle aRect(0, 0, 10, 10); in SetDefaultAttributes()
356 void E3dScene::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect()
361 aCameraSet.SetViewportRectangle((Rectangle&)rRect); in NbcSetSnapRect()
375 Rectangle aNewSnapRect = GetSnapRect(); in NbcMove()
389 Rectangle aNewSnapRect = GetSnapRect(); in NbcResize()
427 GetCameraSet().SetViewportRectangle((Rectangle&)rCam.GetDeviceWindow()); in SetCamera()
661 Rectangle RectQuelle(aOutRect), RectZiel(aOutRect); in RotateScene()
850 Rectangle aRect1(rStat.GetStart(), rStat.GetNow()); in BegCreate()
859 Rectangle aRect1; in MovCreate()
[all …]
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx222 const Rectangle aBox (mpPageObjectLayouter->GetBoundingBox( in PaintBackground()
237 const Rectangle aPreviewBox (mpPageObjectLayouter->GetBoundingBox( in PaintBackground()
252 const Rectangle aBox (mpPageObjectLayouter->GetBoundingBox( in PaintPreview()
316 const Rectangle aPreviewBox (mpPageObjectLayouter->GetBoundingBox( in GetPreviewBitmap()
344 const Rectangle aBox (mpPageObjectLayouter->GetBoundingBox( in PaintPageNumber()
402 const Rectangle aBox (mpPageObjectLayouter->GetBoundingBox( in PaintTransitionEffect()
506 const Rectangle aPageObjectBox (mpPageObjectLayouter->GetBoundingBox( in CreateBackgroundBitmap()
517 aBitmapDevice.DrawRect(Rectangle(Point(0,0), aSize)); in CreateBackgroundBitmap()
567 const Rectangle aBox (mpPageObjectLayouter->GetBoundingBox( in CreateBackgroundBitmap()
571 Rectangle aFrameBox (aBox.Left()-1,aBox.Top()-1,aBox.Right()+1,aBox.Bottom()+1); in CreateBackgroundBitmap()
[all …]
/aoo41x/main/sc/source/core/data/
H A Ddrwlayer.cxx193 void lcl_ReverseTwipsToMM( Rectangle& rRect ) in lcl_ReverseTwipsToMM()
586 Rectangle aRect( aPos, aSize ); in RecalcPos()
691 Rectangle aNew( aPos, aEnd ); in RecalcPos()
903 Rectangle aNew( rArea ); in MoveAreaTwips()
1095 Rectangle aRect; in WidthChanged()
1138 Rectangle aRect; in HeightChanged()
1176 Rectangle aTestRect; in HasObjectsInRows()
1200 Rectangle aObjRect; in HasObjectsInRows()
1330 Rectangle aMarkBound = pDoc->GetMMRect( in DeleteObjectsInSelection()
1500 Rectangle aMirroredSource = rSourceRange; in CopyFromClip()
[all …]
/aoo41x/main/starmath/source/
H A Daccessibility.cxx72 static awt::Rectangle lcl_GetBounds( Window *pWin ) in lcl_GetBounds()
79 awt::Rectangle aBounds; in lcl_GetBounds()
242 awt::Rectangle aRect( lcl_GetBounds( pWin ) ); in getLocation()
268 awt::Rectangle aRect( lcl_GetBounds( pWin ) ); in getSize()
510 awt::Rectangle aRes; in getCharacterBounds()
626 Rectangle aRect( aTLPos, aSize ); in getIndexAtPoint()
920 Rectangle SmViewForwarder::GetVisArea() const in GetVisArea()
943 return Rectangle(); in GetVisArea()
1339 Rectangle aRect(0,0,0,0); in GetCharBounds()
1363 Rectangle aRect(0,0,0,0); in GetParaBounds()
[all …]
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java26 import com.sun.star.awt.Rectangle;
431 Rectangle aRect = new Rectangle(); in insertGroups()
653 …protected Rectangle insertLabel(XSection _xSection, String _sLabel, Rectangle _aRect, int _nWidth,… in insertLabel()
738 …protected Rectangle insertFormattedField(XSection _xSection, String _sFormattedfield, Rectangle _a… in insertFormattedField()
743 …protected Rectangle insertFormattedField(XSection _xSection, String _sFormattedfield, Rectangle _a… in insertFormattedField()
872 …protected Rectangle insertVerticalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHe… in insertVerticalLine()
877 …protected Rectangle insertHorizontalLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _n… in insertHorizontalLine()
882 …protected Rectangle insertLine(XSection _xSection, Rectangle _aRect, int _nWidth, int _nHeight, in… in insertLine()
1340 Rectangle aRect = new Rectangle(); in insertPageHeader()
1453 Rectangle aRect = new Rectangle(); in insertPageFooter()
/aoo41x/main/vcl/source/control/
H A Dlstbox.cxx133 Rectangle aBoundingRgn( aCtrlRegion ); in ImplInit()
134 Rectangle aContentRgn( aCtrlRegion ); in ImplInit()
423 Rectangle aRect( aPos, aSize ); in Draw()
455 Rectangle aTextRect( aPos, aSize ); in Draw()
480 Rectangle aClip( aPos, aSize ); in Draw()
492 Rectangle aClip( aPos, aSize ); in Draw()
694 Rectangle aContent, aBound; in Resize()
1382 Rectangle aContent, aBound; in CalcMinimumSize()
1384 Rectangle aArea( aPoint, aTestSize ); in CalcMinimumSize()
1400 Rectangle aRect( Point( 0, 0 ), aSz ); in CalcMinimumSize()
[all …]
/aoo41x/main/vcl/unx/kde4/
H A DKDESalGraphics.hxx57 const Rectangle& rControlRegion, const Point& aPos,
71 const Rectangle& rControlRegion, ControlState nControlState,
84 const Rectangle&, ControlState, in drawNativeControlText() argument
105 const Rectangle& rControlRegion, ControlState nControlState,
108 Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion );
/aoo41x/main/sdext/source/presenter/
H A DPresenterPaintManager.cxx53 ::boost::function<void(const css::awt::Rectangle& rRepaintBox)>
61 const css::awt::Rectangle&, in GetInvalidator()
103 const awt::Rectangle aBBox ( in Invalidate()
121 const css::awt::Rectangle& rRepaintBox, in Invalidate()
143 const css::awt::Rectangle& rRepaintBox, in Invalidate()
152 const awt::Rectangle aBBox ( in Invalidate()
155 awt::Rectangle( in Invalidate()
/aoo41x/main/sfx2/source/sidebar/
H A DTitleBar.hxx46 virtual void Paint (const Rectangle& rUpdateArea);
62 virtual Rectangle GetTitleArea (const Rectangle& rTitleBarBox) = 0;
63 virtual void PaintDecoration (const Rectangle& rTitleBarBox) = 0;
64 virtual void PaintFocus (const Rectangle& rFocusBox);
73 void PaintTitle (const Rectangle& rTitleBox);

Completed in 148 milliseconds

12345678910>>...88