Home
last modified time | relevance | path

Searched refs:ORefCount (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vos/inc/vos/
H A Drefernce.hxx52 class VOS_DLLPUBLIC ORefCount class
57 ORefCount() { m_RefCount = 0; } in ORefCount() function in vos::ORefCount
58 ORefCount(RefCount n) { m_RefCount = n; } in ORefCount() function in vos::ORefCount
59 virtual ~ORefCount();
78 ORefCount(const ORefCount&);
79 ORefCount& SAL_CALL operator= (const ORefCount&);
95 ORefCount m_RefCount;
H A Drefobj.hxx71 ORefCount m_RefCount;
/trunk/main/vos/source/
H A Drefernce.cxx32 ORefCount::~ORefCount() in ~ORefCount()
/trunk/main/linguistic/source/
H A Dlngopt.hxx67 static vos::ORefCount aRefCount; // number of objects of this class
H A Dlngopt.cxx63 vos::ORefCount LinguOptions::aRefCount;

Completed in 24 milliseconds