Home
last modified time | relevance | path

Searched refs:rRect (Results 176 – 200 of 709) sorted by relevance

12345678910>>...29

/aoo41x/main/cui/source/dialogs/
H A Dcolorpicker.cxx347 virtual void Paint( const Rectangle& rRect );
378 void ColorPreviewControl::Paint( const Rectangle& rRect ) in Paint() argument
380 DrawRect( rRect ); in Paint()
398 virtual void Paint( const Rectangle& rRect );
712 void ColorFieldControl::Paint( const Rectangle& rRect ) in Paint() argument
722 DrawBitmap( rRect.TopLeft(), rRect.GetSize(), rRect.TopLeft(), rRect.GetSize(), aOutputBitmap ); in Paint()
804 virtual void Paint( const Rectangle& rRect );
/aoo41x/main/svx/source/svdraw/
H A Dsvdmark.cxx826 sal_Bool SdrMarkList::TakeBoundRect(SdrPageView* pPV, Rectangle& rRect) const in TakeBoundRect()
843 rRect.Union(aR); in TakeBoundRect()
847 rRect = aR; in TakeBoundRect()
857 sal_Bool SdrMarkList::TakeSnapRect(SdrPageView* pPV, Rectangle& rRect) const in TakeSnapRect()
873 rRect.Union(aR); in TakeSnapRect()
877 rRect = aR; in TakeSnapRect()
/aoo41x/main/xmloff/inc/xmloff/
H A DVisAreaContext.hxx43 Rectangle& rRect, const MapUnit aMapUnit);
48 ::com::sun::star::awt::Rectangle& rRect, const sal_Int16 nMeasureUnit);
60 ::com::sun::star::awt::Rectangle& rRect,
/aoo41x/main/filter/source/flash/
H A Dswfwriter1.cxx1196 void Writer::Impl_writeRect( const Rectangle& rRect, long nRadX, long nRadY ) in Impl_writeRect() argument
1198 if( (rRect.nTop == rRect.nBottom) || (rRect.nLeft == rRect.nRight) ) in Impl_writeRect()
1201 Impl_writeLine( rRect.TopLeft(), rRect.BottomRight(), &aColor ); in Impl_writeRect()
1205 Polygon aPoly( rRect, nRadX, nRadY ); in Impl_writeRect()
1498 const Rectangle& rRect = pA->GetRect(); in Impl_writeActions() local
1500 Impl_writeEllipse( rRect.Center(), rRect.GetWidth() >> 1, rRect.GetHeight() >> 1 ); in Impl_writeActions()
/aoo41x/main/tools/inc/tools/
H A Db3dtrans.hxx186 void SetViewportRectangle(Rectangle& rRect, Rectangle& rVisible);
187 void SetViewportRectangle(Rectangle& rRect) { SetViewportRectangle(rRect, rRect); } in SetViewportRectangle() argument
H A Dpoly.hxx137 Polygon( const Rectangle& rRect );
138 Polygon( const Rectangle& rRect,
175 void Clip( const Rectangle& rRect, sal_Bool bPolygon = sal_True );
278 void Clip( const Rectangle& rRect );
/aoo41x/main/svx/inc/svx/
H A Dswframeexample.hxx70 void CalcBoundRect_Impl(Rectangle &rRect);
71 …Rectangle DrawInnerFrame_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rBorde…
73 void DrawRect_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rLineColor);
/aoo41x/main/vcl/workben/
H A Dsvdem.cxx75 void Paint( const Rectangle& rRect );
134 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
136 WorkWindow::Paint( rRect ); in Paint()
/aoo41x/main/svtools/source/hatchwindow/
H A Dipwin.hxx50 void SetOuterRectPixel( const Rectangle & rRect ) in SetOuterRectPixel() argument
51 { aOuter = rRect; } in SetOuterRectPixel()
68 Point GetTrackPosPixel( const Rectangle & rRect ) const;
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx254 B2DPolygon createPolygonFromRect( const B2DRectangle& rRect, double fRadius );
266 B2DPolygon createPolygonFromRect( const B2DRectangle& rRect, double fRadiusX, double fRadiusY );
270 B2DPolygon createPolygonFromRect( const B2DRectangle& rRect );
434 bool isPolyPolygonEqualRectangle( const B2DPolyPolygon& rPolyPoly, const B2DRange& rRect );
/aoo41x/main/sw/source/core/doc/
H A Ddbgoutsw.cxx411 String lcl_dbg_out(const SwRect & rRect) in lcl_dbg_out() argument
415 aResult += String::CreateFromInt32(rRect.Left()); in lcl_dbg_out()
417 aResult += String::CreateFromInt32(rRect.Top()); in lcl_dbg_out()
419 aResult += String::CreateFromInt32(rRect.Right()); in lcl_dbg_out()
421 aResult += String::CreateFromInt32(rRect.Bottom()); in lcl_dbg_out()
428 SW_DLLPUBLIC const char * dbg_out(const SwRect & rRect) in dbg_out() argument
430 return dbg_out(lcl_dbg_out(rRect)); in dbg_out()
/aoo41x/main/sc/source/filter/excel/
H A Dxeescher.cxx111 void XclExpDffAnchorBase::WriteData( EscherEx& rEscherEx, const Rectangle& rRect ) in WriteData() argument
114 ImplCalcAnchorRect( rRect, MAP_TWIP ); in WriteData()
143 void XclExpDffSheetAnchor::ImplCalcAnchorRect( const Rectangle& rRect, MapUnit eMapUnit ) in ImplCalcAnchorRect() argument
145 maAnchor.SetRect( GetRoot(), mnScTab, rRect, eMapUnit ); in ImplCalcAnchorRect()
164 void XclExpDffEmbeddedAnchor::ImplCalcAnchorRect( const Rectangle& rRect, MapUnit eMapUnit ) in ImplCalcAnchorRect() argument
166 maAnchor.SetRect( maPageSize, mnScaleX, mnScaleY, rRect, eMapUnit, true ); in ImplCalcAnchorRect()
171 XclExpDffNoteAnchor::XclExpDffNoteAnchor( const XclExpRoot& rRoot, const Rectangle& rRect ) : in XclExpDffNoteAnchor() argument
174 maAnchor.SetRect( rRoot, rRoot.GetCurrScTab(), rRect, MAP_100TH_MM ); in XclExpDffNoteAnchor()
/aoo41x/main/svtools/source/edit/
H A Dtextview.cxx342 void TextView::Paint( const Rectangle& rRect ) in Paint() argument
344 ImpPaint( rRect, sal_False ); in Paint()
368 if ( ( aOutSz.Width() < rRect.GetWidth() ) || in ImpPaint()
369 ( aOutSz.Height() < rRect.GetHeight() ) ) in ImpPaint()
371 bVDevValid = pVDev->SetOutputSizePixel( rRect.GetSize() ); in ImpPaint()
377 if ( ( aOutSz.Height() > ( rRect.GetHeight() + 20 ) ) || in ImpPaint()
378 ( aOutSz.Width() > ( rRect.GetWidth() + 20 ) ) ) in ImpPaint()
389 ImpPaint( rRect, sal_False /* ohne VDev */ ); in ImpPaint()
393 Rectangle aTmpRec( Point( 0, 0 ), rRect.GetSize() ); in ImpPaint()
398 mpImpl->mpWindow->DrawOutDev( rRect.TopLeft(), rRect.GetSize(), in ImpPaint()
[all …]
/aoo41x/main/vcl/source/window/
H A Dwindow.cxx2957 Rectangle aRectMirror( rRect ); in ImplScroll()
2996 aRegion.Intersect( rRect ); in ImplScroll()
3032 pGraphics->CopyArea( rRect.Left()+nHorzScroll, rRect.Top()+nVertScroll, in ImplScroll()
3033 rRect.Left(), rRect.Top(), in ImplScroll()
3034 rRect.GetWidth(), rRect.GetHeight(), in ImplScroll()
7414 Rectangle rRect; in GetDesktopRectPixel() local
7416 return rRect; in GetDesktopRectPixel()
9393 mpOutDevData->maRecordRect = rRect; in RecordLayoutData()
9394 Paint( rRect ); in RecordLayoutData()
9453 if( rRect.IsEmpty() ) in DrawSelectionBackground()
[all …]
/aoo41x/main/sw/source/core/inc/
H A Ddrawdev.hxx64 inline void DrawRect( const SwRect& rRect,
126 inline void SwDrawDev::DrawRect( const SwRect& rRect, in DrawRect() argument
129 SwRect aRect( rRect ); in DrawRect()
/aoo41x/main/fpicker/test/
H A Dsvdem.cxx117 void Paint( const Rectangle& rRect );
186 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
188 WorkWindow::Paint( rRect ); in Paint()
/aoo41x/main/vcl/inc/vcl/
H A Dbutton.hxx130 … 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 );
355 virtual void Paint( const Rectangle& rRect );
458 virtual void Paint( const Rectangle& rRect );
H A Dmetaact.hxx300 MetaRoundRectAction( const Rectangle& rRect,
351 MetaArcAction( const Rectangle& rRect,
379 MetaPieAction( const Rectangle& rRect,
407 MetaChordAction( const Rectangle& rRect,
615 MetaTextRectAction( const Rectangle& rRect,
943 MetaGradientAction( const Rectangle& rRect, const Gradient& rGradient );
1018 MetaWallpaperAction( const Rectangle& rRect,
H A Dfloatwin.hxx116 const Rectangle& rRect, sal_uLong nFlags,
137 void StartPopupMode( const Rectangle& rRect, sal_uLong nFlags = 0 );
154 …static Point CalcFloatingPosition( Window* pWindow, const Rectangle& rRect, sal_uLong nFlags, s…
/aoo41x/main/tools/source/generic/
H A Dpoly.cxx417 Polygon::Polygon( const Rectangle& rRect ) in Polygon() argument
421 if ( rRect.IsEmpty() ) in Polygon()
426 mpImplPolygon->mpPointAry[0] = rRect.TopLeft(); in Polygon()
427 mpImplPolygon->mpPointAry[1] = rRect.TopRight(); in Polygon()
428 mpImplPolygon->mpPointAry[2] = rRect.BottomRight(); in Polygon()
429 mpImplPolygon->mpPointAry[3] = rRect.BottomLeft(); in Polygon()
430 mpImplPolygon->mpPointAry[4] = rRect.TopLeft(); in Polygon()
440 if ( rRect.IsEmpty() ) in Polygon()
444 Rectangle aRect( rRect ); in Polygon()
1592 void Polygon::Clip( const Rectangle& rRect, sal_Bool bPolygon ) in Clip() argument
[all …]
/aoo41x/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx202 bool CTTextStyle::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) const in GetGlyphBoundRect()
211 rRect.Left() = lrint( mfFontScale * aCGRect.origin.x ); in GetGlyphBoundRect()
212 rRect.Top() = lrint( mfFontScale * aCGRect.origin.y ); in GetGlyphBoundRect()
213 rRect.Right() = lrint( mfFontScale * (aCGRect.origin.x + aCGRect.size.width) ); in GetGlyphBoundRect()
214 rRect.Bottom() = lrint( mfFontScale * (aCGRect.origin.y + aCGRect.size.height) ); in GetGlyphBoundRect()
/aoo41x/main/sw/source/core/draw/
H A Ddcontact.cxx2091 SwPageFrm* SwDrawContact::FindPage( const SwRect &rRect ) in FindPage() argument
2098 pPg = (SwPageFrm*)::FindPage( rRect, pPg ); in FindPage()
2708 void SwDrawVirtObj::SetSnapRect(const Rectangle& rRect) in SetSnapRect() argument
2711 Rectangle aR(rRect); in SetSnapRect()
2718 void SwDrawVirtObj::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect() argument
2720 Rectangle aR(rRect); in NbcSetSnapRect()
2734 void SwDrawVirtObj::SetLogicRect(const Rectangle& rRect) in SetLogicRect() argument
2737 Rectangle aR(rRect); in SetLogicRect()
2744 void SwDrawVirtObj::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect() argument
2746 Rectangle aR(rRect); in NbcSetLogicRect()
/aoo41x/main/sw/source/core/access/
H A Daccmap.cxx793 bool operator() ( const Rectangle& rRect ) const in operator ()()
795 return rRect.IsInside( mrPoint ) ? true : false; in operator ()()
3538 static inline void lcl_CorrectRectangle(Rectangle & rRect, in lcl_CorrectRectangle() argument
3542 rRect.nLeft = lcl_CorrectCoarseValue(rRect.nLeft, rSource.nLeft, in lcl_CorrectRectangle()
3544 rRect.nTop = lcl_CorrectCoarseValue(rRect.nTop, rSource.nTop, in lcl_CorrectRectangle()
3546 rRect.nRight = lcl_CorrectCoarseValue(rRect.nRight, rSource.nRight, in lcl_CorrectRectangle()
3548 rRect.nBottom = lcl_CorrectCoarseValue(rRect.nBottom, rSource.nBottom, in lcl_CorrectRectangle()
3552 Rectangle SwAccessibleMap::CoreToPixel( const Rectangle& rRect ) const in CoreToPixel()
3559 GetMapMode( rRect.TopLeft(), aMapMode ); in CoreToPixel()
3560 aRect = GetShell()->GetWin()->LogicToPixel( rRect, aMapMode ); in CoreToPixel()
[all …]
/aoo41x/main/basctl/source/basicide/
H A Dbaside2.hxx268 virtual void Paint( const Rectangle& rRect );
297 virtual void Paint( const Rectangle& rRect );
482 virtual void Paint( const Rectangle& rRect );
489 sal_Bool IsToBeDocked( DockingWindow* pDockingWin, const Point& rPos, Rectangle& rRect );
/aoo41x/main/sd/source/ui/inc/
H A DDrawViewShell.hxx101 virtual void Paint(const Rectangle& rRect, ::sd::Window* pWin);
140 void ShowMousePosInfo(const Rectangle& rRect, ::sd::Window* pWin);
259 void MakeVisible(const Rectangle& rRect, ::Window& rWin);
304 virtual void VisAreaChanged(const Rectangle& rRect);

Completed in 252 milliseconds

12345678910>>...29