Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dviewoptions.cxx110 sal_Int32 SvtViewOptions::m_nRefCount_Dialogs = 0 ; member in SvtViewOptions
815 ++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()
/trunk/main/unotools/inc/unotools/
H A Dviewoptions.hxx339 static sal_Int32 m_nRefCount_Dialogs ; member in SvtViewOptions

Completed in 39 milliseconds