summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/WinFileOpenImpl.hxx')
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.hxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
index 8c2f6ce3e6c4..fd17c3fe362e 100644
--- a/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
+++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.hxx
@@ -37,7 +37,6 @@
#include <vector>
#include <osl/conditn.hxx>
-// forward declaration
class CFilePicker;
class CFilePickerState;
class CExecuteFilePickerState;
@@ -55,16 +54,12 @@ public:
virtual ~CWinFileOpenImpl( );
-
// XExecutableDialog
-
virtual sal_Int16 SAL_CALL execute( ) throw( ::com::sun::star::uno::RuntimeException );
-
// XFilePicker
-
virtual void SAL_CALL setDefaultName( const OUString& aName )
throw( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException );
@@ -76,10 +71,8 @@ public:
virtual OUString SAL_CALL getDisplayDirectory( ) throw ( ::com::sun::star::uno::RuntimeException );
-
// XFilterManager
-
virtual void SAL_CALL appendFilter( const OUString& aTitle, const OUString& aFilter )
throw( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException );
@@ -89,17 +82,13 @@ public:
virtual OUString SAL_CALL getCurrentFilter( )
throw( ::com::sun::star::uno::RuntimeException );
-
// XFilterGroupManager
-
virtual void SAL_CALL appendFilterGroup( const OUString& sGroupTitle, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::StringPair >& aFilters )
throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
-
// XFilePickerControlAccess
-
virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::star::uno::Any& aValue )
throw( ::com::sun::star::uno::RuntimeException );
@@ -115,10 +104,8 @@ public:
virtual OUString SAL_CALL getLabel( sal_Int16 aControlId )
throw ( ::com::sun::star::uno::RuntimeException);
-
// XFilePreview
-
virtual ::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL getSupportedImageFormats( )
throw (::com::sun::star::uno::RuntimeException);
@@ -140,16 +127,12 @@ public:
virtual sal_Bool SAL_CALL getShowState( )
throw (::com::sun::star::uno::RuntimeException);
-
// XCancelable
-
virtual void SAL_CALL cancel( );
-
// Implementation details
-
protected:
sal_Int16 SAL_CALL getFocused( );
@@ -169,7 +152,6 @@ protected:
virtual sal_uInt32 SAL_CALL onCtrlCommand( HWND hwndDlg, sal_uInt16 ctrlId, sal_uInt16 notifyCode );
-
void onWMSize();
void onWMShow(sal_Bool bShow);
void onWMWindowPosChanged();
@@ -212,7 +194,6 @@ private:
CResourceProvider m_ResProvider;
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */