Home
last modified time | relevance | path

Searched refs:toCopy (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/registry/inc/registry/
H A Dregistry.hxx108 inline Registry(const Registry& toCopy);
406 inline RegistryKey(const RegistryKey& toCopy);
794 inline RegistryKey::RegistryKey(const RegistryKey& toCopy) in RegistryKey() argument
795 : m_registry(toCopy.m_registry) in RegistryKey()
796 , m_hImpl(toCopy.m_hImpl) in RegistryKey()
1156 inline Registry::Registry(const Registry& toCopy) in Registry() argument
1157 : m_pApi(toCopy.m_pApi) in Registry()
1158 , m_hImpl(toCopy.m_hImpl) in Registry()
H A Dreflwrit.hxx108 inline RegistryTypeWriter(const RegistryTypeWriter& toCopy);
253 inline RegistryTypeWriter::RegistryTypeWriter(const RegistryTypeWriter& toCopy) in RegistryTypeWriter() argument
254 : m_pApi(toCopy.m_pApi) in RegistryTypeWriter()
255 , m_hImpl(toCopy.m_hImpl) in RegistryTypeWriter()
H A Dreflread.hxx122 inline RegistryTypeReader(const RegistryTypeReader& toCopy);
331 inline RegistryTypeReader::RegistryTypeReader(const RegistryTypeReader& toCopy) in RegistryTypeReader() argument
332 : m_pApi(toCopy.m_pApi) in RegistryTypeReader()
333 , m_hImpl(toCopy.m_hImpl) in RegistryTypeReader()
/aoo42x/main/salhelper/inc/salhelper/
H A Ddynload.hxx143 ODynamicLoader(const ODynamicLoader<API>& toCopy) SAL_THROW(())
145 m_pLoader = toCopy.m_pLoader;
/aoo42x/main/rdbmaker/inc/codemaker/
H A Dregistry.hxx94 inline TypeReader(const TypeReader& toCopy) in TypeReader() argument
95 : m_pImpl(toCopy.m_pImpl) in TypeReader()

Completed in 58 milliseconds