Home
last modified time | relevance | path

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

12345678910>>...28

/trunk/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 …]
/trunk/main/sw/source/core/inc/
H A Dnoteurl.hxx41 SwURLNote( const String& rURL, const String& rTarget, const SwRect& rRect ) in SwURLNote() argument
42 : aURL( rURL ), aTarget( rTarget ), aRect( rRect ) in SwURLNote()
61 const SwRect& rRect );
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()
/trunk/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 …]
/trunk/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 );
/trunk/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()
/trunk/main/sw/source/core/text/
H A Dnoteurl.cxx44 const SwRect& rRect ) in SV_IMPL_PTRARR()
49 if( rRect == aList.GetObject(i)->GetRect() ) in SV_IMPL_PTRARR()
53 SwURLNote *pNew = new SwURLNote( rURL, rTarget, rRect ); in SV_IMPL_PTRARR()
/trunk/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()
/trunk/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,
/trunk/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);
/trunk/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()
/trunk/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;
/trunk/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 …]
/trunk/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,
/trunk/main/sw/source/core/access/
H A Daccmap.cxx784 bool operator() ( const Rectangle& rRect ) const in operator ()()
786 return rRect.IsInside( mrPoint ) ? true : false; in operator ()()
3529 static inline void lcl_CorrectRectangle(Rectangle & rRect, in lcl_CorrectRectangle() argument
3533 rRect.nLeft = lcl_CorrectCoarseValue(rRect.nLeft, rSource.nLeft, in lcl_CorrectRectangle()
3535 rRect.nTop = lcl_CorrectCoarseValue(rRect.nTop, rSource.nTop, in lcl_CorrectRectangle()
3537 rRect.nRight = lcl_CorrectCoarseValue(rRect.nRight, rSource.nRight, in lcl_CorrectRectangle()
3539 rRect.nBottom = lcl_CorrectCoarseValue(rRect.nBottom, rSource.nBottom, in lcl_CorrectRectangle()
3543 Rectangle SwAccessibleMap::CoreToPixel( const Rectangle& rRect ) const in CoreToPixel()
3550 GetMapMode( rRect.TopLeft(), aMapMode ); in CoreToPixel()
3551 aRect = GetShell()->GetWin()->LogicToPixel( rRect, aMapMode ); in CoreToPixel()
[all …]
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx2089 SwPageFrm* SwDrawContact::FindPage( const SwRect &rRect ) in FindPage() argument
2096 pPg = (SwPageFrm*)::FindPage( rRect, pPg ); in FindPage()
2706 void SwDrawVirtObj::SetSnapRect(const Rectangle& rRect) in SetSnapRect() argument
2709 Rectangle aR(rRect); in SetSnapRect()
2716 void SwDrawVirtObj::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect() argument
2718 Rectangle aR(rRect); in NbcSetSnapRect()
2732 void SwDrawVirtObj::SetLogicRect(const Rectangle& rRect) in SetLogicRect() argument
2735 Rectangle aR(rRect); in SetLogicRect()
2742 void SwDrawVirtObj::NbcSetLogicRect(const Rectangle& rRect) in NbcSetLogicRect() argument
2744 Rectangle aR(rRect); in NbcSetLogicRect()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx255 … BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromRect( const B2DRectangle& rRect, double fRadius );
267 …BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromRect( const B2DRectangle& rRect, double fRadiusX, do…
271 BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromRect( const B2DRectangle& rRect );
435 …LPUBLIC bool isPolyPolygonEqualRectangle( const B2DPolyPolygon& rPolyPoly, const B2DRange& rRect );
/trunk/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()
/trunk/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()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2021 const Rectangle& rRect( in createActions() local
2024 if( rRect.IsEmpty() ) in createActions()
2029 … rState.mapModeTransform * ::vcl::unotools::b2DPointFromPoint( rRect.TopLeft() ) ); in createActions()
2046 const Rectangle& rRect( in createActions() local
2049 if( rRect.IsEmpty() ) in createActions()
2055 ::vcl::unotools::b2DPointFromPoint( rRect.TopLeft() ), in createActions()
2056 ::vcl::unotools::b2DPointFromPoint( rRect.BottomRight() ) + in createActions()
2069 const Rectangle& rRect( in createActions() local
2072 if( rRect.IsEmpty() ) in createActions()
2076 ::vcl::unotools::b2DPointFromPoint( rRect.TopLeft() ), in createActions()
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1431 aOut.DrawRect(rRect); in lclDrawHatch()
1436 aMtf.SetPrefSize(rRect.GetSize()); in lclDrawHatch()
5403 << (sal_Int32)rRect.Top() in AddChildAnchor()
5413 *mpOutStrm << (sal_Int16)rRect.Top() in AddClientAnchor()
5414 << (sal_Int16)rRect.Left() in AddClientAnchor()
5415 << (sal_Int16)( rRect.GetWidth() + rRect.Left() ) in AddClientAnchor()
5416 << (sal_Int16)( rRect.GetHeight() + rRect.Top() ); in AddClientAnchor()
5492 << (sal_Int32)rRect.Top() in SetGroupSnapRect()
5493 << (sal_Int32)rRect.Right() in SetGroupSnapRect()
5494 << (sal_Int32)rRect.Bottom(); in SetGroupSnapRect()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx253 void SwPagePreViewWin::Paint( const Rectangle& rRect ) in Paint() argument
264 Rectangle aRect( LogicToPixel( rRect )); in Paint()
277 mpPgPrevwLayout->Paint( rRect ); in Paint()
1592 void SwPagePreView::SetVisArea( const Rectangle &rRect, sal_Bool bUpdateScrollbar ) in SetVisArea() argument
1594 const Point aTopLeft(AlignToPixel(rRect.TopLeft())); in SetVisArea()
1595 const Point aBottomRight(AlignToPixel(rRect.BottomRight())); in SetVisArea()
2030 void SwPagePreViewWin::RepaintCoreRect( const SwRect& rRect ) in RepaintCoreRect() argument
2035 mpPgPrevwLayout->Repaint( Rectangle( rRect.Pos(), rRect.SSize() ) ); in RepaintCoreRect()
H A Dview.cxx1112 const SwRect& rRect = pWrtShell->GetCharRect(); in WriteUserData() local
1115 rUserData = String::CreateFromInt32( rRect.Left() ); in WriteUserData()
1117 rUserData += String::CreateFromInt32( rRect.Top() ); in WriteUserData()
1285 const SwRect& rRect = pWrtShell->GetCharRect(); in ReadUserDataSequence() local
1289 long nX = rRect.Left(), nY = rRect.Top(), nLeft = rVis.Left(), nTop = rVis.Top(); in ReadUserDataSequence()
1480 const SwRect& rRect = pWrtShell->GetCharRect(); in WriteUserDataSequence() local
1496 pValue->Value <<= TWIP_TO_MM100 ( rRect.Left() ); in WriteUserDataSequence()
1500 pValue->Value <<= TWIP_TO_MM100 ( rRect.Top() ); in WriteUserDataSequence()

Completed in 264 milliseconds

12345678910>>...28