Home
last modified time | relevance | path

Searched refs:rRect (Results 51 – 75 of 700) sorted by relevance

12345678910>>...28

/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx1735 aRetval.append( B2DPoint( rRect.getMinX(), rRect.getMaxY() ) ); in createPolygonFromRect()
1736 aRetval.append( B2DPoint( rRect.getMinX(), rRect.getMinY() ) ); in createPolygonFromRect()
1737 aRetval.append( B2DPoint( rRect.getMaxX(), rRect.getMinY() ) ); in createPolygonFromRect()
1738 aRetval.append( B2DPoint( rRect.getMaxX(), rRect.getMaxY() ) ); in createPolygonFromRect()
1779 const B2DPoint aTopRight(rRect.getMaxX(), rRect.getMinY()); in createPolygonFromRect()
1788 const B2DPoint aTopLeft(rRect.getMinX(), rRect.getMinY()); in createPolygonFromRect()
1797 const B2DPoint aBottomLeft(rRect.getMinX(), rRect.getMaxY()); in createPolygonFromRect()
3147 B2DPoint(rRect.getMinX(),rRect.getMinY()), in isPolyPolygonEqualRectangle()
3148 B2DPoint(rRect.getMaxX(),rRect.getMinY()), in isPolyPolygonEqualRectangle()
3149 B2DPoint(rRect.getMaxX(),rRect.getMaxY()), in isPolyPolygonEqualRectangle()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxlescher.cxx153 void lclMirrorRectangle( Rectangle& rRect ) in lclMirrorRectangle() argument
155 long nLeft = rRect.Left(); in lclMirrorRectangle()
156 rRect.Left() = -rRect.Right(); in lclMirrorRectangle()
157 rRect.Right() = -nLeft; in lclMirrorRectangle()
193 void XclObjAnchor::SetRect( const XclRoot& rRoot, SCTAB nScTab, const Rectangle& rRect, MapUnit eMa… in SetRect() argument
200 Rectangle aRect( rRect ); in SetRect()
214 const Rectangle& rRect, MapUnit eMapUnit, bool bDffAnchor ) in SetRect() argument
227 …(bDffAnchor ? maFirst.mnCol : mnLX) = lclGetEmbeddedScale( rPageSize.Width(), nScaleX, rRect.Left… in SetRect()
228 …(bDffAnchor ? maFirst.mnRow : mnTY) = lclGetEmbeddedScale( rPageSize.Height(), nScaleY, rRect.Top(… in SetRect()
229 …(bDffAnchor ? maLast.mnCol : mnRX) = lclGetEmbeddedScale( rPageSize.Width(), nScaleX, rRect.Righ… in SetRect()
[all …]
/trunk/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);
135 virtual void NbcSetSnapRect(const Rectangle& rRect);
137 virtual void NbcSetLogicRect(const Rectangle& rRect);
H A Dsvdmrkv.hxx201 virtual void TakeActionRect(Rectangle& rRect) const;
277 …cts(SdrPageView* pPageView, Rectangle& rRect) const { return GetMarkedObjectList().TakeBoundRect(p… in GetBoundRectFromMarkedObjects()
278 …ects(SdrPageView* pPageView, Rectangle& rRect) const { return GetMarkedObjectList().TakeSnapRect(p… in GetSnapRectFromMarkedObjects()
329 sal_Bool MarkObj(const Rectangle& rRect, sal_Bool bUnmark=sal_False);
368 …sal_Bool MarkPoints(const Rectangle& rRect, sal_Bool bUnmark=sal_False) { return MarkPoints(&rRect in MarkPoints() argument
443 sal_Bool MarkGluePoints(const Rectangle& rRect) { return MarkGluePoints(&rRect,sal_False); } in MarkGluePoints() argument
444 sal_Bool UnmarkGluePoints(const Rectangle& rRect) { return MarkGluePoints(&rRect,sal_True); } in UnmarkGluePoints() argument
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx148 Graphic::DrawEx( rSh.GetOut(), rText, *pFont, rBmp, rRect.Pos(), rRect.SSize() ); in lcl_PaintReplacement()
332 SwRect aOrigPaint( rRect ); in Paint()
511 rRect.Pos ( aVisPt ); in GetGrfArea()
512 rRect.SSize( aVisSz ); in GetGrfArea()
628 rRect = aFrameRect; in GetCharRect()
630 rRect.SSize( Prt().SSize() ); in GetCharRect()
632 rRect.Justify(); in GetCharRect()
635 if( !aFrameRect.IsOver( rRect ) ) in GetCharRect()
638 rRect = aFrameRect; in GetCharRect()
639 rRect.Width( 1 ); in GetCharRect()
[all …]
/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx365 const Rectangle& rRect = rUsrEvt.GetRect(); in Paint() local
377 rRect.Left() + rRect.GetWidth() / 2 + PAINT_OFFSET; in Paint()
379 Point aPnt = rRect.TopLeft(); in Paint()
389 Rectangle( aPnt, Point( nSizePosX, rRect.Bottom() ) ) ); in Paint()
404 pDev->DrawRect( Rectangle( aDrwPnt, rRect.BottomRight() ) ); in Paint()
408 pDev->DrawRect( Rectangle( aPnt, rRect.BottomRight() ) ); in Paint()
412 pDev->DrawRect( rRect ); in Paint()
414 rRect.Left() + rRect.GetWidth() / 2 - pDev->GetTextWidth( pImp->aStr ) / 2, in Paint()
421 pDev->DrawRect( rRect ); in Paint()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx448 ( ( ( fYPrevTextPosition!= rRect.Y1 ) ) || in drawGlyphLine()
460 aGlyph.setRect ( rRect ); in drawGlyphLine()
473 fYPrevTextPosition = rRect.Y1; in drawGlyphLine()
474 fXPrevTextPosition = rRect.X2; in drawGlyphLine()
475 fPrevTextHeight = rRect.Y2-rRect.Y1; in drawGlyphLine()
476 fPrevTextWidth = rRect.X2-rRect.X1; in drawGlyphLine()
492 geometry::RealRectangle2D aRect(rRect); in getTransformGlyphContext()
502 …fx::B2DHomMatrix aFontTransform(basegfx::tools::createTranslateB2DHomMatrix(-rRect.X1, -rRect.Y1)); in getTransformGlyphContext()
504 aFontTransform.translate( rRect.X1, rRect.Y1 ); in getTransformGlyphContext()
524 geometry::RealRectangle2D aRect(rRect); in drawCharGlyphs()
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dswregion.cxx63 inline void SwRegionRects::InsertRect( const SwRect &rRect, const sal_uInt16 nPos, in InsertRect() argument
69 *(pData+nPos) = rRect; in InsertRect()
73 Insert( rRect, Count() ); in InsertRect()
90 void SwRegionRects::operator-=( const SwRect &rRect ) in operator -=() argument
95 if ( rRect.IsOver( *(pData+i) ) ) in operator -=()
99 aInter._Intersection( rRect ); in operator -=()
198 inline SwTwips CalcArea( const SwRect &rRect ) in CalcArea() argument
200 return rRect.Width() * rRect.Height(); in CalcArea()
/trunk/main/sw/source/core/layout/
H A Dvirtoutp.cxx48 DbgRect( OutputDevice *pOut, const Rectangle &rRect,
52 inline DbgRect::DbgRect( OutputDevice *pOutDev, const Rectangle &rRect, in DbgRect() argument
61 pOut->DrawRect( rRect ); in DbgRect()
83 sal_Bool SwRootFrm::HasSameRect( const SwRect& rRect ) in HasSameRect() argument
86 return ( rRect == SwRootFrm::pVout->GetOrgRect() ); in HasSameRect()
178 void SwLayVout::Enter( ViewShell *pShell, SwRect &rRect, sal_Bool bOn ) in Enter() argument
190 bOn = bOn && !nCount && rRect.HasArea() && pShell->GetWin(); in Enter()
203 SwRect aTmp( rRect ); in Enter()
234 rRect = aRect; in Enter()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx345 void OTableWindow::Paint( const Rectangle& rRect ) in Paint() argument
348 Window::Paint( rRect ); in Paint()
353 void OTableWindow::Draw3DBorder(const Rectangle& rRect) in Draw3DBorder() argument
360 DrawLine( rRect.BottomLeft(), rRect.BottomRight() ); in Draw3DBorder()
361 DrawLine( rRect.BottomRight(), rRect.TopRight() ); in Draw3DBorder()
366 DrawLine( rRect.BottomLeft()+Point(1,-1), rRect.BottomRight() - aEHvector ); in Draw3DBorder()
367 DrawLine( rRect.BottomRight() - aEHvector, rRect.TopRight()+Point(-1,1) ); in Draw3DBorder()
371 DrawLine( rRect.BottomLeft()+Point(1,-2), rRect.TopLeft() + aEHvector ); in Draw3DBorder()
372 DrawLine( rRect.TopLeft() + aEHvector, rRect.TopRight()+Point(-2,1) ); in Draw3DBorder()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx289 PaintStatusCell(rDev, rRect); in PaintField()
301 PaintCell(rDev, rRect, nColumnId); in PaintField()
374 rDev.DrawText( rRect, GetCellText( nPaintRow, 0 ), in PaintStatusCell()
385 Point aPos( rRect.TopLeft() ); in PaintStatusCell()
387 if ( ( aImageSize.Width() > rRect.GetWidth() ) || ( aImageSize.Height() > rRect.GetHeight() ) ) in PaintStatusCell()
388 rDev.SetClipRegion(rRect); in PaintStatusCell()
390 if ( aImageSize.Width() < rRect.GetWidth() ) in PaintStatusCell()
391 aPos.X() += ( rRect.GetWidth() - aImageSize.Width() ) / 2; in PaintStatusCell()
393 if ( aImageSize.Height() < rRect.GetHeight() ) in PaintStatusCell()
1237 rController->GetWindow().SetPosSizePixel(rRect.TopLeft(), rRect.GetSize()); in ResizeController()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dedtwin3.cxx54 void ScrollMDI( ViewShell* pVwSh, const SwRect &rRect, in ScrollMDI() argument
59 ((SwView *)pSfxVwSh)->Scroll( rRect.SVRect(), nRangeX, nRangeY ); in ScrollMDI()
68 sal_Bool IsScrollMDI( ViewShell* pVwSh, const SwRect &rRect ) in IsScrollMDI() argument
72 return (((SwView *)pSfxVwSh)->IsScroll(rRect.SVRect())); in IsScrollMDI()
145 void AccessibilityScrollMDI(ViewShell* pVwSh, const SwRect& rRect , sal_uInt16 nRangeX, sal_uInt16 … in AccessibilityScrollMDI() argument
152 Size aSz( rRect.Left(), rRect.Top()); in AccessibilityScrollMDI()
183 void RepaintPagePreview( ViewShell* pVwSh, const SwRect& rRect ) in RepaintPagePreview() argument
187 ((SwPagePreView *)pSfxVwSh)->RepaintCoreRect( rRect ); in RepaintPagePreview()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx126 Rectangle MapRectangle( const Rectangle& rRect );
131 void WriteRectangle(const Rectangle & rRect);
152 void WriteOpcode_ClipRect( const Rectangle& rRect );
349 Rectangle aRect( MapRectangle( rRect ) ); in WriteRectangle()
731 Rectangle aRect( MapRectangle( rRect ) ); in WriteOpcode_ClipRect()
753 WriteRectangle(rRect); in WriteOpcode_Rect()
784 WriteRectangle(rRect); in WriteOpcode_RRect()
815 WriteRectangle(rRect); in WriteOpcode_Oval()
847 WriteRectangle(rRect); in WriteOpcode_Arc()
848 WriteArcAngles(rRect,rStartPt,rEndPt); in WriteOpcode_Arc()
[all …]
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx1501 rRect.Top( rRect.Top() + nFirst ); in FillCrsrPos()
1507 rRect.Left( nLeft ); in FillCrsrPos()
1518 rRect.Left( nCenter ); in FillCrsrPos()
1524 rRect.Left( nRight ); in FillCrsrPos()
1529 rRect.Left( nCenter ); in FillCrsrPos()
1552 rRect.Left( nRight ); in FillCrsrPos()
1661 rRect.Left( nLeftTab ); in FillCrsrPos()
1667 rRect.Left( nRight ); in FillCrsrPos()
1687 rRect.Left( nRight ); in FillCrsrPos()
1708 rRect.Left( nCenter ); in FillCrsrPos()
[all …]
H A Dtxtfly.hxx144 sal_Bool ForEach( const SwRect &rRect, SwRect* pRect, sal_Bool bAvoid ) const;
189 inline sal_Bool Relax( const SwRect &rRect );
206 const SwRect& rRect ) const;
213 void DrawFlyRect( OutputDevice* pOut, const SwRect &rRect,
239 inline sal_Bool SwTxtFly::Relax( const SwRect &rRect ) in Relax() argument
241 return 0 != (bOn = bOn && IsAnyFrm( rRect )); in Relax()
249 inline SwRect SwTxtFly::GetFrm( const SwRect &rRect, sal_Bool bTop ) const in GetFrm() argument
251 return bOn ? _GetFrm( rRect, bTop ) : SwRect(); in GetFrm()
/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx205 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddCellRange()
231 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddColHeaders()
239 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddRowHeaders()
246 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddHeaderFooter()
254 void ScPreviewLocationData::AddNoteMark( const Rectangle& rRect, const ScAddress& rPos ) in AddNoteMark() argument
257 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddNoteMark()
264 Rectangle aPixelRect( pWindow->LogicToPixel( rRect ) ); in AddNoteText()
390 sal_Bool ScPreviewLocationData::GetHeaderPosition( Rectangle& rRect ) const in GetHeaderPosition()
398 rRect = pEntry->aPixelRect; in GetHeaderPosition()
405 sal_Bool ScPreviewLocationData::GetFooterPosition( Rectangle& rRect ) const in GetFooterPosition()
[all …]
/trunk/main/vcl/inc/vcl/
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 );
614 virtual void Paint( const Rectangle& rRect );
887 const Rectangle& rRect, sal_uInt16 nFlags = 0 );
892 void Validate( const Rectangle& rRect, sal_uInt16 nFlags = 0 );
996 void ShowFocus( const Rectangle& rRect );
999 void Invert( const Rectangle& rRect, sal_uInt16 nFlags = 0 );
1009 void ShowTracking( const Rectangle& rRect,
[all …]
H A Doutdev.hxx638 void AddTextRectActions( const Rectangle& rRect,
642 void DrawText( const Rectangle& rRect,
646 Rectangle GetTextRect( const Rectangle& rRect,
662 sal_Bool GetTextBoundRect( Rectangle& rRect,
749 void DrawRect( const Rectangle& rRect );
750 void DrawRect( const Rectangle& rRect,
752 void DrawEllipse( const Rectangle& rRect );
753 void DrawArc( const Rectangle& rRect,
755 void DrawPie( const Rectangle& rRect,
757 void DrawChord( const Rectangle& rRect,
[all …]
H A Ddockwin.hxx42 DockingData( const Point& rPt, const Rectangle& rRect, sal_Bool b) : in DockingData()
43 …maMousePos( rPt ), maTrackRect( rRect ), mbFloating( b ), mbLivemode( sal_False ), mbInteractive( … in DockingData()
54 EndDockingData( const Rectangle& rRect, sal_Bool b, sal_Bool bCancelled ) : in EndDockingData()
55 maWindowRect( rRect ), mbFloating( b ), mbCancelled( bCancelled ) in EndDockingData()
138 void StartDocking( const Point& rPos, Rectangle& rRect );
139 sal_Bool Docking( const Point& rPos, Rectangle& rRect );
140 void EndDocking( const Rectangle& rRect, sal_Bool bFloatMode );
144 void SetDragArea( const Rectangle& rRect );
312 virtual sal_Bool Docking( const Point& rPos, Rectangle& rRect );
313 virtual void EndDocking( const Rectangle& rRect, sal_Bool bFloatMode );
/trunk/main/basegfx/source/range/
H A Db2drangeclipper.cxx105 ActiveEdge( const B2DRectangle& rRect, in ActiveEdge() argument
111 mpAssociatedRect( &rRect ), in ActiveEdge()
211 const B2DRectangle& rRect, in SweepLineEvent() argument
215 mpAssociatedRect( &rRect ), in SweepLineEvent()
673 rRect, in createActiveEdgesFromStartEvent()
674 rRect.getMinY(), in createActiveEdgesFromStartEvent()
681 rRect, in createActiveEdgesFromStartEvent()
682 rRect.getMaxY(), in createActiveEdgesFromStartEvent()
698 const double nMinY( rRect.getMinY() ); in createActiveEdgesFromStartEvent()
699 const double nMaxY( rRect.getMaxY() ); in createActiveEdgesFromStartEvent()
[all …]
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx145 void ImpDrawXORRect( const Rectangle& rRect );
151 void ClipAtVirtOutRect( Rectangle& rRect ) const;
185 void Paint( const Rectangle& rRect );
252 void InvalidateBoundingRect( Rectangle& rRect ) { rRect.Right() = LONG_MAX; } in InvalidateBoundingRect() argument
253 …sal_Bool IsBoundingRectValid( const Rectangle& rRect ) const { return (sal_Bool)( rRect.Right() … in IsBoundingRectValid()
257 void PaintItem( const Rectangle& rRect, SvLBoxItem* pItem,
310 const Rectangle& rRect = GetBoundingRect( pEntry ); in MakeVisible() local
311 MakeVisible( rRect ); in MakeVisible()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx1919 aRect.Move( -rRect.Left(), -rRect.Top() ); in PaintEntryVirtOutDev()
1934 rRect.TopLeft(), in PaintEntryVirtOutDev()
2214 MakeVisible( rRect ); in MakeEntryVisible()
2818 if( rRect.Top() < 0 ) in ClipAtVirtOutRect()
2819 rRect.Top() = 0; in ClipAtVirtOutRect()
2820 if( rRect.Left() < 0 ) in ClipAtVirtOutRect()
2821 rRect.Left() = 0; in ClipAtVirtOutRect()
3159 Rectangle aResult( rRect ); in GetHotSpot()
3183 aCurSelectionRect = rRect; in SelectRect()
3195 Rectangle aRect( rRect ); in SelectRect()
[all …]
/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx133 const SwRect &rRect, long nCol ) const in DrawRect() argument
140 pOut->DrawRect( rRect.SVRect() ); in DrawRect()
144 DrawRectPrinter( pOut, rRect ); in DrawRect()
152 const SwRect &rRect ) const in DrawRectPrinter()
158 pOut->DrawRect( rRect.SVRect() ); in DrawRectPrinter()
177 void SwViewOption::PaintPostIts( OutputDevice *pOut, const SwRect &rRect, sal_Bool bIsScript ) const in PaintPostIts() argument
185 if( rRect.Width() <= 2 * nPix || rRect.Height() <= 2 * nPix ) in PaintPostIts()
187 const Point aTopLeft( rRect.Left() + nPix, rRect.Top() + nPix ); in PaintPostIts()
188 const Point aBotRight( rRect.Right() - nPix, rRect.Bottom() - nPix ); in PaintPostIts()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1165 rRect.Right() = rRect.Left()+nSize-1; in ImplLineSizing()
1167 rRect.Bottom() = rRect.Top()+nSize-1; in ImplLineSizing()
1169 rRect.Left() = rRect.Right()-nSize; in ImplLineSizing()
1171 rRect.Top() = rRect.Bottom()-nSize; in ImplLineSizing()
1335 maRect = rRect; in StartDragging()
1336 maStartRect = rRect; in StartDragging()
2970 long x = rRect.Left() + (rRect.getWidth() - width)/2 + 1; in ImplDrawMoreIndicator()
2971 long y = rRect.Top() + (rRect.getHeight() - height)/2 + 1; in ImplDrawMoreIndicator()
2988 long x = rRect.Left() + (rRect.getWidth() - width)/2 + 1; in ImplDrawMoreIndicator()
2989 long y = rRect.Top() + (rRect.getHeight() - height)/2 + 1; in ImplDrawMoreIndicator()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx324 void IntersectClipRect( const Rectangle& rRect );
325 void ExcludeClipRect( const Rectangle& rRect );
610 void SetrclBounds( const Rectangle& rRect );
611 void SetrclFrame( const Rectangle& rRect );
651 void DrawRect( const Rectangle& rRect, sal_Bool bEdge = sal_True );
652 void DrawRoundRect( const Rectangle& rRect, const Size& rSize );
653 void DrawEllipse( const Rectangle& rRect );
655 void DrawPie( const Rectangle& rRect, const Point& rStartAngle, const Point& rEndAngle );
656 void DrawChord( const Rectangle& rRect, const Point& rStartAngle, const Point& rEndAngle );
665 void IntersectClipRect( const Rectangle& rRect );
[all …]

Completed in 223 milliseconds

12345678910>>...28