Home
last modified time | relevance | path

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

/aoo41x/main/unotools/source/config/
H A Dviewoptions.cxx114 sal_Int32 SvtViewOptions::m_nRefCount_TabPages = 0 ; member in SvtViewOptions
838 ++m_nRefCount_TabPages; in SvtViewOptions()
840 if( m_nRefCount_TabPages == 1 ) in SvtViewOptions()
897 --m_nRefCount_TabPages; in ~SvtViewOptions()
899 if( m_nRefCount_TabPages == 0 ) in ~SvtViewOptions()
1262 if( ++m_nRefCount_TabPages == 1 ) in AcquireOptions()
1287 if( --m_nRefCount_TabPages == 0 ) in ReleaseOptions()
/aoo41x/main/unotools/inc/unotools/
H A Dviewoptions.hxx343 static sal_Int32 m_nRefCount_TabPages ; member in SvtViewOptions

Completed in 16 milliseconds