Home
last modified time | relevance | path

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

/trunk/main/registry/inc/registry/
H A Dregistry.hxx114 inline Registry& operator = (const Registry& toAssign);
412 inline RegistryKey& operator = (const RegistryKey& toAssign);
815 m_registry = toAssign.m_registry; in operator =()
817 if (toAssign.m_hImpl) in operator =()
818 m_registry.m_pApi->acquireKey(toAssign.m_hImpl); in operator =()
821 m_hImpl = toAssign.m_hImpl; in operator =()
1171 inline Registry& Registry::operator = (const Registry& toAssign) in operator =() argument
1173 if (toAssign.m_hImpl) in operator =()
1174 toAssign.m_pApi->acquire(toAssign.m_hImpl); in operator =()
1178 m_pApi = toAssign.m_pApi; in operator =()
[all …]
H A Dreflwrit.hxx117 inline RegistryTypeWriter& operator == (const RegistryTypeWriter& toAssign);
265 inline RegistryTypeWriter& RegistryTypeWriter::operator == (const RegistryTypeWriter& toAssign) in operator ==() argument
267 if (m_hImpl != toAssign.m_hImpl) in operator ==()
270 m_hImpl = toAssign.m_hImpl; in operator ==()
H A Dreflread.hxx128 inline RegistryTypeReader& operator == (const RegistryTypeReader& toAssign);
340 inline RegistryTypeReader& RegistryTypeReader::operator == (const RegistryTypeReader& toAssign) in operator ==() argument
342 if (m_hImpl != toAssign.m_hImpl) in operator ==()
345 m_hImpl = toAssign.m_hImpl; in operator ==()
/trunk/main/salhelper/inc/salhelper/
H A Ddynload.hxx158 ODynamicLoader<API>& SAL_CALL operator = (const ODynamicLoader<API>& toAssign) SAL_THROW(()) in operator =() argument
160 if( m_pLoader != toAssign.m_pLoader ) in operator =()
162 if( toAssign.m_pLoader ) in operator =()
163 toAssign.m_pLoader->acquire(); in operator =()
166 m_pLoader = toAssign.m_pLoader; in operator =()

Completed in 40 milliseconds