summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlExport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 15:43:36 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-26 06:36:45 +0000
commitc4c2c7e4273fb662bcb2ef9d8e2940799ed7d4a9 (patch)
tree6993d1b375ceb1cb804864b01756bed1e384ed91 /reportdesign/source/filter/xml/xmlExport.hxx
parentcc906ec47eaaad247e8fbed5c9e6f3604a8b64c7 (diff)
com::sun::star->css in remotebridges,reportdesign
Change-Id: Id210cbc3481a8a31e6fc0ba2028346fc585c8744 Reviewed-on: https://gerrit.libreoffice.org/19597 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'reportdesign/source/filter/xml/xmlExport.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlExport.hxx68
1 files changed, 34 insertions, 34 deletions
diff --git a/reportdesign/source/filter/xml/xmlExport.hxx b/reportdesign/source/filter/xml/xmlExport.hxx
index 5ddf94677ef4..222217032976 100644
--- a/reportdesign/source/filter/xml/xmlExport.hxx
+++ b/reportdesign/source/filter/xml/xmlExport.hxx
@@ -46,15 +46,15 @@
namespace rptxml
{
using namespace ::xmloff::token;
-using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::container;
-using namespace ::com::sun::star::lang;
-using namespace ::com::sun::star::beans;
-using namespace ::com::sun::star::document;
-using namespace ::com::sun::star::text;
-using namespace ::com::sun::star::report;
-using namespace ::com::sun::star::io;
-using namespace ::com::sun::star::xml::sax;
+using namespace css::uno;
+using namespace css::container;
+using namespace css::lang;
+using namespace css::beans;
+using namespace css::document;
+using namespace css::text;
+using namespace css::report;
+using namespace css::io;
+using namespace css::xml::sax;
// - ORptExport -
@@ -184,13 +184,13 @@ public:
ORptExport(const Reference< XComponentContext >& _rxContext, OUString const & implementationName, SvXMLExportFlags nExportFlag);
- static ::com::sun::star::uno::Sequence< OUString > getSupportedServiceNames_Static() throw( ::com::sun::star::uno::RuntimeException );
- static OUString getImplementationName_Static() throw( ::com::sun::star::uno::RuntimeException );
- static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext);
+ static css::uno::Sequence< OUString > getSupportedServiceNames_Static() throw( css::uno::RuntimeException );
+ static OUString getImplementationName_Static() throw( css::uno::RuntimeException );
+ static css::uno::Reference< css::uno::XInterface > SAL_CALL
+ create(css::uno::Reference< css::uno::XComponentContext > const & xContext);
// XExporter
- virtual void SAL_CALL setSourceDocument( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& xDoc ) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL setSourceDocument( const css::uno::Reference< css::lang::XComponent >& xDoc ) throw(css::lang::IllegalArgumentException, css::uno::RuntimeException, std::exception) override;
inline Reference<XReportDefinition> getReportDefinition() const { return m_xReportDefinition; }
@@ -204,10 +204,10 @@ public:
class ORptExportHelper
{
public:
- static OUString getImplementationName_Static( ) throw (::com::sun::star::uno::RuntimeException);
- static Sequence< OUString > getSupportedServiceNames_Static( ) throw(::com::sun::star::uno::RuntimeException);
- static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext);
+ static OUString getImplementationName_Static( ) throw (css::uno::RuntimeException);
+ static Sequence< OUString > getSupportedServiceNames_Static( ) throw(css::uno::RuntimeException);
+ static css::uno::Reference< css::uno::XInterface > SAL_CALL
+ create(css::uno::Reference< css::uno::XComponentContext > const & xContext);
};
/** Exports only content
@@ -217,10 +217,10 @@ public:
class ORptContentExportHelper
{
public:
- static OUString getImplementationName_Static( ) throw (::com::sun::star::uno::RuntimeException);
- static Sequence< OUString > getSupportedServiceNames_Static( ) throw(::com::sun::star::uno::RuntimeException);
- static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext);
+ static OUString getImplementationName_Static( ) throw (css::uno::RuntimeException);
+ static Sequence< OUString > getSupportedServiceNames_Static( ) throw(css::uno::RuntimeException);
+ static css::uno::Reference< css::uno::XInterface > SAL_CALL
+ create(css::uno::Reference< css::uno::XComponentContext > const & xContext);
};
/** Exports only styles
@@ -230,10 +230,10 @@ public:
class ORptStylesExportHelper
{
public:
- static OUString getImplementationName_Static( ) throw (::com::sun::star::uno::RuntimeException);
- static Sequence< OUString > getSupportedServiceNames_Static( ) throw(::com::sun::star::uno::RuntimeException);
- static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext);
+ static OUString getImplementationName_Static( ) throw (css::uno::RuntimeException);
+ static Sequence< OUString > getSupportedServiceNames_Static( ) throw(css::uno::RuntimeException);
+ static css::uno::Reference< css::uno::XInterface > SAL_CALL
+ create(css::uno::Reference< css::uno::XComponentContext > const & xContext);
};
/** Exports only meta data
@@ -243,10 +243,10 @@ public:
class ORptMetaExportHelper
{
public:
- static OUString getImplementationName_Static( ) throw (::com::sun::star::uno::RuntimeException);
- static Sequence< OUString > getSupportedServiceNames_Static( ) throw(::com::sun::star::uno::RuntimeException);
- static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext);
+ static OUString getImplementationName_Static( ) throw (css::uno::RuntimeException);
+ static Sequence< OUString > getSupportedServiceNames_Static( ) throw(css::uno::RuntimeException);
+ static css::uno::Reference< css::uno::XInterface > SAL_CALL
+ create(css::uno::Reference< css::uno::XComponentContext > const & xContext);
};
/** Exports all
* \ingroup reportdesign_source_filter_xml
@@ -255,10 +255,10 @@ public:
class ODBFullExportHelper
{
public:
- static OUString getImplementationName_Static( ) throw (::com::sun::star::uno::RuntimeException);
- static Sequence< OUString > getSupportedServiceNames_Static( ) throw(::com::sun::star::uno::RuntimeException);
- static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- create(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext);
+ static OUString getImplementationName_Static( ) throw (css::uno::RuntimeException);
+ static Sequence< OUString > getSupportedServiceNames_Static( ) throw(css::uno::RuntimeException);
+ static css::uno::Reference< css::uno::XInterface > SAL_CALL
+ create(css::uno::Reference< css::uno::XComponentContext > const & xContext);
};
} // rptxml