Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dviewoptions.cxx116 sal_Int32 SvtViewOptions::m_nRefCount_Windows = 0 ; member in SvtViewOptions
849 ++m_nRefCount_Windows; in SvtViewOptions()
851 if( m_nRefCount_Windows == 1 ) in SvtViewOptions()
908 --m_nRefCount_Windows; in ~SvtViewOptions()
910 if( m_nRefCount_Windows == 0 ) in ~SvtViewOptions()
1267 if( ++m_nRefCount_Windows == 1 ) in AcquireOptions()
1292 if( --m_nRefCount_Windows == 0 ) in ReleaseOptions()
/trunk/main/unotools/inc/unotools/
H A Dviewoptions.hxx345 static sal_Int32 m_nRefCount_Windows ; member in SvtViewOptions

Completed in 16 milliseconds