Kaydet (Commit) 509b1adc authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Also get rid of :: prefix for css

Change-Id: Ie767abc36047ba614b3ac39991b3290bc19859b1
üst 92744735
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#include <SvXMLAutoCorrectImport.hxx> #include <SvXMLAutoCorrectImport.hxx>
#include <SvXMLAutoCorrectTokenHandler.hxx> #include <SvXMLAutoCorrectTokenHandler.hxx>
using namespace ::css; using namespace css;
using namespace ::css::xml::sax; using namespace css::xml::sax;
SvXMLAutoCorrectImport::SvXMLAutoCorrectImport( SvXMLAutoCorrectImport::SvXMLAutoCorrectImport(
const uno::Reference< uno::XComponentContext > xContext, const uno::Reference< uno::XComponentContext > xContext,
......
...@@ -31,7 +31,7 @@ protected: ...@@ -31,7 +31,7 @@ protected:
// This method is called after the namespace map has been updated, but // This method is called after the namespace map has been updated, but
// before a context for the current element has been pushed. // before a context for the current element has been pushed.
virtual SvXMLImportContext *CreateFastContext( sal_Int32 Element, virtual SvXMLImportContext *CreateFastContext( sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ) SAL_OVERRIDE; const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList ) SAL_OVERRIDE;
public: public:
SvxAutocorrWordList *pAutocorr_List; SvxAutocorrWordList *pAutocorr_List;
...@@ -39,10 +39,10 @@ public: ...@@ -39,10 +39,10 @@ public:
css::uno::Reference < css::embed::XStorage > xStorage; css::uno::Reference < css::embed::XStorage > xStorage;
SvXMLAutoCorrectImport( SvXMLAutoCorrectImport(
const ::css::uno::Reference< ::css::uno::XComponentContext > xContext, const css::uno::Reference< css::uno::XComponentContext > xContext,
SvxAutocorrWordList *pNewAutocorr_List, SvxAutocorrWordList *pNewAutocorr_List,
SvxAutoCorrect &rNewAutoCorrect, SvxAutoCorrect &rNewAutoCorrect,
const ::css::uno::Reference < css::embed::XStorage >& rNewStorage); const css::uno::Reference < css::embed::XStorage >& rNewStorage);
virtual ~SvXMLAutoCorrectImport() throw (); virtual ~SvXMLAutoCorrectImport() throw ();
}; };
...@@ -53,10 +53,10 @@ private: ...@@ -53,10 +53,10 @@ private:
SvXMLAutoCorrectImport & rLocalRef; SvXMLAutoCorrectImport & rLocalRef;
public: public:
SvXMLWordListContext ( SvXMLAutoCorrectImport& rImport, sal_Int32 Element, SvXMLWordListContext ( SvXMLAutoCorrectImport& rImport, sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ); const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList );
virtual css::uno::Reference<XFastContextHandler> SAL_CALL createFastChildContext( sal_Int32 Element, virtual css::uno::Reference<XFastContextHandler> SAL_CALL createFastChildContext( sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ) const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList )
throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) SAL_OVERRIDE; throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) SAL_OVERRIDE;
virtual ~SvXMLWordListContext(); virtual ~SvXMLWordListContext();
...@@ -68,7 +68,7 @@ private: ...@@ -68,7 +68,7 @@ private:
SvXMLAutoCorrectImport & rLocalRef; SvXMLAutoCorrectImport & rLocalRef;
public: public:
SvXMLWordContext ( SvXMLAutoCorrectImport& rImport, sal_Int32 Element, SvXMLWordContext ( SvXMLAutoCorrectImport& rImport, sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ); const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList );
virtual ~SvXMLWordContext(); virtual ~SvXMLWordContext();
}; };
...@@ -80,13 +80,13 @@ protected: ...@@ -80,13 +80,13 @@ protected:
// This method is called after the namespace map has been updated, but // This method is called after the namespace map has been updated, but
// before a context for the current element has been pushed. // before a context for the current element has been pushed.
virtual SvXMLImportContext *CreateFastContext( sal_Int32 Element, const ::css::uno::Reference< virtual SvXMLImportContext *CreateFastContext( sal_Int32 Element, const css::uno::Reference<
::css::xml::sax::XFastAttributeList > & xAttrList ) SAL_OVERRIDE; css::xml::sax::XFastAttributeList > & xAttrList ) SAL_OVERRIDE;
public: public:
SvStringsISortDtor &rList; SvStringsISortDtor &rList;
SvXMLExceptionListImport( SvXMLExceptionListImport(
const ::css::uno::Reference< ::css::uno::XComponentContext > xContext, const css::uno::Reference< css::uno::XComponentContext > xContext,
SvStringsISortDtor & rNewList ); SvStringsISortDtor & rNewList );
virtual ~SvXMLExceptionListImport() throw (); virtual ~SvXMLExceptionListImport() throw ();
...@@ -98,10 +98,10 @@ private: ...@@ -98,10 +98,10 @@ private:
SvXMLExceptionListImport & rLocalRef; SvXMLExceptionListImport & rLocalRef;
public: public:
SvXMLExceptionListContext ( SvXMLExceptionListImport& rImport, sal_Int32 Element, SvXMLExceptionListContext ( SvXMLExceptionListImport& rImport, sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ); const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList );
virtual css::uno::Reference<XFastContextHandler> SAL_CALL createFastChildContext( sal_Int32 Element, virtual css::uno::Reference<XFastContextHandler> SAL_CALL createFastChildContext( sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ) const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList )
throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) SAL_OVERRIDE; throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) SAL_OVERRIDE;
virtual ~SvXMLExceptionListContext(); virtual ~SvXMLExceptionListContext();
...@@ -113,7 +113,7 @@ private: ...@@ -113,7 +113,7 @@ private:
SvXMLExceptionListImport & rLocalRef; SvXMLExceptionListImport & rLocalRef;
public: public:
SvXMLExceptionContext ( SvXMLExceptionListImport& rImport, sal_Int32 Element, SvXMLExceptionContext ( SvXMLExceptionListImport& rImport, sal_Int32 Element,
const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ); const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList );
virtual ~SvXMLExceptionContext(); virtual ~SvXMLExceptionContext();
}; };
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#endif #endif
#endif #endif
using namespace ::css::uno; using namespace css::uno;
using namespace ::xmloff::token; using namespace ::xmloff::token;
SvXMLAutoCorrectTokenHandler::SvXMLAutoCorrectTokenHandler() SvXMLAutoCorrectTokenHandler::SvXMLAutoCorrectTokenHandler()
...@@ -35,13 +35,13 @@ SvXMLAutoCorrectTokenHandler::~SvXMLAutoCorrectTokenHandler() ...@@ -35,13 +35,13 @@ SvXMLAutoCorrectTokenHandler::~SvXMLAutoCorrectTokenHandler()
} }
sal_Int32 SAL_CALL SvXMLAutoCorrectTokenHandler::getTokenFromUTF8( const Sequence< sal_Int8 >& Identifier ) sal_Int32 SAL_CALL SvXMLAutoCorrectTokenHandler::getTokenFromUTF8( const Sequence< sal_Int8 >& Identifier )
throw (::css::uno::RuntimeException, std::exception) throw (css::uno::RuntimeException, std::exception)
{ {
return getTokenDirect( reinterpret_cast< const char* >( Identifier.getConstArray() ), Identifier.getLength() ); return getTokenDirect( reinterpret_cast< const char* >( Identifier.getConstArray() ), Identifier.getLength() );
} }
Sequence< sal_Int8 > SAL_CALL SvXMLAutoCorrectTokenHandler::getUTF8Identifier( sal_Int32 ) Sequence< sal_Int8 > SAL_CALL SvXMLAutoCorrectTokenHandler::getUTF8Identifier( sal_Int32 )
throw (::css::uno::RuntimeException, std::exception) throw (css::uno::RuntimeException, std::exception)
{ {
return Sequence< sal_Int8 >(); return Sequence< sal_Int8 >();
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <com/sun/star/xml/sax/FastToken.hpp> #include <com/sun/star/xml/sax/FastToken.hpp>
#include <sax/fastattribs.hxx> #include <sax/fastattribs.hxx>
using namespace ::css::xml::sax; using namespace css::xml::sax;
using namespace ::xmloff::token; using namespace ::xmloff::token;
enum SvXMLAutoCorrectToken : sal_Int32 enum SvXMLAutoCorrectToken : sal_Int32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment