Lines Matching refs:ControlMap
81 typedef ::std::map< ControlIdentifier, ControlInfo > ControlMap; typedef in UnoControlHolderList
84 ControlMap maControls;
203 for ( ControlMap::const_iterator loop = maControls.begin(); in getControls()
216 for ( ControlMap::const_iterator loop = maControls.begin(); in getIdentifiers()
227 for ( ControlMap::const_iterator loop = maControls.begin(); in getControlForName()
239 for ( ControlMap::iterator loop = maControls.begin(); in getControlIdentifier()
253 ControlMap::const_iterator pos = maControls.find( _nIdentifier ); in getControlForIdentifier()
263 ControlMap::iterator pos = maControls.find( _nId ); in removeControlById()
276 ControlMap::iterator pos = maControls.find( _nId ); in replaceControlById()
301 ControlMap::const_iterator existent = maControls.find( candidateId ); in impl_getFreeIdentifier_throw()
315 ControlMap::const_iterator loop = maControls.begin(); in impl_getFreeName_throw()