Searched refs:getLongValue (Results 1 – 12 of 12) sorted by relevance
/trunk/main/stoc/source/javavm/ |
H A D | javavm.cxx | 312 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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | RegistryTools.java | 111 if (key1.getLongValue() != key2.getLongValue()) in compareKeys() 323 out.println("[LONG] = " + key.getLongValue()) ; in printKeyInfo()
|
/trunk/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 167 …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()
|
/trunk/main/stoc/source/implementationregistration/ |
H A D | mergekeys.cxx | 80 xDest->setLongValue( xSource->getLongValue() ); in mergeKeys()
|
/trunk/main/configmgr/source/ |
H A D | configurationregistry.cxx | 191 virtual sal_Int32 SAL_CALL getLongValue() 569 sal_Int32 RegistryKey::getLongValue() in getLongValue() function in configmgr::configuration_registry::__anonca95c82b0111::RegistryKey
|
/trunk/main/cppuhelper/test/loader/ |
H A D | loader.test.cxx | 53 …virtual sal_Int32 SAL_CALL getLongValue( ) throw (registry::InvalidRegistryException, registry::I… in getLongValue() function in MyKey
|
/trunk/main/udkapi/com/sun/star/registry/ |
H A D | DefaultRegistry.idl | 87 <dt> <b>getLongValue, getAsciiValue, getStringValue, getBinaryValue</b>
|
H A D | NestedRegistry.idl | 96 <dt> <b>getLongValue, getAsciiValue, getStringValue, getBinaryValue</b>
|
H A D | XRegistryKey.idl | 120 long getLongValue()
|
/trunk/main/stoc/source/simpleregistry/ |
H A D | textualservices.cxx | 463 virtual sal_Int32 SAL_CALL getLongValue() throw ( 616 sal_Int32 Key::getLongValue() throw ( in getLongValue() function in stoc::simpleregistry::__anon1514e4740211::Key
|
H A D | simpleregistry.cxx | 151 virtual sal_Int32 SAL_CALL getLongValue() throw ( 351 sal_Int32 Key::getLongValue() throw ( in getLongValue() function in __anon8684692c0111::Key
|
/trunk/main/stoc/test/ |
H A D | testregistry.cxx | 249 TEST_ENSHURE( xSubKey->getLongValue() == 123456789, in test_SimpleRegistry()
|
Completed in 86 milliseconds