Home
last modified time | relevance | path

Searched refs:Rectangle (Results 1 – 25 of 1926) sorted by relevance

12345678910>>...78

/trunk/main/tools/inc/tools/
H A Dgen.hxx427 Rectangle& Union( const Rectangle& rRect );
428 Rectangle& Intersection( const Rectangle& rRect );
429 Rectangle GetUnion( const Rectangle& rRect ) const;
430 Rectangle GetIntersection( const Rectangle& rRect ) const;
469 inline Rectangle::Rectangle() in Rectangle() function in Rectangle
475 inline Rectangle::Rectangle( const Point& rLT, const Point& rRB ) in Rectangle() function in Rectangle
483 inline Rectangle::Rectangle( long _nLeft, long _nTop, in Rectangle() function in Rectangle
641 inline Rectangle Rectangle::GetUnion( const Rectangle& rRect ) const in GetUnion()
647 inline Rectangle Rectangle::GetIntersection( const Rectangle& rRect ) const in GetIntersection()
669 inline Rectangle& Rectangle::operator +=( const Point& rPt ) in operator +=()
[all …]
/trunk/main/vcl/source/window/
H A Ddecoview.cxx514 Rectangle aTempRect = aRect; in ImplDrawSymbol()
544 Rectangle aTempRect = aRect; in ImplDrawSymbol()
776 Rectangle aBound, aContent; in ImplDrawFrame()
777 Rectangle aNatRgn( rRect ); in ImplDrawFrame()
966 Rectangle DecorationView::DrawFrame( const Rectangle& rRect, sal_uInt16 nStyle ) in DrawFrame()
968 Rectangle aRect = rRect; in DrawFrame()
1004 Rectangle aFillRect = rRect; in ImplDrawButton()
1029 Rectangle aRect1; in ImplDrawButton()
1030 Rectangle aRect2; in ImplDrawButton()
1215 Rectangle DecorationView::DrawButton( const Rectangle& rRect, sal_uInt16 nStyle ) in DrawButton()
[all …]
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx91 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
116 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
137Rectangle VCLItemRenderer::calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags … in calculateDecorations()
190 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
224 return Rectangle( in calculateDecorations()
265 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
291Rectangle NWFTabItemRenderer::calculateDecorations( const Rectangle& i_rContentArea, const ItemFla… in calculateDecorations()
387Rectangle GetActualLogicalItemRect( const Rectangle& i_rLogicalItemRect ) const;
555 Rectangle aContentArea; in impl_calcItemRects()
894 return Rectangle( in GetItemScreenRect()
[all …]
H A Dtabbargeometry.cxx77 void lcl_rotate( const Rectangle& i_rReference, Rectangle& io_rArea, const bool i_bRight ) in lcl_rotate()
101 void lcl_mirrorHorizontally( const Rectangle& i_rReferenceArea, Rectangle& io_rArea ) in lcl_mirrorHorizontally()
109 void lcl_mirrorVertically( const Rectangle& i_rReferenceArea, Rectangle& io_rArea ) in lcl_mirrorVertically()
132Rectangle NormalizedArea::getTransformed( const Rectangle& i_rArea, const TabAlignment i_eTargetAl… in getTransformed()
134 Rectangle aResult( i_rArea ); in getTransformed()
144 Rectangle aReference( m_aReference ); in getTransformed()
159Rectangle NormalizedArea::getNormalized( const Rectangle& i_rArea, const TabAlignment i_eTargetAli… in getNormalized()
161 Rectangle aResult( i_rArea ); in getNormalized()
167 Rectangle aReference( m_aReference ); in getNormalized()
294 m_aItemsRect = Rectangle( aItemsPos, aItemsSize ); in relayout()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dprevloc.hxx42 class Rectangle;
84 void LimitToArea( const Rectangle& rPixelArea );
94 Rectangle aDrawRectangle[SC_PREVIEW_MAXRANGES];
115 void AddNoteMark( const Rectangle& rRect, const ScAddress& rPos );
126 sal_Bool GetHeaderPosition( Rectangle& rHeaderRect ) const;
127 sal_Bool GetFooterPosition( Rectangle& rFooterRect ) const;
133 ScAddress& rCellPos, Rectangle& rNoteRect ) const;
134 Rectangle GetNoteInRangeOutputRect(const Rectangle& rVisiblePixel, sal_Bool bNoteMarks,
138 sal_Bool HasCellsInRange( const Rectangle& rVisiblePixel ) const;
145Rectangle GetHeaderCellOutputRect(const Rectangle& rVisRect, const ScAddress& rCellPos, sal_Bool b…
[all …]
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkgdi.hxx72Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion );
88 typedef std::list< Rectangle > clipList;
99 const Rectangle& rControlRectangle,
104 const Rectangle& rControlRectangle,
114 const Rectangle& rControlRectangle,
119 const Rectangle& rControlRectangle,
124 const Rectangle& rControlRectangle,
129 const Rectangle& rControlRectangle,
134 const Rectangle& rControlRectangle,
140 const Rectangle& rControlRectangle,
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx77 awt::Rectangle AddBorder (
80 awt::Rectangle RemoveBorder (
157 const awt::Rectangle& rBox,
504 const awt::Rectangle& rBBox, in PaintBorder()
517 awt::Rectangle aCenterBox ( in PaintBorder()
519 awt::Rectangle aInnerBox ( in PaintBorder()
725 const awt::Rectangle& rBox, in PaintBitmap()
1001 const awt::Rectangle& rBox, in AddBorder()
1019 return awt::Rectangle ( in AddBorder()
1030 const awt::Rectangle& rBox, in RemoveBorder()
[all …]
H A DPresenterGeometryHelper.cxx104 return awt::Rectangle ( in ConvertRectangleWithConstantSize()
115 const css::awt::Rectangle& rBox) in ConvertRectangle()
128 const css::awt::Rectangle& rBox, in TranslateRectangle()
139 const css::awt::Rectangle& rBox1, in Intersection()
140 const css::awt::Rectangle& rBox2) in Intersection()
147 return awt::Rectangle(); in Intersection()
186 const css::awt::Rectangle& rBox1, in IsInside()
187 const css::awt::Rectangle& rBox2) in IsInside()
199 const css::awt::Rectangle& rBox1, in Union()
212 return awt::Rectangle(); in Union()
[all …]
H A DPresenterGeometryHelper.hxx63 const css::awt::Rectangle& rBox);
69 const css::awt::Rectangle& rBox,
74 const css::awt::Rectangle& rBox1,
75 const css::awt::Rectangle& rBox2);
88 const css::awt::Rectangle& rBox1,
89 const css::awt::Rectangle& rBox2);
91 static css::awt::Rectangle Union (
92 const css::awt::Rectangle& rBox1,
93 const css::awt::Rectangle& rBox2);
100 const css::awt::Rectangle& rBox1,
[all …]
/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx55 Rectangle aPixelRect;
205 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddCellRange()
231 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddColHeaders()
239 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddRowHeaders()
246 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddHeaderFooter()
257 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddNoteMark()
503 return Rectangle(); in GetNoteInRangeOutputRect()
529 Rectangle aHeaderRect, aRepeatRect, aMainRect; in GetTableInfo()
735 Rectangle ScPreviewLocationData::GetHeaderCellOutputRect(const Rectangle& rVisRect, const ScAddress… in GetHeaderCellOutputRect()
739 Rectangle aClipRect; in GetHeaderCellOutputRect()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdotext.hxx88 Rectangle aRect;
179 Rectangle aRect;
198 Rectangle* pFormTextBoundRect;
277 …void ImpSetCharStretching(SdrOutliner& rOutliner, const Rectangle& rTextRect, const Rectangle& rAn…
278 void ImpJustifyRect(Rectangle& rRect) const;
304 SdrTextObj(const Rectangle& rNewRect);
395 const Rectangle &GetGeoRect() const { return aRect; } in GetGeoRect()
435 virtual void NbcSetSnapRect(const Rectangle& rRect);
437 virtual const Rectangle& GetLogicRect() const;
468 …virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* p…
[all …]
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx74 Rectangle aCurSelectionRect;
80 Rectangle aPrevBoundRect;
124 void AdjustVirtSize( const Rectangle& );
136 sal_Bool GetResizeRect( Rectangle& );
137 void PaintResizeRect( const Rectangle& );
145 void ImpDrawXORRect( const Rectangle& rRect );
155 const Rectangle& rBoundRect ) const;
185 void Paint( const Rectangle& rRect );
230 Rectangle CalcFocusRect( SvLBoxEntry* );
249 const Rectangle& GetBoundingRect( SvLBoxEntry*,
[all …]
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx79 aRects[ 6 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel()
83 aRects[ 7 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel()
124 Rectangle aMoveRects[ 4 ]; in Draw()
133 Rectangle aRects[ 8 ]; in Draw()
148 Rectangle aMoveRects[ 4 ]; in InvalidateBorder()
185 Rectangle aRects[ 8 ]; in SelectMove()
192 Rectangle aMoveRects[ 4 ]; in SelectMove()
213 Rectangle aRect( rRect ); in GetTrackPosPixel()
259 Rectangle aTrackRect; in GetTrackRectPixel()
420 Rectangle & rOutPosSize ) in SelectRelease()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx42 Rectangle maInvalidateRect;
104 static HIRect ImplGetHIRectFromRectangle(Rectangle aRect) in ImplGetHIRectFromRectangle()
139 const Rectangle& rControlRect, Rectangle& rResultRect ) in AquaGetScrollRect()
387 Rectangle aRect; in hitTestNativeControl()
475 const Rectangle& rControlRegion, in drawNativeControl()
487 Rectangle buttonRect = rControlRegion; in drawNativeControl()
1251Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion ) in getNativeControlRegion()
1256 Rectangle aCtrlBoundRect( rControlRegion ); in getNativeControlRegion()
1286 Rectangle aRect; in getNativeControlRegion()
1324 Rectangle aRect( aCtrlBoundRect ); in getNativeControlRegion()
[all …]
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx101 typedef std::vector< Rectangle > MetricVector;
461 SAL_DLLPRIVATE Rectangle ImplLogicToDevicePixel( const Rectangle& rLogicRect ) const;
467 SAL_DLLPRIVATE Rectangle ImplDevicePixelToLogic( const Rectangle& rLogicRect ) const;
646 Rectangle GetTextRect( const Rectangle& rRect,
1016 Rectangle LogicToPixel( const Rectangle& rLogicRect ) const;
1026 Rectangle LogicToPixel( const Rectangle& rLogicRect,
1040 Rectangle PixelToLogic( const Rectangle& rDeviceRect ) const;
1050 Rectangle PixelToLogic( const Rectangle& rDeviceRect,
1069 Rectangle LogicToLogic( const Rectangle& rRectSource,
1082 static Rectangle LogicToLogic( const Rectangle& rRectSource,
[all …]
H A Dbutton.hxx61 SAL_DLLPRIVATE const Rectangle& ImplGetFocusRect() const;
65 SAL_DLLPRIVATE const Rectangle& ImplGetSymbolRect() const;
98 void SetFocusRect( const Rectangle& rFocusRect );
99 const Rectangle& GetFocusRect() const;
168 virtual void Paint( const Rectangle& rRect );
292 Rectangle maStateRect;
293 Rectangle maMouseRect;
355 virtual void Paint( const Rectangle& rRect );
412 Rectangle maStateRect;
413 Rectangle maMouseRect;
[all …]
/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx108 Rectangle aRect;
162 Rectangle aCurSelectionRect;
384 Rectangle CalcTextRect(
408 const Rectangle& rRect1,
409 const Rectangle& rRect2,
417 const Rectangle& rRect,
455 const Rectangle&,
468 const Rectangle& rDocPos,
505 Rectangle GetOutputRect() const;
522 Rectangle GetDocumentRect() const { return Rectangle( Point(), aVirtOutputSize ); } in GetDocumentRect()
[all …]
H A Dimivctl1.cxx1617 Rectangle aRect( GetOutputRect()); in Resize()
1761 const Rectangle& rTextRect, const Rectangle& rImageRect, in PaintEmphasis()
2831 Rectangle aVirtRect( rRect ); in MakeVisible()
3037 Rectangle aBoundRect; in CalcMaxTextRect()
3157 static Rectangle GetHotSpot( const Rectangle& rRect ) in GetHotSpot()
3159 Rectangle aResult( rRect ); in GetHotSpot()
3195 Rectangle aRect( rRect ); in SelectRect()
3329 Rectangle* pRect = (Rectangle*)pRectList->GetObject( nCur ); in IsOver()
3347 Rectangle* pRect = new Rectangle( rRect ); in AddSelectedRect()
3357 Rectangle* pRect = (Rectangle*)aSelectedRectList.GetObject( nCur ); in ClearSelectedRectList()
[all …]
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx181 static void NWCalcArrowRect( const Rectangle& rButton, Rectangle& rArrow );
1214 Rectangle aRect; in NWGetButtonArea()
1361 static void NWCalcArrowRect( const Rectangle& rButton, Rectangle& rArrow ) in NWCalcArrowRect()
1400 Rectangle arrowRect; in NWPaintGTKScrollbar()
1724 Rectangle buttonRect; in NWGetScrollButtonRect()
1787 Rectangle pixmapRect; in NWPaintGTKEditBox()
1929 Rectangle upBtnRect; in NWPaintGTKSpinBox()
2022 Rectangle buttonRect; in NWGetSpinButtonRect()
2111 Rectangle arrowRect; in NWPaintGTKComboBox()
2242 Rectangle tabRect; in NWPaintGTKTabItem()
[all …]
/trunk/main/vcl/source/control/
H A Dspinfld.cxx113 Rectangle aBound, aContent; in ImplDrawNativeSpinfield()
114 Rectangle aNatRgn( aPt, aSize ); in ImplDrawNativeSpinfield()
122 Rectangle aRgn( aPt, aSize ); in ImplDrawNativeSpinfield()
146 const Rectangle& rUpperRect, in ImplDrawSpinButton()
147 const Rectangle& rLowerRect, in ImplDrawSpinButton()
193 Rectangle aUpRect; in ImplDrawSpinButton()
237 Rectangle aLowRect; in ImplDrawSpinButton()
671 …tonAreas( OutputDevice* pDev, const Size& rOutSz, Rectangle& rDDArea, Rectangle& rSpinUpArea, Rect… in ImplCalcButtonAreas()
713 Rectangle aBound; in ImplCalcButtonAreas()
770 Rectangle aContent, aBound; in Resize()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx285 Rectangle aBoundRect;
286 Rectangle aChildAnchor;
304 const Rectangle& rBoundRect, in DffObjData()
456 const Rectangle& rVisArea,
466 const Rectangle& rVisArea );
579 void Scale(Rectangle& rRect) const;
663Rectangle GetGlobalChildAnchor( const DffRecordHeader& rHd, SvStream& rSt, Rectangle& aClientRect …
665 Rectangle& rGroupClientAnchor, Rectangle& rGroupChildAnchor,
666 const Rectangle& rClientRect, const Rectangle& rGlobalChildRect );
697 const Rectangle& rBoundRect,
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx63 Rectangle aDstRect( PixelToLogic( Point() ), GetOutputSize() ); in DBG_NAMEEX()
412 Rectangle aPolyRect( aPolyPoly.GetBoundRect() ); in DrawTransparent()
414 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawTransparent()
660 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawTransparent()
997 const Rectangle aOutRect( aTmpPoint, GetOutputSizePixel() ); in ImplDrawBitmapWallpaper()
999 Rectangle aWorkRect; in ImplDrawBitmapWallpaper()
1058 Rectangle aBound; in ImplDrawGradientWallpaper()
1118 void OutputDevice::DrawWallpaper( const Rectangle& rRect, in DrawWallpaper()
1129 Rectangle aRect = LogicToPixel( rRect ); in DrawWallpaper()
1222 Rectangle aRect( ImplLogicToDevicePixel( Rectangle( rPoint, rSize ) ) ); in DrawEPS()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx92 Rectangle aVisArea; in GetVisArea()
198 Rectangle aVisArea; in GetVisArea()
284 Rectangle CorrectVisArea(const Rectangle& rVisArea) const;
306 Rectangle aVisArea; in GetVisArea()
370 return Rectangle(); in GetVisRect()
423 Rectangle aVisArea; in GetVisArea()
468 Rectangle aVisArea; in GetVisArea()
516 Rectangle aVisArea; in GetVisArea()
562 Rectangle aVisArea; in GetVisArea()
625 Rectangle aVisArea; in GetVisArea()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx53 virtual void Invalidate (const Rectangle& rInvalidationBox) in Invalidate()
68 const Rectangle& rBox) in DeviceCopy()
87 aFunction(Rectangle()); in ForAllRectangles()
112 void InvalidateRectangle (const Rectangle& rInvalidationBox);
117 const Rectangle& rRepaintRectangle);
129 void ValidateRectangle (const Rectangle& rBox);
169 const Rectangle& rInvalidationArea, in Invalidate()
342 const Rectangle aLogicWindowBox ( in HandleMapModeChange()
470 void Layer::ValidateRectangle (const Rectangle& rBox) in ValidateRectangle()
494 const Rectangle& rRepaintRectangle) in Repaint()
[all …]
/trunk/main/oox/source/vml/
H A Dvmlshape.cxx69 Point lclGetAbsPoint( const Point& rRelPoint, const Rectangle& rShapeRect, const Rectangle& rCoordS… in lclGetAbsPoint()
79 Rectangle lclGetAbsRect( const Rectangle& rRelRect, const Rectangle& rShapeRect, const Rectangle& r… in lclGetAbsRect()
83 Rectangle aAbsRect; in lclGetAbsRect()
133 Rectangle ShapeType::getCoordSystem() const in getCoordSystem()
147 Rectangle ShapeType::getAbsRectangle() const in getAbsRectangle()
150 return Rectangle( in getAbsRectangle()
157 Rectangle ShapeType::getRelRectangle() const in getRelRectangle()
159 return Rectangle( in getRelRectangle()
265 Rectangle aShapeRect = calcShapeRectangle( pParentAnchor ); in convertAndInsert()
313 Rectangle aShapeRect; in calcShapeRectangle()
[all …]

Completed in 237 milliseconds

12345678910>>...78