Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx78 typedef sal_Int32 ControlIdentifier; typedef in UnoControlHolderList
81 typedef ::std::map< ControlIdentifier, ControlInfo > ControlMap;
98ControlIdentifier addControl( const uno::Reference< awt::XControl >& _rxControl, const ::rtl::OU…
128 ControlIdentifier
139 …bool getControlForIdentifier( ControlIdentifier _nIdentifier, uno::Reference< awt::XControl >& …
145 void removeControlById( ControlIdentifier _nId );
153 …void replaceControlById( ControlIdentifier _nId, const uno::Reference< awt::XControl >& _rxNewC…
164 ControlIdentifier impl_addControl(
173 ControlIdentifier impl_getFreeIdentifier_throw();
193 UnoControlHolderList::ControlIdentifier UnoControlHolderList::addControl( const uno::Reference< awt… in addControl()
[all …]