Home
last modified time | relevance | path

Searched refs:pElementConfig (Results 1 – 1 of 1) sorted by path

/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx257 …ElementConfigPtr pElementConfig( new ElementConfigContainer( getAttribute( xAttribs, "name" ), nTy… in importElementConfig() local
258 addElement( pElementConfig ); in importElementConfig()
259 return pElementConfig; in importElementConfig()
265 addElement( pElementConfig ); in importValueElementConfig()
266 return pElementConfig; in importValueElementConfig()
272 ElementConfigPtr pElementConfig( new SwitchElementConfig( nType ) ); in importSwitchConfig() local
273 addElement( pElementConfig ); in importSwitchConfig()
274 return pElementConfig; in importSwitchConfig()
279 ElementConfigPtr pElementConfig( new CaseElementConfig( getAttribute( xAttribs, "value" ) ) ); in importCaseConfig() local
280 addElement( pElementConfig ); in importCaseConfig()
[all …]

Completed in 13 milliseconds