Home
last modified time | relevance | path

Searched refs:getLongValue (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/stoc/source/javavm/
H A Djavavm.cxx312 if( proxyEnable.is() && 0 != proxyEnable->getLongValue()) in getINetPropsFromConfig()
322 if(ftpProxy_port.is() && ftpProxy_port->getLongValue()) { in getINetPropsFromConfig()
324 ftpPort += rtl::OUString::valueOf(ftpProxy_port->getLongValue()); in getINetPropsFromConfig()
339 if(httpProxy_port.is() && httpProxy_port->getLongValue()) { in getINetPropsFromConfig()
341 httpPort += rtl::OUString::valueOf(httpProxy_port->getLongValue()); in getINetPropsFromConfig()
356 if(httpsProxy_port.is() && httpsProxy_port->getLongValue()) { in getINetPropsFromConfig()
358 httpsPort += rtl::OUString::valueOf(httpsProxy_port->getLongValue()); in getINetPropsFromConfig()
488 sal_Int32 val= key_NetAccess->getLongValue(); in getJavaPropsFromSafetySettings()
507 sal_Bool val= (sal_Bool) key_CheckSecurity->getLongValue(); in getJavaPropsFromSafetySettings()
/aoo42x/main/qadevOOo/runner/util/
H A DRegistryTools.java111 if (key1.getLongValue() != key2.getLongValue()) in compareKeys()
323 out.println("[LONG] = " + key.getLongValue()) ; in printKeyInfo()
/aoo42x/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx167 …virtual sal_Int32 SAL_CALL getLongValue( ) throw(InvalidRegistryException, InvalidValueException,…
395 sal_Int32 SAL_CALL NestedKeyImpl::getLongValue( ) in getLongValue() function in stoc_defreg::NestedKeyImpl
403 return m_localKey->getLongValue(); in getLongValue()
407 return m_defaultKey->getLongValue(); in getLongValue()
/aoo42x/main/stoc/source/implementationregistration/
H A Dmergekeys.cxx80 xDest->setLongValue( xSource->getLongValue() ); in mergeKeys()
/aoo42x/main/configmgr/source/
H A Dconfigurationregistry.cxx191 virtual sal_Int32 SAL_CALL getLongValue()
569 sal_Int32 RegistryKey::getLongValue() in getLongValue() function in configmgr::configuration_registry::__anonedc482340111::RegistryKey
/aoo42x/main/cppuhelper/test/loader/
H A Dloader.test.cxx53 …virtual sal_Int32 SAL_CALL getLongValue( ) throw (registry::InvalidRegistryException, registry::I… in getLongValue() function in MyKey
/aoo42x/main/udkapi/com/sun/star/registry/
H A DDefaultRegistry.idl87 <dt> <b>getLongValue, getAsciiValue, getStringValue, getBinaryValue</b>
H A DNestedRegistry.idl96 <dt> <b>getLongValue, getAsciiValue, getStringValue, getBinaryValue</b>
H A DXRegistryKey.idl120 long getLongValue()
/aoo42x/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx463 virtual sal_Int32 SAL_CALL getLongValue() throw (
616 sal_Int32 Key::getLongValue() throw ( in getLongValue() function in stoc::simpleregistry::__anon45b37afd0211::Key
H A Dsimpleregistry.cxx151 virtual sal_Int32 SAL_CALL getLongValue() throw (
351 sal_Int32 Key::getLongValue() throw ( in getLongValue() function in __anon68f5d2950111::Key
/aoo42x/main/stoc/test/
H A Dtestregistry.cxx249 TEST_ENSHURE( xSubKey->getLongValue() == 123456789, in test_SimpleRegistry()

Completed in 59 milliseconds