Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dviewoptions.cxx804 : m_eViewType ( eType ) in SvtViewOptions()
871 switch( m_eViewType ) in ~SvtViewOptions()
929 switch( m_eViewType ) in Exists()
960 switch( m_eViewType ) in Delete()
991 switch( m_eViewType ) in GetWindowState()
1021 switch( m_eViewType ) in SetWindowState()
1052 …OSL_ENSURE( !(m_eViewType==E_DIALOG||m_eViewType==E_TABPAGE||m_eViewType==E_WINDOW), "SvtViewOptio… in GetPageID()
1055 if( m_eViewType == E_TABDIALOG ) in GetPageID()
1070 …OSL_ENSURE( !(m_eViewType==E_DIALOG||m_eViewType==E_TABPAGE||m_eViewType==E_WINDOW), "SvtViewOptio… in SetPageID()
1072 if( m_eViewType == E_TABDIALOG ) in SetPageID()
[all …]
/trunk/main/unotools/inc/unotools/
H A Dviewoptions.hxx324 EViewType m_eViewType ; member in SvtViewOptions