/aoo41x/main/ucb/source/cacher/ |
H A D | cachedcontentresultsetstub.cxx | 265 aRet.FetchError = FetchError::EXCEPTION; \ 269 aRet.FetchError = FetchError::EXCEPTION; \ 280 aRet.FetchError = FetchError::EXCEPTION; \ 301 aRet.FetchError = FetchError::EXCEPTION; \ 307 aRet.FetchError = FetchError::EXCEPTION; \ 349 aRet.FetchError = FetchError::EXCEPTION; \
|
H A D | cachedcontentresultset.cxx | 202 if( !( m_pResult->FetchError & FetchError::EXCEPTION ) ) in hasCausedException()
|
/aoo41x/main/bridges/test/java_uno/any/ |
H A D | TestAny.java | 103 TypeClass.EXCEPTION, in test() 106 TypeClass.EXCEPTION, in test() 521 TypeClass.EXCEPTION), in test() 526 TypeClass.EXCEPTION), in test() 530 TypeClass.EXCEPTION), in test() 537 TypeClass.EXCEPTION), in test() 543 TypeClass.EXCEPTION), in test() 549 TypeClass.EXCEPTION), in test() 844 TypeClass.EXCEPTION)), in test() 858 TypeClass.EXCEPTION)), in test() [all …]
|
/aoo41x/main/ridljar/test/com/sun/star/uno/ |
H A D | Type_Test.java | 67 TypeClass.EXCEPTION).getZClass() in testZClass() 71 TypeClass.EXCEPTION).getZClass() in testZClass() 75 TypeClass.EXCEPTION).getZClass() in testZClass()
|
/aoo41x/main/qadevOOo/runner/lib/ |
H A D | SimpleStatus.java | 42 public final static int EXCEPTION = 3; field in SimpleStatus 99 } else if ( runState == EXCEPTION ) { in SimpleStatus()
|
H A D | ExceptionStatus.java | 37 super(EXCEPTION, FAILED); in ExceptionStatus()
|
H A D | Status.java | 149 return getRunState() == EXCEPTION; in isException()
|
/aoo41x/main/testtools/source/bridgetest/pyuno/ |
H A D | importer.py | 27 from com.sun.star.uno.TypeClass import UNSIGNED_LONG,EXCEPTION 44 uno.Type( "com.sun.star.lang.IllegalArgumentException", EXCEPTION) )
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | sfxbasemodel.hxx | 155 #define EXCEPTION ::com::sun::star::uno::Exception macro 1062 EXCEPTION, 1069 EXCEPTION, 1075 EXCEPTION, 1080 EXCEPTION,
|
H A D | docfile.hxx | 74 #define EXCEPTION ::com::sun::star::uno::Exception macro
|
/aoo41x/main/framework/inc/services/ |
H A D | logindialog.hxx | 80 #define EXCEPTION ::com::sun::star::uno::Exception macro 638 const ANY& aValue ) throw( EXCEPTION );
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | FetchError.idl | 60 const short EXCEPTION = 2;
|
/aoo41x/main/udkapi/com/sun/star/uno/ |
H A D | TypeClass.idl | 103 EXCEPTION,
|
/aoo41x/main/ridljar/test/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription_Test.java | 113 com.sun.star.uno.Exception.class, TypeClass.EXCEPTION, in test()
|
/aoo41x/main/udkapi/com/sun/star/reflection/ |
H A D | XTypeDescriptionEnumerationAccess.idl | 86 <li><member scope="com::sun::star::uno">TypeClass::EXCEPTION</member>
|
/aoo41x/main/ridljar/com/sun/star/uno/ |
H A D | Type.java | 470 ? TypeClass.EXCEPTION : TypeClass.UNKNOWN; in init()
|
/aoo41x/main/udkapi/com/sun/star/container/ |
H A D | EnumerableMap.idl | 66 … <li>If the value type's class is <member scope="com::sun::star::uno">TypeClass::EXCEPTION</member>
|
/aoo41x/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 570 if (typeClass != TypeClass.STRUCT && typeClass != TypeClass.EXCEPTION) { in calculateFieldDescriptions()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 3606 EXCEPTION, in loadFromStorage() 3644 EXCEPTION, in storeToStorage() 3705 EXCEPTION, in switchToStorage() 3729 EXCEPTION, in getDocumentStorage()
|
/aoo41x/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 586 TypeClass.EXCEPTION), exc); in test_toObject()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 413 template< class EXCEPTION > 414 String implGetExceptionMsg( const EXCEPTION& e ) in implGetExceptionMsg()
|