Searched refs:ORefCount (Results 1 – 5 of 5) sorted by relevance
51 class ORefCount class56 ORefCount() { m_RefCount = 0; } in ORefCount() function in vos::ORefCount57 ORefCount(RefCount n) { m_RefCount = n; } in ORefCount() function in vos::ORefCount58 virtual ~ORefCount();77 ORefCount(const ORefCount&);78 ORefCount& SAL_CALL operator= (const ORefCount&);94 ORefCount m_RefCount;
71 ORefCount m_RefCount;
32 ORefCount::~ORefCount() in ~ORefCount()
67 static vos::ORefCount aRefCount; // number of objects of this class
63 vos::ORefCount LinguOptions::aRefCount;
Completed in 48 milliseconds