no use of SAL_DLLEXPORT anymore, using def file

This commit is contained in:
Daniel Boelzle
2001-03-28 09:50:37 +00:00
parent a6206fefe4
commit 23e8c43906
5 changed files with 21 additions and 23 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: xml_helper.hxx,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: dbo $ $Date: 2001-03-15 14:56:40 $
* last change: $Author: dbo $ $Date: 2001-03-28 10:50:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,7 +131,7 @@ struct NameSpaceUid
@return
document handler for parser
*/
SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >
SAL_CALL createDocumentHandler(
NameSpaceUid const * pNamespaceUids, sal_Int32 nNameSpaceUids,
sal_Int32 nUnknownNamespaceUid,
@@ -232,13 +232,13 @@ protected:
##################################################################################################*/
//==================================================================================================
SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >
SAL_CALL createInputStream(
::rtl::ByteSequence const & rInData )
SAL_THROW( () );
//==================================================================================================
SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >
::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >
SAL_CALL createOutputStream(
::rtl::ByteSequence * pOutData )
SAL_THROW( () );

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_imexp.hxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: dbo $ $Date: 2001-03-14 16:39:40 $
* last change: $Author: dbo $ $Date: 2001-03-28 10:50:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,13 +81,12 @@ namespace xmlscript
//==================================================================================================
SAL_DLLEXPORT void
SAL_CALL exportDialogModel(
void SAL_CALL exportDialogModel(
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XExtendedDocumentHandler > const & xOut,
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel )
SAL_THROW( (::com::sun::star::uno::Exception) );
//==================================================================================================
SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >
::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >
SAL_CALL importDialogModel(
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel )
SAL_THROW( (::com::sun::star::uno::Exception) );
@@ -95,13 +94,12 @@ SAL_CALL importDialogModel(
// additional functions for convenience
//==================================================================================================
SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStreamProvider >
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStreamProvider >
SAL_CALL exportDialogModel(
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel )
SAL_THROW( (::com::sun::star::uno::Exception) );
//==================================================================================================
SAL_DLLEXPORT void
SAL_CALL importDialogModel(
void SAL_CALL importDialogModel(
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInput,
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > const & xDialogModel )
SAL_THROW( (::com::sun::star::uno::Exception) );

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_addfunc.cxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: dbo $ $Date: 2001-03-14 16:39:59 $
* last change: $Author: dbo $ $Date: 2001-03-28 10:50:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,7 @@ Reference< io::XInputStream > InputStreamProvider::createInputStream()
}
//==================================================================================================
SAL_DLLEXPORT Reference< io::XInputStreamProvider > SAL_CALL exportDialogModel(
Reference< io::XInputStreamProvider > SAL_CALL exportDialogModel(
Reference< container::XNameContainer > const & xDialogModel )
SAL_THROW( (Exception) )
{
@@ -131,7 +131,7 @@ SAL_DLLEXPORT Reference< io::XInputStreamProvider > SAL_CALL exportDialogModel(
}
//==================================================================================================
SAL_DLLEXPORT void SAL_CALL importDialogModel(
void SAL_CALL importDialogModel(
Reference< io::XInputStream > xInput,
Reference< container::XNameContainer > const & xDialogModel )
SAL_THROW( (Exception) )

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_export.cxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: dbo $ $Date: 2001-03-22 15:43:07 $
* last change: $Author: dbo $ $Date: 2001-03-28 10:50:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -851,7 +851,7 @@ void StyleBag::dump( Reference< xml::sax::XExtendedDocumentHandler > const & xOu
//##################################################################################################
//==================================================================================================
SAL_DLLEXPORT void SAL_CALL exportDialogModel(
void SAL_CALL exportDialogModel(
Reference< xml::sax::XExtendedDocumentHandler > const & xOut,
Reference< container::XNameContainer > const & xDialogModel )
SAL_THROW( (Exception) )

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: xmldlg_import.cxx,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: dbo $ $Date: 2001-03-22 15:43:07 $
* last change: $Author: dbo $ $Date: 2001-03-28 10:50:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1099,7 +1099,7 @@ Reference< xml::XImportContext > DialogImport::getStyle(
//##################################################################################################
//==================================================================================================
SAL_DLLEXPORT Reference< xml::sax::XDocumentHandler > SAL_CALL importDialogModel(
Reference< xml::sax::XDocumentHandler > SAL_CALL importDialogModel(
Reference< container::XNameContainer > const & xDialogModel )
SAL_THROW( (Exception) )
{