Home
last modified time | relevance | path

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

/aoo42x/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx139 …bool getControlForIdentifier( ControlIdentifier _nIdentifier, uno::Reference< awt::XControl >& …
251 …ist::getControlForIdentifier( UnoControlHolderList::ControlIdentifier _nIdentifier, uno::Reference… in getControlForIdentifier() argument
253 ControlMap::const_iterator pos = maControls.find( _nIdentifier ); in getControlForIdentifier()
518 void SAL_CALL UnoControlContainer::removeByIdentifier( ::sal_Int32 _nIdentifier ) throw (container:… in removeByIdentifier() argument
523 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 24 milliseconds