Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 25 of 116) sorted by path

12345

/trunk/extras/l10n/source/ca-XV/
H A Dlocalize.sdf17900 starmath source\smres.src 0 string RID_DISTANCEDIALOG.4 2 0 ca-XV Longitud de l'~excés 2020041…
17906 starmath source\smres.src 0 string RID_DISTANCEDIALOG.6 2 0 ca-XV Mida de l'~excés (esquerra/dret…
17908 starmath source\smres.src 0 string RID_DISTANCEDIALOG.6 5 0 ca-XV Mida de l'~excés 20200411 15…
17916 starmath source\smres.src 0 string RID_DISTANCEDIALOG.9 2 0 ca-XV Mida de l'~excés 20200411 15…
48180 …1\05030000.xhp 0 help par_id3150764 28 0 ca-XV Defineix la longitud de l'excés i el pes de la lí…
48181 helpcontent2 source\text\smath\01\05030000.xhp 0 help hd_id3151266 29 0 ca-XV Longitud de l'excés…
48182 …ca-XV \<ahelp hid=\"HID_SMA_FRACLINE_EXCWIDTH\"\>Defineix la longitud de l'excés per a la barra de…
48193 helpcontent2 source\text\smath\01\05030000.xhp 0 help hd_id3150708 41 0 ca-XV Mida de l'excés (es…
48199 helpcontent2 source\text\smath\01\05030000.xhp 0 help hd_id3151099 79 0 ca-XV Mida de l'excés …
48200 …d=\"HID_SMA_BRACKET_EXCHEIGHT2\"\>Ajusta el percentatge per a la mida de l'excés.\</ahelp\> Amb un…
[all …]
/trunk/extras/l10n/source/ca/
H A Dlocalize.sdf17900 starmath source\smres.src 0 string RID_DISTANCEDIALOG.4 2 0 ca Longitud de l'~excés 20200411 1…
17906 starmath source\smres.src 0 string RID_DISTANCEDIALOG.6 2 0 ca Mida de l'~excés (esquerra/dreta) …
17908 starmath source\smres.src 0 string RID_DISTANCEDIALOG.6 5 0 ca Mida de l'~excés 20200411 15:09…
17916 starmath source\smres.src 0 string RID_DISTANCEDIALOG.9 2 0 ca Mida de l'~excés 20200411 15:09…
48180 …h\01\05030000.xhp 0 help par_id3150764 28 0 ca Defineix la longitud de l'excés i el pes de la lí…
48181 helpcontent2 source\text\smath\01\05030000.xhp 0 help hd_id3151266 29 0 ca Longitud de l'excés …
48182 … 0 ca \<ahelp hid=\"HID_SMA_FRACLINE_EXCWIDTH\"\>Defineix la longitud de l'excés per a la barra de…
48193 helpcontent2 source\text\smath\01\05030000.xhp 0 help hd_id3150708 41 0 ca Mida de l'excés (esque…
48199 helpcontent2 source\text\smath\01\05030000.xhp 0 help hd_id3151099 79 0 ca Mida de l'excés 202…
48200 …d=\"HID_SMA_BRACKET_EXCHEIGHT2\"\>Ajusta el percentatge per a la mida de l'excés.\</ahelp\> Amb un…
[all …]
/trunk/extras/l10n/source/fr/
H A Dlocalize.sdf9364 …C_OPCODE_KRIT_BINOM 7 0 fr La probabilité limite qui doit être égalée ou excédée. 20200411 15…
10858 …CODE_RES_MASK 0 fr Le nombre maximal de lignes a été dépassé. Les lignes excédentaires n'ont pas…
10865 … document comporte plus de lignes que le format n'en supporte.\nLes lignes excédentaires n'ont pas…
27773 …est plus longue que la variable de chaîne de caractères, les caractères en excès sont tronqués, et…
43527 … ou les objets ancrés dans des cadres à l'intérieur du document ne peuvent excéder la taille du ca…
43660 … large de la sélection.\</ahelp\> La largeur totale du tableau ne peut pas excéder la largeur de l…
46233 …0 fr Le chemin d'accès d'un DEVSPACE, y compris le nom du fichier, ne peut excéder 40 caractères. …
47414 …floor" sont souvent utilisées en informatique pour arrondir l'argument par excès et par défaut au …
/trunk/extras/l10n/source/kab/
H A Dlocalize.sdf9364 …_OPCODE_KRIT_BINOM 7 0 kab La probabilité limite qui doit être égalée ou excédée. 20200411 15…
10858 …ODE_RES_MASK 0 kab Le nombre maximal de lignes a été dépassé. Les lignes excédentaires n'ont pas…
10865 … document comporte plus de lignes que le format n'en supporte.\nLes lignes excédentaires n'ont pas…
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java396 catch (com.sun.star.util.CloseVetoException exc) in clear()
/trunk/main/binaryurp/source/
H A Dbridge.cxx716 bool exc = false; in handleCommitChangeRequest() local
728 exc = true; in handleCommitChangeRequest()
743 tid, protPropCommit_, exc, ret, std::vector< BinaryAny >()); in handleCommitChangeRequest()
826 bool exc = makeCall( in getInstance() local
833 throwException(exc, ret); in getInstance()
H A Dincomingrequest.cxx95 css::uno::Any exc(cppu::getCaughtException()); in execute() local
96 ret = bridge_->mapCppToBinaryAny(exc); in execute()
103 css::uno::Any exc(cppu::getCaughtException()); in execute() local
104 ret = bridge_->mapCppToBinaryAny(exc); in execute()
246 uno_Any exc; in execute_throw() local
247 uno_Any * pexc = &exc; in execute_throw()
256 &exc); in execute_throw()
257 uno_any_destruct(&exc, 0); in execute_throw()
H A Dproxy.cxx124 css::uno::Any exc(cppu::getCaughtException()); in do_dispatch() local
126 *exception, &exc, in do_dispatch()
H A Dreader.cxx414 bool exc = (flags1 & 0x20) != 0; // bit 5: EXCEPTION in readReplyMessage() local
417 if (exc) { in readReplyMessage()
513 new IncomingReply(exc, ret, outArgs)); in readReplyMessage()
522 bridge_->handleRequestChangeReply(exc, ret); in readReplyMessage()
526 bridge_->handleCommitChangeReply(exc, ret); in readReplyMessage()
H A Dwriter.cxx451 css::uno::Any exc(cppu::getCaughtException()); in sendMessage() local
457 css::uno::Reference< css::uno::XInterface >(), exc); in sendMessage()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx305 uno_Any exc; in call() local
306 uno_Any * pexc = &exc; in call()
322 &exc, proxy->getBridge()->getUno2Cpp()); in call()
H A Dexceptions.cxx412 void * exc = __Crun::ex_alloc(type->nSize); in raiseException() local
413 uno_copyAndConvertData(exc, exception->pData, type, unoToCpp); in raiseException()
427 __Crun::ex_throw(exc, rtti, toFunction(thunk)); in raiseException()
440 css::uno::RuntimeException exc( in fillUnoException() local
446 unoException, &exc, getCppuType(&exc).getTypeLibType(), cppToUno); in fillUnoException()
H A Duno2cpp.cxx332 void * exc = __Crun::ex_get(); in call() local
335 exc, name, *exception, proxy->getBridge()->getCpp2Uno()); in call()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx579 RuntimeException exc( in msci_filterCppException() local
582 pUnoExc, &exc, in msci_filterCppException()
583 ::getCppuType( &exc ).getTypeLibType(), pCpp2Uno ); in msci_filterCppException()
614 RuntimeException exc( in msci_filterCppException() local
620 pUnoExc, &exc, ::getCppuType( &exc ).getTypeLibType(), pCpp2Uno ); in msci_filterCppException()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx615 RuntimeException exc( in mscx_filterCppException() local
618 pUnoExc, &exc, in mscx_filterCppException()
619 ::getCppuType( &exc ).getTypeLibType(), pCpp2Uno ); in mscx_filterCppException()
650 RuntimeException exc( in mscx_filterCppException() local
656 pUnoExc, &exc, ::getCppuType( &exc ).getTypeLibType(), pCpp2Uno ); in mscx_filterCppException()
/trunk/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx838 ::com::sun::star::uno::RuntimeException exc( in UNO_proxy_dispatch()
842 ::com::sun::star::uno::Type const & exc_type = ::getCppuType( &exc ); in UNO_proxy_dispatch()
843 uno_type_any_construct( *uno_exc, &exc, exc_type.getTypeLibType(), 0 ); in UNO_proxy_dispatch()
846 OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in UNO_proxy_dispatch()
853 ::com::sun::star::uno::RuntimeException exc( in UNO_proxy_dispatch()
858 ::com::sun::star::uno::Type const & exc_type = ::getCppuType( &exc ); in UNO_proxy_dispatch()
859 uno_type_any_construct( *uno_exc, &exc, exc_type.getTypeLibType(), 0 ); in UNO_proxy_dispatch()
862 OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in UNO_proxy_dispatch()
/trunk/main/bridges/test/inter_libs_exc/
H A Dstarter.cxx47 catch (lang::IllegalArgumentException & exc) in start() local
49 OString msg( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in start()
52 catch (Exception & exc) in start() local
54 OString msg( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) ); in start()
/trunk/main/cli_ure/qa/climaker/
H A DClimakerTestCase.java90 catch (java.io.IOException exc) in run()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx706 catch (Exception & exc) in SAL_IMPLEMENT_MAIN() local
709 OUStringToOString( exc.Message, osl_getThreadTextEncoding() ) ); in SAL_IMPLEMENT_MAIN()
714 catch (::System::Exception * exc) in SAL_IMPLEMENT_MAIN()
717 String_to_ustring( exc->ToString() ), in SAL_IMPLEMENT_MAIN()
732 catch (Exception & exc) in SAL_IMPLEMENT_MAIN() local
735 OUStringToOString( exc.Message, osl_getThreadTextEncoding() ) ); in SAL_IMPLEMENT_MAIN()
H A Dclimaker_emit.cxx360 catch (::System::Exception* exc) in get_type()
370 throw new ::System::Exception(sb->ToString(), exc); in get_type()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx616 srrm::IMessage* msg, System::Object* exc) in constructReturnMessage() argument
620 if (exc) in constructReturnMessage()
623 dynamic_cast<System::Exception*>(exc), mcm); in constructReturnMessage()
1157 ::com::sun::star::uno::RuntimeException exc( in cli_proxy_dispatch()
1161 ::com::sun::star::uno::Type const & exc_type = ::getCppuType( & exc); in cli_proxy_dispatch()
1162 uno_type_any_construct( *uno_exc, &exc, exc_type.getTypeLibType(), 0); in cli_proxy_dispatch()
1164 OString cstr_msg(OUStringToOString(exc.Message, in cli_proxy_dispatch()
H A Dcli_proxy.h149 srrm::IMessage* msg, System::Object* exc);
H A Dcli_uno.cxx227 System::Exception* exc= e->get_InnerException(); in call_cli() local
228 css::uno::TypeDescription td(mapCliType(exc->GetType())); in call_cli()
231 map_to_uno(memExc.get(), exc, td.get()->pWeakRef, false); in call_cli()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx2209 std::vector< rtl::OString > exc; in handleInterfaceType() local
2212 manager, reader, getter, dependencies, &exc, 0); in handleInterfaceType()
2219 gdesc.getDescriptor(), 0, exc, gdesc.getSignature()); in handleInterfaceType()
2636 std::vector< rtl::OString > exc; in addConstructor() local
2735 manager, reader, methodIndex, dependencies, &exc, &tree); in addConstructor()
2812 access, methodName, desc.getDescriptor(), code.get(), exc, in addConstructor()
/trunk/main/comphelper/source/misc/
H A Dscopeguard.cxx42 catch (com::sun::star::uno::Exception & exc) { in ~ScopeGuard() local
43 (void) exc; // avoid warning about unused variable in ~ScopeGuard()
48 exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() ); in ~ScopeGuard()

Completed in 4401 milliseconds

12345