Home
last modified time | relevance | path

Searched refs:SAL_THROW (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/aoo41x/main/cppu/inc/com/sun/star/uno/
H A DAny.h69 inline Any() SAL_THROW( () );
84 inline Any( const Any & rAny ) SAL_THROW( () );
109 inline ~Any() SAL_THROW( () );
122 inline const Type & SAL_CALL getValueType() const SAL_THROW( () ) in getValueType()
156 inline sal_Bool SAL_CALL hasValue() const SAL_THROW( () ) in hasValue()
163 inline const void * SAL_CALL getValue() const SAL_THROW( () ) in getValue()
209 inline void SAL_CALL clear() SAL_THROW( () );
266 inline Any SAL_CALL makeAny( const C & value ) SAL_THROW( () );
286 SAL_THROW( () );
331 SAL_THROW( () );
[all …]
H A DReference.h72 SAL_THROW( (RuntimeException) );
82 SAL_THROW( (RuntimeException) );
90 inline XInterface * SAL_CALL get() const SAL_THROW( () ) in get()
97 inline sal_Bool SAL_CALL is() const SAL_THROW( () ) in is()
186 SAL_THROW( (RuntimeException) );
195 SAL_THROW( (RuntimeException) );
202 SAL_THROW( (RuntimeException) );
252 inline ~Reference() SAL_THROW( () );
256 inline Reference() SAL_THROW( () );
365 inline interface_type * SAL_CALL get() const SAL_THROW( () ) in get()
[all …]
H A DType.h71 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in operator new()
85 inline Type() SAL_THROW( () );
105 inline Type( typelib_TypeDescriptionReference * pType ) SAL_THROW( () );
126 inline Type( const Type & rType ) SAL_THROW( () );
130 inline ~Type() SAL_THROW( () )
138 inline Type & SAL_CALL operator = ( const Type & rType ) SAL_THROW( () );
144 inline TypeClass SAL_CALL getTypeClass() const SAL_THROW( () ) in getTypeClass()
151 inline ::rtl::OUString SAL_CALL getTypeName() const SAL_THROW( () );
263 bool const * ) SAL_THROW( () );
438 getCppuType() SAL_THROW(());
[all …]
H A DReference.hxx45 SAL_THROW( (RuntimeException) ) in iquery()
62 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in iquery()
76 SAL_THROW( (RuntimeException) ) in iquery_throw()
88 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in iquery_throw()
96 interface_type * pInterface ) SAL_THROW( (RuntimeException) ) in iset_throw()
222 interface_type * pInterface ) SAL_THROW( () ) in set()
254 const Reference< interface_type > & rRef ) SAL_THROW( () ) in set()
333 interface_type * pInterface ) SAL_THROW( () ) in operator =()
341 const Reference< interface_type > & rRef ) SAL_THROW( () ) in operator =()
358 XInterface * pInterface ) SAL_THROW( (RuntimeException) ) in query()
[all …]
H A DAny.hxx43 inline Any::Any() SAL_THROW( () ) in Any()
67 inline Any::Any( const Any & rAny ) SAL_THROW( () ) in Any()
91 inline Any::~Any() SAL_THROW( () ) in ~Any()
97 inline Any & Any::operator = ( const Any & rAny ) SAL_THROW( () ) in operator =()
108 inline ::rtl::OUString Any::getValueTypeName() const SAL_THROW( () ) in getValueTypeName()
134 inline void Any::clear() SAL_THROW( () ) in clear()
180 inline Any SAL_CALL makeAny( const C & value ) SAL_THROW( () ) in makeAny()
188 inline Any SAL_CALL makeAny( bool const & value ) SAL_THROW( () ) in makeAny()
207 SAL_THROW( () ) in operator <<=()
248 SAL_THROW( () ) in operator >>=()
[all …]
H A DType.hxx40 inline Type::Type() SAL_THROW( () ) in Type()
53 inline Type::Type( TypeClass eTypeClass, const sal_Char * pTypeName ) SAL_THROW( () ) in Type()
59 inline Type::Type( typelib_TypeDescriptionReference * pType ) SAL_THROW( () ) in Type()
75 inline Type::Type( const Type & rType ) SAL_THROW( () ) in Type()
81 inline ::rtl::OUString Type::getTypeName() const SAL_THROW( () ) in getTypeName()
86 inline Type & Type::operator = ( const Type & rType ) SAL_THROW( () ) in operator =()
106 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuVoidType() SAL_THROW( () ) in getCppuVoidType()
110 inline const ::com::sun::star::uno::Type & SAL_CALL getVoidCppuType() SAL_THROW( () ) in getVoidCppuType()
129 bool const * ) SAL_THROW( () ) in getCppuType()
311 inline const ::com::sun::star::uno::Type & SAL_CALL getCppuType() SAL_THROW(()) in getCppuType()
[all …]
H A DSequence.h69 SAL_THROW( () ) in operator new()
73 SAL_THROW( () ) in operator delete()
77 SAL_THROW( () ) in operator new()
81 SAL_THROW( () ) in operator delete()
111 SAL_THROW( () );
138 SAL_THROW( () );
194 SAL_THROW( () );
202 SAL_THROW( () );
210 SAL_THROW( () );
257 SAL_THROW( () );
[all …]
/aoo41x/main/sal/inc/rtl/
H A Dustring.hxx90 OUString() SAL_THROW(())
112 OUString( rtl_uString * str ) SAL_THROW(())
226 ~OUString() SAL_THROW(())
746 sal_Int32 hashCode() const SAL_THROW(()) in hashCode()
848 SAL_THROW(()) in indexOfAsciiL()
919 SAL_THROW(()) in lastIndexOfAsciiL()
1077 OUString trim() const SAL_THROW(()) in trim()
1123 sal_Bool toBoolean() const SAL_THROW(()) in toBoolean()
1134 sal_Unicode toChar() const SAL_THROW(()) in toChar()
1175 float toFloat() const SAL_THROW(()) in toFloat()
[all …]
H A Dstring.hxx89 OString() SAL_THROW(())
100 OString( const OString & str ) SAL_THROW(())
111 OString( rtl_String * str ) SAL_THROW(())
133 OString( const sal_Char * value ) SAL_THROW(())
185 ~OString() SAL_THROW(())
436 sal_Int32 hashCode() const SAL_THROW(()) in hashCode()
709 OString trim() const SAL_THROW(()) in trim()
755 sal_Bool toBoolean() const SAL_THROW(()) in toBoolean()
766 sal_Char toChar() const SAL_THROW(()) in toChar()
807 float toFloat() const SAL_THROW(()) in toFloat()
[all …]
H A Dbyteseq.h171 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in operator new()
174 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
180 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
185 inline ByteSequence() SAL_THROW( () );
190 inline ByteSequence( const ByteSequence & rSeq ) SAL_THROW( () );
195 inline ByteSequence( sal_Sequence *pSequence ) SAL_THROW( () );
226 inline ~ByteSequence() SAL_THROW( () );
239 inline sal_Int32 SAL_CALL getLength() const SAL_THROW( () ) in getLength()
247 inline const sal_Int8 * SAL_CALL getConstArray() const SAL_THROW( () ) in getConstArray()
306 inline sal_Sequence * SAL_CALL getHandle() const SAL_THROW( () ) in getHandle()
[all …]
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h84 ~OInterfaceIteratorHelper() SAL_THROW( () );
100 void SAL_CALL remove() SAL_THROW( () );
191 void SAL_CALL clear() SAL_THROW( () );
251 void copyAndResetInUse() SAL_THROW( () );
368 SAL_THROW( () );
383 SAL_THROW( () );
462 SAL_THROW( () ) in addListener()
477 SAL_THROW( () ) in removeListener()
572 SAL_THROW( () );
587 SAL_THROW( () );
[all …]
H A Dpropshlp.hxx131 SAL_THROW( () );
142 SAL_THROW( () );
147 sal_Int32 SAL_CALL getCount() const SAL_THROW( () );
199 void init( sal_Bool bSorted ) SAL_THROW( () );
253 ~OMultiTypeInterfaceContainerHelperInt32() SAL_THROW( () );
277 SAL_THROW( () );
289 SAL_THROW( () );
299 void SAL_CALL clear() SAL_THROW( () );
422 void SAL_CALL disposing() SAL_THROW( () );
537 SAL_THROW( (::com::sun::star::uno::Exception) );
[all …]
H A Dtypeprovider.hxx57 SAL_THROW( () )
63 SAL_THROW( () );
68 SAL_THROW( () );
74 SAL_THROW( () );
81 SAL_THROW( () );
89 SAL_THROW( () );
98 SAL_THROW( () );
108 SAL_THROW( () );
119 SAL_THROW( () );
131 SAL_THROW( () );
[all …]
/aoo41x/main/store/inc/store/
H A Dstore.hxx44 inline OStoreStream (void) SAL_THROW(())
50 inline ~OStoreStream (void) SAL_THROW(())
121 inline void close (void) SAL_THROW(()) in close()
137 sal_uInt32 & rnDone) SAL_THROW(()) in readAt()
152 sal_uInt32 & rnDone) SAL_THROW(()) in writeAt()
209 inline OStoreDirectory (void) SAL_THROW(())
215 inline ~OStoreDirectory (void) SAL_THROW(())
286 inline void close (void) SAL_THROW(()) in close()
372 inline OStoreFile (void) SAL_THROW(())
378 inline ~OStoreFile (void) SAL_THROW(())
[all …]
/aoo41x/main/cppu/inc/uno/
H A Denvironment.hxx82 inline Environment( uno_Environment * pEnv = 0 ) SAL_THROW( () );
97 inline Environment( const Environment & rEnv ) SAL_THROW( () );
101 inline ~Environment() SAL_THROW( () );
121 inline uno_Environment * SAL_CALL get() const SAL_THROW( () ) in get()
135 inline void * SAL_CALL getContext() const SAL_THROW( () ) in getContext()
142 inline sal_Bool SAL_CALL is() const SAL_THROW( () ) in is()
147 inline void SAL_CALL clear() SAL_THROW( () );
169 inline void SAL_CALL enter() const SAL_THROW( () );
199 inline Environment::~Environment() SAL_THROW( () ) in ~Environment()
205 inline void Environment::clear() SAL_THROW( () ) in clear()
[all …]
H A Dmapping.hxx81 SAL_THROW( () );
92 SAL_THROW( () );
103 SAL_THROW( () );
119 inline ~Mapping() SAL_THROW( () );
206 SAL_THROW( () ) in Mapping()
214 SAL_THROW( () ) in Mapping()
222 SAL_THROW( () ) in Mapping()
242 inline Mapping::~Mapping() SAL_THROW( () ) in ~Mapping()
269 SAL_THROW( () ) in mapInterface()
282 SAL_THROW( () ) in mapInterface()
[all …]
/aoo41x/main/cppu/inc/typelib/
H A Dtypedescription.hxx57 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in operator new()
60 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
88 inline TypeDescription( const TypeDescription & rDescr ) SAL_THROW( () );
93 inline TypeDescription( rtl_uString * pTypeName ) SAL_THROW( () );
98 inline TypeDescription( const ::rtl::OUString & rTypeName ) SAL_THROW( () );
101 inline ~TypeDescription() SAL_THROW( () );
133 inline void SAL_CALL makeComplete() const SAL_THROW( () );
139 inline typelib_TypeDescription * SAL_CALL get() const SAL_THROW( () ) in get()
145 inline sal_Bool SAL_CALL is() const SAL_THROW( () ) in is()
189 inline TypeDescription::~TypeDescription() SAL_THROW( () ) in ~TypeDescription()
[all …]
/aoo41x/main/extensions/source/abpilot/
H A Ddatasourcehandling.hxx65 void getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( ));
98 ODataSource createNewOE( const ::rtl::OUString& _rName ) SAL_THROW (( ));
140 sal_Bool isValid() const SAL_THROW (( ));
144 void remove() SAL_THROW (( ));
149 getName() const SAL_THROW (( ));
152 sal_Bool rename( const ::rtl::OUString& _rName ) SAL_THROW (( ));
164 sal_Bool connect( Window* _pMessageParent ) SAL_THROW (( ));
167 sal_Bool isConnected( ) const SAL_THROW (( ));
170 void disconnect( ) SAL_THROW (( ));
173 void store() SAL_THROW (( ));
[all …]
H A Ddatasourcehandling.cxx120 const sal_Char* _pInitialAsciiURL ) SAL_THROW (( )) in lcl_implCreateAndSetURL()
374 void ODataSource::store() SAL_THROW (( )) in store()
427 void ODataSource::remove() SAL_THROW (( )) in remove()
445 sal_Bool ODataSource::rename( const ::rtl::OUString& _rName ) SAL_THROW (( )) in rename()
456 ::rtl::OUString ODataSource::getName() const SAL_THROW (( )) in getName()
474 const StringBag& ODataSource::getTableNames() const SAL_THROW (( )) in getTableNames()
514 sal_Bool ODataSource::connect( Window* _pMessageParent ) SAL_THROW (( )) in connect()
606 void ODataSource::disconnect( ) SAL_THROW (( )) in disconnect()
614 sal_Bool ODataSource::isConnected( ) const SAL_THROW (( )) in isConnected()
620 sal_Bool ODataSource::isValid() const SAL_THROW (( )) in isValid()
[all …]
/aoo41x/main/uui/source/
H A Diahndl.hxx106 SAL_THROW(());
110 SAL_THROW(());
112 ~UUIInteractionHelper() SAL_THROW(());
118 SAL_THROW((com::sun::star::uno::RuntimeException));
124 SAL_THROW((com::sun::star::uno::RuntimeException));
140 SAL_THROW((com::sun::star::uno::RuntimeException));
149 SAL_THROW((com::sun::star::uno::RuntimeException));
156 SAL_THROW(());
160 SAL_THROW(());
164 SAL_THROW(());
[all …]
/aoo41x/main/xmlscript/source/xmldlg_imexp/
H A Dexp_share.hxx76 ~StyleBag() SAL_THROW( () );
95 SAL_THROW( () ) in ElementDescriptor()
102 SAL_THROW( () )
169 SAL_THROW( (css::uno::Exception) );
171 SAL_THROW( (css::uno::Exception) );
173 SAL_THROW( (css::uno::Exception) );
175 SAL_THROW( (css::uno::Exception) );
177 SAL_THROW( (css::uno::Exception) );
179 SAL_THROW( (css::uno::Exception) );
181 SAL_THROW( (css::uno::Exception) );
[all …]
/aoo41x/main/stoc/source/security/
H A Daccess_controller.cxx116 SAL_THROW( () ) in acc_Intersection()
124 SAL_THROW( () ) in ~acc_Intersection()
132 SAL_THROW( () ) in create()
179 SAL_THROW( () ) in acc_Union()
187 SAL_THROW( () ) in ~acc_Union()
195 SAL_THROW( () ) in create()
240 SAL_THROW( () ) in acc_Policy()
247 SAL_THROW( () ) in ~acc_Policy()
290 SAL_THROW( () ) in acc_CurrentContext()
304 SAL_THROW( () ) in ~acc_CurrentContext()
[all …]
H A Dfile_policy.cxx71 SAL_THROW( (RuntimeException) ) in dispose()
106 SAL_THROW( () );
108 SAL_THROW( () );
129 SAL_THROW( () ) in FilePolicy()
139 SAL_THROW( () ) in ~FilePolicy()
215 SAL_THROW( () );
233 SAL_THROW( (RuntimeException) ) in assureToken()
247 SAL_THROW( (RuntimeException) ) in assureQuotedToken()
256 SAL_THROW( (RuntimeException) ) in getQuotedToken()
431 SAL_THROW( () ) in ~PolicyReader()
[all …]
H A Dpermissions.cxx129 inline bool resolveHost() const SAL_THROW( () );
135 SAL_THROW( () );
137 virtual OUString toString() const SAL_THROW( () );
145 SAL_THROW( () ) in SocketPermission()
300 SAL_THROW( () );
328 SAL_THROW( () ) in FilePermission()
453 SAL_THROW( () ) in RuntimePermission()
500 SAL_THROW( (RuntimeException) ) in PermissionCollection()
570 SAL_THROW( () ) in demanded_diag()
584 SAL_THROW( (security::AccessControlException) ) in throwAccessControlException()
[all …]
/aoo41x/main/cppuhelper/source/
H A Dinterfacecontainer.cxx53 SAL_THROW( () ) in realloc()
62 SAL_THROW( () ) in sequenceRemoveElementAt()
90 SAL_THROW( () ) in OInterfaceIteratorHelper()
374 SAL_THROW( () ) in OMultiTypeInterfaceContainerHelper()
380 SAL_THROW( () ) in ~OMultiTypeInterfaceContainerHelper()
395 SAL_THROW( () ) in getContainedTypes()
443 SAL_THROW( () ) in getContainer()
455 SAL_THROW( () ) in addInterface()
471 SAL_THROW( () ) in removeInterface()
486 SAL_THROW( () ) in disposeAndClear()
[all …]

Completed in 148 milliseconds

12345678910>>...19