summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/canvas/base/bufferedgraphicdevicebase.hxx5
-rw-r--r--include/canvas/base/canvascustomspritehelper.hxx55
-rw-r--r--include/canvas/canvastools.hxx3
-rw-r--r--include/canvas/spriteredrawmanager.hxx8
-rw-r--r--include/vcl/BitmapTools.hxx7
-rw-r--r--include/xmloff/xmlimp.hxx4
6 files changed, 0 insertions, 82 deletions
diff --git a/include/canvas/base/bufferedgraphicdevicebase.hxx b/include/canvas/base/bufferedgraphicdevicebase.hxx
index 3bd94f7862a8..235091f76798 100644
--- a/include/canvas/base/bufferedgraphicdevicebase.hxx
+++ b/include/canvas/base/bufferedgraphicdevicebase.hxx
@@ -155,11 +155,6 @@ namespace canvas
}
}
- const css::uno::Reference< css::awt::XWindow2 >& getWindow() const
- {
- return mxWindow;
- }
-
css::uno::Any getXWindow() const
{
return css::uno::makeAny(mxWindow);
diff --git a/include/canvas/base/canvascustomspritehelper.hxx b/include/canvas/base/canvascustomspritehelper.hxx
index f44f5213b1e7..3f55ef672d7c 100644
--- a/include/canvas/base/canvascustomspritehelper.hxx
+++ b/include/canvas/base/canvascustomspritehelper.hxx
@@ -115,23 +115,8 @@ namespace canvas
bool isContentFullyOpaque() const { return mbIsContentFullyOpaque; }
/// Returns true, if transformation has changed since last transformUpdated() call
- bool hasAlphaChanged() const { return mbAlphaDirty; }
-
- /// Returns true, if transformation has changed since last transformUpdated() call
- bool hasPositionChanged() const { return mbPositionDirty; }
-
- /// Returns true, if transformation has changed since last transformUpdated() call
bool hasTransformChanged() const { return mbTransformDirty; }
- /// Returns true, if transformation has changed since last transformUpdated() call
- bool hasClipChanged() const { return mbClipDirty; }
-
- /// Returns true, if transformation has changed since last transformUpdated() call
- bool hasPrioChanged() const { return mbPrioDirty; }
-
- /// Returns true, if transformation has changed since last transformUpdated() call
- bool hasVisibilityChanged() const { return mbVisibilityDirty; }
-
/// Retrieve current alpha value
double getAlpha() const { return mfAlpha; }
@@ -145,22 +130,6 @@ namespace canvas
bool isActive() const { return mbActive; }
protected:
- /** Notifies that caller is again in sync with current alpha
-
- const, but modifies state visible to derived
- classes. beware of passing this information to the
- outside!
- */
- void alphaUpdated() const { mbAlphaDirty=false; }
-
- /** Notifies that caller is again in sync with current position
-
- const, but modifies state visible to derived
- classes. beware of passing this information to the
- outside!
- */
- void positionUpdated() const { mbPositionDirty=false; }
-
/** Notifies that caller is again in sync with current transformation
const, but modifies state visible to derived
@@ -169,30 +138,6 @@ namespace canvas
*/
void transformUpdated() const { mbTransformDirty=false; }
- /** Notifies that caller is again in sync with current clip
-
- const, but modifies state visible to derived
- classes. beware of passing this information to the
- outside!
- */
- void clipUpdated() const { mbClipDirty=false; }
-
- /** Notifies that caller is again in sync with current priority
-
- const, but modifies state visible to derived
- classes. beware of passing this information to the
- outside!
- */
- void prioUpdated() const { mbPrioDirty=false; }
-
- /** Notifies that caller is again in sync with current visibility
-
- const, but modifies state visible to derived
- classes. beware of passing this information to the
- outside!
- */
- void visibilityUpdated() const { mbVisibilityDirty=false; }
-
private:
CanvasCustomSpriteHelper( const CanvasCustomSpriteHelper& ) = delete;
CanvasCustomSpriteHelper& operator=( const CanvasCustomSpriteHelper& ) = delete;
diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx
index c21465d13496..9de0ac6ebd7a 100644
--- a/include/canvas/canvastools.hxx
+++ b/include/canvas/canvastools.hxx
@@ -348,9 +348,6 @@ namespace canvas
const css::geometry::IntegerSize2D& rBitmapSize );
/// Convert standard 8888 RGBA color to vcl color
- CANVASTOOLS_DLLPUBLIC ::Color stdIntSequenceToColor( const css::uno::Sequence<sal_Int8>& rColor );
-
- /// Convert standard 8888 RGBA color to vcl color
CANVASTOOLS_DLLPUBLIC css::uno::Sequence<sal_Int8> colorToStdIntSequence( const ::Color& rColor );
// Modelled closely after boost::numeric_cast, only that we
diff --git a/include/canvas/spriteredrawmanager.hxx b/include/canvas/spriteredrawmanager.hxx
index 4e0d2ba872e2..edb10e9abfc7 100644
--- a/include/canvas/spriteredrawmanager.hxx
+++ b/include/canvas/spriteredrawmanager.hxx
@@ -144,14 +144,6 @@ namespace canvas
{
enum class ChangeType { none=0, move, update };
- SpriteChangeRecord() :
- meChangeType( ChangeType::none ),
- mpAffectedSprite(),
- maOldPos(),
- maUpdateArea()
- {
- }
-
SpriteChangeRecord( const Sprite::Reference& rSprite,
const ::basegfx::B2DPoint& rOldPos,
const ::basegfx::B2DPoint& rNewPos,
diff --git a/include/vcl/BitmapTools.hxx b/include/vcl/BitmapTools.hxx
index 1263157b932c..d7525869320f 100644
--- a/include/vcl/BitmapTools.hxx
+++ b/include/vcl/BitmapTools.hxx
@@ -87,13 +87,6 @@ BitmapEx VCL_DLLPUBLIC CreateFromData( RawBitmap && data );
VCL_DLLPUBLIC BitmapEx* CreateFromCairoSurface(Size size, cairo_surface_t* pSurface);
#endif
-VCL_DLLPUBLIC BitmapEx CanvasBitmapHelperSetPixel( const css::uno::Sequence< sal_Int8 >& color,
- const css::geometry::IntegerPoint2D& pos,
- BitmapEx & rBitmapEx );
-VCL_DLLPUBLIC BitmapEx CanvasBitmapHelperSetData( const css::uno::Sequence< sal_Int8 >& data,
- const css::geometry::IntegerRectangle2D& rect,
- BitmapEx & rBitmapEx);
-
VCL_DLLPUBLIC BitmapEx CanvasTransformBitmap( const BitmapEx& rBitmap,
const ::basegfx::B2DHomMatrix& rTransform,
::basegfx::B2DRectangle const & rDestRect,
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index 926a44d08f59..364411681aa8 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -402,10 +402,6 @@ public:
css::uno::Reference<css::graphic::XGraphic> loadGraphicByURL(OUString const & rURL);
css::uno::Reference<css::graphic::XGraphic> loadGraphicFromBase64(css::uno::Reference<css::io::XOutputStream> const & rxOutputStream);
- // Convert a local package URL into either a graphic manager or a
- // internal package URL. The later one happens only if bLoadURL is true
- OUString ResolveGraphicObjectURL( const OUString& rURL, bool bLoadOnDemand );
-
css::uno::Reference< css::io::XOutputStream > GetStreamForGraphicObjectURLFromBase64();
bool IsPackageURL( const OUString& rURL ) const;