Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx81 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()
[all …]
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx266 static sal_uInt16 ControlMap[] = variable
581 while (ControlMap[i]) in InvalidateAll()
582 SetState(ControlMap[i++]); in InvalidateAll()

Completed in 31 milliseconds