Home
last modified time | relevance | path

Searched refs:m_sViewName (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/unotools/source/config/
H A Dviewoptions.cxx805 , m_sViewName ( sViewName ) in SvtViewOptions()
932 bExists = m_pDataContainer_Dialogs->Exists( m_sViewName ); in Exists()
936 bExists = m_pDataContainer_TabDialogs->Exists( m_sViewName ); in Exists()
940 bExists = m_pDataContainer_TabPages->Exists( m_sViewName ); in Exists()
944 bExists = m_pDataContainer_Windows->Exists( m_sViewName ); in Exists()
963 bState = m_pDataContainer_Dialogs->Delete( m_sViewName ); in Delete()
967 bState = m_pDataContainer_TabDialogs->Delete( m_sViewName ); in Delete()
971 bState = m_pDataContainer_TabPages->Delete( m_sViewName ); in Delete()
975 bState = m_pDataContainer_Windows->Delete( m_sViewName ); in Delete()
994 … sState = m_pDataContainer_Dialogs->GetWindowState( m_sViewName ); in GetWindowState()
[all …]
/AOO42X/main/sfx2/source/view/
H A Dviewfac.cxx58 if ( m_sViewName.Len() > 0 ) in GetAPIViewName()
59 return m_sViewName; in GetAPIViewName()
74 m_sViewName( String::CreateFromAscii( asciiViewName ) ) in SfxViewFactory()
/AOO42X/main/sfx2/inc/sfx2/
H A Dviewfac.hxx64 const String m_sViewName; member in SfxViewFactory
/AOO42X/main/unotools/inc/unotools/
H A Dviewoptions.hxx325 ::rtl::OUString m_sViewName ;