diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-10-23 20:29:40 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-10-23 20:29:40 +1100 |
commit | f89e5ebcf1bbcca730e7094e3a26ce753cd99627 (patch) | |
tree | 7777db4ba1e2edbc19a64ff1a64f57ffc71b7987 /include/vcl/outdev.hxx | |
parent | 691851b0f97bc0ff7206919ffd46ec90fe6a07ae (diff) |
vcl: fixup outdev.hxx tab spacing
Change-Id: I3ca1784b931dfc4f3dc42abe8f0af588fd6b8bd0
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index d87100afe8f4..c17fd9ebc0e2 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -313,7 +313,7 @@ private: ImplThresholdRes maThresRes; OutDevType meOutDevType; OutDevViewType meOutDevViewType; - vcl::Region maRegion; // contains the clip region, see SetClipRegion(...) + vcl::Region maRegion; // contains the clip region, see SetClipRegion(...) Color maLineColor; Color maFillColor; vcl::Font maFont; @@ -614,7 +614,7 @@ private: public: - vcl::Region GetClipRegion() const; + vcl::Region GetClipRegion() const; void SetClipRegion(); void SetClipRegion( const vcl::Region& rRegion ); bool SelectClipRegion( const vcl::Region&, SalGraphics* pGraphics = NULL ); @@ -625,7 +625,7 @@ public: void IntersectClipRegion( const Rectangle& rRect ); void IntersectClipRegion( const vcl::Region& rRegion ); - virtual vcl::Region GetActiveClipRegion() const; + virtual vcl::Region GetActiveClipRegion() const; protected: @@ -1634,7 +1634,7 @@ public: const MapMode& rMapMode ) const; basegfx::B2DPolyPolygon LogicToPixel( const basegfx::B2DPolyPolygon& rLogicPolyPoly, const MapMode& rMapMode ) const; - vcl::Region LogicToPixel( const vcl::Region& rLogicRegion, + vcl::Region LogicToPixel( const vcl::Region& rLogicRegion, const MapMode& rMapMode ) const; basegfx::B2DPolygon LogicToPixel( const basegfx::B2DPolygon& rLogicPoly ) const; @@ -1644,7 +1644,7 @@ public: Polygon PixelToLogic( const Polygon& rDevicePoly ) const; tools::PolyPolygon PixelToLogic( const tools::PolyPolygon& rDevicePolyPoly ) const; basegfx::B2DPolyPolygon PixelToLogic( const basegfx::B2DPolyPolygon& rDevicePolyPoly ) const; - vcl::Region PixelToLogic( const vcl::Region& rDeviceRegion ) const; + vcl::Region PixelToLogic( const vcl::Region& rDeviceRegion ) const; Point PixelToLogic( const Point& rDevicePt, const MapMode& rMapMode ) const; Size PixelToLogic( const Size& rDeviceSize, @@ -1659,7 +1659,7 @@ public: const MapMode& rMapMode ) const; basegfx::B2DPolyPolygon PixelToLogic( const basegfx::B2DPolyPolygon& rDevicePolyPoly, const MapMode& rMapMode ) const; - vcl::Region PixelToLogic( const vcl::Region& rDeviceRegion, + vcl::Region PixelToLogic( const vcl::Region& rDeviceRegion, const MapMode& rMapMode ) const; Point LogicToLogic( const Point& rPtSource, |