Home
last modified time | relevance | path

Searched defs:rRect (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/trunk/main/toolkit/source/awt/
H A Dvclxregion.cxx89 void VCLXRegion::unionRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::sun::… in unionRectangle()
96 void VCLXRegion::intersectRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::s… in intersectRectangle()
103 void VCLXRegion::excludeRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::sun… in excludeRectangle()
110 void VCLXRegion::xOrRectangle( const ::com::sun::star::awt::Rectangle& rRect ) throw(::com::sun::st… in xOrRectangle()
/trunk/main/vcl/source/gdi/
H A Doutdev5.cxx107 void OutputDevice::DrawEllipse( const Rectangle& rRect ) in DrawEllipse()
157 void OutputDevice::DrawArc( const Rectangle& rRect, in DrawArc()
204 void OutputDevice::DrawPie( const Rectangle& rRect, in DrawPie()
258 void OutputDevice::DrawChord( const Rectangle& rRect, in DrawChord()
H A Dpdfwriter.cxx115 const Rectangle& rRect, in DrawText()
142 void PDFWriter::DrawRect( const Rectangle& rRect ) in DrawRect()
152 void PDFWriter::DrawEllipse( const Rectangle& rRect ) in DrawEllipse()
157 void PDFWriter::DrawArc( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawArc()
162 void PDFWriter::DrawPie( const Rectangle& rRect, const Point& rStart, const Point& rStop ) in DrawPie()
260 void PDFWriter::DrawGradient( const Rectangle& rRect, const Gradient& rGradient ) in DrawGradient()
275 void PDFWriter::DrawWallpaper( const Rectangle& rRect, const Wallpaper& rWallpaper ) in DrawWallpaper()
295 void PDFWriter::EndTransparencyGroup( const Rectangle& rRect, const Bitmap& rAlphaMask ) in EndTransparencyGroup()
350 void PDFWriter::IntersectClipRegion( const Rectangle& rRect ) in IntersectClipRegion()
415 sal_Int32 PDFWriter::CreateLink( const Rectangle& rRect, sal_Int32 nPageNr ) in CreateLink()
[all …]
H A Dgdimetafiletools.cxx323 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() local
512 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() local
537 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() local
576 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() local
602 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() local
628 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() local
654 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() local
979 const Rectangle& rRect = pA->GetRect(); in clipMetafileContentAgainstOwnRegions() local
/trunk/main/sw/source/core/layout/
H A Dvirtoutp.cxx52 inline DbgRect::DbgRect( OutputDevice *pOutDev, const Rectangle &rRect, in DbgRect()
83 sal_Bool SwRootFrm::HasSameRect( const SwRect& rRect ) in HasSameRect()
178 void SwLayVout::Enter( ViewShell *pShell, SwRect &rRect, sal_Bool bOn ) in Enter()
/trunk/main/tools/source/generic/
H A Dsvborder.cxx48 Rectangle & operator += ( Rectangle & rRect, const SvBorder & rBorder ) in operator +=()
61 Rectangle & operator -= ( Rectangle & rRect, const SvBorder & rBorder ) in operator -=()
H A Dgen.cxx225 Rectangle& Rectangle::Union( const Rectangle& rRect ) in Union()
253 Rectangle& Rectangle::Intersection( const Rectangle& rRect ) in Intersection()
387 SvStream& operator>>( SvStream& rIStream, Rectangle& rRect ) in operator >>()
472 SvStream& operator<<( SvStream& rOStream, const Rectangle& rRect ) in operator <<()
/trunk/main/sw/source/core/bastyp/
H A Dswregion.cxx63 inline void SwRegionRects::InsertRect( const SwRect &rRect, const sal_uInt16 nPos, in InsertRect()
90 void SwRegionRects::operator-=( const SwRect &rRect ) in operator -=()
198 inline SwTwips CalcArea( const SwRect &rRect ) in CalcArea()
H A Dswrect.cxx48 SwRect::SwRect( const Rectangle &rRect ) : in SwRect()
89 SwRect& SwRect::Union( const SwRect& rRect ) in Union()
114 SwRect& SwRect::Intersection( const SwRect& rRect ) in Intersection()
141 SwRect& SwRect::_Intersection( const SwRect& rRect ) in _Intersection()
324 SvStream &operator<<( SvStream &rStream, const SwRect &rRect ) in operator <<()
/trunk/main/vcl/source/window/
H A Ddecoview.cxx43 static void ImplDrawSymbol( OutputDevice* pDev, const Rectangle& rRect, in ImplDrawSymbol()
569 void DecorationView::DrawSymbol( const Rectangle& rRect, SymbolType eType, in DrawSymbol()
616 void DecorationView::DrawFrame( const Rectangle& rRect, in DrawFrame()
634 void DecorationView::DrawHighlightFrame( const Rectangle& rRect, in DrawHighlightFrame()
684 static void ImplDrawDPILineRect( OutputDevice* pDev, Rectangle& rRect, in ImplDrawDPILineRect()
733 static void ImplDrawFrame( OutputDevice* pDev, Rectangle& rRect, in ImplDrawFrame()
966 Rectangle DecorationView::DrawFrame( const Rectangle& rRect, sal_uInt16 nStyle ) in DrawFrame()
1001 static void ImplDrawButton( OutputDevice* pDev, Rectangle& rRect, in ImplDrawButton()
1215 Rectangle DecorationView::DrawButton( const Rectangle& rRect, sal_uInt16 nStyle ) in DrawButton()
/trunk/main/starmath/source/
H A Drect.cxx105 SmRect::SmRect(const SmRect &rRect) in SmRect()
125 void SmRect::CopyAlignInfo(const SmRect &rRect) in CopyAlignInfo()
322 const Point SmRect::AlignTo(const SmRect &rRect, RectPos ePos, in AlignTo()
409 SmRect & SmRect::Union(const SmRect &rRect) in Union()
452 SmRect & SmRect::ExtendBy(const SmRect &rRect, RectCopyMBL eCopyMode) in ExtendBy()
501 SmRect & SmRect::ExtendBy(const SmRect &rRect, RectCopyMBL eCopyMode, in ExtendBy()
517 SmRect & SmRect::ExtendBy(const SmRect &rRect, RectCopyMBL eCopyMode, in ExtendBy()
695 const XubString &rText, Rectangle &rRect) in SmGetGlyphBoundRect()
/trunk/main/xmloff/source/style/
H A DVisAreaContext.cxx48 Rectangle& rRect, const MapUnit aMapUnit ) : in XMLVisAreaContext()
64 ::com::sun::star::awt::Rectangle& rRect, const sal_Int16 nMeasureUnit ) : in XMLVisAreaContext()
74 …cess( const uno::Reference< xml::sax::XAttributeList>& xAttrList, awt::Rectangle& rRect, const sal… in process()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin3.cxx54 void ScrollMDI( ViewShell* pVwSh, const SwRect &rRect, in ScrollMDI()
68 sal_Bool IsScrollMDI( ViewShell* pVwSh, const SwRect &rRect ) in IsScrollMDI()
145 void AccessibilityScrollMDI(ViewShell* pVwSh, const SwRect& rRect , sal_uInt16 nRangeX, sal_uInt16 … in AccessibilityScrollMDI()
183 void RepaintPagePreview( ViewShell* pVwSh, const SwRect& rRect ) in RepaintPagePreview()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx57 const Rectangle& rRect= in GetSortListPos() local
88 Rectangle rRect( pView->CalcBmpRect( pEntry,0 ) ); in ImplCreate() local
147 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in SearchCol() local
161 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in SearchCol() local
186 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in SearchCol() local
222 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in SearchRow() local
236 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in SearchRow() local
261 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in SearchRow() local
506 const Rectangle& rRect = pView->GetEntryBoundRect( pEntry ); in CreateGridAjustData() local
525 Rectangle rRect( pView->CalcBmpRect(pEntry) ); in CreateGridAjustData() local
[all …]
H A Dsvimpicn.cxx463 void DrawText( OutputDevice* pDev, const Rectangle& rRect, in DrawText()
1161 void SvImpIconView::AdjustVirtSize( const Rectangle& rRect ) in AdjustVirtSize()
1209 void SvImpIconView::Paint( const Rectangle& rRect ) in Paint()
1288 sal_Bool SvImpIconView::GetResizeRect( Rectangle& rRect ) in GetResizeRect()
2049 void SvImpIconView::PaintItem( const Rectangle& rRect, in PaintItem()
2192 const Rectangle& rRect = GetBoundingRect( pEntry ); in InvalidateEntry() local
2659 const Rectangle& rRect = GetBoundingRect( pRefEntry ); in ShowDDIcon() local
2706 const Rectangle& rRect = GetBoundingRect( pRefEntry ); in HideShowDDIcon() local
3071 const Rectangle& rRect= in GetSortListPos() local
3170 const Rectangle& rRect = pViewData->aRect; in CreateGridMap() local
[all …]
/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx100 void WindowArrange::ImplTile( const Rectangle& rRect ) in ImplTile()
189 void WindowArrange::ImplHorz( const Rectangle& rRect ) in ImplHorz()
223 void WindowArrange::ImplVert( const Rectangle& rRect ) in ImplVert()
257 void WindowArrange::ImplCascade( const Rectangle& rRect ) in ImplCascade()
352 void WindowArrange::Arrange( sal_uInt16 nType, const Rectangle& rRect ) in Arrange()
/trunk/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()
262 ::Rectangle putAWTToRectangle( const ::com::sun::star::awt::Rectangle& rRect ) in putAWTToRectangle()
273 css::awt::Rectangle convertRectangleToAWT( const ::Rectangle& rRect ) in convertRectangleToAWT()
283 ::Rectangle convertAWTToRectangle( const ::com::sun::star::awt::Rectangle& rRect ) in convertAWTToRectangle()
/trunk/main/sw/inc/
H A Dswregion.hxx50 inline void ChangeOrigin( const SwRect &rRect ) { aOrigin = rRect; } in ChangeOrigin()
/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx233 void SvxSwFrameExample::CalcBoundRect_Impl(Rectangle &rRect) in CalcBoundRect_Impl()
445 Rectangle SvxSwFrameExample::DrawInnerFrame_Impl(const Rectangle &rRect, const Color &rFillColor, c… in DrawInnerFrame_Impl()
725 void SvxSwFrameExample::DrawRect_Impl(const Rectangle &rRect, const Color &rFillColor, const Color … in DrawRect_Impl()
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx318 Gdiplus::Rect gdiPlusRectFromIntegerRectangle2D( const geometry::IntegerRectangle2D& rRect ) in gdiPlusRectFromIntegerRectangle2D()
326 Gdiplus::RectF gdiPlusRectFFromRectangle2D( const geometry::RealRectangle2D& rRect ) in gdiPlusRectFFromRectangle2D()
334 RECT gdiRectFromB2IRect( const ::basegfx::B2IRange& rRect ) in gdiRectFromB2IRect()
349 geometry::RealRectangle2D realRectangle2DFromGdiPlusRectF( const Gdiplus::RectF& rRect ) in realRectangle2DFromGdiPlusRectF()
361 ::basegfx::B2DRange b2dRangeFromGdiPlusRectF( const Gdiplus::RectF& rRect ) in b2dRangeFromGdiPlusRectF()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx52 void WinMtfClipPath::IntersectClipRect( const Rectangle& rRect ) in IntersectClipRect()
68 void WinMtfClipPath::ExcludeClipRect( const Rectangle& rRect ) in ExcludeClipRect()
546 Rectangle WinMtfOutput::ImplMap( const Rectangle& rRect ) in ImplMap()
889 void WinMtfOutput::IntersectClipRect( const Rectangle& rRect ) in IntersectClipRect()
896 void WinMtfOutput::ExcludeClipRect( const Rectangle& rRect ) in ExcludeClipRect()
1185 void WinMtfOutput::DrawRect( const Rectangle& rRect, sal_Bool bEdge ) in DrawRect()
1225 void WinMtfOutput::DrawRoundRect( const Rectangle& rRect, const Size& rSize ) in DrawRoundRect()
1235 void WinMtfOutput::DrawEllipse( const Rectangle& rRect ) in DrawEllipse()
1290 void WinMtfOutput::DrawPie( const Rectangle& rRect, const Point& rStart, const Point& rEnd ) in DrawPie()
1993 void WinMtfOutput::SetrclBounds( const Rectangle& rRect ) in SetrclBounds()
[all …]
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx464 geometry::RealRectangle2D rectangle2DFromB2DRectangle( const ::basegfx::B2DRange& rRect ) in rectangle2DFromB2DRectangle()
472 geometry::RealRectangle3D rectangle3DFromB3DRectangle( const ::basegfx::B3DRange& rRect ) in rectangle3DFromB3DRectangle()
494 … ::basegfx::B2DRange b2DRectangleFromRealRectangle2D( const geometry::RealRectangle2D& rRect ) in b2DRectangleFromRealRectangle2D()
502 … ::basegfx::B3DRange b3DRectangleFromRealRectangle3D( const geometry::RealRectangle3D& rRect ) in b3DRectangleFromRealRectangle3D()
560 awt::Rectangle awtRectangleFromB2IRectangle( const ::basegfx::B2IRange& rRect ) in awtRectangleFromB2IRectangle()
587 ::basegfx::B2IRange b2IRectangleFromAwtRectangle( const awt::Rectangle& rRect ) in b2IRectangleFromAwtRectangle()
/trunk/main/sw/source/core/text/
H A Dtxtpaint.cxx59 void SwSaveClip::_ChgClip( const SwRect &rRect, const SwTxtFrm* pFrm, in _ChgClip()
/trunk/main/slideshow/test/
H A Dtestshape.cxx54 ImplTestShape( const basegfx::B2DRange& rRect, in ImplTestShape()
209 TestShapeSharedPtr createTestShape(const basegfx::B2DRange& rRect, in createTestShape()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStringWrap.cxx47 sal_Bool AccessibleStringWrap::GetCharacterBounds( sal_Int32 nIndex, Rectangle& rRect ) in GetCharacterBounds()

Completed in 122 milliseconds

12345678910>>...15