Lines Matching refs:cppu

131 typedef cppu::OMultiTypeInterfaceContainerHelperVar
148 cppu::OInterfaceContainerHelper* m_pDisposeEventListeners;
149 cppu::OInterfaceContainerHelper* m_pContentEventListeners;
150 cppu::OInterfaceContainerHelper* m_pPropSetChangeListeners;
151 cppu::OInterfaceContainerHelper* m_pCommandChangeListeners;
214 cppu::OWeakObject::acquire(); in acquire()
234 com::sun::star::uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
245 return aRet.hasValue() ? aRet : cppu::OWeakObject::queryInterface( rType ); in queryInterface()
352 = new cppu::OInterfaceContainerHelper( m_aMutex ); in addEventListener()
393 = new cppu::OInterfaceContainerHelper( m_aMutex ); in addContentEventListener()
513 = new cppu::OInterfaceContainerHelper( m_aMutex ); in addCommandInfoChangeListener()
625 static_cast< cppu::OWeakObject * >( this ), in addProperty()
730 static_cast< cppu::OWeakObject * >( this ), in removeProperty()
755 = new cppu::OInterfaceContainerHelper( m_aMutex ); in addPropertySetInfoChangeListener()
862 cppu::OInterfaceContainerHelper* pAllPropsContainer in notifyPropertiesChange()
867 cppu::OInterfaceIteratorHelper aIter( *pAllPropsContainer ); in notifyPropertiesChange()
887 cppu::OInterfaceContainerHelper* pPropsContainer in notifyPropertiesChange()
891 cppu::OInterfaceIteratorHelper aIter( *pPropsContainer ); in notifyPropertiesChange()
945 cppu::OInterfaceIteratorHelper aIter( *m_pImpl->m_pPropSetChangeListeners ); in notifyPropertySetInfoChange()
964 cppu::OInterfaceIteratorHelper aIter( in notifyCommandInfoChange()
984 cppu::OInterfaceIteratorHelper aIter( *m_pImpl->m_pContentEventListeners ); in notifyContentEvent()
1011 static_cast< cppu::OWeakObject * >( xParent.get() ), // Source in inserted()
1031 static_cast< cppu::OWeakObject * >( xParent.get() ), in deleted()
1040 static_cast< cppu::OWeakObject * >( this ), in deleted()
1079 static_cast< cppu::OWeakObject * >( this ), in exchange()