Home
last modified time | relevance | path

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

/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx78 void addElement( ElementConfigPtr& rElementConfig ) throw ( SAXException );
81ElementConfigPtr importAtomConfig( const Reference< XAttributeList > & xAttribs, bool bIsContainer…
82ElementConfigPtr importElementConfig( const Reference< XAttributeList > & xAttribs ) throw( SAXExc…
83ElementConfigPtr importSwitchConfig( const Reference< XAttributeList > & xAttribs ) throw( SAXExce…
84ElementConfigPtr importCaseConfig( const Reference< XAttributeList > & xAttribs ) throw( SAXExcept…
85ElementConfigPtr importValueElementConfig( const Reference< XAttributeList > & xAttribs ) throw( S…
87 std::stack< ElementConfigPtr > maElementStack;
128 void ConfigHandler::addElement( ElementConfigPtr& rElementConfig ) throw ( SAXException ) in addElement()
168 ElementConfigPtr pElement; in startElement()
244 ElementConfigPtr ConfigHandler::importAtomConfig( const Reference< XAttributeList > & xAttribs, boo… in importAtomConfig()
[all …]
H A Dxmlconfig.hxx55 typedef boost::shared_ptr< ElementConfig > ElementConfigPtr; typedef
56 typedef std::list< ElementConfigPtr > ElementConfigList;
83 void addElementConfig( ElementConfigPtr p ) { maElementConfigList.push_back( p ); } in addElementConfig()
125 typedef std::map< UINT16, ElementConfigPtr > AtomConfigMap;