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.h55 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in new()
58 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in delete()
61 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in new()
64 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in delete()
69 inline Any() SAL_THROW( () );
84 inline Any( const Any & rAny ) SAL_THROW( () );
91 inline Any( const void * pData_, const Type & rType ) SAL_THROW( () );
98 inline Any( const void * pData_, typelib_TypeDescription * pTypeDescr ) SAL_THROW( () );
105 inline Any( const void * pData_, typelib_TypeDescriptionReference * pType ) SAL_THROW( () );
109 inline ~Any() 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()
106 inline sal_Bool SAL_CALL operator == ( XInterface * pInterface ) const SAL_THROW( () );
113 inline sal_Bool SAL_CALL operator != ( XInterface * pInterface ) const SAL_THROW( () );
121 inline sal_Bool SAL_CALL operator == ( const BaseReference & rRef ) const SAL_THROW( () );
128 inline sal_Bool SAL_CALL operator != ( const BaseReference & rRef ) const SAL_THROW( () );
135 inline sal_Bool SAL_CALL operator < ( const BaseReference & rRef ) const SAL_THROW( () );
186 SAL_THROW( (RuntimeException) );
[all …]
H A DType.h71 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in new()
74 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in delete()
77 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in new()
80 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in delete()
85 inline Type() SAL_THROW( () );
92 inline Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName ) SAL_THROW( () );
99 inline Type( TypeClass eTypeClass, const sal_Char * pTypeName ) SAL_THROW( () );
105 inline Type( typelib_TypeDescriptionReference * pType ) SAL_THROW( () );
113 inline Type( typelib_TypeDescriptionReference * pType, UnoType_NoAcquire ) SAL_THROW( () );
120 inline Type( typelib_TypeDescriptionReference * pType, __sal_NoAcquire ) 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()
111 inline Reference< interface_type >::~Reference() SAL_THROW( () ) in ~Reference()
118 inline Reference< interface_type >::Reference() SAL_THROW( () ) in Reference()
124 inline Reference< interface_type >::Reference( const Reference< interface_type > & rRef ) SAL_THROW in Reference()
132 inline Reference< interface_type >::Reference( interface_type * pInterface ) SAL_THROW( () ) in Reference()
140 …erence< interface_type >::Reference( interface_type * pInterface, __sal_NoAcquire ) SAL_THROW( () ) in Reference()
[all …]
H A DAny.hxx43 inline Any::Any() SAL_THROW( () ) in Any()
67 inline Any::Any( const Any & rAny ) SAL_THROW( () ) in Any()
72 inline Any::Any( const void * pData_, const Type & rType ) SAL_THROW( () ) in Any()
79 inline Any::Any( const void * pData_, typelib_TypeDescription * pTypeDescr ) SAL_THROW( () ) in Any()
85 inline Any::Any( const void * pData_, typelib_TypeDescriptionReference * pType_ ) 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()
113 inline void Any::setValue( const void * pData_, const Type & rType ) SAL_THROW( () ) in setValue()
120 …oid Any::setValue( const void * pData_, typelib_TypeDescriptionReference * pType_ ) SAL_THROW( () ) in setValue()
[all …]
H A DType.hxx40 inline Type::Type() SAL_THROW( () ) in Type()
47 inline Type::Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName ) 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()
65 inline Type::Type( typelib_TypeDescriptionReference * pType, UnoType_NoAcquire ) SAL_THROW( () ) in Type()
70 inline Type::Type( typelib_TypeDescriptionReference * pType, __sal_NoAcquire ) 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 =()
101 …:sun::star::uno::Type & SAL_CALL getCppuType( const ::com::sun::star::uno::Type * ) SAL_THROW( () ) in getCppuType()
[all …]
H A DSequence.h69 SAL_THROW( () ) in new()
73 SAL_THROW( () ) in delete()
77 SAL_THROW( () ) in new()
81 SAL_THROW( () ) in delete()
96 inline Sequence() SAL_THROW( () );
102 inline Sequence( const Sequence< E > & rSeq ) SAL_THROW( () );
111 SAL_THROW( () );
129 inline ~Sequence() SAL_THROW( () );
138 SAL_THROW( () );
144 inline sal_Int32 SAL_CALL getLength() const SAL_THROW( () ) in getLength()
[all …]
/AOO41X/main/sal/inc/rtl/
H A Dustring.hxx90 OUString() SAL_THROW(())
101 OUString( const OUString & str ) SAL_THROW(())
112 OUString( rtl_uString * str ) SAL_THROW(())
124 inline OUString( rtl_uString * str, __sal_NoAcquire ) SAL_THROW( () ) in OUString()
133 explicit OUString( sal_Unicode value ) SAL_THROW(())
144 OUString( const sal_Unicode * value ) SAL_THROW(())
158 OUString( const sal_Unicode * value, sal_Int32 length ) SAL_THROW(()) in OUString()
226 ~OUString() SAL_THROW(())
250 OUString & operator=( const OUString & str ) SAL_THROW(()) in operator =()
261 OUString & operator+=( const OUString & str ) SAL_THROW(()) in operator +=()
[all …]
H A Dstring.hxx89 OString() SAL_THROW(())
100 OString( const OString & str ) SAL_THROW(())
111 OString( rtl_String * str ) SAL_THROW(())
122 explicit OString( sal_Char value ) SAL_THROW(())
133 OString( const sal_Char * value ) SAL_THROW(())
147 OString( const sal_Char * value, sal_Int32 length ) SAL_THROW(()) in OString()
185 ~OString() SAL_THROW(())
195 OString & operator=( const OString & str ) SAL_THROW(()) in operator =()
206 OString & operator+=( const OString & str ) SAL_THROW(()) in operator +=()
220 sal_Int32 getLength() const SAL_THROW(()) { return pData->length; } in getLength()
[all …]
H A Dbyteseq.h171 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in new()
174 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in delete()
177 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in new()
180 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in delete()
185 inline ByteSequence() SAL_THROW( () );
190 inline ByteSequence( const ByteSequence & rSeq ) SAL_THROW( () );
195 inline ByteSequence( sal_Sequence *pSequence ) SAL_THROW( () );
223 … ByteSequence( sal_Sequence *pSequence , enum __ByteSequence_NoAcquire noacquire ) SAL_THROW( () );
226 inline ~ByteSequence() SAL_THROW( () );
233 inline ByteSequence & SAL_CALL operator = ( const ByteSequence & rSeq ) SAL_THROW( () );
[all …]
/AOO41X/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h79 OInterfaceIteratorHelper( OInterfaceContainerHelper & rCont ) SAL_THROW( () );
84 ~OInterfaceIteratorHelper() SAL_THROW( () );
87 sal_Bool SAL_CALL hasMoreElements() const SAL_THROW( () ) in hasMoreElements()
93 ::com::sun::star::uno::XInterface * SAL_CALL next() SAL_THROW( () );
100 void SAL_CALL remove() SAL_THROW( () );
110 OInterfaceIteratorHelper( const OInterfaceIteratorHelper & ) SAL_THROW( () );
111 OInterfaceIteratorHelper & operator = ( const OInterfaceIteratorHelper & ) SAL_THROW( () );
125 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in new()
127 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in delete()
129 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in new()
[all …]
H A Dpropshlp.hxx53 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
55 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in operator delete()
57 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new()
59 inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () ) in operator delete()
131 SAL_THROW( () );
142 SAL_THROW( () );
147 sal_Int32 SAL_CALL getCount() const SAL_THROW( () );
199 void init( sal_Bool bSorted ) SAL_THROW( () );
217 bool operator()(const sal_Int32 & i1 , const sal_Int32 & i2) const SAL_THROW( () ) in operator ()()
223 size_t operator()(const sal_Int32 & i) const SAL_THROW( () ) in operator ()()
[all …]
H A Dtypeprovider.hxx44 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
47 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in operator delete()
50 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new()
53 inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () ) in operator delete()
57 SAL_THROW( () )
63 SAL_THROW( () );
68 SAL_THROW( () );
74 SAL_THROW( () );
81 SAL_THROW( () );
89 SAL_THROW( () );
[all …]
/AOO41X/main/store/inc/store/
H A Dstore.hxx44 inline OStoreStream (void) SAL_THROW(())
50 inline ~OStoreStream (void) SAL_THROW(())
58 inline OStoreStream (OStoreStream const & rhs) SAL_THROW(())
67 inline OStoreStream & operator= (OStoreStream const & rhs) SAL_THROW(()) in operator =()
79 inline explicit OStoreStream (storeStreamHandle Handle) SAL_THROW(())
88 inline operator storeStreamHandle (void) const SAL_THROW(()) in operator storeStreamHandle()
96 inline bool isValid (void) const SAL_THROW(()) in isValid()
108 storeAccessMode eMode) SAL_THROW(()) in create()
121 inline void close (void) SAL_THROW(()) in close()
137 sal_uInt32 & rnDone) SAL_THROW(()) in readAt()
[all …]
/AOO41X/main/cppu/inc/uno/
H A Denvironment.hxx62 …& typeName = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(CPPU_STRINGIFY(CPPU_ENV)))) SAL_THROW( () );
66 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in operator new()
69 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
72 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in operator new()
75 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
82 inline Environment( uno_Environment * pEnv = 0 ) SAL_THROW( () );
90 …inline explicit Environment( rtl::OUString const & envDcp, void * pContext = NULL ) SAL_THROW( () …
97 inline Environment( const Environment & rEnv ) SAL_THROW( () );
101 inline ~Environment() SAL_THROW( () );
108 inline Environment & SAL_CALL operator = ( uno_Environment * pEnv ) SAL_THROW( () );
[all …]
H A Dmapping.hxx59 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in operator new()
62 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
65 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in operator new()
68 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
81 SAL_THROW( () );
92 SAL_THROW( () );
103 SAL_THROW( () );
109 inline Mapping( uno_Mapping * pMapping = 0 ) SAL_THROW( () );
115 inline Mapping( const Mapping & rMapping ) SAL_THROW( () );
119 inline ~Mapping() SAL_THROW( () );
[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()
63 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in operator new()
66 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
73 inline TypeDescription( typelib_TypeDescription * pTypeDescr = 0 ) SAL_THROW( () );
78 inline TypeDescription( typelib_TypeDescriptionReference * pTypeDescrRef ) SAL_THROW( () );
83 inline TypeDescription( const ::com::sun::star::uno::Type & rType ) SAL_THROW( () );
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( () );
[all …]
/AOO41X/main/extensions/source/abpilot/
H A Ddatasourcehandling.hxx65 void getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( ));
71 ODataSource createNewMORK( const ::rtl::OUString& _rName ) SAL_THROW (( ));
74 ODataSource createNewThunderbird( const ::rtl::OUString& _rName ) SAL_THROW (( ));
77 ODataSource createNewEvolution( const ::rtl::OUString& _rName ) SAL_THROW (( ));
80 ODataSource createNewEvolutionLdap( const ::rtl::OUString& _rName ) SAL_THROW (( ));
83 ODataSource createNewEvolutionGroupwise( const ::rtl::OUString& _rName ) SAL_THROW (( ));
86 ODataSource createNewKab( const ::rtl::OUString& _rName ) SAL_THROW (( ));
89 ODataSource createNewMacab( const ::rtl::OUString& _rName ) SAL_THROW (( ));
92 ODataSource createNewLDAP( const ::rtl::OUString& _rName ) SAL_THROW (( ));
95 ODataSource createNewOutlook( const ::rtl::OUString& _rName ) SAL_THROW (( ));
[all …]
H A Ddatasourcehandling.cxx77 …l_getDataSourceContext( const Reference< XMultiServiceFactory >& _rxORB ) SAL_THROW (( Exception )) in lcl_getDataSourceContext()
88 …Reference< XPropertySet >& /* [out] */ _rxNewDataSource ) SAL_THROW (( ::com::sun::star::uno::Exce… in lcl_implCreateAndInsert()
120 const sal_Char* _pInitialAsciiURL ) SAL_THROW (( )) in lcl_implCreateAndSetURL()
151 const ::rtl::OUString& _sURL ) SAL_THROW (( ::com::sun::star::uno::Exception )) in lcl_registerDataSource()
239 void ODataSourceContext::getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( )) in getDataSourceNames()
245 ODataSource ODataSourceContext::createNewLDAP( const ::rtl::OUString& _rName) SAL_THROW (( )) in createNewLDAP()
251 ODataSource ODataSourceContext::createNewMORK( const ::rtl::OUString& _rName) SAL_THROW (( )) in createNewMORK()
257 …ODataSource ODataSourceContext::createNewThunderbird( const ::rtl::OUString& _rName ) SAL_THROW ((… in createNewThunderbird()
263 …taSource ODataSourceContext::createNewEvolutionLdap( const ::rtl::OUString& _rName) SAL_THROW (( )) in createNewEvolutionLdap()
268 …rce ODataSourceContext::createNewEvolutionGroupwise( const ::rtl::OUString& _rName) SAL_THROW (( )) in createNewEvolutionGroupwise()
[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/stoc/source/security/
H A Daccess_controller.cxx96 SAL_THROW( () );
100 SAL_THROW( () );
105 SAL_THROW( () );
116 SAL_THROW( () ) in acc_Intersection()
124 SAL_THROW( () ) in ~acc_Intersection()
132 SAL_THROW( () ) in create()
159 SAL_THROW( () );
163 SAL_THROW( () );
168 SAL_THROW( () );
179 SAL_THROW( () ) in acc_Union()
[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()
199 SAL_THROW( (RuntimeException) );
200 inline void back( sal_Unicode c ) SAL_THROW( () ) in back()
203 inline bool isWhiteSpace( sal_Unicode c ) SAL_THROW( () ) in isWhiteSpace()
206 SAL_THROW( (RuntimeException) );
208 inline bool isCharToken( sal_Unicode c ) SAL_THROW( () ) in isCharToken()
[all …]
H A Dpermissions.cxx59 OUString const & items, char const * const * strings ) SAL_THROW( () ) in makeMask()
96 sal_Int32 mask, char const * const * strings ) SAL_THROW( () ) in makeStrings()
129 inline bool resolveHost() const SAL_THROW( () );
135 SAL_THROW( () );
136 virtual bool implies( Permission const & perm ) const SAL_THROW( () );
137 virtual OUString toString() const SAL_THROW( () );
145 SAL_THROW( () ) in SocketPermission()
184 inline bool SocketPermission::resolveHost() const SAL_THROW( () ) in resolveHost()
210 bool SocketPermission::implies( Permission const & perm ) const SAL_THROW( () ) in implies()
252 OUString SocketPermission::toString() const SAL_THROW( () ) in toString()
[all …]
/AOO41X/main/xmlscript/source/xmldlg_imexp/
H A Dexp_share.hxx62 inline Style( short all_ ) SAL_THROW( () )
76 ~StyleBag() SAL_THROW( () );
78 ::rtl::OUString getStyleId( Style const & rStyle ) SAL_THROW( () );
95 SAL_THROW( () ) in ElementDescriptor()
102 SAL_THROW( () )
166 void readEvents() SAL_THROW( (css::uno::Exception) );
169 SAL_THROW( (css::uno::Exception) );
171 SAL_THROW( (css::uno::Exception) );
173 SAL_THROW( (css::uno::Exception) );
175 SAL_THROW( (css::uno::Exception) );
[all …]
/AOO41X/main/cppuhelper/source/
H A Dinterfacecontainer.cxx53 SAL_THROW( () ) in realloc()
62 SAL_THROW( () ) in sequenceRemoveElementAt()
90 SAL_THROW( () ) in OInterfaceIteratorHelper()
113 OInterfaceIteratorHelper::~OInterfaceIteratorHelper() SAL_THROW( () ) in ~OInterfaceIteratorHelper()
138 XInterface * OInterfaceIteratorHelper::next() SAL_THROW( () ) in next()
153 void OInterfaceIteratorHelper::remove() SAL_THROW( () ) in remove()
174 OInterfaceContainerHelper::OInterfaceContainerHelper( Mutex & rMutex_ ) SAL_THROW( () ) in OInterfaceContainerHelper()
181 OInterfaceContainerHelper::~OInterfaceContainerHelper() SAL_THROW( () ) in ~OInterfaceContainerHelper()
190 sal_Int32 OInterfaceContainerHelper::getLength() const SAL_THROW( () ) in getLength()
200 Sequence< Reference<XInterface> > OInterfaceContainerHelper::getElements() const SAL_THROW( () ) in getElements()
[all …]

12345678910>>...19