summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/salgdi.hxx5
-rw-r--r--vcl/inc/vcl/graph.h1
-rw-r--r--vcl/inc/vcl/graph.hxx7
3 files changed, 0 insertions, 13 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index 75559cb7fc63..1394c1725e22 100644
--- a/vcl/inc/salgdi.hxx
+++ b/vcl/inc/salgdi.hxx
@@ -470,11 +470,6 @@ public:
Rectangle &rNativeContentRegion,
const OutputDevice *pOutDev );
- static void AddDevFontSubstitute( OutputDevice* pOutDev,
- const String& rFontName,
- const String& rReplaceFontName,
- sal_uInt16 nFlags = 0 );
-
bool DrawAlphaBitmap( const SalTwoRect&,
const SalBitmap& rSourceBitmap,
const SalBitmap& rAlphaBitmap,
diff --git a/vcl/inc/vcl/graph.h b/vcl/inc/vcl/graph.h
index 1df2ee7a3df3..b92693675606 100644
--- a/vcl/inc/vcl/graph.h
+++ b/vcl/inc/vcl/graph.h
@@ -73,7 +73,6 @@ public:
// TODO: when incompatible changes are possible again
// the preview size hint should be redone
- sal_Bool IsPreviewModeEnabled() const;
void DisablePreviewMode();
void SetPreviewSize( const Size& );
Size GetPreviewSize() const;
diff --git a/vcl/inc/vcl/graph.hxx b/vcl/inc/vcl/graph.hxx
index d34a2132e76a..c5d57f4de535 100644
--- a/vcl/inc/vcl/graph.hxx
+++ b/vcl/inc/vcl/graph.hxx
@@ -155,19 +155,12 @@ public:
void Draw( OutputDevice* pOutDev,
const Point& rDestPt,
const Size& rDestSize ) const;
- static void Draw( OutputDevice* pOutDev, const String& rText,
- Font& rFont, const Bitmap& rBitmap,
- const Point& rDestPt, const Size& rDestSize );
static void DrawEx( OutputDevice* pOutDev, const String& rText,
Font& rFont, const BitmapEx& rBitmap,
const Point& rDestPt, const Size& rDestSize );
void StartAnimation( OutputDevice* pOutDev,
const Point& rDestPt,
- long nExtraData = 0L,
- OutputDevice* pFirstFrameOutDev = NULL );
- void StartAnimation( OutputDevice* pOutDev,
- const Point& rDestPt,
const Size& rDestSize,
long nExtraData = 0L,
OutputDevice* pFirstFrameOutDev = NULL );