Searched refs:_nIdentifier (Results 1 – 1 of 1) sorted by relevance
139 …bool getControlForIdentifier( ControlIdentifier _nIdentifier, uno::Reference< awt::XControl >& …251 …ist::getControlForIdentifier( UnoControlHolderList::ControlIdentifier _nIdentifier, uno::Reference… in getControlForIdentifier() argument253 ControlMap::const_iterator pos = maControls.find( _nIdentifier ); in getControlForIdentifier()518 void SAL_CALL UnoControlContainer::removeByIdentifier( ::sal_Int32 _nIdentifier ) throw (container:… in removeByIdentifier() argument523 if ( !mpControls->getControlForIdentifier( _nIdentifier, xControl ) ) in removeByIdentifier()529 impl_removeControl( _nIdentifier, xControl, NULL ); in removeByIdentifier()537 if ( !mpControls->getControlForIdentifier( _nIdentifier, xExistentControl ) ) in replaceByIdentifer()553 mpControls->replaceControlById( _nIdentifier, xNewControl ); in replaceByIdentifer()563 aEvent.Accessor <<= _nIdentifier; in replaceByIdentifer()570 uno::Any SAL_CALL UnoControlContainer::getByIdentifier( ::sal_Int32 _nIdentifier ) throw (container… in getByIdentifier() argument[all …]
Completed in 14 milliseconds