Home
last modified time | relevance | path

Searched refs:Rectangle (Results 76 – 100 of 2182) sorted by relevance

12345678910>>...88

/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx299Rectangle aVisArea = GetActiveWindow()->PixelToLogic(Rectangle(Point(0,0), GetActiveWindow()->GetO… in FuPermanent()
605Rectangle aVisArea = GetActiveWindow()->PixelToLogic(Rectangle(Point(0,0), GetActiveWindow()->GetO… in FuPermanent()
1110 SetZoomRect( Rectangle( aPagePos, aPageSize ) ); in FuSupport()
1112 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), in FuSupport()
1128 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), in FuSupport()
1143 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), in FuSupport()
1156 Rectangle aVisArea = mpFrameView->GetVisArea(); in FuSupport()
1187 SetZoomRect(Rectangle(aPos, Size(nW, nH))); in FuSupport()
1189 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), in FuSupport()
1222 Rectangle aVisAreaWin = GetActiveWindow()->PixelToLogic( Rectangle( Point(0,0), in FuSupport()
[all …]
/trunk/main/sd/source/ui/inc/taskpane/
H A DTitleBar.hxx33 class Rectangle;
74 virtual void Paint (const Rectangle& rBoundingBox);
129 Rectangle CalculateTextBoundingBox (
136 Rectangle CalculateTitleBarBox (
137 const Rectangle& rTextBox,
142 void PaintBackground (const Rectangle& rTextBox);
145 void PaintFocusIndicator (const Rectangle& rIndicatorBox);
147 Rectangle PaintExpansionIndicator (const Rectangle& rTextBox);
149 void PaintText (const Rectangle& rTextBox);
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx194 void FrameBorder::AddClickRect( const Rectangle& rRect ) in AddClickRect()
209 Rectangle FrameBorder::GetClickBoundRect() const in GetClickBoundRect()
401 Rectangle aTLRect( maArray.GetCellRect( 0, 0 ) ); in InitBorderGeometry()
419 Rectangle aRect( maArray.GetCellRect( nCol, nRow ) ); in InitBorderGeometry()
474 Rectangle aRect( maArray.GetCellRect( nCol, nRow ) ); in InitBorderGeometry()
485 maTLBR.AddClickRect( Rectangle( aRect.TopLeft(), aMid ) ); in InitBorderGeometry()
543 maVirDev.DrawRect( Rectangle( Point( 0, 0 ), maVirDev.GetOutputSizePixel() ) ); in DrawBackground()
548 maVirDev.DrawRect( Rectangle( in DrawBackground()
1032 Rectangle FrameSelector::GetClickBoundRect( FrameBorderType eBorder ) const in GetClickBoundRect()
1034 Rectangle aRect; in GetClickBoundRect()
[all …]
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx64 Rectangle maDockRect;
498 Rectangle aRect; in GetPosSizePixel()
552 Rectangle GetDragRect() const;
621 Rectangle ImplPopupFloatWin::GetDragRect() const in GetDragRect()
623 Rectangle aRect; in GetDragRect()
656 Rectangle aRect( aPt, GetOutputSizePixel() ); in DrawBorder()
686 Rectangle aRect( GetDragRect() ); in DrawGrip()
763 void ImplPopupFloatWin::Paint( const Rectangle& ) in Paint() argument
766 Rectangle aRect( aPt, GetOutputSizePixel() ); in Paint()
990 Rectangle aCompRect = aTrackRect; in Tracking()
[all …]
H A Dtoolbox.cxx151 Rectangle maRect;
152 Rectangle maStartRect;
214 Rectangle aContent, aBound; in ImplGetDragWidth()
1907 Rectangle aReg( aRect ); in ImplCalcItem()
2386 Rectangle aEmptyRect; in ImplFormat()
2416 Rectangle aOldDragRect; in ImplFormat()
3283 Rectangle aRect( aInnerRect ); in ImplDrawMenubutton()
4847 Rectangle aRect( GetItemRect( nItemId ) ); in RequestHelp()
5200 Rectangle aDockingRect( rRect ); in Docking()
5217 Rectangle aInRect = maInDockRect; in Docking()
[all …]
H A Dstatus.cxx354 Rectangle aRect; in ImplGetItemRectPos()
397 Rectangle aTextRect; in ImplDrawText()
419 Rectangle aTempRect = aTextRect; in ImplDrawText()
433 Rectangle aRect = ImplGetItemRectPos( nPos ); in ImplDrawItem()
534 const Rectangle& rFramePosSize in DrawProgress()
545 Rectangle aControlRegion( aDrawRect ); in DrawProgress()
712 Rectangle aControlRegion( Rectangle( (const Point&)Point(), maPrgsFrameRect.GetSize() ) ); in ImplCalcProgressRect()
777 void StatusBar::Paint( const Rectangle& ) in Paint() argument
871 Rectangle aItemRect = GetItemRect( nItemId ); in RequestHelp()
1257 Rectangle aRect; in GetItemRect()
[all …]
/trunk/main/vcl/inc/
H A Dsalgdi.hxx48 class Rectangle;
164 …ol drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
172Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion );
310 virtual bool GetGlyphBoundRect( sal_GlyphId, Rectangle& ) = 0;
357 … void mirror( Rectangle& rRect, const OutputDevice*, bool bBack = false ) const;
455 const Rectangle& rControlRegion,
463 const Rectangle& rControlRegion,
472 const Rectangle& rControlRegion,
481 const Rectangle& rControlRegion,
485 Rectangle &rNativeBoundingRegion,
[all …]
/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx112 rDev.DrawRect( Rectangle( in DECLARE_LIST()
174 Rectangle( in Draw()
186 Rectangle( in Draw()
324 aInvalidRegion.Insert( new Rectangle( rRect ) ); in Paint()
333 aInvalidRegion.Insert( new Rectangle( rRect ) ); in Paint()
366 Rectangle aFieldRect; in CreateBrowseEvent()
370 aFieldRect = Rectangle( in CreateBrowseEvent()
645 const Rectangle& rRect ): in BrowseEvent()
666 const Rectangle& rRect ): in BrowserMouseEvent()
707 for ( Rectangle* pRect = aInvalidRegion.First(); in DoOutstandingInvalidations()
[all …]
/trunk/main/vcl/source/app/
H A Dhelp.cxx230 const Point& rScreenPos, const Rectangle& rRect, in ShowBalloon()
263 const Rectangle& rScreenRect, in ShowQuickHelp()
421 Rectangle aTry1( aTmpPoint, aTmpSize ); in SetHelpText()
426 Rectangle aTextRect = GetTextRect( aTry1, maHelpText, nDrawFlags ); in SetHelpText()
456 void HelpTextWindow::Paint( const Rectangle& ) in Paint() argument
490 DrawRect( Rectangle( Point(), aSz ) ); in Paint()
497 DrawRect( Rectangle( Point( 1, 1 ), aSz ) ); in Paint()
603 const Point& rScreenPos, const Rectangle* pHelpArea ) in ImplShowHelpWindow()
703 const Point& rPos, const Rectangle* pHelpArea ) in ImplSetHelpWindowPos()
741 Rectangle devHelpArea( in ImplSetHelpWindowPos()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dregion.hxx41 typedef std::vector< Rectangle > RectangleVector;
69 Region(const Rectangle& rRect);
90 bool Union( const Rectangle& rRegion );
91 bool Intersect( const Rectangle& rRegion );
92 bool Exclude( const Rectangle& rRegion );
93 bool XOr( const Rectangle& rRegion );
105 Rectangle GetBoundRect() const;
110 bool IsInside( const Rectangle& rRect ) const;
111 bool IsOver( const Rectangle& rRect ) const;
114 Region& operator=( const Rectangle& rRect );
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx276 Rectangle aBoundRect;
494 Rectangle maBLIPSizeRectangle;
656 virtual const Rectangle& GetCurrentBoundRect() const;
663 virtual const Rectangle& GetLastBoundRect() const;
794 virtual const Rectangle& GetSnapRect() const;
795 virtual void SetSnapRect(const Rectangle& rRect);
796 virtual void NbcSetSnapRect(const Rectangle& rRect);
799 virtual const Rectangle& GetLogicRect() const;
800 virtual void SetLogicRect(const Rectangle& rRect);
1117 Rectangle GetBLIPSizeRectangle() const;
[all …]
H A Dsvdpage.hxx93 Rectangle aOutRect;
94 Rectangle aSnapRect;
151 const Rectangle& GetAllObjSnapRect() const;
152 const Rectangle& GetAllObjBoundRect() const;
324 Rectangle aPaper;
325 Rectangle aUserArea;
328 …SdrPageGridFrame(const Rectangle& rPaper, const Rectangle& rUser): aPaper(rPaper), aUserArea(rUser… in SdrPageGridFrame()
329 void SetPaperRect(const Rectangle& rPaper) { aPaper=rPaper; } in SetPaperRect()
330 void SetUserArea(const Rectangle& rUser) { aUserArea=rUser; } in SetUserArea()
331 const Rectangle& GetPaperRect() const { return aPaper; } in GetPaperRect()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx88 virtual void Paint( const Rectangle& );
353 void TableWindow::Paint( const Rectangle& ) in Paint() argument
361 DrawRect( Rectangle( 0, 0, nCol*nMX-1, nLine*nMY-1 ) ); in Paint()
363 DrawRect( Rectangle( nCol*nMX-1, 0, in Paint()
365 DrawRect( Rectangle( 0, nLine*nMY-1, in Paint()
419 DrawRect( Rectangle( Point(0,0), aSize ) ); in Paint()
486 virtual void Paint( const Rectangle& );
611 Invalidate( Rectangle( nMinCol*nMX-1, 0, in UpdateSize_Impl()
693 void ColumnsWindow::Paint( const Rectangle& ) in Paint() argument
713 DrawRect( Rectangle( i*nMX-1, -1, in Paint()
[all …]
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx129 Rectangle aRect( Point(0,0), GetOutputSizePixel() ); in DoPaint()
243 DrawRect( Rectangle( 0, nStart, nCenterPos-1, nEnd ) ); in DrawShadedRect()
245 DrawRect( Rectangle( nStart, 0, nEnd, nCenterPos-1 ) ); in DrawShadedRect()
248 DrawRect( Rectangle( nCenterPos, nStart, nCenterPos, nEnd ) ); in DrawShadedRect()
250 DrawRect( Rectangle( nStart, nCenterPos, nEnd, nCenterPos ) ); in DrawShadedRect()
262 void ScHeaderControl::Paint( const Rectangle& rRect ) in Paint()
362 Rectangle aFillRect; in Paint()
487 Rectangle aTransRect; in Paint()
489 aTransRect = Rectangle( 0, nTransStart, nBarSize-1, nTransEnd ); in Paint()
733 Rectangle aVis( aPoint,GetOutputSizePixel() ); in MouseButtonDown()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx110 bool IsValidSize( const Rectangle& rAnchorRect ) const;
166 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c…
247 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c…
270 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c…
300 …virtual SdrObject* DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchorRect ) c…
487 const Rectangle& rAnchorRect ) const;
865 inline const Rectangle& GetVisArea() const { return maVisArea; } in GetVisArea()
903 Rectangle maVisArea; /// Size of graphic.
1030 Rectangle& rTextRect,
1131 virtual Rectangle CalcAnchorRect( const XclObjAnchor& rAnchor, bool bDffAnchor ) const = 0;
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx335 const Rectangle&, in hitTestNativeControl() argument
359 Rectangle ImplGetThemeRect( HTHEME hTheme, HDC hDC, int iPart, int iState, const Rectangle& aRect, … in ImplGetThemeRect()
371 return Rectangle(); in ImplGetThemeRect()
931 Rectangle aTrackRect = ImplGetThemeRect( hTheme, hDC, iPart, iState, Rectangle() ); in ImplDrawNativeControl()
1057 const Rectangle& rControlRegion, in drawNativeControl()
1152 Rectangle buttonRect = rControlRegion; in drawNativeControl()
1189 const Rectangle&, in drawNativeControlText() argument
1213 const Rectangle& rControlRegion, in getNativeControlRegion()
1217 Rectangle &rNativeBoundingRegion, in getNativeControlRegion()
1218 Rectangle &rNativeContentRegion ) in getNativeControlRegion()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx78 Rectangle maRect;
98 void DataChanged(const Rectangle& rVisRect);
278 Rectangle maPoint;
530 virtual Rectangle GetVisibleArea() const;
573 Rectangle aVisRect; in GetVisibleArea()
680 Rectangle maPixelRect;
939 Rectangle aPixelPaintRect; in Init()
1374 Rectangle aVisRect;
1409 Rectangle aObjRect; in ScPagePreviewCountData()
1847 Rectangle aRect; in GetBoundingBoxOnScreen()
[all …]
/trunk/main/svx/source/table/
H A Dsvdotable.cxx166 Rectangle maLogicRect;
1384 Rectangle aRect0( aRect ); in onEditOutlinerStatusEvent()
1478 Rectangle aAnkRect; in TakeTextRect()
1652 Rectangle aAnkRect(aRect); in TakeTextAnchorRect()
1678 Rectangle aViewInit; in TakeTextEditArea()
2055 Rectangle aEditArea; in BegTextEdit()
2219 Rectangle aBoundRect0; in AdjustTextFrameWidthAndHeight()
2238 Rectangle aRectangle( rR ); in AdjustTextFrameWidthAndHeight()
2263 Rectangle aBoundRect0; in ReformatText()
2614 Rectangle aRect1; in MovCreate()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java26 import java.awt.Rectangle;
72 Rectangle rect = getValidScreenRectangle(); in click()
77 Rectangle rect = getValidScreenRectangle(); in doubleClick()
82 Rectangle rect = getValidScreenRectangle(); in click()
87 Rectangle rect = getValidScreenRectangle(); in doubleClick()
92 Rectangle rect = getValidScreenRectangle(); in rightClick()
97 Rectangle rect = getValidScreenRectangle(); in drag()
290 public Rectangle getScreenRectangle() {
299 return new Rectangle(x, y, w, h);
302 public Rectangle getValidScreenRectangle() {
[all …]
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx1763 awt::Rectangle aPos; in implts_writeNewWindowStateData()
1922 awt::Rectangle aRect; in implts_findNextCascadeFloatingPos()
2057 awt::Rectangle aDockAreaRect; in implts_getDockingAreaElementInfos()
2077 awt::Rectangle aPosSize; in implts_getDockingAreaElementInfos()
2263 awt::Rectangle aPosSize; in implts_getDockingAreaElementInfoOnSingleRowCol()
2320 ::Rectangle aWinRect; in implts_getWindowRectFromRowColumn()
2756 ::Rectangle aRect( rRect ); in implts_calcHotZoneRect()
2854 ::Rectangle aWindowRect; in implts_calcDockingPosSize()
2855 ::Rectangle aRowColumnRect; in implts_calcDockingPosSize()
3454 awt::Rectangle aRect; in startDocking()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterCanvasHelper.hxx55 const css::awt::Rectangle& rRepaintBox,
56 const css::awt::Rectangle& rBackgroundBoundingBox,
57 const css::awt::Rectangle& rContentBoundingBox) const;
62 const css::awt::Rectangle& rRepaintBox,
63 const css::awt::Rectangle& rBackgroundBoundingBox,
64 const css::awt::Rectangle& rContentBoundingBox,
89 const css::awt::Rectangle& rRepaintBox,
91 const css::awt::Rectangle& rHole,
99 const css::awt::Rectangle& rRepaintBox,
107 const css::awt::Rectangle& rRepaintBox,
/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx58 virtual Rectangle GetDropDownPosSizePixel() const in GetDropDownPosSizePixel()
60 Rectangle aTemp = m_aComboListBox.GetWindowExtentsRelative(NULL); in GetDropDownPosSizePixel()
61 Rectangle aRet = m_aComboListBox.GetDropDownPosSizePixel(); in GetDropDownPosSizePixel()
66 virtual Rectangle GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle()
68 Rectangle aRect; in GetBoundingRectangle()
71 Rectangle aTemp = m_aComboListBox.GetDropDownPosSizePixel(); in GetBoundingRectangle()
76 aRect = Rectangle( aTopLeft, aSize ); in GetBoundingRectangle()
83 virtual Rectangle GetWindowExtentsRelative( Window* pRelativeWindow ) in GetWindowExtentsRelative()
170 …virtual Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCharacter… in GetEntryCharacterBounds()
172 Rectangle aRect; in GetEntryCharacterBounds()
/trunk/main/tools/source/generic/
H A Dsvborder.cxx30 SvBorder::SvBorder( const Rectangle & rOuter, const Rectangle & rInner ) in SvBorder()
32 Rectangle aOuter( rOuter ); in SvBorder()
34 Rectangle aInner( rInner ); in SvBorder()
36 aInner = Rectangle( aOuter.Center(), aOuter.Center() ); in SvBorder()
48 Rectangle & operator += ( Rectangle & rRect, const SvBorder & rBorder ) in operator +=()
61 Rectangle & operator -= ( Rectangle & rRect, const SvBorder & rBorder ) in operator -=()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx180 Rectangle aTmpOutArea( aOutArea ); in DrawSelection()
330 Rectangle aRect( aPnt1, aPnt2 ); in ImplDrawHighlightRect()
410 Rectangle ImpEditView::GetWindowPos( const Rectangle& rDocRect ) const in GetWindowPos()
415 Rectangle aRect; in GetWindowPos()
418 aRect = Rectangle( aPos, aSz ); in GetWindowPos()
466 const Rectangle aOldArea(aOutArea); in ResetOutputArea()
517 Rectangle aOldArea( aOutArea ); in RecalcOutputArea()
909 Rectangle aR( aOutArea ); in Scroll()
915 Rectangle aNewVisArea( GetVisDocArea() ); in Scroll()
984 Rectangle aRec( aOutArea ); in Scroll()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DDeckLayouter.hxx50 const Rectangle aContentArea,
83 static Rectangle LayoutPanels (
84 const Rectangle aContentArea,
93 const Rectangle& rContentBox);
104 static Rectangle PlaceDeckTitle (
106 const Rectangle& rAvailableSpace);
107 static Rectangle PlaceVerticalScrollBar (
109 const Rectangle& rAvailableSpace,
117 const Rectangle& rBox);

Completed in 167 milliseconds

12345678910>>...88