Home
last modified time | relevance | path

Searched refs:m_hImpl (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/store/inc/store/
H A Dstore.hxx45 : m_hImpl (0)
52 if (m_hImpl)
59 : m_hImpl (rhs.m_hImpl)
61 if (m_hImpl)
71 if (m_hImpl) in operator =()
73 m_hImpl = rhs.m_hImpl; in operator =()
82 if (m_hImpl)
224 : m_hImpl (rhs.m_hImpl)
238 m_hImpl = rhs.m_hImpl; in operator =()
387 : m_hImpl (rhs.m_hImpl)
[all …]
/aoo4110/main/registry/inc/registry/
H A Dregistry.hxx789 if (m_hImpl) in RegistryKey()
795 , m_hImpl(toCopy.m_hImpl) in RegistryKey()
797 if (m_hImpl) in RegistryKey()
818 if (m_hImpl) in operator =()
820 m_hImpl = toAssign.m_hImpl; in operator =()
950 m_registry.m_pApi->releaseKey(m_hImpl), m_hImpl = 0; in releaseKey()
1157 , m_hImpl(toCopy.m_hImpl) in Registry()
1159 if (m_hImpl) in Registry()
1166 if (m_hImpl) in ~Registry()
1178 m_hImpl = toAssign.m_hImpl; in operator =()
[all …]
H A Dreflread.hxx315 TypeReaderImpl m_hImpl; member in RegistryTypeReader
324 , m_hImpl(NULL) in RegistryTypeReader()
332 , m_hImpl(toCopy.m_hImpl) in RegistryTypeReader()
333 { m_pApi->acquire(m_hImpl); } in RegistryTypeReader()
337 { m_pApi->release(m_hImpl); } in ~RegistryTypeReader()
341 if (m_hImpl != toAssign.m_hImpl) in operator ==()
343 m_pApi->release(m_hImpl); in operator ==()
344 m_hImpl = toAssign.m_hImpl; in operator ==()
345 m_pApi->acquire(m_hImpl); in operator ==()
355 { return (m_hImpl != NULL); } in isValid()
[all …]
H A Dreflwrit.hxx229 TypeWriterImpl m_hImpl; member in RegistryTypeWriter
241 , m_hImpl(NULL) in RegistryTypeWriter()
254 , m_hImpl(toCopy.m_hImpl) in RegistryTypeWriter()
256 m_pApi->acquire(m_hImpl); in RegistryTypeWriter()
261 m_pApi->release(m_hImpl); in ~RegistryTypeWriter()
266 if (m_hImpl != toAssign.m_hImpl) in operator ==()
268 m_pApi->release(m_hImpl); in operator ==()
269 m_hImpl = toAssign.m_hImpl; in operator ==()
270 m_pApi->acquire(m_hImpl); in operator ==()
302 m_pApi->setUik(m_hImpl, &uik); in setUik()
[all …]

Completed in 39 milliseconds