Home
last modified time | relevance | path

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

/aoo42x/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx78 typedef sal_Int32 ControlIdentifier; typedef in UnoControlHolderList
81 typedef ::std::map< ControlIdentifier, ControlInfo > ControlMap;
128 ControlIdentifier
145 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 11 milliseconds