Home
last modified time | relevance | path

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

/aoo42x/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx299 …for ( ControlIdentifier candidateId = 0; candidateId < ::std::numeric_limits< ControlIdentifier >:… in impl_getFreeIdentifier_throw() local
301 ControlMap::const_iterator existent = maControls.find( candidateId ); in impl_getFreeIdentifier_throw()
303 return candidateId; in impl_getFreeIdentifier_throw()
312 …for ( ControlIdentifier candidateId = 0; candidateId < ::std::numeric_limits< ControlIdentifier >:… in impl_getFreeName_throw() local
314 ::rtl::OUString candidateName( name + ::rtl::OUString::valueOf( candidateId ) ); in impl_getFreeName_throw()

Completed in 19 milliseconds