Searched defs:ElementConfigContainer (Results 1 – 1 of 1) sorted by relevance
73 class ElementConfigContainer : public ElementConfig class76 ElementConfigContainer() : ElementConfig( ETC_CONTAINER ) {} in ElementConfigContainer() function in ElementConfigContainer77 …ElementConfigContainer( const ::rtl::OUString& rName, ElementConfigType rType ) : ElementConfig( r… in ElementConfigContainer() function in ElementConfigContainer78 ElementConfigContainer( const ::rtl::OUString& rName ) : ElementConfig( rName, ETC_CONTAINER ) {} in ElementConfigContainer() function in ElementConfigContainer79 ElementConfigContainer( ElementConfigType rType ) : ElementConfig( rType ) {} in ElementConfigContainer() function in ElementConfigContainer
Completed in 14 milliseconds