Lines Matching refs:ConfigHandler

62 class ConfigHandler : public ::cppu::WeakAggImplHelper1<XDocumentHandler>  class
90 void ConfigHandler::errorThrow( const OUString& rErrorMessage ) throw (SAXException ) in errorThrow()
97 ElementConfigType ConfigHandler::parseType( const OUString& sType ) throw (SAXException ) in parseType()
128 void ConfigHandler::addElement( ElementConfigPtr& rElementConfig ) throw ( SAXException ) in addElement()
139 OUString ConfigHandler::getAttribute( const Reference< XAttributeList > & xAttribs, const sal_Char*… in getAttribute()
158 void SAL_CALL ConfigHandler::startDocument(void) throw( SAXException, RuntimeException ) in startDocument()
162 void SAL_CALL ConfigHandler::endDocument(void) throw( SAXException, RuntimeException ) in endDocument()
166 void SAL_CALL ConfigHandler::startElement(const OUString& aName, const Reference< XAttributeList > … in startElement()
244 ElementConfigPtr ConfigHandler::importAtomConfig( const Reference< XAttributeList > & xAttribs, boo… in importAtomConfig()
254 ElementConfigPtr ConfigHandler::importElementConfig( const Reference< XAttributeList > & xAttribs )… in importElementConfig()
262 ElementConfigPtr ConfigHandler::importValueElementConfig( const Reference< XAttributeList > & xAttr… in importValueElementConfig()
269 ElementConfigPtr ConfigHandler::importSwitchConfig( const Reference< XAttributeList > & xAttribs ) … in importSwitchConfig()
277 ElementConfigPtr ConfigHandler::importCaseConfig( const Reference< XAttributeList > & xAttribs ) th… in importCaseConfig()
284 void SAL_CALL ConfigHandler::endElement(const OUString& aName) throw( SAXException, RuntimeExceptio… in endElement()
294 void SAL_CALL ConfigHandler::characters(const OUString& aChars) throw( SAXException, RuntimeExcepti… in characters()
298 void SAL_CALL ConfigHandler::ignorableWhitespace(const OUString& aWhitespaces) throw( SAXException,… in ignorableWhitespace()
302 void SAL_CALL ConfigHandler::processingInstruction(const OUString& aTarget, const OUString& aData) … in processingInstruction()
306 void SAL_CALL ConfigHandler::setDocumentLocator(const Reference< XLocator > & xLocator) throw( SAXE… in setDocumentLocator()
330 ConfigHandler* pConfigHandler = new ConfigHandler(); in load_config()