Lines Matching refs:pJNIEnv

1252             JNIEnv * pJNIEnv = aAttachGuard.getEnvironment();  in elementReplaced()  local
1256 jclass jcSystem= pJNIEnv->FindClass("java/lang/System"); in elementReplaced()
1257 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1258 …jmethodID jmSetProps= pJNIEnv->GetStaticMethodID( jcSystem, "setProperty","(Ljava/lang/String;Ljav… in elementReplaced()
1259 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1261 … jstring jsPropName= pJNIEnv->NewString( aPropertyName.getStr(), aPropertyName.getLength()); in elementReplaced()
1262 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1280 …jmethodID jmGetProps= pJNIEnv->GetStaticMethodID( jcSystem, "getProperties","()Ljava/util/Properti… in elementReplaced()
1281 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1282 jobject joProperties= pJNIEnv->CallStaticObjectMethod( jcSystem, jmGetProps); in elementReplaced()
1283 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1285 jclass jcProperties= pJNIEnv->FindClass("java/util/Properties"); in elementReplaced()
1286 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1287 …jmethodID jmRemove= pJNIEnv->GetMethodID( jcProperties, "remove", "(Ljava/lang/Object;)Ljava/lang/… in elementReplaced()
1288 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1289 pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsPropName); in elementReplaced()
1295 … jstring jsPropName2= pJNIEnv->NewString( aPropertyName2.getStr(), aPropertyName2.getLength()); in elementReplaced()
1296 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1297 pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsPropName2); in elementReplaced()
1303 … jstring jsPropValue= pJNIEnv->NewString( aPropertyValue.getStr(), aPropertyValue.getLength()); in elementReplaced()
1304 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1305 pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsPropName, jsPropValue); in elementReplaced()
1306 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1312 … jstring jsPropName2= pJNIEnv->NewString( aPropertyName2.getStr(), aPropertyName2.getLength()); in elementReplaced()
1313 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1314 … jsPropValue= pJNIEnv->NewString( aPropertyValue.getStr(), aPropertyValue.getLength()); in elementReplaced()
1315 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1316pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsPropName2, jsPropValue); in elementReplaced()
1317 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1326 …jmethodID jmGetSecur= pJNIEnv->GetStaticMethodID( jcSystem,"getSecurityManager","()Ljava/lang/Secu… in elementReplaced()
1327 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1328 jobject joSecur= pJNIEnv->CallStaticObjectMethod( jcSystem, jmGetSecur); in elementReplaced()
1339 jclass jcSec= pJNIEnv->GetObjectClass( joSecur); in elementReplaced()
1340 jclass jcClass= pJNIEnv->FindClass("java/lang/Class"); in elementReplaced()
1341 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1342 … jmethodID jmName= pJNIEnv->GetMethodID( jcClass,"getName","()Ljava/lang/String;"); in elementReplaced()
1343 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1344 jstring jsClass= (jstring) pJNIEnv->CallObjectMethod( jcSec, jmName); in elementReplaced()
1345 const jchar* jcharName= pJNIEnv->GetStringChars( jsClass, NULL); in elementReplaced()
1352 pJNIEnv->ReleaseStringChars( jsClass, jcharName); in elementReplaced()
1357 jmethodID jmReset= pJNIEnv->GetMethodID( jcSec,"reset","()V"); in elementReplaced()
1358 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1359 pJNIEnv->CallVoidMethod( joSecur, jmReset); in elementReplaced()
1360 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in elementReplaced()
1509 JNIEnv * pJNIEnv = aAttachGuard.getEnvironment(); in setINetSettingsInVM() local
1520 … jstring jsFtpProxyHost= pJNIEnv->NewString( sFtpProxyHost.getStr(), sFtpProxyHost.getLength()); in setINetSettingsInVM()
1521 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1522 … jstring jsFtpProxyPort= pJNIEnv->NewString( sFtpProxyPort.getStr(), sFtpProxyPort.getLength()); in setINetSettingsInVM()
1523 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1524 …jstring jsFtpNonProxyHosts= pJNIEnv->NewString( sFtpNonProxyHosts.getStr(), sFtpNonProxyHosts.getL… in setINetSettingsInVM()
1525 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1526 … jstring jsHttpProxyHost= pJNIEnv->NewString( sHttpProxyHost.getStr(), sHttpProxyHost.getLength()); in setINetSettingsInVM()
1527 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1528 … jstring jsHttpProxyPort= pJNIEnv->NewString( sHttpProxyPort.getStr(), sHttpProxyPort.getLength()); in setINetSettingsInVM()
1529 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1530 …jstring jsHttpNonProxyHosts= pJNIEnv->NewString( sHttpNonProxyHosts.getStr(), sHttpNonProxyHosts.g… in setINetSettingsInVM()
1531 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1534 jclass jcSystem= pJNIEnv->FindClass("java/lang/System"); in setINetSettingsInVM()
1535 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1536 …jmethodID jmSetProps= pJNIEnv->GetStaticMethodID( jcSystem, "setProperty","(Ljava/lang/String;Ljav… in setINetSettingsInVM()
1537 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1540 …jmethodID jmGetProps= pJNIEnv->GetStaticMethodID( jcSystem, "getProperties","()Ljava/util/Properti… in setINetSettingsInVM()
1541 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1542 jobject joProperties= pJNIEnv->CallStaticObjectMethod( jcSystem, jmGetProps); in setINetSettingsInVM()
1543 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1545 jclass jcProperties= pJNIEnv->FindClass("java/util/Properties"); in setINetSettingsInVM()
1546 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1565 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1566 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1567pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpProxyHost, jsVal); in setINetSettingsInVM()
1568 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1572 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1573 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1574pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpProxyPort, jsVal); in setINetSettingsInVM()
1575 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1579 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1580 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1581pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsFtpNonProxyHosts, jsVal); in setINetSettingsInVM()
1582 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1586 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1587 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1588pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsHttpProxyHost, jsVal); in setINetSettingsInVM()
1589 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1593 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1594 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1595pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsHttpProxyPort, jsVal); in setINetSettingsInVM()
1596 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1600 … jstring jsVal= pJNIEnv->NewString( propValue.getStr(), propValue.getLength()); in setINetSettingsInVM()
1601 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1602pJNIEnv->CallStaticObjectMethod( jcSystem, jmSetProps, jsHttpNonProxyHosts, jsVal); in setINetSettingsInVM()
1603 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1610 …jmethodID jmRemove= pJNIEnv->GetMethodID( jcProperties, "remove", "(Ljava/lang/Object;)Ljava/lang/… in setINetSettingsInVM()
1611 …if(pJNIEnv->ExceptionOccurred()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_UST… in setINetSettingsInVM()
1612 pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsFtpProxyHost); in setINetSettingsInVM()
1613 pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsFtpProxyPort); in setINetSettingsInVM()
1614 pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsFtpNonProxyHosts); in setINetSettingsInVM()
1615 pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsHttpProxyHost); in setINetSettingsInVM()
1616 pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsHttpProxyPort); in setINetSettingsInVM()
1617 pJNIEnv->CallObjectMethod( joProperties, jmRemove, jsHttpNonProxyHosts); in setINetSettingsInVM()