Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dviewoptions.cxx805 , m_sViewName ( sViewName ) in SvtViewOptions()
932 bExists = m_pDataContainer_Dialogs->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()
1056 nID = m_pDataContainer_TabDialogs->GetPageID( m_sViewName ); in GetPageID()
1073 m_pDataContainer_TabDialogs->SetPageID( m_sViewName, nID ); in SetPageID()
[all …]
/trunk/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()
/trunk/main/sfx2/inc/sfx2/
H A Dviewfac.hxx64 const String m_sViewName; member in SfxViewFactory
/trunk/main/unotools/inc/unotools/
H A Dviewoptions.hxx325 ::rtl::OUString m_sViewName ;

Completed in 18 milliseconds