/aoo42x/main/qadevOOo/runner/util/ |
H A D | RegistryTools.java | 198 if (!tree1.getKeyType(keyName).equals( in compareKeyTrees() 199 tree2.getKeyType(keyName))) in compareKeyTrees() 202 if (tree1.getKeyType(keyName).equals( in compareKeyTrees() 307 if (parentKey.getKeyType(keyName) == RegistryKeyType.LINK) { in printKeyInfo()
|
/aoo42x/main/stoc/source/implementationregistration/ |
H A D | mergekeys.cxx | 118 if (xSource->getKeyType( name ) == registry::RegistryKeyType_KEY) in mergeKeys() 134 if (xDest->getKeyType( name ) == registry::RegistryKeyType_LINK) in mergeKeys()
|
H A D | implreg.cxx | 314 if (xImplKey->getKeyType( key_name ) == RegistryKeyType_LINK) in searchImplForLink() 362 xImplKey->getKeyType( qualifiedLinkName ) == RegistryKeyType_LINK) in searchLinkTargetForImpl() 499 if (xRootKey->getKeyType(linkName) == RegistryKeyType_LINK) in prepareUserLink() 567 if (xRootKey->getKeyType(linkName) == RegistryKeyType_LINK) in deleteUserLink() 680 xKey->getKeyType(relativKey) == RegistryKeyType_LINK) in prepareUserKeys()
|
/aoo42x/main/registry/inc/registry/ |
H A D | registry.hxx | 76 RegError (REGISTRY_CALLTYPE *getKeyType) (RegKeyHandle, rtl_uString*, RegKeyType*); 620 inline RegError getKeyType(const ::rtl::OUString& name, 1105 inline RegError RegistryKey::getKeyType(const ::rtl::OUString& keyName, in getKeyType() function in RegistryKey 1109 return m_registry.m_pApi->getKeyType(m_hImpl, keyName.pData, pKeyType); in getKeyType()
|
/aoo42x/main/registry/source/ |
H A D | regkey.cxx | 641 RegError REGISTRY_CALLTYPE getKeyType(RegKeyHandle hKey, in getKeyType() function 652 return pKey->getKeyType(keyName, pKeyType); in getKeyType() 990 return getKeyType(hKey, keyName, pKeyType); in reg_getKeyType()
|
H A D | regkey.hxx | 65 RegError REGISTRY_CALLTYPE getKeyType(RegKeyHandle, rtl_uString*, RegKeyType*);
|
H A D | keyimpl.hxx | 98 RegError getKeyType(const rtl::OUString& name,
|
H A D | registry.cxx | 451 &getKeyType, in initRegistry_Api()
|
H A D | keyimpl.cxx | 976 RegError ORegKey::getKeyType(const OUString& name, RegKeyType* pKeyType) const in getKeyType() function in ORegKey
|
/aoo42x/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 165 …virtual RegistryKeyType SAL_CALL getKeyType( const OUString& rKeyName ) throw(InvalidRegistryExcep… 357 RegistryKeyType SAL_CALL NestedKeyImpl::getKeyType( const OUString& rKeyName ) in getKeyType() function in stoc_defreg::NestedKeyImpl 365 return m_localKey->getKeyType(rKeyName); in getKeyType() 369 return m_defaultKey->getKeyType(rKeyName); in getKeyType()
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | formattedcolumnvalue.hxx | 97 virtual sal_Int16 getKeyType() const;
|
/aoo42x/main/comphelper/source/container/ |
H A D | enumerablemap.cxx | 213 virtual Type SAL_CALL getKeyType() throw (RuntimeException); 578 Type SAL_CALL EnumerableMap::getKeyType() throw (RuntimeException) in getKeyType() function in comphelper::EnumerableMap
|
/aoo42x/main/connectivity/source/inc/ |
H A D | TSortIndex.hxx | 111 inline const ::std::vector<OKeyType>& getKeyType() const { return m_aKeyType; } in getKeyType() function in connectivity::OSortIndex
|
/aoo42x/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 142 virtual css::registry::RegistryKeyType SAL_CALL getKeyType( 280 css::registry::RegistryKeyType Key::getKeyType(rtl::OUString const & rKeyName) in getKeyType() function in __anon68f5d2950111::Key 285 RegError err = key_.getKeyType(rKeyName, &type); in getKeyType()
|
H A D | textualservices.cxx | 454 virtual css::registry::RegistryKeyType SAL_CALL getKeyType( 595 css::registry::RegistryKeyType Key::getKeyType(rtl::OUString const & rKeyName) in getKeyType() function in stoc::simpleregistry::__anon45b37afd0211::Key
|
/aoo42x/main/unotools/source/config/ |
H A D | fontcfg.cxx | 63 static const char* getKeyType( int nKeyType ) in getKeyType() function 242 OUString aType = OUString::createFromAscii( getKeyType( nType ) ); in getDefaultFont()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | TSortIndex.cxx | 43 const ::std::vector<OKeyType>& aKeyType = pIndex->getKeyType(); in operator ()()
|
H A D | formattedcolumnvalue.cxx | 267 sal_Int16 FormattedColumnValue::getKeyType() const in getKeyType() function in dbtools::FormattedColumnValue
|
/aoo42x/main/configmgr/source/ |
H A D | configurationregistry.cxx | 180 virtual css::registry::RegistryKeyType SAL_CALL getKeyType( 533 css::registry::RegistryKeyType RegistryKey::getKeyType(rtl::OUString const &) in getKeyType() function in configmgr::configuration_registry::__anonedc482340111::RegistryKey
|
/aoo42x/main/cppuhelper/test/loader/ |
H A D | loader.test.cxx | 51 …virtual registry::RegistryKeyType SAL_CALL getKeyType( const rtl::OUString& /*rKeyName*/ ) throw (… in getKeyType() function in MyKey
|
/aoo42x/main/comphelper/qa/complex/comphelper/ |
H A D | Map.java | 125 assertTrue( _context + ": key types do not match", map.getKeyType().equals( keyType ) ); in impl_checkMappings()
|
/aoo42x/main/forms/source/component/ |
H A D | Edit.cxx | 621 if ( m_pValueFormatter->getKeyType() != NumberFormat::SCIENTIFIC ) in onConnectedDbColumn()
|
/aoo42x/main/stoc/test/ |
H A D | testregistry.cxx | 359 xRootKey->getKeyType( OUString( RTL_CONSTASCII_USTRINGPARAM("LinkTest") ) ) == in test_SimpleRegistry()
|
/aoo42x/main/udkapi/com/sun/star/registry/ |
H A D | XRegistryKey.idl | 97 com::sun::star::registry::RegistryKeyType getKeyType( [in] string rKeyName )
|
/aoo42x/main/registry/test/ |
H A D | testregcpp.cxx | 427 …REG_ENSURE(!rootKey.getKeyType(pSubKeyNames->getElement(i), &keyType), "test_registry_CppApi error… in test_registry_CppApi()
|