Lines Matching refs:BaseContainerControl
57 BaseContainerControl::BaseContainerControl( const Reference< XMultiServiceFactory >& xFactory ) in BaseContainerControl() function in unocontrols::BaseContainerControl
65 BaseContainerControl::~BaseContainerControl() in ~BaseContainerControl()
74 Any SAL_CALL BaseContainerControl::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()
99 Sequence< Type > SAL_CALL BaseContainerControl::getTypes() throw( RuntimeException ) in getTypes()
131 Any SAL_CALL BaseContainerControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation()
158 void SAL_CALL BaseContainerControl::createPeer( const Reference< XToolkit >& xToolkit , in createPeer()
191 sal_Bool SAL_CALL BaseContainerControl::setModel( const Reference< XControlModel >& ) throw( Runtim… in setModel()
201 Reference< XControlModel > SAL_CALL BaseContainerControl::getModel() throw( RuntimeException ) in getModel()
212 void SAL_CALL BaseContainerControl::dispose() throw( RuntimeException ) in dispose()
254 void SAL_CALL BaseContainerControl::disposing( const EventObject& rEvent ) throw( RuntimeException ) in disposing()
266 void SAL_CALL BaseContainerControl::addControl ( const OUString& rName, const Reference< XControl >… in addControl()
325 void SAL_CALL BaseContainerControl::addContainerListener ( const Reference< XContainerListener > & … in addContainerListener()
337 void SAL_CALL BaseContainerControl::removeControl ( const Reference< XControl > & rControl ) throw(… in removeControl()
388 void SAL_CALL BaseContainerControl::removeContainerListener ( const Reference< XContainerListener >… in removeContainerListener()
400 void SAL_CALL BaseContainerControl::setStatusText ( const OUString& rStatusText ) throw( RuntimeExc… in setStatusText()
415 Reference< XControl > SAL_CALL BaseContainerControl::getControl ( const OUString& rName ) throw( Ru… in getControl()
444 Sequence< Reference< XControl > > SAL_CALL BaseContainerControl::getControls () throw( RuntimeExcep… in getControls()
469 void SAL_CALL BaseContainerControl::addTabController ( const Reference< XTabController > & rTabCont… in addTabController()
495 void SAL_CALL BaseContainerControl::removeTabController ( const Reference< XTabController > & rTabC… in removeTabController()
519 void SAL_CALL BaseContainerControl::setTabControllers ( const Sequence< Reference< XTabController >… in setTabControllers()
527 Sequence<Reference< XTabController > > SAL_CALL BaseContainerControl::getTabControllers () throw( R… in getTabControllers()
539 void SAL_CALL BaseContainerControl::setVisible ( sal_Bool bVisible ) throw( RuntimeException ) in setVisible()
556 WindowDescriptor* BaseContainerControl::impl_getWindowDescriptor ( const Reference< XWindowPeer > &… in impl_getWindowDescriptor()
578 void BaseContainerControl::impl_paint ( sal_Int32 /*nX*/, sal_Int32 /*nY*/, const Reference< XGraph… in impl_paint()
597 void BaseContainerControl::impl_activateTabControllers () in impl_activateTabControllers()
616 void BaseContainerControl::impl_cleanMemory () in impl_cleanMemory()