Home
last modified time | relevance | path

Searched refs:ElementConfigContainer (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/workben/msview/
H A Dxmlconfig.hxx73 class ElementConfigContainer : public ElementConfig class
76 ElementConfigContainer() : ElementConfig( ETC_CONTAINER ) {} in ElementConfigContainer() function in ElementConfigContainer
77ElementConfigContainer( const ::rtl::OUString& rName, ElementConfigType rType ) : ElementConfig( r… in ElementConfigContainer() function in ElementConfigContainer
78 ElementConfigContainer( const ::rtl::OUString& rName ) : ElementConfig( rName, ETC_CONTAINER ) {} in ElementConfigContainer() function in ElementConfigContainer
79 ElementConfigContainer( ElementConfigType rType ) : ElementConfig( rType ) {} in ElementConfigContainer() function in ElementConfigContainer
91 class CaseElementConfig : public ElementConfigContainer
104 class SwitchElementConfig : public ElementConfigContainer
107 SwitchElementConfig( ElementConfigType rType ) : ElementConfigContainer( rType ) {} in SwitchElementConfig()
114 class AtomConfig : public ElementConfigContainer
117 …AtomConfig( const ::rtl::OUString& rName, bool bIsContainer ) : ElementConfigContainer( rName ), m… in AtomConfig()
H A Dxmlconfig.cxx130ElementConfigContainer* 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 15 milliseconds