Lines Matching refs:SAL_CALL

86     virtual OUString SAL_CALL getImplementationName() throw(RuntimeException);
87 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(RuntimeException);
88 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
91 virtual ::sal_Bool SAL_CALL isUserDefined() throw (RuntimeException);
92 virtual ::sal_Bool SAL_CALL isInUse() throw (RuntimeException);
93 virtual OUString SAL_CALL getParentStyle() throw (RuntimeException);
94 …virtual void SAL_CALL setParentStyle( const OUString& aParentStyle ) throw (NoSuchElementException…
97 virtual OUString SAL_CALL getName() throw (RuntimeException);
98 virtual void SAL_CALL setName( const OUString& aName ) throw (RuntimeException);
101 …virtual Any SAL_CALL getByName( const OUString& aName ) throw(NoSuchElementException, WrappedTarge…
102 virtual Sequence< OUString > SAL_CALL getElementNames() throw(RuntimeException);
103 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw(RuntimeException);
106 virtual ::com::sun::star::uno::Type SAL_CALL getElementType() throw(RuntimeException);
107 virtual sal_Bool SAL_CALL hasElements() throw(RuntimeException);
110 virtual sal_Int32 SAL_CALL getCount() throw(RuntimeException) ;
111 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTargetE…
114 …virtual void SAL_CALL replaceByName( const OUString& aName, const Any& aElement ) throw(IllegalArg…
117 …virtual void SAL_CALL addModifyListener( const Reference< XModifyListener >& aListener ) throw (Ru…
118 …virtual void SAL_CALL removeModifyListener( const Reference< XModifyListener >& aListener ) throw …
121 …virtual void SAL_CALL modified( const ::com::sun::star::lang::EventObject& aEvent ) throw (::com::…
122 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
127 virtual void SAL_CALL disposing();
141 virtual OUString SAL_CALL getImplementationName() throw(RuntimeException);
142 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(RuntimeException);
143 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(RuntimeException);
146 virtual OUString SAL_CALL getName( ) throw (RuntimeException);
147 virtual void SAL_CALL setName( const OUString& aName ) throw (RuntimeException);
150 …virtual Any SAL_CALL getByName( const OUString& aName ) throw(NoSuchElementException, WrappedTarge…
151 virtual Sequence< OUString > SAL_CALL getElementNames() throw(RuntimeException);
152 virtual sal_Bool SAL_CALL hasByName( const OUString& aName ) throw(RuntimeException);
155 virtual Type SAL_CALL getElementType() throw(RuntimeException);
156 virtual sal_Bool SAL_CALL hasElements() throw(RuntimeException);
159 virtual sal_Int32 SAL_CALL getCount() throw(RuntimeException) ;
160 …virtual Any SAL_CALL getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, WrappedTargetE…
163 …virtual void SAL_CALL insertByName( const OUString& aName, const Any& aElement ) throw(IllegalArgu…
164 …virtual void SAL_CALL removeByName( const OUString& Name ) throw(NoSuchElementException, WrappedTa…
167 …virtual void SAL_CALL replaceByName( const OUString& aName, const Any& aElement ) throw(IllegalArg…
170 virtual Reference< XInterface > SAL_CALL createInstance( ) throw(Exception, RuntimeException);
171 …virtual Reference< XInterface > SAL_CALL createInstanceWithArguments( const Sequence< Any >& aArgu…
174 virtual void SAL_CALL dispose( ) throw (RuntimeException);
175 …virtual void SAL_CALL addEventListener( const Reference< XEventListener >& xListener ) throw (Runt…
176 …virtual void SAL_CALL removeEventListener( const Reference< XEventListener >& aListener ) throw (R…
179 virtual Reference<XPropertySetInfo> SAL_CALL getPropertySetInfo() throw (RuntimeException);
180 …virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName, const Any& aValue ) throw (…
181 …virtual Any SAL_CALL getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyExcept…
182 …virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const Reference<XP…
183 …virtual void SAL_CALL removePropertyChangeListener( const OUString& aPropertyName, const Reference…
184 …virtual void SAL_CALL addVetoableChangeListener(const OUString& PropertyName, const Reference<XVet…
185 …virtual void SAL_CALL removeVetoableChangeListener(const OUString& PropertyName,const Reference<XV…
225 OUString SAL_CALL TableDesignStyle::getImplementationName() throw(RuntimeException) in getImplementationName()
232 sal_Bool SAL_CALL TableDesignStyle::supportsService( const OUString& ServiceName ) throw(RuntimeExc… in supportsService()
239 Sequence< OUString > SAL_CALL TableDesignStyle::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
250 sal_Bool SAL_CALL TableDesignStyle::isUserDefined() throw (RuntimeException) in isUserDefined()
257 sal_Bool SAL_CALL TableDesignStyle::isInUse() throw (RuntimeException) in isInUse()
279 OUString SAL_CALL TableDesignStyle::getParentStyle() throw (RuntimeException) in getParentStyle()
286 void SAL_CALL TableDesignStyle::setParentStyle( const OUString& ) throw (NoSuchElementException, Ru… in setParentStyle()
294 OUString SAL_CALL TableDesignStyle::getName() throw (RuntimeException) in getName()
301 void SAL_CALL TableDesignStyle::setName( const OUString& rName ) throw (RuntimeException) in setName()
310 Any SAL_CALL TableDesignStyle::getByName( const OUString& rName ) throw(NoSuchElementException, Wra… in getByName()
325 Sequence< OUString > SAL_CALL TableDesignStyle::getElementNames() throw(RuntimeException) in getElementNames()
342 sal_Bool SAL_CALL TableDesignStyle::hasByName( const OUString& rName ) throw(RuntimeException) in hasByName()
356 Type SAL_CALL TableDesignStyle::getElementType() throw(RuntimeException) in getElementType()
363 sal_Bool SAL_CALL TableDesignStyle::hasElements() throw(RuntimeException) in hasElements()
372 sal_Int32 SAL_CALL TableDesignStyle::getCount() throw(RuntimeException) in getCount()
379 Any SAL_CALL TableDesignStyle::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, Wrapp… in getByIndex()
393 void SAL_CALL TableDesignStyle::replaceByName( const OUString& rName, const Any& aElement ) throw(I… in replaceByName()
433 void SAL_CALL TableDesignStyle::disposing() in disposing()
443 void SAL_CALL TableDesignStyle::addModifyListener( const Reference< XModifyListener >& xListener ) … in addModifyListener()
460 void SAL_CALL TableDesignStyle::removeModifyListener( const Reference< XModifyListener >& xListener… in removeModifyListener()
484 void SAL_CALL TableDesignStyle::modified( const ::com::sun::star::lang::EventObject& ) throw (::com… in modified()
491 void SAL_CALL TableDesignStyle::disposing( const ::com::sun::star::lang::EventObject& ) throw (::co… in disposing()
503 OUString SAL_CALL TableDesignFamily::getImplementationName() throw(RuntimeException) in getImplementationName()
510 sal_Bool SAL_CALL TableDesignFamily::supportsService( const OUString& ServiceName ) throw(RuntimeEx… in supportsService()
517 Sequence< OUString > SAL_CALL TableDesignFamily::getSupportedServiceNames() throw(RuntimeException) in getSupportedServiceNames()
528 OUString SAL_CALL TableDesignFamily::getName() throw (RuntimeException) in getName()
535 void SAL_CALL TableDesignFamily::setName( const OUString& ) throw (RuntimeException) in setName()
543 Any SAL_CALL TableDesignFamily::getByName( const OUString& rName ) throw(NoSuchElementException, Wr… in getByName()
558 Sequence< OUString > SAL_CALL TableDesignFamily::getElementNames() throw(RuntimeException) in getElementNames()
573 sal_Bool SAL_CALL TableDesignFamily::hasByName( const OUString& aName ) throw(RuntimeException) in hasByName()
588 Type SAL_CALL TableDesignFamily::getElementType() throw(RuntimeException) in getElementType()
595 sal_Bool SAL_CALL TableDesignFamily::hasElements() throw(RuntimeException) in hasElements()
606 sal_Int32 SAL_CALL TableDesignFamily::getCount() throw(RuntimeException) in getCount()
615 Any SAL_CALL TableDesignFamily::getByIndex( sal_Int32 Index ) throw(IndexOutOfBoundsException, Wrap… in getByIndex()
629 void SAL_CALL TableDesignFamily::insertByName( const OUString& rName, const Any& rElement ) throw(I… in insertByName()
647 void SAL_CALL TableDesignFamily::removeByName( const OUString& rName ) throw(NoSuchElementException… in removeByName()
668 void SAL_CALL TableDesignFamily::replaceByName( const OUString& rName, const Any& aElement ) throw(… in replaceByName()
693 Reference< XInterface > SAL_CALL TableDesignFamily::createInstance() throw(Exception, RuntimeExcept… in createInstance()
702 Reference< XInterface > SAL_CALL TableDesignFamily::createInstanceWithArguments( const Sequence< An… in createInstanceWithArguments()
711 void SAL_CALL TableDesignFamily::dispose( ) throw (RuntimeException) in dispose()
726 void SAL_CALL TableDesignFamily::addEventListener( const Reference< XEventListener >& ) throw (Run… in addEventListener()
732 void SAL_CALL TableDesignFamily::removeEventListener( const Reference< XEventListener >& ) throw (… in removeEventListener()