Lines Matching refs:UnoControlContainer

411 UnoControlContainer::UnoControlContainer( const ::com::sun::star::uno::Reference< ::com::sun::star:…  in UnoControlContainer()  function in UnoControlContainer
418 UnoControlContainer::UnoControlContainer( const uno::Reference< lang::XMultiServiceFactory >& i_fac… in UnoControlContainer() function in UnoControlContainer
427 UnoControlContainer::~UnoControlContainer() in ~UnoControlContainer()
432 void UnoControlContainer::ImplActivateTabControllers() in ImplActivateTabControllers()
443 void UnoControlContainer::dispose( ) throw(uno::RuntimeException) in dispose()
476 void UnoControlContainer::disposing( const lang::EventObject& _rEvt ) throw(uno::RuntimeException) in disposing()
488 void UnoControlContainer::addContainerListener( const uno::Reference< container::XContainerListener… in addContainerListener()
495 void UnoControlContainer::removeContainerListener( const uno::Reference< container::XContainerListe… in removeContainerListener()
503 ::sal_Int32 SAL_CALL UnoControlContainer::insert( const uno::Any& _rElement ) throw (lang::IllegalA… in insert()
518 void SAL_CALL UnoControlContainer::removeByIdentifier( ::sal_Int32 _nIdentifier ) throw (container:… in removeByIdentifier()
532 void SAL_CALL UnoControlContainer::replaceByIdentifer( ::sal_Int32 _nIdentifier, const uno::Any& _r… in replaceByIdentifer()
570 uno::Any SAL_CALL UnoControlContainer::getByIdentifier( ::sal_Int32 _nIdentifier ) throw (container… in getByIdentifier()
580 uno::Sequence< ::sal_Int32 > SAL_CALL UnoControlContainer::getIdentifiers( ) throw (uno::RuntimeEx… in getIdentifiers()
590 uno::Type SAL_CALL UnoControlContainer::getElementType( ) throw (uno::RuntimeException) in getElementType()
595 ::sal_Bool SAL_CALL UnoControlContainer::hasElements( ) throw (uno::RuntimeException) in hasElements()
602 void UnoControlContainer::setStatusText( const ::rtl::OUString& rStatusText ) throw(uno::RuntimeExc… in setStatusText()
612 uno::Sequence< uno::Reference< awt::XControl > > UnoControlContainer::getControls( ) throw(uno::Ru… 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 void UnoControlContainer::addControl( const ::rtl::OUString& rName, const uno::Reference< awt::XCon… 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()
712 void UnoControlContainer::removeControl( const uno::Reference< awt::XControl >& _rxControl ) throw(… in removeControl()
727 void UnoControlContainer::setTabControllers( const uno::Sequence< uno::Reference< awt::XTabControll… in setTabControllers()
734 uno::Sequence< uno::Reference< awt::XTabController > > UnoControlContainer::getTabControllers( ) t… in getTabControllers()
741 void UnoControlContainer::addTabController( const uno::Reference< awt::XTabController >& TabControl… in addTabController()
750 void UnoControlContainer::removeTabController( const uno::Reference< awt::XTabController >& TabCont… in removeTabController()
767 void UnoControlContainer::createPeer( const uno::Reference< awt::XToolkit >& rxToolkit, const uno::… in createPeer()
823 void UnoControlContainer::setVisible( sal_Bool bVisible ) throw(uno::RuntimeException) in setVisible()