Lines Matching refs:pElementConfig
257 …ElementConfigPtr pElementConfig( new ElementConfigContainer( getAttribute( xAttribs, "name" ), nTy… in importElementConfig() local
258 addElement( pElementConfig ); in importElementConfig()
259 return pElementConfig; in importElementConfig()
264 …ElementConfigPtr pElementConfig( new ElementValueConfig( getAttribute( xAttribs, "name" ), getAttr… in importValueElementConfig() local
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()
281 return pElementConfig; in importCaseConfig()