diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-07 13:58:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-08 09:51:27 +0200 |
commit | 449d272daf5e99f039cdfdd25f020bd798fb9e1d (patch) | |
tree | fad3597606f3fbae275ff990aac45ad8f00e1c86 /include/vcl/outdev.hxx | |
parent | b43fde69caf456585004b3e1da5161d76eadf057 (diff) |
loplugin:unusedmethods vcl
Change-Id: I98b88ca3369a2c888fd63796e39d42376d513002
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index e357fcf44be7..3e73b313c530 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -496,10 +496,6 @@ public: sal_uLong GetColorCount() const; - /// request XCanvas render interface for this OutputDevice - css::uno::Reference< css::rendering::XCanvas > - GetCanvas() const; - css::uno::Reference< css::awt::XGraphics > CreateUnoGraphics(); std::vector< VCLXGraphics* > *GetUnoGraphicsList() const { return mpUnoGraphicsList; } @@ -632,9 +628,7 @@ public: void EnableOutput( bool bEnable = true ); bool IsOutputEnabled() const { return mbOutput; } - bool IsDeviceOutput() const { return mbDevOutput; } bool IsDeviceOutputNecessary() const { return (mbOutput && mbDevOutput); } - bool IsOutputNecessary() const { return ((mbOutput && mbDevOutput) || (mpMetaFile != NULL)); } void SetAntialiasing( AntialiasingFlags nMode = AntialiasingFlags::NONE ); AntialiasingFlags GetAntialiasing() const { return mnAntialiasing; } @@ -1584,13 +1578,6 @@ private: public: - /** Query availability of alpha channel - - @return sal_True, if this device has an alpha channel. - */ - bool HasAlpha(); - - /** helper method removing transparencies from a metafile (e.g. for printing) @returns @@ -1617,14 +1604,6 @@ public: SAL_DLLPRIVATE Color ImplDrawModeToColor ( const Color& rColor ) const; - /** Query the existence and depth of the alpha channel - - @return 0, if no alpha channel available, and the bit depth of - the alpha channel otherwise. - */ - virtual sal_uInt16 GetAlphaBitCount() const; - - void DrawTransparent( const tools::PolyPolygon& rPolyPoly, sal_uInt16 nTransparencePercent ); void DrawTransparent( const basegfx::B2DPolyPolygon& rB2DPolyPoly, double fTransparency); void DrawTransparent( @@ -1739,15 +1718,10 @@ public: const MapMode& rMapMode ) const; Polygon LogicToPixel( const Polygon& rLogicPoly, const MapMode& rMapMode ) const; - basegfx::B2DPolygon LogicToPixel( const basegfx::B2DPolygon& rLogicPoly, - const MapMode& rMapMode ) const; tools::PolyPolygon LogicToPixel( const tools::PolyPolygon& rLogicPolyPoly, const MapMode& rMapMode ) const; basegfx::B2DPolyPolygon LogicToPixel( const basegfx::B2DPolyPolygon& rLogicPolyPoly, const MapMode& rMapMode ) const; - vcl::Region LogicToPixel( const vcl::Region& rLogicRegion, - const MapMode& rMapMode ) const; - basegfx::B2DPolygon LogicToPixel( const basegfx::B2DPolygon& rLogicPoly ) const; Point PixelToLogic( const Point& rDevicePt ) const; Size PixelToLogic( const Size& rDeviceSize ) const; @@ -1770,8 +1744,6 @@ public: const MapMode& rMapMode ) const; basegfx::B2DPolyPolygon PixelToLogic( const basegfx::B2DPolyPolygon& rDevicePolyPoly, const MapMode& rMapMode ) const; - vcl::Region PixelToLogic( const vcl::Region& rDeviceRegion, - const MapMode& rMapMode ) const; Point LogicToLogic( const Point& rPtSource, const MapMode* pMapModeSource, |