| /trunk/main/tools/inc/tools/ |
| H A D | gen.hxx | 384 class TOOLS_DLLPUBLIC Rectangle class 392 Rectangle(); 393 Rectangle( const Point& rLT, const Point& rRB ); 394 Rectangle( long nLeft, long nTop, 396 Rectangle( const Point& rLT, const Size& rSize ); 427 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; 435 sal_Bool IsInside( const Rectangle& rRect ) const; [all …]
|
| /trunk/main/vcl/source/window/ |
| H A D | decoview.cxx | 43 static void ImplDrawSymbol( OutputDevice* pDev, const Rectangle& rRect, in ImplDrawSymbol() 75 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol() 81 pDev->DrawRect( Rectangle( nTemp, nTop, nTemp, nBottom ) ); in ImplDrawSymbol() 83 pDev->DrawRect( Rectangle( nTemp, nTop, nTemp, nBottom ) ); in ImplDrawSymbol() 86 pDev->DrawRect( Rectangle( nCenterX-n4, nBottom, in ImplDrawSymbol() 100 pDev->DrawRect( Rectangle( nCenterX, nTop, nCenterX, nBottom ) ); in ImplDrawSymbol() 106 pDev->DrawRect( Rectangle( nTemp, nTop, nTemp, nBottom ) ); in ImplDrawSymbol() 108 pDev->DrawRect( Rectangle( nTemp, nTop, nTemp, nBottom ) ); in ImplDrawSymbol() 111 pDev->DrawRect( Rectangle( nCenterX-n4, nTop-n2, in ImplDrawSymbol() 125 pDev->DrawRect( Rectangle( nLeft, nCenterY, nRight, nCenterY ) ); in ImplDrawSymbol() [all …]
|
| /trunk/main/svtools/source/toolpanel/ |
| H A D | paneltabbar.cxx | 91 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem… 92 …virtual void preRenderItem( const Rectangle& i_rContentRect, const ItemFlags i_nItemFlags )… 93 …virtual void postRenderItem( Window& i_rActualWindow, const Rectangle& i_rItemRect, const I… 116 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem… 117 …virtual void preRenderItem( const Rectangle& i_rContentRect, const ItemFlags i_nItemFlags )… 118 …virtual void postRenderItem( Window& i_rActualWindow, const Rectangle& i_rItemRect, const I… 133 getTargetDevice().DrawRect( Rectangle( Point(), getTargetDevice().GetOutputSizePixel() ) ); in renderBackground() 137 …Rectangle VCLItemRenderer::calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags … in calculateDecorations() 145 …void VCLItemRenderer::preRenderItem( const Rectangle& i_rContentRect, const ItemFlags i_nItemFlags… in preRenderItem() 152 …void VCLItemRenderer::postRenderItem( Window& i_rActualWindow, const Rectangle& i_rItemRect, const… in postRenderItem() [all …]
|
| H A D | tabbargeometry.cxx | 64 … static void lcl_transform( Rectangle& io_rRect, const ::basegfx::B2DHomMatrix& i_rTransformation ) in lcl_transform() 77 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() 126 NormalizedArea::NormalizedArea( const Rectangle& i_rReference, const bool i_bIsVertical ) in NormalizedArea() 127 …:m_aReference( i_bIsVertical ? Rectangle( i_rReference.TopLeft(), Size( i_rReference.GetHeight(), … in NormalizedArea() 132 …Rectangle 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() 159 …Rectangle NormalizedArea::getNormalized( const Rectangle& i_rArea, const TabAlignment i_eTargetAli… in getNormalized() [all …]
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | prevloc.hxx | 42 class Rectangle; 84 void LimitToArea( const Rectangle& rPixelArea ); 94 Rectangle aDrawRectangle[SC_PREVIEW_MAXRANGES]; 101 Rectangle GetOffsetPixel( const ScAddress& rCellPos, const ScRange& rRange ) const; 110 …void AddCellRange( const Rectangle& rRect, const ScRange& rRange, sal_Bool bRepCol, sal_Bool bR… 112 … void AddColHeaders( const Rectangle& rRect, SCCOL nStartCol, SCCOL nEndCol, sal_Bool bRepCol ); 113 … void AddRowHeaders( const Rectangle& rRect, SCROW nStartRow, SCROW nEndRow, sal_Bool bRepRow ); 114 void AddHeaderFooter( const Rectangle& rRect, sal_Bool bHeader, sal_Bool bLeft ); 115 void AddNoteMark( const Rectangle& rRect, const ScAddress& rPos ); 116 void AddNoteText( const Rectangle& rRect, const ScAddress& rPos ); [all …]
|
| /trunk/main/vcl/inc/unx/gtk/ |
| H A D | gtkgdi.hxx | 62 … hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, 64 …ol drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, 67 … drawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, 70 … getNativeControlRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,… 72 … Rectangle &rNativeBoundingRegion, Rectangle &rNativeContentRegion ); 88 typedef std::list< Rectangle > clipList; 90 GdkPixmap* NWGetPixmapFromScreen( Rectangle srcRect ); 91 sal_Bool NWRenderPixmapToScreen( GdkPixmap* pPixmap, Rectangle dstRect ); 94 const Rectangle& rControlRectangle, 99 const Rectangle& rControlRectangle, [all …]
|
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterPaneBorderPainter.cxx | 77 awt::Rectangle AddBorder ( 78 const awt::Rectangle& rBox, 80 awt::Rectangle RemoveBorder ( 81 const awt::Rectangle& rBox, 127 const awt::Rectangle& rBBox, 128 const awt::Rectangle& rUpdateBox, 133 const awt::Rectangle& rUpdateBox, 134 const awt::Rectangle& rOuterBox, 135 const awt::Rectangle& rInnerBox, 138 const awt::Rectangle& rUpdateBox, [all …]
|
| H A D | PresenterGeometryHelper.cxx | 37 sal_Int32 Right (const awt::Rectangle& rBox) in Right() 42 sal_Int32 Bottom (const awt::Rectangle& rBox) in Bottom() 88 awt::Rectangle PresenterGeometryHelper::ConvertRectangle ( in ConvertRectangle() 95 return awt::Rectangle (nLeft,nTop,nRight-nLeft,nBottom-nTop); in ConvertRectangle() 101 awt::Rectangle PresenterGeometryHelper::ConvertRectangleWithConstantSize ( in ConvertRectangleWithConstantSize() 104 return awt::Rectangle ( in ConvertRectangleWithConstantSize() 115 const css::awt::Rectangle& rBox) in ConvertRectangle() 127 awt::Rectangle PresenterGeometryHelper::TranslateRectangle ( in TranslateRectangle() 128 const css::awt::Rectangle& rBox, in TranslateRectangle() 132 return awt::Rectangle(rBox.X + nXOffset, rBox.Y + nYOffset, rBox.Width, rBox.Height); in TranslateRectangle() [all …]
|
| H A D | PresenterGeometryHelper.hxx | 53 static css::awt::Rectangle ConvertRectangle ( 59 static css::awt::Rectangle ConvertRectangleWithConstantSize ( 63 const css::awt::Rectangle& rBox); 68 static css::awt::Rectangle TranslateRectangle ( 69 const css::awt::Rectangle& rBox, 73 static css::awt::Rectangle Intersection ( 74 const css::awt::Rectangle& rBox1, 75 const css::awt::Rectangle& rBox2); 88 const css::awt::Rectangle& rBox1, 89 const css::awt::Rectangle& rBox2); [all …]
|
| /trunk/main/sc/source/ui/view/ |
| H A D | prevloc.cxx | 55 Rectangle aPixelRect; 60 …ScPreviewLocationEntry( ScPreviewLocationType eNewType, const Rectangle& rPixel, const ScRange& rR… in ScPreviewLocationEntry() 107 void ScPreviewTableInfo::LimitToArea( const Rectangle& rPixelArea ) in LimitToArea() 202 void ScPreviewLocationData::AddCellRange( const Rectangle& rRect, const ScRange& rRange, sal_Bool b… in AddCellRange() 205 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddCellRange() 227 void ScPreviewLocationData::AddColHeaders( const Rectangle& rRect, SCCOL nStartCol, SCCOL nEndCol, … in AddColHeaders() 231 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddColHeaders() 235 void ScPreviewLocationData::AddRowHeaders( const Rectangle& rRect, SCROW nStartRow, SCROW nEndRow, … in AddRowHeaders() 239 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddRowHeaders() 243 void ScPreviewLocationData::AddHeaderFooter( const Rectangle& rRect, sal_Bool bHeader, sal_Bool bLe… in AddHeaderFooter() [all …]
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdotext.hxx | 86 Rectangle aRect; 177 Rectangle aRect; 196 Rectangle* pFormTextBoundRect; 260 Rectangle& rTextRect, 261 Rectangle& rAnchorRect, 262 Rectangle& rPaintRect, 275 …void ImpSetCharStretching(SdrOutliner& rOutliner, const Rectangle& rTextRect, const Rectangle& rAn… 276 void ImpJustifyRect(Rectangle& rRect) const; 278 Rectangle ImpDragCalcRect(const SdrDragStat& rDrag) const; 283 …void ImpSetContourPolygon( SdrOutliner& rOutliner, Rectangle& rAnchorRect, sal_Bool bLineWidth ) c… [all …]
|
| /trunk/main/svtools/source/inc/ |
| H A D | svimpicn.hxx | 74 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 ); 146 void AddSelectedRect( const Rectangle&, short nOffset = SELRECT_BORDER_OFFS ); 148 Rectangle CalcMaxTextRect( const SvLBoxEntry* pEntry, 151 void ClipAtVirtOutRect( Rectangle& rRect ) const; 154 const Rectangle& rCenterRect, // "Schwerpunkt" des Objekts (typ. Bmp-Rect) [all …]
|
| /trunk/main/svtools/source/hatchwindow/ |
| H A D | ipwin.cxx | 51 void SvResizeHelper::FillHandleRectsPixel( Rectangle aRects[ 8 ] ) const in FillHandleRectsPixel() 57 aRects[ 0 ] = Rectangle( aOuter.TopLeft(), aBorder ); in FillHandleRectsPixel() 59 aRects[ 1 ] = Rectangle( Point( aOuter.Center().X() - aBorder.Width() / 2, in FillHandleRectsPixel() 63 aRects[ 2 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel() 67 aRects[ 3 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel() 71 aRects[ 4 ] = Rectangle( Point( aBottomRight.X() - aBorder.Width() +1, in FillHandleRectsPixel() 75 aRects[ 5 ] = Rectangle( Point( aOuter.Center().X() - aBorder.Width() / 2, in FillHandleRectsPixel() 79 aRects[ 6 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel() 83 aRects[ 7 ] = Rectangle( Point( aOuter.Left(), in FillHandleRectsPixel() 93 void SvResizeHelper::FillMoveRectsPixel( Rectangle aRects[ 4 ] ) const in FillMoveRectsPixel() [all …]
|
| /trunk/main/vcl/aqua/source/gdi/ |
| H A D | salnativewidgets.cxx | 42 Rectangle maInvalidateRect; 44 AquaBlinker( AquaSalFrame* pFrame, const Rectangle& rRect ) in AquaBlinker() 52 static void Blink( AquaSalFrame*, const Rectangle&, int nTimeout = 80 ); 66 void AquaBlinker::Blink( AquaSalFrame* pFrame, const Rectangle& rRect, int nTimeout ) in Blink() 104 static HIRect ImplGetHIRectFromRectangle(Rectangle aRect) in ImplGetHIRectFromRectangle() 139 const Rectangle& rControlRect, Rectangle& rResultRect ) in AquaGetScrollRect() 382 …phics::hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, in hitTestNativeControl() 387 Rectangle aRect; in hitTestNativeControl() 475 const Rectangle& rControlRegion, in drawNativeControl() 487 Rectangle buttonRect = rControlRegion; in drawNativeControl() [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | outdev.hxx | 101 typedef std::vector< Rectangle > MetricVector; 390 SAL_DLLPRIVATE void ImplReMirror( Rectangle &rRect ) const; 418 SAL_DLLPRIVATE void ImplDrawText( OutputDevice& rTargetDevice, const Rectangle& rRect, 427 SAL_DLLPRIVATE Rectangle ImplGetTextBoundRect( const SalLayout& ); 441 …GetEmphasisMark( PolyPolygon& rPolyPoly, sal_Bool& rPolyLine, Rectangle& rRect1, Rectangle& rRect2… 442 …Y, const PolyPolygon& rPolyPoly, sal_Bool bPolyLine, const Rectangle& rRect1, const Rectangle& rRe… 461 SAL_DLLPRIVATE Rectangle ImplLogicToDevicePixel( const Rectangle& rLogicRect ) const; 467 SAL_DLLPRIVATE Rectangle ImplDevicePixelToLogic( const Rectangle& rLogicRect ) const; 475 …SAL_DLLPRIVATE void ImplDrawLinearGradient( const Rectangle& rRect, const Gradient& rGradi… 476 …SAL_DLLPRIVATE void ImplDrawComplexGradient( const Rectangle& rRect, const Gradient& rGrad… [all …]
|
| H A D | button.hxx | 59 … sal_uInt16 nTextStyle, Rectangle *pSymbolRect=NULL, bool bAddImageSep = false ); 60 SAL_DLLPRIVATE void ImplSetFocusRect( const Rectangle &rFocusRect ); 61 SAL_DLLPRIVATE const Rectangle& ImplGetFocusRect() const; 65 SAL_DLLPRIVATE const Rectangle& ImplGetSymbolRect() const; 66 SAL_DLLPRIVATE void ImplSetSymbolRect(const Rectangle&); 98 void SetFocusRect( const Rectangle& rFocusRect ); 99 const Rectangle& GetFocusRect() const; 130 … const Rectangle& rRect, bool bLayout, bool bMenuBtnSep ); 147 …SAL_DLLPRIVATE static void ImplDrawPushButtonFrame( Window* pDev, Rectangle& rRect, sal_uInt16… 168 virtual void Paint( const Rectangle& rRect ); [all …]
|
| /trunk/main/svtools/source/contnr/ |
| H A D | imivctl.hxx | 108 Rectangle aRect; 162 Rectangle aCurSelectionRect; 220 void AdjustVirtSize( const Rectangle& ); 260 void AddSelectedRect( const Rectangle& ); 267 Rectangle CalcMaxTextRect( const SvxIconChoiceCtrlEntry* pEntry ) const; 269 void ClipAtVirtOutRect( Rectangle& rRect ) const; 272 const Rectangle& rCenterRect, // "Schwerpunkt" des Objekts (typ. Bmp-Rect) 273 const Rectangle& rBoundRect ) const; 298 void ShowFocus ( Rectangle& rRect ); 329 void Paint( const Rectangle& rRect ); [all …]
|
| H A D | imivctl1.cxx | 63 … SvxIconChoiceCtrlEntry_Impl( SvxIconChoiceCtrlEntry* pEntry, const Rectangle& rBoundRect ) in SvxIconChoiceCtrlEntry_Impl() 326 Rectangle aOutputArea( GetOutputRect() ); in InsertEntry() 368 Rectangle SvxIconChoiceCtrl_Impl::GetOutputRect() const in GetOutputRect() 372 return Rectangle( aOrigin, aOutputSize ); in GetOutputRect() 592 void SvxIconChoiceCtrl_Impl::AdjustVirtSize( const Rectangle& rRect ) in AdjustVirtSize() 685 Rectangle aCurOutputArea( GetOutputRect() ); in ImpArrange() 712 void SvxIconChoiceCtrl_Impl::Paint( const Rectangle& rRect ) in Paint() 789 Rectangle aOutputArea( GetOutputRect() ); in Paint() 803 const Rectangle& rBoundRect = GetEntryBoundRect( pEntry ); in Paint() 837 Rectangle aOutRect( GetOutputRect() ); in RepaintEntries() [all …]
|
| /trunk/main/vcl/unx/gtk/gdi/ |
| H A D | salnativewidgets-gtk.cxx | 181 static void NWCalcArrowRect( const Rectangle& rButton, Rectangle& rArrow ); 189 static Rectangle NWGetButtonArea( int nScreen, ControlType nType, ControlPart nPart, Rectangle aAre… 193 static Rectangle NWGetEditBoxPixmapRect( int nScreen, ControlType nType, ControlPart nPart, Rectang… 197 ControlType nType, ControlPart nPart, Rectangle aEditBoxRect, 202 static Rectangle NWGetSpinButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectangle … 205 …Button( int nScreen, GdkPixmap * pixmap, ControlType nType, ControlPart nPart, Rectangle aAreaRect, 209 static Rectangle NWGetComboBoxButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectan… 213 static Rectangle NWGetListBoxButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectang… 216 static Rectangle NWGetListBoxIndicatorRect( int nScreen, ControlType nType, ControlPart nPart, Rect… 219 static Rectangle NWGetToolbarRect( int nScreen, [all …]
|
| /trunk/main/vcl/source/control/ |
| H A D | spinfld.cxx | 39 void ImplGetSpinbuttonValue( Window *pWin, const Rectangle& rUpperRect, in ImplGetSpinbuttonValue() 40 const Rectangle& rLowerRect, in ImplGetSpinbuttonValue() 93 …bNativeOK = pWin->DrawNativeControl( CTRL_SPINBOX, PART_ALL_BUTTONS, Rectangle(), CTRL_STATE_ENABL… in ImplDrawNativeSpinfield() 102 Rectangle aClipRect( rSpinbuttonValue.maLowerRect ); in ImplDrawNativeSpinfield() 113 Rectangle aBound, aContent; in ImplDrawNativeSpinfield() 114 Rectangle aNatRgn( aPt, aSize ); in ImplDrawNativeSpinfield() 122 Rectangle aRgn( aPt, aSize ); in ImplDrawNativeSpinfield() 139 …bNativeOK = pWin->DrawNativeControl( CTRL_SPINBUTTONS, PART_ALL_BUTTONS, Rectangle(), CTRL_STATE_E… in ImplDrawNativeSpinbuttons() 146 const Rectangle& rUpperRect, in ImplDrawSpinButton() 147 const Rectangle& rLowerRect, in ImplDrawSpinButton() [all …]
|
| /trunk/main/filter/inc/filter/msfilter/ |
| H A D | msdffimp.hxx | 262 Rectangle aParentRect;// Rectangle der umgebenden Gruppe 264 Rectangle aNewRect; // mit diesem Shape definiertes Rectangle 268 SvxMSDffImportData(const Rectangle& rParentRect) in SvxMSDffImportData() 272 sal_Int32 r, sal_Int32 u ){ aNewRect = Rectangle(l,o, r,u); } in SetNewRect() 285 Rectangle aBoundRect; 286 Rectangle aChildAnchor; 304 const Rectangle& rBoundRect, in DffObjData() 448 SdrObject* ImportFontWork( SvStream&, SfxItemSet&, Rectangle& rBoundRect ) const; 455 const Rectangle& rBoundRect, 456 const Rectangle& rVisArea, [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | outdev6.cxx | 58 void OutputDevice::DrawGrid( const Rectangle& rRect, const Size& rDist, sal_uLong nFlags ) in DBG_NAMEEX() 63 Rectangle aDstRect( PixelToLogic( Point() ), GetOutputSize() ); in DBG_NAMEEX() 356 Rectangle aPolyRect( LogicToPixel( rPolyPoly ).GetBoundRect() ); in DrawTransparent() 386 Rectangle aRect( aPolyRect.TopLeft(), Size( aPolyRect.GetWidth(), nBaseExtent ) ); in DrawTransparent() 393 … aRect = Rectangle( aPolyRect.TopLeft(), Size( nBaseExtent, aPolyRect.GetHeight() ) ); in DrawTransparent() 412 Rectangle aPolyRect( aPolyPoly.GetBoundRect() ); in DrawTransparent() 414 Rectangle aDstRect( aPoint, GetOutputSizePixel() ); in DrawTransparent() 445 Rectangle aLogicPolyRect( rPolyPoly.GetBoundRect() ); in DrawTransparent() 446 Rectangle aPixelRect( ImplLogicToDevicePixel( aLogicPolyRect ) ); in DrawTransparent() 658 Rectangle aOutRect( LogicToPixel( rPos ), LogicToPixel( rSize ) ); in DrawTransparent() [all …]
|
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleText.cxx | 66 virtual Rectangle GetVisArea() const; 90 Rectangle ScViewForwarder::GetVisArea() const in GetVisArea() 92 Rectangle aVisArea; in GetVisArea() 170 virtual Rectangle GetVisArea() const; 196 Rectangle ScEditObjectViewForwarder::GetVisArea() const in GetVisArea() 198 Rectangle aVisArea; in GetVisArea() 201 … Rectangle aVisRect(mpWindow->GetWindowExtentsRelative(mpWindow->GetAccessibleParentWindow())); in GetVisArea() 223 Rectangle aEditViewVisArea( mpEditView->GetVisArea() ); in LogicToPixel() 245 Rectangle aEditViewVisArea( mpEditView->GetVisArea() ); in PixelToLogic() 275 virtual Rectangle GetVisArea() const; [all …]
|
| /trunk/main/sd/source/ui/slidesorter/view/ |
| H A D | SlsLayeredDevice.cxx | 53 virtual void Invalidate (const Rectangle& rInvalidationBox) in Invalidate() 68 const Rectangle& rBox) in DeviceCopy() 79 void ForAllRectangles (const Region& rRegion, ::boost::function<void(const Rectangle&)> aFunction) in ForAllRectangles() 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() 184 void LayeredDevice::InvalidateAllLayers (const Rectangle& rInvalidationArea) in InvalidateAllLayers() 290 void LayeredDevice::RepaintRectangle (const Rectangle& rRepaintRectangle) in RepaintRectangle() [all …]
|
| /trunk/main/oox/source/vml/ |
| H A D | vmlshape.cxx | 69 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() 137 return Rectangle( aCoordPos.first, aCoordPos.second, aCoordSize.first, aCoordSize.second ); in getCoordSystem() 140 Rectangle ShapeType::getRectangle( const ShapeParentAnchor* pParentAnchor ) const in getRectangle() 147 Rectangle ShapeType::getAbsRectangle() const in getAbsRectangle() 150 return Rectangle( in getAbsRectangle() 157 Rectangle ShapeType::getRelRectangle() const in getRelRectangle() 159 return Rectangle( in getRelRectangle() [all …]
|