Home
last modified time | relevance | path

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

12345678910>>...19

/trunk/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 …]
/trunk/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.hxx92 OString() SAL_THROW(())
103 OString( const OString & str ) SAL_THROW(())
114 OString( rtl_String * str ) SAL_THROW(())
125 explicit OString( sal_Char value ) SAL_THROW(())
136 OString( const sal_Char * value ) SAL_THROW(())
150 OString( const sal_Char * value, sal_Int32 length ) SAL_THROW(()) in OString()
188 ~OString() SAL_THROW(())
198 OString & operator=( const OString & str ) SAL_THROW(()) in operator =()
209 OString & operator+=( const OString & str ) SAL_THROW(()) in operator +=()
223 sal_Int32 getLength() const SAL_THROW(()) { return pData->length; } in getLength()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h81 OInterfaceIteratorHelper( OInterfaceContainerHelper & rCont ) SAL_THROW( () );
86 ~OInterfaceIteratorHelper() SAL_THROW( () );
89 sal_Bool SAL_CALL hasMoreElements() const SAL_THROW( () ) in hasMoreElements()
95 ::com::sun::star::uno::XInterface * SAL_CALL next() SAL_THROW( () );
102 void SAL_CALL remove() SAL_THROW( () );
112 OInterfaceIteratorHelper( const OInterfaceIteratorHelper & ) SAL_THROW( () );
113 OInterfaceIteratorHelper & operator = ( const OInterfaceIteratorHelper & ) SAL_THROW( () );
127 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in new()
129 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in delete()
131 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in new()
[all …]
H A Dpropshlp.hxx54 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
56 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in operator delete()
58 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new()
60 inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () ) in operator delete()
132 SAL_THROW( () );
143 SAL_THROW( () );
148 sal_Int32 SAL_CALL getCount() const SAL_THROW( () );
200 void init( sal_Bool bSorted ) SAL_THROW( () );
218 bool operator()(const sal_Int32 & i1 , const sal_Int32 & i2) const SAL_THROW( () ) in operator ()()
224 size_t operator()(const sal_Int32 & i) const SAL_THROW( () ) in operator ()()
[all …]
H A Dtypeprovider.hxx45 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
48 inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () ) in operator delete()
51 inline static void * SAL_CALL operator new( size_t, void * pMem ) SAL_THROW( () ) in operator new()
54 inline static void SAL_CALL operator delete( void *, void * ) SAL_THROW( () ) in operator delete()
58 SAL_THROW( () )
64 SAL_THROW( () );
69 SAL_THROW( () );
75 SAL_THROW( () );
82 SAL_THROW( () );
90 SAL_THROW( () );
[all …]
/trunk/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 …]
/trunk/main/cppu/inc/uno/
H A Dmapping.hxx60 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in operator new()
63 inline static void SAL_CALL operator delete ( void * pMem ) SAL_THROW( () ) in operator delete()
66 inline static void * SAL_CALL operator new ( size_t, void * pMem ) SAL_THROW( () ) in operator new()
69 inline static void SAL_CALL operator delete ( void *, void * ) SAL_THROW( () ) in operator delete()
82 SAL_THROW( () );
93 SAL_THROW( () );
104 SAL_THROW( () );
110 inline Mapping( uno_Mapping * pMapping = 0 ) SAL_THROW( () );
116 inline Mapping( const Mapping & rMapping ) SAL_THROW( () );
120 inline ~Mapping() SAL_THROW( () );
[all …]
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 …]
/trunk/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 …]
/trunk/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 …]
/trunk/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 …]
/trunk/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( () )
168 void readEvents() 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) );
[all …]
/trunk/main/extensions/source/abpilot/
H A Ddatasourcehandling.hxx62 void getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( ));
68 ODataSource createNewThunderbird( const ::rtl::OUString& _rName ) SAL_THROW (( ));
71 ODataSource createNewEvolution( const ::rtl::OUString& _rName ) SAL_THROW (( ));
74 ODataSource createNewEvolutionLdap( const ::rtl::OUString& _rName ) SAL_THROW (( ));
77 ODataSource createNewEvolutionGroupwise( const ::rtl::OUString& _rName ) SAL_THROW (( ));
80 ODataSource createNewKab( const ::rtl::OUString& _rName ) SAL_THROW (( ));
83 ODataSource createNewMacab( const ::rtl::OUString& _rName ) SAL_THROW (( ));
86 ODataSource createNewLDAP( const ::rtl::OUString& _rName ) SAL_THROW (( ));
89 ODataSource createNewOutlook( const ::rtl::OUString& _rName ) SAL_THROW (( ));
92 ODataSource createNewOE( const ::rtl::OUString& _rName ) SAL_THROW (( ));
[all …]
H A Ddatasourcehandling.cxx74 …l_getDataSourceContext( const Reference< XMultiServiceFactory >& _rxORB ) SAL_THROW (( Exception )) in lcl_getDataSourceContext()
85 …Reference< XPropertySet >& /* [out] */ _rxNewDataSource ) SAL_THROW (( ::com::sun::star::uno::Exce… in lcl_implCreateAndInsert()
117 const sal_Char* _pInitialAsciiURL ) SAL_THROW (( )) in lcl_implCreateAndSetURL()
148 const ::rtl::OUString& _sURL ) SAL_THROW (( ::com::sun::star::uno::Exception )) in lcl_registerDataSource()
236 void ODataSourceContext::getDataSourceNames( StringBag& _rNames ) const SAL_THROW (( )) in getDataSourceNames()
242 ODataSource ODataSourceContext::createNewLDAP( const ::rtl::OUString& _rName) SAL_THROW (( )) in createNewLDAP()
248 …ODataSource ODataSourceContext::createNewThunderbird( const ::rtl::OUString& _rName ) SAL_THROW ((… in createNewThunderbird()
254 …taSource ODataSourceContext::createNewEvolutionLdap( const ::rtl::OUString& _rName) SAL_THROW (( )) in createNewEvolutionLdap()
259 …rce ODataSourceContext::createNewEvolutionGroupwise( const ::rtl::OUString& _rName) SAL_THROW (( )) in createNewEvolutionGroupwise()
264 … ODataSource ODataSourceContext::createNewEvolution( const ::rtl::OUString& _rName) SAL_THROW (( )) in createNewEvolution()
[all …]
/trunk/main/cppuhelper/source/
H A Dinterfacecontainer.cxx48 SAL_THROW( () ) in realloc()
57 SAL_THROW( () ) in sequenceRemoveElementAt()
82 SAL_THROW( () ) in OInterfaceIteratorHelper()
105 OInterfaceIteratorHelper::~OInterfaceIteratorHelper() SAL_THROW( () ) in ~OInterfaceIteratorHelper()
130 XInterface * OInterfaceIteratorHelper::next() SAL_THROW( () ) in next()
145 void OInterfaceIteratorHelper::remove() SAL_THROW( () ) in remove()
163 OInterfaceContainerHelper::OInterfaceContainerHelper( Mutex & rMutex_ ) SAL_THROW( () ) in OInterfaceContainerHelper()
170 OInterfaceContainerHelper::~OInterfaceContainerHelper() SAL_THROW( () ) in ~OInterfaceContainerHelper()
179 sal_Int32 OInterfaceContainerHelper::getLength() const SAL_THROW( () ) in getLength()
189 Sequence< Reference<XInterface> > OInterfaceContainerHelper::getElements() const SAL_THROW( () ) in getElements()
[all …]
/trunk/main/cppu/source/uno/
H A Dlbmap.cxx67 inline Mapping( uno_Mapping * pMapping = 0 ) SAL_THROW( () );
68 inline Mapping( const Mapping & rMapping ) SAL_THROW( () );
69 inline ~Mapping() SAL_THROW( () );
70 inline Mapping & SAL_CALL operator = ( uno_Mapping * pMapping ) SAL_THROW( () );
71 inline Mapping & SAL_CALL operator = ( const Mapping & rMapping ) SAL_THROW( () ) in operator =()
73 inline uno_Mapping * SAL_CALL get() const SAL_THROW( () ) in get()
75 inline sal_Bool SAL_CALL is() const SAL_THROW( () ) in is()
79 inline Mapping::Mapping( uno_Mapping * pMapping ) SAL_THROW( () ) in Mapping()
86 inline Mapping::Mapping( const Mapping & rMapping ) SAL_THROW( () ) in Mapping()
93 inline Mapping::~Mapping() SAL_THROW( () ) in ~Mapping()
[all …]

12345678910>>...19