Searched refs:ElementConfigType (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svx/workben/msview/ |
H A D | xmlconfig.hxx | 31 enum ElementConfigType { ECT_HEXDUMP, ECT_BYTE, ECT_UINT, ECT_UNISTRING, ETC_FLOAT, ETC_CONTAINER }; enum 37 …ElementConfig( const rtl::OUString& rName, ElementConfigType rType ) : maName( rName ), mnType( rT… in ElementConfig() 39 ElementConfig( ElementConfigType rType ) : mnType( rType ) {} in ElementConfig() 44 ElementConfigType getType() const { return mnType; } in getType() 53 ElementConfigType mnType; 77 …ElementConfigContainer( const ::rtl::OUString& rName, ElementConfigType rType ) : ElementConfig( r… in ElementConfigContainer() 79 ElementConfigContainer( ElementConfigType rType ) : ElementConfig( rType ) {} in ElementConfigContainer() 107 SwitchElementConfig( ElementConfigType rType ) : ElementConfigContainer( rType ) {} in SwitchElementConfig()
|
H A D | xmlconfig.cxx | 77 ElementConfigType parseType( const OUString& rErrorMessage ) throw ( SAXException ); 97 ElementConfigType ConfigHandler::parseType( const OUString& sType ) throw (SAXException ) in parseType() 256 ElementConfigType nType = parseType( getAttribute( xAttribs, "type" ) ); in importElementConfig() 271 ElementConfigType nType = parseType( getAttribute( xAttribs, "type" ) ); in importSwitchConfig()
|
Completed in 13 milliseconds