Home
last modified time | relevance | path

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

/aoo41x/main/vos/inc/vos/
H A Drefernce.hxx51 class ORefCount class
56 ORefCount() { m_RefCount = 0; } in ORefCount() function in vos::ORefCount
57 ORefCount(RefCount n) { m_RefCount = n; } in ORefCount() function in vos::ORefCount
58 virtual ~ORefCount();
77 ORefCount(const ORefCount&);
78 ORefCount& SAL_CALL operator= (const ORefCount&);
94 ORefCount m_RefCount;
H A Drefobj.hxx71 ORefCount m_RefCount;
/aoo41x/main/vos/source/
H A Drefernce.cxx32 ORefCount::~ORefCount() in ~ORefCount()
/aoo41x/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 48 milliseconds