Searched refs:ControlIdentifier (Results 1 – 1 of 1) sorted by relevance
78 typedef sal_Int32 ControlIdentifier; typedef in UnoControlHolderList81 typedef ::std::map< ControlIdentifier, ControlInfo > ControlMap;128 ControlIdentifier145 void removeControlById( ControlIdentifier _nId );164 ControlIdentifier impl_addControl(173 ControlIdentifier impl_getFreeIdentifier_throw();261 void UnoControlHolderList::removeControlById( UnoControlHolderList::ControlIdentifier _nId ) in removeControlById()297 UnoControlHolderList::ControlIdentifier UnoControlHolderList::impl_getFreeIdentifier_throw() in impl_getFreeIdentifier_throw()299 …for ( ControlIdentifier candidateId = 0; candidateId < ::std::numeric_limits< ControlIdentifier >:… in impl_getFreeIdentifier_throw()312 …for ( ControlIdentifier candidateId = 0; candidateId < ::std::numeric_limits< ControlIdentifier >:… in impl_getFreeName_throw()[all …]
Completed in 18 milliseconds