Lines Matching refs:VCLXTabControl

42 VCLXTabControl::ChildProps::ChildProps( VCLXTabControl::ChildData *pData )  in ChildProps()
49 VCLXTabControl::ChildData::ChildData( uno::Reference< awt::XLayoutConstrains > const& xChild ) in ChildData()
55 VCLXTabControl::ChildData*
56 VCLXTabControl::createChild( uno::Reference< awt::XLayoutConstrains > const& xChild ) in createChild()
61 VCLXTabControl::ChildProps*
62 VCLXTabControl::createChildProps( Box_Base::ChildData *pData ) in createChildProps()
64 return new ChildProps( static_cast<VCLXTabControl::ChildData*> ( pData ) ); in createChildProps()
67 DBG_NAME( VCLXTabControl );
73 VCLXTabControl::VCLXTabControl() in VCLXTabControl() function in layoutimpl::VCLXTabControl
83 DBG_CTOR( VCLXTabControl, NULL ); in VCLXTabControl()
86 VCLXTabControl::~VCLXTabControl() in ~VCLXTabControl()
88 DBG_DTOR( VCLXTabControl, NULL ); in ~VCLXTabControl()
91 IMPLEMENT_2_FORWARD_XINTERFACE2( VCLXTabControl, VCLXWindow, Container, VCLXTabControl_Base );
93 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXTabControl, VCLXWindow, VCLXTabControl_Base );
95 void SAL_CALL VCLXTabControl::dispose( ) throw(uno::RuntimeException) in dispose()
109 void SAL_CALL VCLXTabControl::addTabListener( const Reference< XTabListener >& listener ) throw (un…
115 void SAL_CALL VCLXTabControl::removeTabListener( const Reference< XTabListener >& listener ) throw …
122 TabControl *VCLXTabControl::getTabControl() const throw (uno::RuntimeException) in getTabControl()
130 sal_Int32 SAL_CALL VCLXTabControl::insertTab() throw (uno::RuntimeException) in insertTab()
140 void SAL_CALL VCLXTabControl::removeTab( sal_Int32 ID ) throw (uno::RuntimeException, IndexOutOfBou… in removeTab()
148 void SAL_CALL VCLXTabControl::activateTab( sal_Int32 ID ) throw (uno::RuntimeException, IndexOutOfB… in activateTab()
156 sal_Int32 SAL_CALL VCLXTabControl::getActiveTabID() throw (uno::RuntimeException) in getActiveTabID()
161 void SAL_CALL VCLXTabControl::addTabListener( const uno::Reference< awt::XTabListener >& xListener … in addTabListener()
174 void SAL_CALL VCLXTabControl::removeTabListener( const uno::Reference< awt::XTabListener >& xListen… in removeTabListener()
188 void SAL_CALL VCLXTabControl::setTabProps( sal_Int32 ID, const uno::Sequence< NamedValue >& Propert… in setTabProps()
207 uno::Sequence< NamedValue > SAL_CALL VCLXTabControl::getTabProps( sal_Int32 ID ) in getTabProps()
229 void SAL_CALL VCLXTabControl::draw( sal_Int32 nX, sal_Int32 nY ) throw(uno::RuntimeException) in draw()
250 void VCLXTabControl::AddChild (uno::Reference< awt::XLayoutConstrains > const& xChild) in AddChild()
263 void SAL_CALL VCLXTabControl::addChild( in addChild()
271 void SAL_CALL VCLXTabControl::removeChild( const uno::Reference< awt::XLayoutConstrains > &xChild ) in removeChild()
298 void SAL_CALL VCLXTabControl::allocateArea (awt::Rectangle const &area) in allocateArea()
389 ChildData *child = static_cast<VCLXTabControl::ChildData*> ( *it ); in allocateArea()
423 awt::Size SAL_CALL VCLXTabControl::getMinimumSize() in getMinimumSize()
438 ChildData *child = static_cast<VCLXTabControl::ChildData*> ( *it ); in getMinimumSize()
465 void VCLXTabControl::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent()
526 void SAL_CALL VCLXTabControl::setProperty( const ::rtl::OUString& PropertyName, const uno::Any &Val… in setProperty()
531 uno::Any SAL_CALL VCLXTabControl::getProperty( const ::rtl::OUString& PropertyName ) throw(uno::Run… in getProperty()