diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-20 13:16:51 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-20 22:19:32 +0100 |
commit | f4fbdf7f9c8e657cccb679b341397daabee7079b (patch) | |
tree | da5535c167fff13a0f692ee10cc47a8748e67060 /vcl/inc | |
parent | 24f63831af82e71133fae0fc8309d1f752a402bf (diff) |
unusedcode.easy: Remove SwProtocol::Snapshot()
And all implementations. Also unused and removed:
ImplCreateFromXImage()
ImplGetFrameBitmap()
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/aqua/salframe.h | 1 | ||||
-rw-r--r-- | vcl/inc/headless/svpframe.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/ios/salframe.h | 1 | ||||
-rw-r--r-- | vcl/inc/salframe.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/unx/salbmp.h | 7 | ||||
-rw-r--r-- | vcl/inc/unx/salframe.h | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/outdev.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/vcl/window.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/win/salframe.h | 1 |
10 files changed, 0 insertions, 20 deletions
diff --git a/vcl/inc/aqua/salframe.h b/vcl/inc/aqua/salframe.h index 879e1dde0a4b..50ec40723d3d 100644 --- a/vcl/inc/aqua/salframe.h +++ b/vcl/inc/aqua/salframe.h @@ -146,7 +146,6 @@ public: virtual rtl::OUString GetKeyName( sal_uInt16 nKeyCode ); virtual sal_Bool MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode ); virtual LanguageType GetInputLanguage(); - virtual SalBitmap* SnapShot(); virtual void UpdateSettings( AllSettings& rSettings ); virtual void Beep( SoundType eSoundType ); virtual const SystemEnvData* GetSystemData() const; diff --git a/vcl/inc/headless/svpframe.hxx b/vcl/inc/headless/svpframe.hxx index 2165c5d89fc8..3dd896165b6e 100644 --- a/vcl/inc/headless/svpframe.hxx +++ b/vcl/inc/headless/svpframe.hxx @@ -107,7 +107,6 @@ public: virtual rtl::OUString GetKeyName( sal_uInt16 nKeyCode ); virtual sal_Bool MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode ); virtual LanguageType GetInputLanguage(); - virtual SalBitmap* SnapShot(); virtual void UpdateSettings( AllSettings& rSettings ); virtual void Beep( SoundType eSoundType ); virtual const SystemEnvData* GetSystemData() const; diff --git a/vcl/inc/ios/salframe.h b/vcl/inc/ios/salframe.h index b76ddfd915c9..46ff6fc17549 100644 --- a/vcl/inc/ios/salframe.h +++ b/vcl/inc/ios/salframe.h @@ -142,7 +142,6 @@ public: virtual rtl::OUString GetKeyName( sal_uInt16 nKeyCode ); virtual sal_Bool MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode ); virtual LanguageType GetInputLanguage(); - virtual SalBitmap* SnapShot(); virtual void UpdateSettings( AllSettings& rSettings ); virtual void Beep( SoundType eSoundType ); virtual const SystemEnvData* GetSystemData() const; diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx index 4c412b7677de..e72648316992 100644 --- a/vcl/inc/salframe.hxx +++ b/vcl/inc/salframe.hxx @@ -213,8 +213,6 @@ public: // may be LANGUAGE_DONTKNOW if not supported by the OS virtual LanguageType GetInputLanguage() = 0; - virtual SalBitmap* SnapShot() = 0; - virtual void UpdateSettings( AllSettings& rSettings ) = 0; virtual void Beep( SoundType eSoundType ) = 0; diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index ee436da271f2..e5fd0cf5660a 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -393,8 +393,6 @@ public: // may be LANGUAGE_DONTKNOW if not supported by the OS virtual LanguageType GetInputLanguage(); - virtual SalBitmap* SnapShot(); - virtual void UpdateSettings( AllSettings& rSettings ); virtual void Beep( SoundType eSoundType ); diff --git a/vcl/inc/unx/salbmp.h b/vcl/inc/unx/salbmp.h index a5f0bac27d3b..31aeeab58271 100644 --- a/vcl/inc/unx/salbmp.h +++ b/vcl/inc/unx/salbmp.h @@ -78,13 +78,6 @@ public: static void ImplDestroyCache(); void ImplRemovedFromCache(); - bool SnapShot (Display* pDisplay, XLIB_Window hWindow); - bool ImplCreateFromXImage( - Display* pDisplay, - XLIB_Window hWindow, - SalX11Screen nXScreen, - XImage* pImage - ); private: BitmapBuffer* mpDIB; diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h index 3ccb8751ec9d..f03f0e5b8f5d 100644 --- a/vcl/inc/unx/salframe.h +++ b/vcl/inc/unx/salframe.h @@ -255,7 +255,6 @@ public: virtual rtl::OUString GetKeyName( sal_uInt16 nKeyCode ); virtual sal_Bool MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode ); virtual LanguageType GetInputLanguage(); - virtual SalBitmap* SnapShot(); virtual void UpdateSettings( AllSettings& rSettings ); virtual void Beep( SoundType eSoundType ); virtual const SystemEnvData* GetSystemData() const; diff --git a/vcl/inc/vcl/outdev.hxx b/vcl/inc/vcl/outdev.hxx index 6a983ec92af6..b6c0411563a5 100644 --- a/vcl/inc/vcl/outdev.hxx +++ b/vcl/inc/vcl/outdev.hxx @@ -533,8 +533,6 @@ public: const OutputDevice& rOutDev, const Region& rRegion ); SAL_DLLPRIVATE void ImplGetFrameDev( const Point& rPt, const Point& rDevPt, const Size& rDevSize, OutputDevice& rOutDev ); - SAL_DLLPRIVATE void ImplGetFrameBitmap( const Point& rPt, const Size& rSize, - Bitmap& rBitmap ) const; SAL_DLLPRIVATE sal_Bool ImplIsRecordLayout() const; diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx index ad445b7a0064..f4b79ae700d0 100644 --- a/vcl/inc/vcl/window.hxx +++ b/vcl/inc/vcl/window.hxx @@ -950,8 +950,6 @@ public: void SetData( void* pNewData ); void* GetData() const; - Bitmap SnapShot( sal_Bool bBorder = sal_True ) const; - void ShowFocus( const Rectangle& rRect ); void HideFocus(); diff --git a/vcl/inc/win/salframe.h b/vcl/inc/win/salframe.h index b252ad3d2ded..0d4e206e8507 100644 --- a/vcl/inc/win/salframe.h +++ b/vcl/inc/win/salframe.h @@ -129,7 +129,6 @@ public: virtual rtl::OUString GetKeyName( sal_uInt16 nKeyCode ); virtual sal_Bool MapUnicodeToKeyCode( sal_Unicode aUnicode, LanguageType aLangType, KeyCode& rKeyCode ); virtual LanguageType GetInputLanguage(); - virtual SalBitmap* SnapShot(); virtual void UpdateSettings( AllSettings& rSettings ); virtual void Beep( SoundType eSoundType ); virtual const SystemEnvData* GetSystemData() const; |