Searched refs:ElementConfigContainer (Results 1 – 2 of 2) 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 ElementConfigContainer91 class CaseElementConfig : public ElementConfigContainer104 class SwitchElementConfig : public ElementConfigContainer107 SwitchElementConfig( ElementConfigType rType ) : ElementConfigContainer( rType ) {} in SwitchElementConfig()114 class AtomConfig : public ElementConfigContainer117 …AtomConfig( const ::rtl::OUString& rName, bool bIsContainer ) : ElementConfigContainer( rName ), m… in AtomConfig()
130 …ElementConfigContainer* pParent = dynamic_cast< ElementConfigContainer* >( maElementStack.top().ge… in addElement()257 …ElementConfigPtr pElementConfig( new ElementConfigContainer( getAttribute( xAttribs, "name" ), nTy… in importElementConfig()479 rtl::OUString ElementConfigContainer::format( SvStream& rStream, sal_Size& nLength ) const in format()
Completed in 19 milliseconds