Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/miscdlgs/
H A Dprotectiondlg.cxx53 maOptionsListBox(this, ScResId(CLB_OPTIONS)), in ScTableProtectionDlg()
89 rData.setOption(aOptions[i], maOptionsListBox.IsChecked(i)); in WriteData()
104 maOptionsListBox.SetUpdateMode(false); in Init()
105 maOptionsListBox.Clear(); in Init()
107 maOptionsListBox.InsertEntry(maSelectLockedCells); in Init()
108 maOptionsListBox.InsertEntry(maSelectUnlockedCells); in Init()
110 maOptionsListBox.CheckEntryPos(0, true); in Init()
111 maOptionsListBox.CheckEntryPos(1, true); in Init()
113 maOptionsListBox.SetUpdateMode(true); in Init()
129 maOptionsListBox.Enable(bEnable); in EnableOptionalWidgets()
[all …]
/aoo41x/main/sc/source/ui/inc/
H A Dprotectiondlg.hxx64 SvxCheckListBox maOptionsListBox; member in ScTableProtectionDlg

Completed in 12 milliseconds