Home
last modified time | relevance | path

Searched refs:m_nRefcount (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/xmlhelp/source/cxxhelp/inc/qe/
H A DDocGenerator.hxx65 void acquire() { ++m_nRefcount; } in acquire()
66 void release() { if( ! --m_nRefcount ) delete this; } in release()
72 sal_uInt32 m_nRefcount; member in xmlsearch::qe::RoleFiller
/aoo42x/main/xmlhelp/source/cxxhelp/qe/
H A DDocGenerator.cxx41 : m_nRefcount( 0 ), in RoleFiller()

Completed in 6 milliseconds