Lines Matching refs:DocTemplLocaleHelper

53 uno::Sequence< beans::StringPair > DocTemplLocaleHelper::ReadGroupLocalizationSequence( const uno::…  in ReadGroupLocalizationSequence()
61 void SAL_CALL DocTemplLocaleHelper::WriteGroupLocalizationSequence( const uno::Reference< io::XOutp… in WriteGroupLocalizationSequence()
113 uno::Sequence< beans::StringPair > SAL_CALL DocTemplLocaleHelper::ReadLocalizationSequence_Impl( co… in ReadLocalizationSequence_Impl()
123 DocTemplLocaleHelper* pHelper = new DocTemplLocaleHelper(); in ReadLocalizationSequence_Impl()
136 DocTemplLocaleHelper::DocTemplLocaleHelper() in DocTemplLocaleHelper() function in DocTemplLocaleHelper
145 DocTemplLocaleHelper::~DocTemplLocaleHelper() in ~DocTemplLocaleHelper()
150 uno::Sequence< beans::StringPair > DocTemplLocaleHelper::GetParsingResult() in GetParsingResult()
159 void SAL_CALL DocTemplLocaleHelper::startDocument() in startDocument()
165 void SAL_CALL DocTemplLocaleHelper::endDocument() in endDocument()
171 void SAL_CALL DocTemplLocaleHelper::startElement( const ::rtl::OUString& aName, const uno::Referenc… in startElement()
223 void SAL_CALL DocTemplLocaleHelper::endElement( const ::rtl::OUString& aName ) in endElement()
237 void SAL_CALL DocTemplLocaleHelper::characters( const ::rtl::OUString& /*aChars*/ ) in characters()
243 void SAL_CALL DocTemplLocaleHelper::ignorableWhitespace( const ::rtl::OUString& /*aWhitespaces*/ ) in ignorableWhitespace()
249 void SAL_CALL DocTemplLocaleHelper::processingInstruction( const ::rtl::OUString& /*aTarget*/, cons… in processingInstruction()
255 void SAL_CALL DocTemplLocaleHelper::setDocumentLocator( const uno::Reference< xml::sax::XLocator >&… in setDocumentLocator()