Searched refs:isListBox (Results 1 – 2 of 2) sorted by relevance
71 sal_Bool isListBox() const { return m_bListBox; } in isListBox() function in dbp::OListComboWizard83 …WizardState getFinalState() const { return isListBox() ? LCW_STATE_FIELDLINK : LCW_STATE_COMBODBFI… in getFinalState()99 sal_Bool isListBox() { return static_cast<OListComboWizard*>(getDialog())->isListBox(); } in isListBox() function in dbp::OLCPage
174 if (isListBox()) // only when we have a listbox this should be not empty in implApplySettings()187 if (isListBox()) in implApplySettings()385 m_aInfo.SetText(String(ModuleRes( isListBox() ? STR_FIELDINFO_LISTBOX : STR_FIELDINFO_COMBOBOX))); in OContentFieldSelection()
Completed in 24 milliseconds