Searched refs:DataEnum (Results 1 – 2 of 2) sorted by relevance
92 enum DataEnum { VIEW_TEMPLATES, VIEW_FILES } eViewType; enum in SfxOrganizeListBox_Impl94 SfxOrganizeListBox_Impl( SfxOrganizeDlg_Impl* pDlg, Window* pParent, WinBits, DataEnum );96 DataEnum GetViewType() const { return eViewType; } in GetViewType()97 void SetViewType(DataEnum eType) { eViewType = eType; } in SetViewType()
1376 DataEnum eType in SfxOrganizeListBox_Impl()2210 const SfxOrganizeListBox_Impl::DataEnum in IMPL_LINK()2244 const SfxOrganizeListBox_Impl::DataEnum eViewType = in IMPL_LINK()
Completed in 25 milliseconds