Searched refs:rNewKey (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/registry/inc/registry/ |
H A D | registry.hxx | 434 RegistryKey& rNewKey); 846 RegistryKey& rNewKey) in createKey() argument 848 if (rNewKey.isValid()) rNewKey.closeKey(); in createKey() 851 RegError ret = m_registry.m_pApi->createKey(m_hImpl, keyName.pData, &rNewKey.m_hImpl); in createKey() 852 if (!ret) rNewKey.setRegistry(m_registry); in createKey()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | providerhelper.cxx | 370 const rtl::OUString& rNewKey, in renameAdditionalPropertySet() argument 373 if ( rOldKey == rNewKey ) in renameAdditionalPropertySet() 418 0, rOldKey.getLength(), rNewKey ); in renameAdditionalPropertySet() 445 xNamed->setName( rNewKey ); in renameAdditionalPropertySet()
|
H A D | contenthelper.cxx | 827 const rtl::OUString& rNewKey, in renameAdditionalPropertySet() argument 831 rOldKey, rNewKey, bRecursive ); in renameAdditionalPropertySet()
|
/aoo42x/main/ucb/source/core/ |
H A D | ucbstore.cxx | 724 const OUString& rNewKey ) in renamePropertySet() argument 726 if ( rOldKey == rNewKey ) in renamePropertySet() 737 if ( xRootNameAccess->hasByName( rNewKey ) ) in renamePropertySet() 776 rNewKey, makeAny( xNameReplace ) ); in renamePropertySet() 864 = makeHierarchalNameSegment( rNewKey ); in renamePropertySet()
|
H A D | ucbstore.hxx | 122 const rtl::OUString& rNewKey );
|
/aoo42x/main/package/inc/ |
H A D | ZipPackageStream.hxx | 132 void setKey (const com::sun::star::uno::Sequence < sal_Int8 >& rNewKey ) in setKey() argument 133 { m_aEncryptionKey = rNewKey; m_aStorageEncryptionKeys.realloc( 0 ); } in setKey()
|
/aoo42x/main/ucbhelper/inc/ucbhelper/ |
H A D | providerhelper.hxx | 249 const ::rtl::OUString& rNewKey,
|
H A D | contenthelper.hxx | 288 const ::rtl::OUString& rNewKey,
|
Completed in 62 milliseconds