Home
last modified time | relevance | path

Searched refs:Rectangle (Results 51 – 75 of 1793) sorted by relevance

12345678910>>...72

/aoo41x/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.hxx77 css::awt::Rectangle AddBorder (
79 const css::awt::Rectangle& rInnerBox,
92 css::awt::Rectangle RemoveBorder (
94 const css::awt::Rectangle& rOuterBox,
105 virtual css::awt::Rectangle SAL_CALL addBorder (
107 const css::awt::Rectangle& rRectangle,
111 virtual css::awt::Rectangle SAL_CALL removeBorder (
113 const css::awt::Rectangle& rRectangle,
120 const css::awt::Rectangle& rOuterBorderRectangle,
121 const css::awt::Rectangle& rRepaintArea,
[all …]
/aoo41x/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 …]
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx185 Rectangle GetInnerBoundingBox (
198 Rectangle GetPageObjectBox (
202 Rectangle GetPageObjectBox (
206 Rectangle AddBorderAndGap (
207 const Rectangle& rBoundingBox,
465 Rectangle Layouter::GetPageObjectBox ( in GetPageObjectBox()
959 return Rectangle(); in GetInnerBoundingBox()
1108 return Rectangle( in GetPageObjectBox()
1123 const Rectangle& rBoundingBox, in AddBorderAndGap()
1127 Rectangle aBoundingBox (rBoundingBox); in AddBorderAndGap()
[all …]
/aoo41x/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 …]
/aoo41x/main/sd/source/ui/view/
H A Dzoomlist.cxx74 delete ((Rectangle*) GetObject(nObject)); in ~ZoomList()
85 void ZoomList::InsertZoomRect(const Rectangle& rRect) in InsertZoomRect()
91 delete ((Rectangle*) GetObject(0)); in InsertZoomRect()
103 Rectangle* pRect = new Rectangle(rRect); in InsertZoomRect()
117 Rectangle ZoomList::GetNextZoomRect() in GetNextZoomRect()
131 Rectangle aRect(*(Rectangle*) GetObject(mnCurPos)); in GetNextZoomRect()
141 Rectangle ZoomList::GetPreviousZoomRect() in GetPreviousZoomRect()
152 Rectangle aRect(*(Rectangle*) GetObject(mnCurPos)); in GetPreviousZoomRect()
/aoo41x/main/sc/source/core/data/
H A Dpostit.cxx203 …inline const Rectangle& GetVisRect( const Rectangle* pVisRect ) const { return pVisRect ? *pVisRec… in GetVisRect()
209 Rectangle maPageRect;
210 Rectangle maCellRect;
247 void ScCaptionCreator::FitCaptionToRect( const Rectangle* pVisRect ) in FitCaptionToRect()
249 const Rectangle& rVisRect = GetVisRect( pVisRect ); in FitCaptionToRect()
258 Rectangle aCaptRect = mpCaption->GetLogicRect(); in FitCaptionToRect()
275 const Rectangle& rVisRect = GetVisRect( pVisRect ); in AutoPlaceCaption()
278 Rectangle aCaptRect = mpCaption->GetLogicRect(); in AutoPlaceCaption()
356 Rectangle aCaptRect = mpCaption->GetLogicRect(); in UpdateCaptionPos()
728 Rectangle aCaptRect = pCaption->GetLogicRect(); in CreateCaption()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dpdfwriter.hxx230 Rectangle Location; // describes the area filled by the control
712 void IntersectClipRegion( const Rectangle& rRect );
756 void DrawText( const Rectangle& rRect,
775 void DrawRect( const Rectangle& rRect );
776 void DrawRect( const Rectangle& rRect,
778 void DrawEllipse( const Rectangle& rRect );
779 void DrawArc( const Rectangle& rRect,
781 void DrawPie( const Rectangle& rRect,
783 void DrawChord( const Rectangle& rRect,
1232 void SetStructureBoundingBox( const Rectangle& rRect );
[all …]
H A Dwindow.hxx442 SAL_DLLPRIVATE void ImplOutputToFrame( Rectangle& rRect );
443 SAL_DLLPRIVATE void ImplFrameToOutput( Rectangle& rRect );
520 SAL_DLLPRIVATE void ImplInvertFocus( const Rectangle& rRect );
546 SAL_DLLPRIVATE static void ImplCalcSymbolRect( Rectangle& rRect );
558 …SAL_DLLPRIVATE Rectangle ImplOutputToUnmirroredAbsoluteScreenPixel( const Rectangle& rRect ) con…
614 virtual void Paint( const Rectangle& rRect );
713 const Rectangle* GetCursorRect() const;
877 Rectangle GetDesktopRectPixel() const;
996 void ShowFocus( const Rectangle& rRect );
1009 void ShowTracking( const Rectangle& rRect,
[all …]
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 );
/aoo41x/main/vcl/source/window/
H A Dbrdwin.cxx117 Rectangle aTempRect = rRect; in ImplDrawBrdWinSymbol()
126 const Rectangle& rRect, in ImplDrawBrdWinSymbolButton()
132 Rectangle aTempRect; in ImplDrawBrdWinSymbolButton()
202 return Rectangle(); in GetMenuRect()
822 Rectangle aNewRect( aOldPos, aSize ); in ImplTracking()
939 Rectangle& rHelpRect ) in ImplRequestHelp()
1208 Rectangle aRect( 0, 0, 10, 10 ); in Init()
1347 Rectangle aContentRgn( aCtrlRegion ); in DrawWindow()
1486 Rectangle aRect( 0, 0, 10, 10 ); in Init()
1757 Rectangle aSymbolRect( pData->maDockRect ); in DrawWindow()
[all …]
/aoo41x/main/svx/source/svdraw/
H A Dsvdotext.cxx295 Rectangle aTextRect; in FitFrameToTextSize()
301 Rectangle aNewRect(aRect); in FitFrameToTextSize()
1293 Rectangle aAnchor2; in TakeContour()
1294 Rectangle aR; in TakeContour()
1447 Rectangle aTextRect; in UpdateOutlinerFormatting()
1448 Rectangle aAnchorRect; in UpdateOutlinerFormatting()
1552 Rectangle aBoundRect0; in ReformatText()
1956 Rectangle& rScrollRectangle, Rectangle& rPaintRectangle) in GetTextScrollMetaFileAndRectangle()
1960 Rectangle aTextRect; in GetTextScrollMetaFileAndRectangle()
1961 Rectangle aAnchorRect; in GetTextScrollMetaFileAndRectangle()
[all …]
/aoo41x/main/framework/source/layoutmanager/
H A Dhelpers.cxx147 void setZeroRectangle( ::Rectangle& rRect ) in setZeroRectangle()
251 ::com::sun::star::awt::Rectangle putRectangleValueToAWT( const ::Rectangle& rRect ) in putRectangleValueToAWT()
253 css::awt::Rectangle aRect; in putRectangleValueToAWT()
262 ::Rectangle putAWTToRectangle( const ::com::sun::star::awt::Rectangle& rRect ) in putAWTToRectangle()
264 ::Rectangle aRect; in putAWTToRectangle()
273 css::awt::Rectangle convertRectangleToAWT( const ::Rectangle& rRect ) in convertRectangleToAWT()
275 css::awt::Rectangle aRect; in convertRectangleToAWT()
283 ::Rectangle convertAWTToRectangle( const ::com::sun::star::awt::Rectangle& rRect ) in convertAWTToRectangle()
285 ::Rectangle aRect; in convertAWTToRectangle()
294 bool equalRectangles( const css::awt::Rectangle& rRect1, in equalRectangles()
[all …]
H A Dhelpers.hxx68 bool equalRectangles( const css::awt::Rectangle& rRect1, const css::awt::Rectangle& rRect2 );
69 void setZeroRectangle( ::Rectangle& rRect );
70 …< ::com::sun::star::ui::XUIElement >& xUIElement,::com::sun::star::awt::Rectangle& _rPosSize, ::co…
75 ::Rectangle putAWTToRectangle( const ::com::sun::star::awt::Rectangle& rRect );
76 ::com::sun::star::awt::Rectangle putRectangleValueToAWT( const ::Rectangle& rRect );
77 ::com::sun::star::awt::Rectangle convertRectangleToAWT( const ::Rectangle& rRect );
78 ::Rectangle convertAWTToRectangle( const ::com::sun::star::awt::Rectangle& rRect );
/aoo41x/main/sd/source/core/
H A Dsdpage.cxx312 Rectangle aRect (aPnt, aSize); in CreatePresObj()
811 std::vector< Rectangle > aAreas; in CreateTitleAndLayout()
905 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
912 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
919 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
950 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
956 Rectangle aRect( aPos, aSize ); in CreateDefaultPresObj()
991 Rectangle aTitleRect; in GetTitleRect()
1069 Rectangle aLayoutRect; in GetLayoutRect()
1184 Rectangle aTitleRect; in CalcAutoLayoutRectangles()
[all …]
/aoo41x/main/vcl/win/source/app/
H A Dsalinfo.cxx79 rMon.m_aArea = Rectangle( Point( aInfo.rcMonitor.left, in handleMonitorCallback()
83 rMon.m_aWorkArea = Rectangle( Point( aInfo.rcWork.left, in handleMonitorCallback()
127 Rectangle( Point(), Size( w, h ) ), in initMonitors()
128 Rectangle( Point(), Size( w, h ) ), in initMonitors()
159 Rectangle(), in initMonitors()
160 Rectangle(), in initMonitors()
192 Rectangle( Point(), Size( w, h ) ), in initMonitors()
193 Rectangle( Point(), Size( w, h ) ), in initMonitors()
199 m_aMonitors.back().m_aWorkArea = Rectangle( aWorkRect.left, aWorkRect.top, in initMonitors()
223 Rectangle WinSalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen ) in GetDisplayScreenPosSizePixel()
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx152 void convertRect( Rectangle& rRect ) const;
242 Rectangle m_aRectangle;
260 Rectangle m_aBoundRect;
372 Rectangle m_aRect;
381 Rectangle m_aRect;
409 Rectangle m_aRect;
529 Rectangle m_aBBox;
696 Rectangle m_aTargetRect;
997 Rectangle getRedirectTargetRect() const;
1246 void drawEllipse( const Rectangle& rRect );
[all …]
/aoo41x/main/vcl/source/control/
H A Dspinbtn.cxx143 Rectangle aRect( aTmpPoint, aSize ); in Resize()
146 maLowerRect = Rectangle( 0, 0, aSize.Width()/2, aSize.Height()-1 ); in Resize()
151 maUpperRect = Rectangle( 0, 0, aSize.Width()-1, aSize.Height()/2 ); in Resize()
183 Rectangle aRect( Point( 0, 0 ), aSize ); in Draw()
184 Rectangle aLowerRect, aUpperRect; in Draw()
187 aLowerRect = Rectangle( 0, 0, aSize.Width()/2, aSize.Height()-1 ); in Draw()
188 aUpperRect = Rectangle( aLowerRect.TopRight(), aRect.BottomRight() ); in Draw()
192 aUpperRect = Rectangle( 0, 0, aSize.Width()-1, aSize.Height()/2 ); in Draw()
206 void SpinButton::Paint( const Rectangle& ) in Paint() argument
498 Rectangle* SpinButton::ImplFindPartRect( const Point& rPt ) in ImplFindPartRect()
[all …]
H A Dtabctrl.cxx59 Rectangle maRect;
77 std::vector< Rectangle > maTabRectangles;
303 Rectangle aCtrlRegion( Point( 0, 0 ), aSize ); in ImplGetItemSize()
304 Rectangle aBoundingRgn, aContentRgn; in ImplGetItemSize()
366 : Rectangle(); in ImplGetTabRect()
382 : Rectangle(); in ImplGetTabRect()
389 return Rectangle(); in ImplGetTabRect()
1082 Rectangle aCurRect; in ImplPaint()
2076 Rectangle aRet; in GetCharacterBounds()
2141 Rectangle aRet; in GetTabPageBounds()
[all …]
H A Dscrbar.cxx199 Rectangle aOldPage1Rect = maPage1Rect; in ImplUpdateRects()
200 Rectangle aOldPage2Rect = maPage2Rect; in ImplUpdateRects()
201 Rectangle aOldThumbRect = maThumbRect; in ImplUpdateRects()
508 Rectangle aRect( aPos, aSize ); in Draw()
597 Rectangle aCtrlRegion; in ImplDrawNative()
644 Rectangle aCtrlRegion1( maBtn1Rect ); in ImplDrawNative()
645 Rectangle aCtrlRegion2( maBtn2Rect ); in ImplDrawNative()
685 Rectangle aCtrlRegion( maThumbRect ); in ImplDrawNative()
714 Rectangle aTempRect; in ImplDraw()
1216 void ScrollBar::Paint( const Rectangle& ) in Paint() argument
[all …]
/aoo41x/main/svtools/source/table/
H A Dtablecontrol_impl.cxx1345 Rectangle aScrollbarArea( in impl_ni_positionChildWindows()
1380 Rectangle aScrollbarArea( in impl_ni_positionChildWindows()
1472 Rectangle aRowHeaderArea; in doPaintContent()
1947 Rectangle aCellRect; in impl_ni_doSwitchCursor()
2122 Rectangle aInvalidateRect; in invalidateSelectedRegion()
2128 Rectangle aCellRect; in invalidateSelectedRegion()
2136 Rectangle aCellRect; in invalidateSelectedRegion()
2145 Rectangle aCellRect; in invalidateSelectedRegion()
2173 Rectangle aInvalidateRect; in invalidateRowRange()
2675 Rectangle TableControl_Impl::calcTableRect() in calcTableRect()
[all …]
/aoo41x/main/svx/inc/svx/
H A Dsvdocapt.hxx76 …SVX_DLLPRIVATE void ImpCalcTail1(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) con…
77 …SVX_DLLPRIVATE void ImpCalcTail2(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) con…
78 …SVX_DLLPRIVATE void ImpCalcTail3(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) con…
79 …SVX_DLLPRIVATE void ImpCalcTail4(const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) con…
80 …SVX_DLLPRIVATE void ImpCalcTail (const ImpCaptParams& rPara, Polygon& rPoly, Rectangle& rRect) con…
86 SdrCaptionObj(const Rectangle& rRect);
87 SdrCaptionObj(const Rectangle& rRect, const Point& rTail);
134 virtual const Rectangle& GetSnapRect() const;
135 virtual void NbcSetSnapRect(const Rectangle& rRect);
136 virtual const Rectangle& GetLogicRect() const;
[all …]
/aoo41x/main/sfx2/inc/sfx2/
H A Ddockwin.hxx46 Rectangle aInnerRect;
47 Rectangle aOuterRect;
57 SfxChildAlignment CalcAlignment(const Point& rPos, Rectangle& rRect );
58 void CalcSplitPosition(const Point rPos, Rectangle& rRect,
68 virtual sal_Bool Docking( const Point& rPos, Rectangle& rRect );
69 virtual void EndDocking( const Rectangle& rRect, sal_Bool bFloatMode );
71 virtual void Paint( const Rectangle& rRect );
94 void SetDockingRects(const Rectangle& rOuter, const Rectangle& rInner) in SetDockingRects()
96 const Rectangle& GetInnerRect() const { return aInnerRect; } in GetInnerRect()
97 const Rectangle& GetOuterRect() const { return aOuterRect; } in GetOuterRect()
/aoo41x/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);
/aoo41x/main/sc/source/ui/view/
H A Dgridwin4.cxx81 void lcl_LimitRect( Rectangle& rRect, const Rectangle& rVisible ) in lcl_LimitRect()
101 Rectangle aInner = rInnerPixel; in lcl_DrawOneFrame()
111 Rectangle aOuter = aInner; in lcl_DrawOneFrame()
382 Rectangle aMirroredPixel = aPixRect; in Paint()
615 Rectangle aDrawingRectLogic; in Draw()
685 Rectangle aPixRect = Rectangle( Point(), GetOutputSizePixel() ); in Draw()
690 Rectangle aDrawRect( aPixRect ); in Draw()
700 Rectangle aDrawRect( aPixRect ); in Draw()
865 Rectangle aRect( aStart,aEnd ); in Draw()
944 DrawRect( Rectangle( aStart,aEnd ) ); in Draw()
[all …]
/aoo41x/main/svtools/inc/svtools/
H A Dbrwbox.hxx151 Rectangle aRect;
160 const Rectangle& rRect );
166 const Rectangle& GetRect() const { return aRect; } in GetRect()
180 const Rectangle& rRect );
371 virtual void PaintData( Window& rWin, const Rectangle& rRect );
450 virtual void Paint( const Rectangle& rRect );
526 Rectangle GetFieldRect( sal_uInt16 nColumnId ) const;
577 Rectangle GetRowRectPixel( long nRow,
579 Rectangle GetFieldRectPixel( long nRow, sal_uInt16 nColId,
596 Rectangle GetControlArea() const;
[all …]

Completed in 226 milliseconds

12345678910>>...72