Searched refs:m_pInfo (Results 1 – 5 of 5) sorted by relevance
63 :m_pInfo(NULL) in OComposedPropertySet()81 if (m_pInfo) in ~OComposedPropertySet()82 m_pInfo->release(); in ~OComposedPropertySet()166 if (!m_pInfo) in getPropertySetInfo()168 m_pInfo = new OComposedPropertySetInfo(m_aProperties); in getPropertySetInfo()169 m_pInfo->acquire(); in getPropertySetInfo()171 return m_pInfo; in getPropertySetInfo()
219 uno::Sequence< ucb::CommandInfo > * m_pInfo; member in __anonaad216a20111::CommandProcessorInfo243 m_pInfo = new uno::Sequence< ucb::CommandInfo >( 2 ); in CommandProcessorInfo()245 (*m_pInfo)[ 0 ] in CommandProcessorInfo()250 (*m_pInfo)[ 1 ] in CommandProcessorInfo()263 delete m_pInfo; in ~CommandProcessorInfo()283 if ( (*m_pInfo)[ n ].Name == Name ) in getCommandInfoByName()284 return ucb::CommandInfo( (*m_pInfo)[ n ] ); in getCommandInfoByName()298 if ( (*m_pInfo)[ n ].Handle == Handle ) in getCommandInfoByHandle()299 return ucb::CommandInfo( (*m_pInfo)[ n ] ); in getCommandInfoByHandle()313 if ( (*m_pInfo)[ n ].Name == Name ) in hasCommandByName()[all …]
1298 PropertySetInfo_Impl* m_pInfo; member1308 : m_pCreator( &rCreator ), m_pInfo( NULL ), m_aKey( rKey ), in PersistentPropertySet_Impl()1319 if ( m_pInfo ) in ~PersistentPropertySet_Impl()1320 m_pInfo->release(); in ~PersistentPropertySet_Impl()1476 PropertySetInfo_Impl*& rpInfo = m_pImpl->m_pInfo; in getPropertySetInfo()1845 if ( m_pImpl->m_pInfo ) in addProperty()1846 m_pImpl->m_pInfo->reset(); in addProperty()2021 if ( m_pImpl->m_pInfo ) in removeProperty()2022 m_pImpl->m_pInfo->reset(); in removeProperty()
72 OComposedPropertySetInfo* m_pInfo; member in comphelper::OComposedPropertySet
938 m_pInfo = spInfo.Detach();
Completed in 63 milliseconds