Searched refs:m_ref (Results 1 – 9 of 9) sorted by relevance
442 XPersistObjectRef m_ref; member in MyPersistObject485 m_ref = *pRef; in setPropertyValue()488 m_ref = 0; in setPropertyValue()493 m_ref = 0; in setPropertyValue()527 aValue.set( &m_ref , XPersistObject_getReflection() ); in getPropertyValue()598 rOut->writeObject( m_ref ); in write()612 m_ref = rIn->readObject(); in read()
466 Reference< XPersistObject > m_ref; member in MyPersistObject511 aValue >>= m_ref; in setPropertyValue()515 m_ref = 0; in setPropertyValue()550 aValue <<= m_ref; in getPropertyValue()614 rOut->writeObject( m_ref ); in write()628 m_ref = rIn->readObject(); in read()
200 if (1 == osl_incrementInterlockedCount( &m_ref )) in acquire()219 if (! osl_decrementInterlockedCount( &m_ref )) in release()231 : m_ref( 1 ), in Bridge()
662 m_ref(1), in CliProxy()918 if (1 == osl_incrementInterlockedCount( &m_ref )) in acquire()935 if (0 == osl_decrementInterlockedCount( &m_ref )) in release()
64 mutable oslInterlockedCount m_ref; member
177 mutable oslInterlockedCount m_ref;
216 if (1 == osl_incrementInterlockedCount( &m_ref )) in acquire()238 if (! osl_decrementInterlockedCount( &m_ref )) in release()251 : m_ref( 1 ), in Bridge()
422 mutable oslInterlockedCount m_ref; member446 : m_ref( 1 ), in UNO_proxy()477 if (1 == osl_incrementInterlockedCount( &m_ref )) in acquire()495 if (0 == osl_decrementInterlockedCount( &m_ref )) in release()
53 mutable oslInterlockedCount m_ref; member
Completed in 59 milliseconds