Lines Matching refs:end
204 loop != maControls.end(); in getControls()
217 loop != maControls.end(); in getIdentifiers()
228 loop != maControls.end(); in getControlForName()
240 loop != maControls.end(); in getControlIdentifier()
254 if ( pos == maControls.end() ) in getControlForIdentifier()
264 DBG_ASSERT( pos != maControls.end(), "UnoControlHolderList::removeControlById: invalid id!" ); in removeControlById()
265 if ( pos == maControls.end() ) in removeControlById()
277 DBG_ASSERT( pos != maControls.end(), "UnoControlHolderList::replaceControlById: invalid id!" ); in replaceControlById()
278 if ( pos == maControls.end() ) in replaceControlById()
302 if ( existent == maControls.end() ) in impl_getFreeIdentifier_throw()
316 for ( ; loop != maControls.end(); ++loop ) in impl_getFreeName_throw()
321 if ( loop == maControls.end() ) in impl_getFreeName_throw()