Lines Matching refs:XControl

59 	uno::Reference< awt::XControl > mxControl;
63 UnoControlHolder( const ::rtl::OUString& rName, const uno::Reference< awt::XControl > & rControl ) in UnoControlHolder()
70 inline const uno::Reference< awt::XControl >& getControl() const { return mxControl; } in getControl()
98 …ControlIdentifier addControl( const uno::Reference< awt::XControl >& _rxControl, const ::rtl::OU…
112 size_t getControls( uno::Sequence< uno::Reference< awt::XControl > >& _out_rControls ) const;
122 uno::Reference< awt::XControl >
129 getControlIdentifier( const uno::Reference< awt::XControl >& _rxControl );
139 …bool getControlForIdentifier( ControlIdentifier _nIdentifier, uno::Reference< awt::XControl >& …
153 …void replaceControlById( ControlIdentifier _nId, const uno::Reference< awt::XControl >& _rxNewC…
165 const uno::Reference< awt::XControl >& _rxControl,
193 …Identifier UnoControlHolderList::addControl( const uno::Reference< awt::XControl >& _rxControl, co… in addControl()
199 size_t UnoControlHolderList::getControls( uno::Sequence< uno::Reference< awt::XControl > >& _out_rC… in getControls()
202 uno::Reference< awt::XControl >* pControls = _out_rControls.getArray(); in getControls()
225 uno::Reference< awt::XControl > UnoControlHolderList::getControlForName( const ::rtl::OUString& _rN… in getControlForName()
233 return uno::Reference< awt::XControl >(); in getControlForName()
237 …ier UnoControlHolderList::getControlIdentifier( const uno::Reference< awt::XControl >& _rxControl ) in getControlIdentifier()
251 …ControlHolderList::ControlIdentifier _nIdentifier, uno::Reference< awt::XControl >& _out_rxControl… in getControlForIdentifier()
272 …:replaceControlById( ControlIdentifier _nId, const uno::Reference< awt::XControl >& _rxNewControl ) in replaceControlById()
285 …ifier UnoControlHolderList::impl_addControl( const uno::Reference< awt::XControl >& _rxControl, co… in impl_addControl()
336 uno::Sequence< uno::Reference< awt::XControl > > in implUpdateVisibility()
338 const uno::Reference< awt::XControl >* pCtrls = aCtrls.getConstArray(); in implUpdateVisibility()
343 uno::Reference< awt::XControl > xControl = pCtrls[ n ]; in implUpdateVisibility()
456 uno::Sequence< uno::Reference< awt::XControl > > aCtrls = getControls(); in dispose()
457 uno::Reference< awt::XControl >* pCtrls = aCtrls.getArray(); in dispose()
458 uno::Reference< awt::XControl >* pCtrlsEnd = pCtrls + aCtrls.getLength(); in dispose()
480 uno::Reference< awt::XControl > xControl( _rEvt.Source, uno::UNO_QUERY ); in disposing()
507 uno::Reference< awt::XControl > xControl; in insert()
522 uno::Reference< awt::XControl > xControl; in removeByIdentifier()
536 uno::Reference< awt::XControl > xExistentControl; in replaceByIdentifer()
543 uno::Reference< awt::XControl > xNewControl; in replaceByIdentifer()
574 uno::Reference< awt::XControl > xControl; in getByIdentifier()
612 uno::Sequence< uno::Reference< awt::XControl > > UnoControlContainer::getControls( ) throw(uno::Ru… in getControls()
615 uno::Sequence< uno::Reference< awt::XControl > > aControls; in getControls()
620 uno::Reference< awt::XControl > UnoControlContainer::getControl( const ::rtl::OUString& rName ) thr… in getControl()
626 void UnoControlContainer::addingControl( const uno::Reference< awt::XControl >& _rxControl ) in addingControl()
638 void UnoControlContainer::impl_createControlPeerIfNecessary( const uno::Reference< awt::XControl >&… in impl_createControlPeerIfNecessary()
653 sal_Int32 UnoControlContainer::impl_addControl( const uno::Reference< awt::XControl >& _rxControl, … in impl_addControl()
674 …r::addControl( const ::rtl::OUString& rName, const uno::Reference< awt::XControl >& rControl ) thr… in addControl()
680 void UnoControlContainer::removingControl( const uno::Reference< awt::XControl >& _rxControl ) in removingControl()
689 void UnoControlContainer::impl_removeControl( sal_Int32 _nId, const uno::Reference< awt::XControl >… in impl_removeControl()
693 uno::Reference< awt::XControl > xControl; in impl_removeControl()
712 void UnoControlContainer::removeControl( const uno::Reference< awt::XControl >& _rxControl ) throw(… in removeControl()
804 uno::Sequence< uno::Reference< awt::XControl > > aCtrls = getControls(); in createPeer()