summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/DOTransferable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dtobj/DOTransferable.hxx')
-rw-r--r--dtrans/source/win32/dtobj/DOTransferable.hxx23
1 files changed, 6 insertions, 17 deletions
diff --git a/dtrans/source/win32/dtobj/DOTransferable.hxx b/dtrans/source/win32/dtobj/DOTransferable.hxx
index 1f110089b4ea..ab08e22e286a 100644
--- a/dtrans/source/win32/dtobj/DOTransferable.hxx
+++ b/dtrans/source/win32/dtobj/DOTransferable.hxx
@@ -46,18 +46,18 @@ public:
// XTransferable
virtual css::uno::Any SAL_CALL getTransferData( const css::datatransfer::DataFlavor& aFlavor )
- throw( css::datatransfer::UnsupportedFlavorException, css::io::IOException, css::uno::RuntimeException );
+ throw( css::datatransfer::UnsupportedFlavorException, css::io::IOException, css::uno::RuntimeException ) override;
virtual css::uno::Sequence< css::datatransfer::DataFlavor > SAL_CALL getTransferDataFlavors( )
- throw( css::uno::RuntimeException );
+ throw( css::uno::RuntimeException ) override;
virtual sal_Bool SAL_CALL isDataFlavorSupported( const css::datatransfer::DataFlavor& aFlavor )
- throw( css::uno::RuntimeException );
+ throw( css::uno::RuntimeException ) override;
// XSystemTransferable
virtual css::uno::Any SAL_CALL getData( const css::uno::Sequence<sal_Int8>& aProcessId ) throw
- (css::uno::RuntimeException);
+ (css::uno::RuntimeException) override;
private:
explicit CDOTransferable(
@@ -74,22 +74,11 @@ private:
ByteSequence_t SAL_CALL getClipboardData( CFormatEtc& aFormatEtc );
OUString SAL_CALL synthesizeUnicodeText( );
- void SAL_CALL clipDataToByteStream( CLIPFORMAT cf, STGMEDIUM stgmedium, ByteSequence_t& aByteSequence );
-
- css::uno::Any SAL_CALL byteStreamToAny( ByteSequence_t& aByteStream, const css::uno::Type& aRequestedDataType );
- OUString SAL_CALL byteStreamToOUString( ByteSequence_t& aByteStream );
-
LCID SAL_CALL getLocaleFromClipboard( );
- sal_Bool SAL_CALL compareDataFlavors( const css::datatransfer::DataFlavor& lhs,
+ bool SAL_CALL compareDataFlavors( const css::datatransfer::DataFlavor& lhs,
const css::datatransfer::DataFlavor& rhs );
- sal_Bool SAL_CALL cmpFullMediaType( const css::uno::Reference< css::datatransfer::XMimeContentType >& xLhs,
- const css::uno::Reference< css::datatransfer::XMimeContentType >& xRhs ) const;
-
- sal_Bool SAL_CALL cmpAllContentTypeParameter( const css::uno::Reference< css::datatransfer::XMimeContentType >& xLhs,
- const css::uno::Reference< css::datatransfer::XMimeContentType >& xRhs ) const;
-
private:
IDataObjectPtr m_rDataObject;
css::uno::Sequence< css::datatransfer::DataFlavor > m_FlavorList;
@@ -97,7 +86,7 @@ private:
CDataFormatTranslator m_DataFormatTranslator;
css::uno::Reference< css::datatransfer::XMimeContentTypeFactory > m_rXMimeCntFactory;
::osl::Mutex m_aMutex;
- sal_Bool m_bUnicodeRegistered;
+ bool m_bUnicodeRegistered;
CLIPFORMAT m_TxtFormatOnClipboard;
// non supported operations