Home
last modified time | relevance | path

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

/aoo41x/main/registry/inc/registry/
H A Dregistry.hxx107 inline Registry(const Registry& toCopy);
405 inline RegistryKey(const RegistryKey& toCopy);
793 inline RegistryKey::RegistryKey(const RegistryKey& toCopy) in RegistryKey() argument
794 : m_registry(toCopy.m_registry) in RegistryKey()
795 , m_hImpl(toCopy.m_hImpl) in RegistryKey()
1155 inline Registry::Registry(const Registry& toCopy) in Registry() argument
1156 : m_pApi(toCopy.m_pApi) in Registry()
1157 , m_hImpl(toCopy.m_hImpl) in Registry()
H A Dreflwrit.hxx107 inline RegistryTypeWriter(const RegistryTypeWriter& toCopy);
252 inline RegistryTypeWriter::RegistryTypeWriter(const RegistryTypeWriter& toCopy) in RegistryTypeWriter() argument
253 : m_pApi(toCopy.m_pApi) in RegistryTypeWriter()
254 , m_hImpl(toCopy.m_hImpl) in RegistryTypeWriter()
H A Dreflread.hxx121 inline RegistryTypeReader(const RegistryTypeReader& toCopy);
330 inline RegistryTypeReader::RegistryTypeReader(const RegistryTypeReader& toCopy) in RegistryTypeReader() argument
331 : m_pApi(toCopy.m_pApi) in RegistryTypeReader()
332 , m_hImpl(toCopy.m_hImpl) in RegistryTypeReader()
/aoo41x/main/salhelper/inc/salhelper/
H A Ddynload.hxx142 ODynamicLoader(const ODynamicLoader<API>& toCopy) SAL_THROW(())
144 m_pLoader = toCopy.m_pLoader;
/aoo41x/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 51 milliseconds