diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 14:00:36 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-25 04:46:50 +0000 |
commit | 651649233f3132f67aaf074ba416e186eb8fb49d (patch) | |
tree | 98b4816b27ff8646a41317002af21d60e6fb4e27 /writerperfect/source/draw | |
parent | a15b9b44d933ef06efbc231d66b79815ba69ceff (diff) |
com::sun::star->css in writerperfect/
Change-Id: I3b1f51d3a02b999476d12e680f2f76a11ac6b3b9
Reviewed-on: https://gerrit.libreoffice.org/20146
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'writerperfect/source/draw')
-rw-r--r-- | writerperfect/source/draw/CDRImportFilter.hxx | 22 | ||||
-rw-r--r-- | writerperfect/source/draw/CMXImportFilter.hxx | 22 | ||||
-rw-r--r-- | writerperfect/source/draw/FreehandImportFilter.hxx | 22 | ||||
-rw-r--r-- | writerperfect/source/draw/MSPUBImportFilter.hxx | 22 | ||||
-rw-r--r-- | writerperfect/source/draw/MWAWDrawImportFilter.hxx | 22 | ||||
-rw-r--r-- | writerperfect/source/draw/PageMakerImportFilter.hxx | 22 | ||||
-rw-r--r-- | writerperfect/source/draw/VisioImportFilter.hxx | 22 | ||||
-rw-r--r-- | writerperfect/source/draw/WPGImportFilter.hxx | 22 |
8 files changed, 88 insertions, 88 deletions
diff --git a/writerperfect/source/draw/CDRImportFilter.hxx b/writerperfect/source/draw/CDRImportFilter.hxx index 1474547eaf82..f28301df5160 100644 --- a/writerperfect/source/draw/CDRImportFilter.hxx +++ b/writerperfect/source/draw/CDRImportFilter.hxx @@ -21,18 +21,18 @@ class CDRImportFilter : public writerperfect::ImportFilter<OdgGenerator> { public: - explicit CDRImportFilter(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rxContext) + explicit CDRImportFilter(const css::uno::Reference< css::uno::XComponentContext > &rxContext) : writerperfect::ImportFilter<OdgGenerator>(rxContext) { } // XServiceInfo virtual OUString SAL_CALL getImplementationName() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) - throw (::com::sun::star::uno::RuntimeException, std::exception) override; - virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; + virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() + throw (css::uno::RuntimeException, std::exception) override; private: virtual bool doDetectFormat(librevenge::RVNGInputStream &rInput, OUString &rTypeName) override; @@ -40,14 +40,14 @@ private: }; OUString CDRImportFilter_getImplementationName() -throw (::com::sun::star::uno::RuntimeException); +throw (css::uno::RuntimeException); -::com::sun::star::uno::Sequence< OUString > SAL_CALL CDRImportFilter_getSupportedServiceNames() -throw (::com::sun::star::uno::RuntimeException); +css::uno::Sequence< OUString > SAL_CALL CDRImportFilter_getSupportedServiceNames() +throw (css::uno::RuntimeException); -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > -SAL_CALL CDRImportFilter_createInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rContext) -throw (::com::sun::star::uno::Exception); +css::uno::Reference< css::uno::XInterface > +SAL_CALL CDRImportFilter_createInstance(const css::uno::Reference< css::uno::XComponentContext > &rContext) +throw (css::uno::Exception); #endif diff --git a/writerperfect/source/draw/CMXImportFilter.hxx b/writerperfect/source/draw/CMXImportFilter.hxx index 05c5d18a521a..d5dbe8af78f3 100644 --- a/writerperfect/source/draw/CMXImportFilter.hxx +++ b/writerperfect/source/draw/CMXImportFilter.hxx @@ -21,18 +21,18 @@ class CMXImportFilter : public writerperfect::ImportFilter<OdgGenerator> { public: - explicit CMXImportFilter(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rxContext) + explicit CMXImportFilter(const css::uno::Reference< css::uno::XComponentContext > &rxContext) : writerperfect::ImportFilter<OdgGenerator>(rxContext) { } // XServiceInfo virtual OUString SAL_CALL getImplementationName() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) - throw (::com::sun::star::uno::RuntimeException, std::exception) override; - virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; + virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() + throw (css::uno::RuntimeException, std::exception) override; private: virtual bool doDetectFormat(librevenge::RVNGInputStream &rInput, OUString &rTypeName) override; @@ -40,14 +40,14 @@ private: }; OUString CMXImportFilter_getImplementationName() -throw (::com::sun::star::uno::RuntimeException); +throw (css::uno::RuntimeException); -::com::sun::star::uno::Sequence< OUString > SAL_CALL CMXImportFilter_getSupportedServiceNames() -throw (::com::sun::star::uno::RuntimeException); +css::uno::Sequence< OUString > SAL_CALL CMXImportFilter_getSupportedServiceNames() +throw (css::uno::RuntimeException); -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > -SAL_CALL CMXImportFilter_createInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rContext) -throw (::com::sun::star::uno::Exception); +css::uno::Reference< css::uno::XInterface > +SAL_CALL CMXImportFilter_createInstance(const css::uno::Reference< css::uno::XComponentContext > &rContext) +throw (css::uno::Exception); #endif diff --git a/writerperfect/source/draw/FreehandImportFilter.hxx b/writerperfect/source/draw/FreehandImportFilter.hxx index 2ec3951036d6..3a84a52ac53c 100644 --- a/writerperfect/source/draw/FreehandImportFilter.hxx +++ b/writerperfect/source/draw/FreehandImportFilter.hxx @@ -18,18 +18,18 @@ class FreehandImportFilter : public writerperfect::ImportFilter<OdgGenerator> { public: - explicit FreehandImportFilter(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rxContext) + explicit FreehandImportFilter(const css::uno::Reference< css::uno::XComponentContext > &rxContext) : writerperfect::ImportFilter<OdgGenerator>(rxContext) { } // XServiceInfo virtual OUString SAL_CALL getImplementationName() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) - throw (::com::sun::star::uno::RuntimeException, std::exception) override; - virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; + virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() + throw (css::uno::RuntimeException, std::exception) override; private: virtual bool doDetectFormat(librevenge::RVNGInputStream &rInput, OUString &rTypeName) override; @@ -37,14 +37,14 @@ private: }; OUString FreehandImportFilter_getImplementationName() -throw (::com::sun::star::uno::RuntimeException); +throw (css::uno::RuntimeException); -::com::sun::star::uno::Sequence< OUString > SAL_CALL FreehandImportFilter_getSupportedServiceNames() -throw (::com::sun::star::uno::RuntimeException); +css::uno::Sequence< OUString > SAL_CALL FreehandImportFilter_getSupportedServiceNames() +throw (css::uno::RuntimeException); -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > -SAL_CALL FreehandImportFilter_createInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rContext) -throw (::com::sun::star::uno::Exception); +css::uno::Reference< css::uno::XInterface > +SAL_CALL FreehandImportFilter_createInstance(const css::uno::Reference< css::uno::XComponentContext > &rContext) +throw (css::uno::Exception); #endif diff --git a/writerperfect/source/draw/MSPUBImportFilter.hxx b/writerperfect/source/draw/MSPUBImportFilter.hxx index c0cd30372297..4394bae8f02f 100644 --- a/writerperfect/source/draw/MSPUBImportFilter.hxx +++ b/writerperfect/source/draw/MSPUBImportFilter.hxx @@ -18,18 +18,18 @@ class MSPUBImportFilter : public writerperfect::ImportFilter<OdgGenerator> { public: - explicit MSPUBImportFilter(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rxContext) + explicit MSPUBImportFilter(const css::uno::Reference< css::uno::XComponentContext > &rxContext) : writerperfect::ImportFilter<OdgGenerator>(rxContext) { } // XServiceInfo virtual OUString SAL_CALL getImplementationName() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) - throw (::com::sun::star::uno::RuntimeException, std::exception) override; - virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; + virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() + throw (css::uno::RuntimeException, std::exception) override; private: virtual bool doDetectFormat(librevenge::RVNGInputStream &rInput, OUString &rTypeName) override; @@ -37,14 +37,14 @@ private: }; OUString MSPUBImportFilter_getImplementationName() -throw (::com::sun::star::uno::RuntimeException); +throw (css::uno::RuntimeException); -::com::sun::star::uno::Sequence< OUString > SAL_CALL MSPUBImportFilter_getSupportedServiceNames() -throw (::com::sun::star::uno::RuntimeException); +css::uno::Sequence< OUString > SAL_CALL MSPUBImportFilter_getSupportedServiceNames() +throw (css::uno::RuntimeException); -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > -SAL_CALL MSPUBImportFilter_createInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rContext) -throw (::com::sun::star::uno::Exception); +css::uno::Reference< css::uno::XInterface > +SAL_CALL MSPUBImportFilter_createInstance(const css::uno::Reference< css::uno::XComponentContext > &rContext) +throw (css::uno::Exception); #endif diff --git a/writerperfect/source/draw/MWAWDrawImportFilter.hxx b/writerperfect/source/draw/MWAWDrawImportFilter.hxx index 5a19e939ae18..3b4650266778 100644 --- a/writerperfect/source/draw/MWAWDrawImportFilter.hxx +++ b/writerperfect/source/draw/MWAWDrawImportFilter.hxx @@ -23,16 +23,16 @@ class MWAWDrawImportFilter : public writerperfect::ImportFilter<OdgGenerator> { public: - explicit MWAWDrawImportFilter(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rxContext) + explicit MWAWDrawImportFilter(const css::uno::Reference< css::uno::XComponentContext > &rxContext) : writerperfect::ImportFilter<OdgGenerator>(rxContext) {} // XServiceInfo virtual OUString SAL_CALL getImplementationName() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) - throw (::com::sun::star::uno::RuntimeException, std::exception) override; - virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; + virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() + throw (css::uno::RuntimeException, std::exception) override; private: virtual bool doDetectFormat(librevenge::RVNGInputStream &rInput, OUString &rTypeName) override; @@ -41,14 +41,14 @@ private: }; OUString MWAWDrawImportFilter_getImplementationName() -throw (::com::sun::star::uno::RuntimeException); +throw (css::uno::RuntimeException); -::com::sun::star::uno::Sequence< OUString > SAL_CALL MWAWDrawImportFilter_getSupportedServiceNames() -throw (::com::sun::star::uno::RuntimeException); +css::uno::Sequence< OUString > SAL_CALL MWAWDrawImportFilter_getSupportedServiceNames() +throw (css::uno::RuntimeException); -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > -SAL_CALL MWAWDrawImportFilter_createInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rContext) -throw (::com::sun::star::uno::Exception); +css::uno::Reference< css::uno::XInterface > +SAL_CALL MWAWDrawImportFilter_createInstance(const css::uno::Reference< css::uno::XComponentContext > &rContext) +throw (css::uno::Exception); #endif diff --git a/writerperfect/source/draw/PageMakerImportFilter.hxx b/writerperfect/source/draw/PageMakerImportFilter.hxx index fcd38801921a..f6ecc4c99d2c 100644 --- a/writerperfect/source/draw/PageMakerImportFilter.hxx +++ b/writerperfect/source/draw/PageMakerImportFilter.hxx @@ -18,18 +18,18 @@ class PageMakerImportFilter : public writerperfect::ImportFilter<OdgGenerator> { public: - explicit PageMakerImportFilter(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rxContext) + explicit PageMakerImportFilter(const css::uno::Reference< css::uno::XComponentContext > &rxContext) : writerperfect::ImportFilter<OdgGenerator>(rxContext) { } // XServiceInfo virtual OUString SAL_CALL getImplementationName() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) - throw (::com::sun::star::uno::RuntimeException, std::exception) override; - virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; + virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() + throw (css::uno::RuntimeException, std::exception) override; private: virtual bool doDetectFormat(librevenge::RVNGInputStream &rInput, OUString &rTypeName) override; @@ -37,14 +37,14 @@ private: }; OUString PageMakerImportFilter_getImplementationName() -throw (::com::sun::star::uno::RuntimeException); +throw (css::uno::RuntimeException); -::com::sun::star::uno::Sequence< OUString > SAL_CALL PageMakerImportFilter_getSupportedServiceNames() -throw (::com::sun::star::uno::RuntimeException); +css::uno::Sequence< OUString > SAL_CALL PageMakerImportFilter_getSupportedServiceNames() +throw (css::uno::RuntimeException); -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > -SAL_CALL PageMakerImportFilter_createInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rContext) -throw (::com::sun::star::uno::Exception); +css::uno::Reference< css::uno::XInterface > +SAL_CALL PageMakerImportFilter_createInstance(const css::uno::Reference< css::uno::XComponentContext > &rContext) +throw (css::uno::Exception); #endif diff --git a/writerperfect/source/draw/VisioImportFilter.hxx b/writerperfect/source/draw/VisioImportFilter.hxx index a4db13a5c8eb..391c9874b569 100644 --- a/writerperfect/source/draw/VisioImportFilter.hxx +++ b/writerperfect/source/draw/VisioImportFilter.hxx @@ -18,18 +18,18 @@ class VisioImportFilter : public writerperfect::ImportFilter<OdgGenerator> { public: - explicit VisioImportFilter(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rxContext) + explicit VisioImportFilter(const css::uno::Reference< css::uno::XComponentContext > &rxContext) : writerperfect::ImportFilter<OdgGenerator>(rxContext) { } // XServiceInfo virtual OUString SAL_CALL getImplementationName() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) - throw (::com::sun::star::uno::RuntimeException, std::exception) override; - virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; + virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() + throw (css::uno::RuntimeException, std::exception) override; private: virtual bool doDetectFormat(librevenge::RVNGInputStream &rInput, OUString &rTypeName) override; @@ -37,14 +37,14 @@ private: }; OUString VisioImportFilter_getImplementationName() -throw (::com::sun::star::uno::RuntimeException); +throw (css::uno::RuntimeException); -::com::sun::star::uno::Sequence< OUString > SAL_CALL VisioImportFilter_getSupportedServiceNames() -throw (::com::sun::star::uno::RuntimeException); +css::uno::Sequence< OUString > SAL_CALL VisioImportFilter_getSupportedServiceNames() +throw (css::uno::RuntimeException); -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > -SAL_CALL VisioImportFilter_createInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rContext) -throw (::com::sun::star::uno::Exception); +css::uno::Reference< css::uno::XInterface > +SAL_CALL VisioImportFilter_createInstance(const css::uno::Reference< css::uno::XComponentContext > &rContext) +throw (css::uno::Exception); #endif diff --git a/writerperfect/source/draw/WPGImportFilter.hxx b/writerperfect/source/draw/WPGImportFilter.hxx index 5a5471fc75b3..6f4e93b0c2ff 100644 --- a/writerperfect/source/draw/WPGImportFilter.hxx +++ b/writerperfect/source/draw/WPGImportFilter.hxx @@ -23,18 +23,18 @@ class WPGImportFilter : public writerperfect::ImportFilter<OdgGenerator> { public: - explicit WPGImportFilter(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rxContext) + explicit WPGImportFilter(const css::uno::Reference< css::uno::XComponentContext > &rxContext) : writerperfect::ImportFilter<OdgGenerator>(rxContext) { } // XServiceInfo virtual OUString SAL_CALL getImplementationName() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) - throw (::com::sun::star::uno::RuntimeException, std::exception) override; - virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() - throw (::com::sun::star::uno::RuntimeException, std::exception) override; + throw (css::uno::RuntimeException, std::exception) override; + virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() + throw (css::uno::RuntimeException, std::exception) override; private: virtual bool doDetectFormat(librevenge::RVNGInputStream &rInput, OUString &rTypeName) override; @@ -42,14 +42,14 @@ private: }; OUString WPGImportFilter_getImplementationName() -throw (::com::sun::star::uno::RuntimeException); +throw (css::uno::RuntimeException); -::com::sun::star::uno::Sequence< OUString > SAL_CALL WPGImportFilter_getSupportedServiceNames() -throw (::com::sun::star::uno::RuntimeException); +css::uno::Sequence< OUString > SAL_CALL WPGImportFilter_getSupportedServiceNames() +throw (css::uno::RuntimeException); -::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > -SAL_CALL WPGImportFilter_createInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > &rContext) -throw (::com::sun::star::uno::Exception); +css::uno::Reference< css::uno::XInterface > +SAL_CALL WPGImportFilter_createInstance(const css::uno::Reference< css::uno::XComponentContext > &rContext) +throw (css::uno::Exception); #endif |