Home
last modified time | relevance | path

Searched refs:Rectangle (Results 26 – 50 of 2054) sorted by relevance

12345678910>>...83

/trunk/main/svx/inc/svx/
H A Dsvdotable.hxx158 void getCellBounds( const sdr::table::CellPos& rPos, ::Rectangle& rCellRect );
203 …l void TakeTextRect( SdrOutliner& rOutliner, Rectangle& rTextRect, FASTBOOL bNoEditText=sal_False,…
205 virtual void TakeTextAnchorRect(::Rectangle& rAnchorRect) const;
230 virtual const Rectangle& GetSnapRect() const;
231 virtual void NbcSetSnapRect(const Rectangle& rRect);
233 virtual const Rectangle& GetLogicRect() const;
234 virtual void NbcSetLogicRect(const Rectangle& rRect);
235 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
264 …virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* p…
265 …sdr::table::CellPos& rPos, Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* pVie…
[all …]
H A Dswframeexample.hxx46 Rectangle aPage;
47 Rectangle aPagePrtArea;
48 Rectangle aTextLine;
49 Rectangle aPara;
50 Rectangle aParaPrtArea;
51 Rectangle aFrameAtFrame;
52 Rectangle aDrawObj;
53 Rectangle aAutoCharFrame;
70 void CalcBoundRect_Impl(Rectangle &rRect);
71Rectangle DrawInnerFrame_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rBorde…
[all …]
H A Dsvdoashp.hxx129 sal_Bool GetTextBounds( Rectangle& rTextBound ) const;
183 virtual const Rectangle& GetSnapRect() const;
184 virtual const Rectangle& GetCurrentBoundRect() const;
185 virtual const Rectangle& GetLogicRect() const;
190 virtual void SetSnapRect(const Rectangle& rRect);
191 virtual void SetLogicRect(const Rectangle& rRect);
198 virtual void NbcSetSnapRect(const Rectangle& rRect);
199 virtual void NbcSetLogicRect(const Rectangle& rRect);
221 …virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, Rectangle* pViewInit, Rectangle* p…
223 virtual void TakeTextAnchorRect( Rectangle& rAnchorRect ) const;
[all …]
H A Dsvdmrkv.hxx129 Rectangle aMarkedObjRect;
130 Rectangle aMarkedPointsRect;
131 Rectangle aMarkedGluePointsRect;
184 virtual sal_Bool MarkPoints(const Rectangle* pRect, sal_Bool bUnmark);
185 sal_Bool MarkGluePoints(const Rectangle* pRect, sal_Bool bUnmark);
201 virtual void TakeActionRect(Rectangle& rRect) const;
329 sal_Bool MarkObj(const Rectangle& rRect, sal_Bool bUnmark=sal_False);
478 const Rectangle& GetMarkedObjRect() const; // SnapRects der Objekte, ohne Strichstaerke
482 const Rectangle& GetAllMarkedRect() const { return GetMarkedObjRect(); } in GetAllMarkedRect()
483 Rectangle GetAllMarkedBoundRect() const { return GetMarkedObjBoundRect(); } in GetAllMarkedBoundRect()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx392 Rectangle GetTextRect( OutputDevice* pDev, const Rectangle& rRect, in GetTextRect()
1283 Rectangle aRect; in Paint()
1323 Rectangle aRect; in GetItem()
1875 Rectangle aRect; in Resize()
2342 Rectangle aRect; in CalcBmpRect()
2776 Rectangle aRect; in ShowTargetEmphasis()
3071 const Rectangle& rRect= in GetSortListPos()
3843 Rectangle* pRect = (Rectangle*)pRectList->GetObject( nCur ); in IsOver()
3852 Rectangle* pRect = new Rectangle( rRect ); in AddSelectedRect()
3869 Rectangle* pRect = (Rectangle*)aSelectedRectList.GetObject( nCur ); in ClearSelectedRectList()
[all …]
/trunk/main/vcl/source/control/
H A Dbutton.cxx71 Rectangle maFocusRect;
72 Rectangle maSymbolRect;
442 Rectangle aUnion = Rectangle( aImagePos, aImageSize ); in ImplDrawAlignedImage()
443 Rectangle aSymbol; in ImplDrawAlignedImage()
451 Rectangle aRect = Rectangle( Point(), rSize ); in ImplDrawAlignedImage()
670 Rectangle aOutputRect = Rectangle( Point(), GetOutputSizePixel() ); in ImplSetFocusRect()
1044 Rectangle aSymbolRect; in ImplDrawPushButtonContent()
1546 Rectangle aTextRect; in Draw()
2744 Rectangle aStateRect; in Draw()
3689 Rectangle aStateRect; in Draw()
[all …]
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.hxx36 Rectangle aOuter;
48 const Rectangle & GetOuterRectPixel() const in GetOuterRectPixel()
50 void SetOuterRectPixel( const Rectangle & rRect ) in SetOuterRectPixel()
52 Rectangle GetInnerRectPixel() const in GetInnerRectPixel()
54 Rectangle aRect( aOuter ); in GetInnerRectPixel()
63 void FillMoveRectsPixel( Rectangle aRects[ 4 ] ) const;
69 Rectangle GetTrackRectPixel( const Point & rTrackPos ) const;
70 void ValidateRect( Rectangle & rValidate ) const;
97 virtual void Paint( const Rectangle & );
101 void QueryObjAreaPixel( Rectangle & );
[all …]
/trunk/main/svtools/source/toolpanel/
H A Dtabbargeometry.hxx51 NormalizedArea( const Rectangle& i_rReference, const bool i_bIsVertical );
57 Rectangle getTransformed(
58 const Rectangle& i_rArea,
66 Rectangle getNormalized(
67 const Rectangle& i_rArea,
73 const Rectangle&
78 Rectangle m_aReference;
94 const Rectangle& getItemsRect() const { return m_aItemsRect; } in getItemsRect()
123 Rectangle m_aButtonBackRect;
125 Rectangle m_aItemsRect;
[all …]
H A Dtoolpaneldrawer.cxx68 void DrawerVisualization::Paint( const Rectangle& i_rBoundingBox ) in Paint()
119 const Rectangle aTextBox( impl_calcTextBoundingBox() ); in Paint()
122 Rectangle aFocusBox( impl_paintExpansionIndicator( aTextBox ) ); in Paint()
138 Rectangle ToolPanelDrawer::impl_paintExpansionIndicator( const Rectangle& i_rTextBox ) in impl_paintExpansionIndicator()
140 Rectangle aExpansionIndicatorArea; in impl_paintExpansionIndicator()
190 void ToolPanelDrawer::impl_paintBackground( const Rectangle& i_rTitleBarBox ) in impl_paintBackground()
215 Rectangle aBox( i_rTextBox ); in impl_paintFocusIndicator()
318 Rectangle ToolPanelDrawer::impl_calcTextBoundingBox() const in impl_calcTextBoundingBox()
327 Rectangle aTextBox( in impl_calcTextBoundingBox()
343 Rectangle ToolPanelDrawer::impl_calcTitleBarBox( const Rectangle& i_rTextBox ) const in impl_calcTitleBarBox()
[all …]
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx77 Rectangle aBounds;
121 static bool checkRect( Rectangle& io_rPrevRect, in checkRect()
123 const Rectangle& rCurrRect, in checkRect()
393 Rectangle aActionBounds; in ImplCalcActionBounds()
640 return Rectangle(); in ImplCalcActionBounds()
900 Rectangle aTotalBounds( aBBCurrAct ); // thus, in RemoveTransparenciesFromMetaFile()
1163 const Rectangle aOutputRect( aPageOffset, aTmpSize ); in RemoveTransparenciesFromMetaFile()
1171 Rectangle aBoundRect( aCurr->aBounds ); in RemoveTransparenciesFromMetaFile()
1380 const Rectangle aBmpRect( aPoint, aBmp.GetSizePixel() ); in GetDownsampledBitmap()
1381 Rectangle aSrcRect( rSrcPt, rSrcSz ); in GetDownsampledBitmap()
[all …]
H A Dpdfwriter.cxx115 const Rectangle& rRect, in DrawText()
142 void PDFWriter::DrawRect( const Rectangle& rRect ) in DrawRect()
152 void PDFWriter::DrawEllipse( const Rectangle& rRect ) in DrawEllipse()
213 aBitmap.Crop( Rectangle( rSrcPtPixel, rSrcSizePixel ) ); in DrawBitmap()
235 aBitmap.Crop( Rectangle( rSrcPtPixel, rSrcSizePixel ) ); in DrawBitmapEx()
256 aBitmap.Crop( Rectangle( rSrcPtPixel, rSrcSizePixel ) ); in DrawMask()
260 void PDFWriter::DrawGradient( const Rectangle& rRect, const Gradient& rGradient ) in DrawGradient()
350 void PDFWriter::IntersectClipRegion( const Rectangle& rRect ) in IntersectClipRegion()
415 sal_Int32 PDFWriter::CreateLink( const Rectangle& rRect, sal_Int32 nPageNr ) in CreateLink()
504 void PDFWriter::SetStructureBoundingBox( const Rectangle& rRect ) in SetStructureBoundingBox()
[all …]
H A Dgdimtf.cxx918 Rectangle aCurRect( i_rClipRect ); in Clip()
1026 Rectangle aRect=Rectangle( Point(), GetPrefSize() ); in Rotate()
1502 Rectangle GDIMetaFile::GetBoundRect( OutputDevice& i_rReference, Rectangle* pHairline ) const in GetBoundRect()
1510 std::vector<Rectangle> aClipStack( 1, Rectangle() ); in GetBoundRect()
1513 Rectangle aBound; in GetBoundRect()
1517 *pHairline = Rectangle(); in GetBoundRect()
1657 Rectangle aRect; in GetBoundRect()
1669 Rectangle aRect; in GetBoundRect()
1682 Rectangle aRect; in GetBoundRect()
1699 Rectangle aRect; in GetBoundRect()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx175 Rectangle maUpperRect;
176 Rectangle maLowerRect;
177 Rectangle maNextToolRect;
178 Rectangle maOutDockRect;
179 Rectangle maInDockRect;
180 Rectangle maPaintRect;
364 virtual void Paint( const Rectangle& rRect );
443 Rectangle GetItemRect( sal_uInt16 nItemId ) const;
451 Rectangle GetScrollRect() const;
452 Rectangle GetMenubuttonRect() const;
[all …]
H A Dmetaact.hxx269 Rectangle maRect;
291 Rectangle maRect;
319 Rectangle maRect;
342 Rectangle maRect;
351 MetaArcAction( const Rectangle& rRect,
370 Rectangle maRect;
398 Rectangle maRect;
606 Rectangle maRect;
935 Rectangle maRect;
1010 Rectangle maRect;
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdovirt.cxx133 const Rectangle& SdrVirtObj::GetCurrentBoundRect() const in GetCurrentBoundRect()
140 const Rectangle& SdrVirtObj::GetLastBoundRect() const in GetLastBoundRect()
469 const Rectangle& SdrVirtObj::GetSnapRect() const in GetSnapRect()
476 void SdrVirtObj::SetSnapRect(const Rectangle& rRect) in SetSnapRect()
480 Rectangle aR(rRect); in SetSnapRect()
488 void SdrVirtObj::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect()
490 Rectangle aR(rRect); in NbcSetSnapRect()
498 const Rectangle& SdrVirtObj::GetLogicRect() const in GetLogicRect()
505 void SdrVirtObj::SetLogicRect(const Rectangle& rRect) in SetLogicRect()
508 Rectangle aR(rRect); in SetLogicRect()
[all …]
/trunk/main/sd/source/ui/view/
H A Dviewshe2.cxx199Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in IMPL_LINK_INLINE_END()
267Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in IMPL_LINK_INLINE_END()
361 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in Scroll()
406 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in SetZoom()
425 void ViewShell::SetZoomRect(const Rectangle& rZoomRect) in SetZoomRect()
453 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in SetZoomRect()
488 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), aVisSizePixel) ); in InitWindows()
912 Rectangle aRect = pObj->GetLogicRect(); in ActivateObject()
950 Rectangle aRect = pObj->GetLogicRect(); in ActivateObject()
1004 const Rectangle& ViewShell::GetAllWindowRect() in GetAllWindowRect()
[all …]
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx104 Rectangle( aBitmapPos, aBitmapSize ), in getBitmapFor()
142 …static Rectangle lcl_getContentArea( GridTableRenderer_Impl const & i_impl, Rectangle const & i_ce… in lcl_getContentArea()
144 Rectangle aContentArea( i_cellArea ); in lcl_getContentArea()
152 static Rectangle lcl_getTextRenderingArea( Rectangle const & i_contentArea ) in lcl_getTextRenderingArea()
154 Rectangle aTextArea( i_contentArea ); in lcl_getTextRenderingArea()
266 OutputDevice& _rDevice, const Rectangle& _rArea, const StyleSettings& _rStyle ) in PaintColumnHeader()
434 Rectangle const aContentArea;
440 CellRenderContext( OutputDevice& i_device, Rectangle const & i_contentArea, in CellRenderContext()
454 OutputDevice& _rDevice, const Rectangle& _rArea, const StyleSettings& _rStyle ) in PaintCell()
458 Rectangle const aContentArea( lcl_getContentArea( *m_pImpl, _rArea ) ); in PaintCell()
[all …]
/trunk/main/tools/source/generic/
H A Dgen.cxx198 void Rectangle::SetSize( const Size& rSize ) in SetSize()
225 Rectangle& Rectangle::Union( const Rectangle& rRect ) in Union()
253 Rectangle& Rectangle::Intersection( const Rectangle& rRect ) in Intersection()
259 *this = Rectangle(); in Intersection()
264 Rectangle aTmpRect( rRect ); in Intersection()
276 *this = Rectangle(); in Intersection()
291 void Rectangle::Justify() in Justify()
322 sal_Bool Rectangle::IsInside( const Point& rPoint ) const in IsInside()
361 sal_Bool Rectangle::IsInside( const Rectangle& rRect ) const in IsInside()
379 sal_Bool Rectangle::IsOver( const Rectangle& rRect ) const in IsOver()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx68 Rectangle aNewRect = _aObjRect; in lcl_getNewRectSize()
800 Rectangle aBound; in alignMarkedObjects()
801 Rectangle aResize; in alignMarkedObjects()
806 …::std::mem_fun_t<long&,Rectangle> aGetFun = ::std::mem_fun<long&,Rectangle>(&Rectangle::Bott… in alignMarkedObjects()
807 …::std::mem_fun_t<long&,Rectangle> aRefFun = ::std::mem_fun<long&,Rectangle>(&Rectangle::Top); in alignMarkedObjects()
826 aGetFun = ::std::mem_fun<long&,Rectangle>(&Rectangle::Top); in alignMarkedObjects()
827 aRefFun = ::std::mem_fun<long&,Rectangle>(&Rectangle::Bottom); in alignMarkedObjects()
840 aGetFun = ::std::mem_fun<long&,Rectangle>(&Rectangle::Right); in alignMarkedObjects()
841 aRefFun = ::std::mem_fun<long&,Rectangle>(&Rectangle::Left); in alignMarkedObjects()
848 aGetFun = ::std::mem_fun<long&,Rectangle>(&Rectangle::Left); in alignMarkedObjects()
[all …]
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.hxx101 void setDockingAreaOffsets( const ::Rectangle aOffsets );
105 ::com::sun::star::awt::Rectangle getDockingArea();
106 void setDockingArea( const ::com::sun::star::awt::Rectangle& rDockingArea );
216 ::Rectangle implts_calcDockingArea();
254 … ::Rectangle implts_calcHotZoneRect( const ::Rectangle& rRect, sal_Int32 nHotZoneOffset );
260 const ::Rectangle& rDockedElementRect,
262 const ::Rectangle& rMovedElementRect );
266 const ::Rectangle& rTrackingRect,
267 const ::Rectangle& rRowColumnRect,
312 Rectangle m_aDockingArea;
[all …]
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx520 Rectangle aScrollArea; in SetColumnPos()
1226 Rectangle aRect; in RowModified()
1497 Rectangle aRect( in RowRemoved()
1961 Rectangle aRect( in SelectRow()
2037 Rectangle aRect( in SelectColumnPos()
2195 Rectangle aDataRect = Rectangle( Point(0, 0), pDataWin->GetSizePixel() ); in MakeFieldVisible()
2292 Rectangle aRect; in GetRowRectPixel()
2296 aRect = Rectangle( in GetRowRectPixel()
2331 return Rectangle(); in ImplFieldRectPixel()
2339 return Rectangle( in ImplFieldRectPixel()
[all …]
/trunk/main/vcl/inc/
H A Dbrdwin.hxx146 virtual void Paint( const Rectangle& rRect );
200 Rectangle maTitleRect;
201 Rectangle maPinRect;
202 Rectangle maCloseRect;
203 Rectangle maRollRect;
204 Rectangle maDockRect;
205 Rectangle maMenuRect;
206 Rectangle maHideRect;
207 Rectangle maHelpRect;
258 virtual Rectangle GetMenuRect() const;
[all …]
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java30 import java.awt.Rectangle;
119 public static Rectangle getScreenRectangle() { in getScreenRectangle()
120 return new Rectangle(Toolkit.getDefaultToolkit().getScreenSize()); in getScreenRectangle()
136 public static BufferedImage screenshot(Rectangle area) { in screenshot()
173 public static Rectangle findRectangle(Rectangle rect, int color) { in findRectangle()
186 public static Rectangle findRectangle(BufferedImage src, int color) { in findRectangle()
187 Rectangle re = new Rectangle(); in findRectangle()
279 return new Rectangle(left, top, right - left + 1, bottom - top + 1); in getBoundingBox()
289 public static boolean isFilledWith(int color, Rectangle rect) { in isFilledWith()
309 public static Point findImage(BufferedImage image, Rectangle rect) { in findImage()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx324 void IntersectClipRect( const Rectangle& rRect );
325 void ExcludeClipRect( const Rectangle& rRect );
478 Rectangle aOutRect;
579 Rectangle mrclFrame; // rectangle in logical units 1/100th mm
580 Rectangle mrclBounds;
589 Rectangle ImplMap( const Rectangle& rRectangle );
610 void SetrclBounds( const Rectangle& rRect );
611 void SetrclFrame( const Rectangle& rRect );
653 void DrawEllipse( const Rectangle& rRect );
665 void IntersectClipRect( const Rectangle& rRect );
[all …]
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx259 QCheckBox *checkBox( const Rectangle& rControlRegion );
274 QLineEdit *lineEdit( const Rectangle& rControlRegion );
286 QTabBar *tabBar( const Rectangle& rControlRegion );
292 QTabWidget *tabWidget( const Rectangle& rControlRegion );
298 QListView *listView( const Rectangle& rControlRegion );
304 QScrollBar *scrollBar( const Rectangle& rControlRegion,
1180 Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion );
1480 const Rectangle&, ControlState, in drawNativeControlText() argument
1508 Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion ) in getNativeControlRegion()
1687 rNativeBoundingRegion = Rectangle( aBPoint, aBSize ); in getNativeControlRegion()
[all …]

Completed in 205 milliseconds

12345678910>>...83