Searched defs:ElementConfig (Results 1 – 1 of 1) sorted by relevance
33 class ElementConfig class36 ElementConfig() : mnType( ECT_HEXDUMP ) {} in ElementConfig() function in ElementConfig37 …ElementConfig( const rtl::OUString& rName, ElementConfigType rType ) : maName( rName ), mnType( rT… in ElementConfig() function in ElementConfig38 ElementConfig( const rtl::OUString& rName ) : maName( rName ) {} in ElementConfig() function in ElementConfig39 ElementConfig( ElementConfigType rType ) : mnType( rType ) {} in ElementConfig() function in ElementConfig
Completed in 5 milliseconds