Lines Matching refs:ControlModelContainerBase

132 struct FindControlModel : public ::std::unary_function< ControlModelContainerBase::UnoControlModelH…
140 bool operator()( const ControlModelContainerBase::UnoControlModelHolder& _rCompare ) in operator ()()
148 struct CloneControlModel : public ::std::unary_function< ControlModelContainerBase::UnoControlModel…
151 ControlModelContainerBase::UnoControlModelHolderList& m_rTargetList;
154 CloneControlModel( ControlModelContainerBase::UnoControlModelHolderList& _rTargetList ) in CloneControlModel()
159 void operator()( const ControlModelContainerBase::UnoControlModelHolder& _rSource ) in operator ()()
165 …m_rTargetList.push_back( ControlModelContainerBase::UnoControlModelHolder( xClone, _rSource.second… in operator ()()
171 struct CompareControlModel : public ::std::unary_function< ControlModelContainerBase::UnoControlMod…
178 bool operator()( const ControlModelContainerBase::UnoControlModelHolder& _rCompare ) in operator ()()
219 ControlModelContainerBase::ControlModelContainerBase( const Reference< XMultiServiceFactory >& i_fa… in ControlModelContainerBase() function in ControlModelContainerBase
228 ControlModelContainerBase::ControlModelContainerBase( const ControlModelContainerBase& rModel ) in ControlModelContainerBase() function in ControlModelContainerBase
236 ControlModelContainerBase::~ControlModelContainerBase() in ~ControlModelContainerBase()
242 Any ControlModelContainerBase::ImplGetDefaultValue( sal_uInt16 nPropId ) const in ImplGetDefaultValue()
258 ::cppu::IPropertyArrayHelper& ControlModelContainerBase::getInfoHelper() in getInfoHelper()
269 void SAL_CALL ControlModelContainerBase::dispose( ) throw(RuntimeException) in dispose()
306 Reference< XPropertySetInfo > ControlModelContainerBase::getPropertySetInfo( ) throw(RuntimeExcept… in getPropertySetInfo()
311 void ControlModelContainerBase::Clone_Impl(ControlModelContainerBase& _rClone) const in Clone_Impl()
319 UnoControlModel* ControlModelContainerBase::Clone() const in Clone()
322 ControlModelContainerBase* pClone = new ControlModelContainerBase( *this ); in Clone()
328 ControlModelContainerBase::UnoControlModelHolderList::iterator ControlModelContainerBase::ImplFindE… in ImplFindElement()
334 Reference< XInterface > ControlModelContainerBase::createInstance( const ::rtl::OUString& aServiceS… in createInstance()
419 Reference< XInterface > ControlModelContainerBase::createInstanceWithArguments( const ::rtl::OUStri… in createInstanceWithArguments()
428 Sequence< ::rtl::OUString > ControlModelContainerBase::getAvailableServiceNames() throw(RuntimeExce… in getAvailableServiceNames()
464 void ControlModelContainerBase::addContainerListener( const Reference< XContainerListener >& l ) th… in addContainerListener()
469 void ControlModelContainerBase::removeContainerListener( const Reference< XContainerListener >& l )… in removeContainerListener()
475 Type ControlModelContainerBase::getElementType() throw(RuntimeException) in getElementType()
481 sal_Bool ControlModelContainerBase::hasElements() throw(RuntimeException) in hasElements()
487 void ControlModelContainerBase::replaceByName( const ::rtl::OUString& aName, const Any& aElement ) … in replaceByName()
520 Any ControlModelContainerBase::getByName( const ::rtl::OUString& aName ) throw(NoSuchElementExcepti… in getByName()
529 Sequence< ::rtl::OUString > ControlModelContainerBase::getElementNames() throw(RuntimeException) in getElementNames()
542 sal_Bool ControlModelContainerBase::hasByName( const ::rtl::OUString& aName ) throw(RuntimeExceptio… in hasByName()
547 void ControlModelContainerBase::insertByName( const ::rtl::OUString& aName, const Any& aElement ) t… in insertByName()
600 void ControlModelContainerBase::removeByName( const ::rtl::OUString& aName ) throw(NoSuchElementExc… in removeByName()
631 sal_Bool SAL_CALL ControlModelContainerBase::getGroupControl( ) throw (RuntimeException) in getGroupControl()
637 void SAL_CALL ControlModelContainerBase::setGroupControl( sal_Bool ) throw (RuntimeException) in setGroupControl()
643 void SAL_CALL ControlModelContainerBase::setControlModels( const Sequence< Reference< XControlModel… in setControlModels()
680 Sequence< Reference< XControlModel > > SAL_CALL ControlModelContainerBase::getControlModels( ) thr… in getControlModels()
728 void SAL_CALL ControlModelContainerBase::setGroup( const Sequence< Reference< XControlModel > >&, c… in setGroup()
738 void SAL_CALL ControlModelContainerBase::initialize (const Sequence<Any>& rArguments) throw (com::s… in initialize()
750 ::sal_Int16 SAL_CALL ControlModelContainerBase::getTabPageID() throw (::com::sun::star::uno::Runtim… in getTabPageID()
754 ::sal_Bool SAL_CALL ControlModelContainerBase::getEnabled() throw (::com::sun::star::uno::RuntimeEx… in getEnabled()
758 void SAL_CALL ControlModelContainerBase::setEnabled( ::sal_Bool _enabled ) throw (::com::sun::star:… in setEnabled()
762 ::rtl::OUString SAL_CALL ControlModelContainerBase::getTitle() throw (::com::sun::star::uno::Runtim… in getTitle()
770 void SAL_CALL ControlModelContainerBase::setTitle( const ::rtl::OUString& _title ) throw (::com::su… in setTitle()
776 ::rtl::OUString SAL_CALL ControlModelContainerBase::getImageURL() throw (::com::sun::star::uno::Run… in getImageURL()
780 void SAL_CALL ControlModelContainerBase::setImageURL( const ::rtl::OUString& _imageurl ) throw (::c… in setImageURL()
784 ::rtl::OUString SAL_CALL ControlModelContainerBase::getToolTip() throw (::com::sun::star::uno::Runt… in getToolTip()
788 void SAL_CALL ControlModelContainerBase::setToolTip( const ::rtl::OUString& _tooltip ) throw (::com… in setToolTip()
820 sal_Int32 SAL_CALL ControlModelContainerBase::getGroupCount( ) throw (RuntimeException) in getGroupCount()
830 void SAL_CALL ControlModelContainerBase::getGroup( sal_Int32 _nGroup, Sequence< Reference< XControl… in getGroup()
854 void SAL_CALL ControlModelContainerBase::getGroupByName( const ::rtl::OUString& _rName, Sequence< R… in getGroupByName()
863 void SAL_CALL ControlModelContainerBase::addChangesListener( const Reference< XChangesListener >& _… in addChangesListener()
869 void SAL_CALL ControlModelContainerBase::removeChangesListener( const Reference< XChangesListener >… in removeChangesListener()
875 void ControlModelContainerBase::implNotifyTabModelChange( const ::rtl::OUString& _rAccessor ) in implNotifyTabModelChange()
898 void ControlModelContainerBase::implUpdateGroupStructure() in implUpdateGroupStructure()
1034 void SAL_CALL ControlModelContainerBase::propertyChange( const PropertyChangeEvent& _rEvent ) throw… in propertyChange()
1060 void SAL_CALL ControlModelContainerBase::disposing( const EventObject& /*rEvent*/ ) throw (RuntimeE… in disposing()
1065 void ControlModelContainerBase::startControlListening( const Reference< XControlModel >& _rxChildMo… in startControlListening()
1079 void ControlModelContainerBase::stopControlListening( const Reference< XControlModel >& _rxChildMod… in stopControlListening()