Searched refs:m_nRefCount_Dialogs (Results 1 – 2 of 2) sorted by relevance
110 sal_Int32 SvtViewOptions::m_nRefCount_Dialogs = 0 ; member in SvtViewOptions815 ++m_nRefCount_Dialogs; in SvtViewOptions()817 if( m_nRefCount_Dialogs == 1 ) in SvtViewOptions()875 --m_nRefCount_Dialogs; in ~SvtViewOptions()877 if( m_nRefCount_Dialogs == 0 ) in ~SvtViewOptions()1252 if( ++m_nRefCount_Dialogs == 1 ) in AcquireOptions()1277 if( --m_nRefCount_Dialogs == 0 ) in ReleaseOptions()
339 static sal_Int32 m_nRefCount_Dialogs ; member in SvtViewOptions
Completed in 26 milliseconds