LibreOffice Module dbaccess (master) 1
|
#include <FieldDescControl.hxx>
Public Member Functions | |
OFieldDescControl (weld::Container *pPage, OTableDesignHelpBar *pHelpBar) | |
virtual | ~OFieldDescControl () |
void | DisplayData (OFieldDescription *pFieldDescr) |
void | SaveData (OFieldDescription *pFieldDescr) |
void | SetControlText (sal_uInt16 nControlId, const OUString &rText) |
void | SetReadOnly (bool bReadOnly) |
void | Enable (bool bEnable) |
void | SetHelpId (const OUString &rId) |
virtual bool | isCutAllowed () override |
virtual bool | isCopyAllowed () override |
virtual bool | isPasteAllowed () override |
virtual void | cut () override |
virtual void | copy () override |
virtual void | paste () override |
void | connect_focus_in (const Link< weld::Widget &, void > &rLink) |
void | Init () |
void | GrabFocus () |
bool | HasChildPathFocus () const |
virtual css::uno::Reference< css::sdbc::XDatabaseMetaData > | getMetaData ()=0 |
virtual css::uno::Reference< css::sdbc::XConnection > | getConnection ()=0 |
OUString | getControlDefault (const OFieldDescription *pFieldDescr, bool _bCheck=true) const |
OUString | CanonicalizeToControlDefault (const OFieldDescription *pFieldDescr, const OUString &rUserText) const |
void | setEditWidth (sal_Int32 _nWidth) |
virtual bool | isCutAllowed ()=0 |
virtual bool | isCopyAllowed ()=0 |
virtual bool | isPasteAllowed ()=0 |
virtual void | copy ()=0 |
virtual void | cut ()=0 |
virtual void | paste ()=0 |
Protected Member Functions | |
void | saveCurrentFieldDescData () |
OFieldDescription * | getCurrentFieldDescData () |
void | setCurrentFieldDescData (OFieldDescription *_pDesc) |
virtual void | ActivateAggregate (EControlType eType) |
virtual void | DeactivateAggregate (EControlType eType) |
virtual bool | IsReadOnly () |
virtual css::uno::Reference< css::util::XNumberFormatter > | GetFormatter () const =0 |
virtual css::lang::Locale | GetLocale () const =0 |
virtual void | CellModified (sal_Int32 nRow, sal_uInt16 nColId)=0 |
virtual void | SetModified (bool bModified) |
virtual TOTypeInfoSP | getTypeInfo (sal_Int32 _nPos)=0 |
virtual const OTypeInfoMap * | getTypeInfo () const =0 |
virtual bool | isAutoIncrementValueEnabled () const =0 |
virtual OUString | getAutoIncrementValue () const =0 |
OUString | BoolStringPersistent (std::u16string_view rUIString) const |
OUString | BoolStringUI (const OUString &rPersistentString) const |
const OPropColumnEditCtrl * | getColumnCtrl () const |
void | implFocusLost (weld::Widget *_pWhich) |
Protected Member Functions inherited from dbaui::IClipboardTest | |
~IClipboardTest () | |
Private Member Functions | |
DECL_LINK (FormatClickHdl, weld::Button &, void) | |
DECL_LINK (ChangeHdl, weld::ComboBox &, void) | |
DECL_LINK (OnControlFocusLost, weld::Widget &, void) | |
DECL_LINK (OnControlFocusGot, weld::Widget &, void) | |
DECL_LINK (HelpFocusOut, weld::Widget &, void) | |
void | UpdateFormatSample (OFieldDescription const *pFieldDescr) |
bool | isTextFormat (const OFieldDescription *_pFieldDescr, sal_uInt32 &_nFormatKey) const |
std::unique_ptr< OPropNumericEditCtrl > | CreateNumericControl (const OUString &rId, TranslateId pHelpId, short _nProperty, const OUString &_sHelpId) |
void | InitializeControl (weld::Widget *_pControl, const OUString &_sHelpId) |
void | InitializeControl (OPropListBoxCtrl *_pControl, const OUString &_sHelpId, bool _bAddChangeHandler) |
bool | IsFocusInEditableWidget () const |
void | dispose () |
Definition at line 59 of file FieldDescControl.hxx.
OFieldDescControl::OFieldDescControl | ( | weld::Container * | pPage, |
OTableDesignHelpBar * | pHelpBar | ||
) |
Definition at line 67 of file FieldDescControl.cxx.
References dbaui::OTableDesignHelpBar::connect_focus_out(), LINK, m_nPos, and m_pHelp.
|
virtual |
Definition at line 83 of file FieldDescControl.cxx.
References dispose().
|
protectedvirtual |
Reimplemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
Definition at line 383 of file FieldDescControl.cxx.
References aNo, aYes, CreateNumericControl(), DBA_RES, DBG_UNHANDLED_EXCEPTION, eType, Exception, FIELD_PROPERTY_AUTOINC, FIELD_PROPERTY_AUTOINCREMENT, FIELD_PROPERTY_BOOL_DEFAULT, FIELD_PROPERTY_COLUMNNAME, FIELD_PROPERTY_DEFAULT, FIELD_PROPERTY_LENGTH, FIELD_PROPERTY_NUMTYPE, FIELD_PROPERTY_SCALE, FIELD_PROPERTY_TEXTLEN, FIELD_PROPERTY_TYPE, getAutoIncrementValue(), getConnection(), getMetaData(), getTypeInfo(), HID_TAB_AUTOINCREMENTVALUE, HID_TAB_ENT_AUTOINCREMENT, HID_TAB_ENT_BOOL_DEFAULT, HID_TAB_ENT_COLUMNNAME, HID_TAB_ENT_DEFAULT, HID_TAB_ENT_FORMAT, HID_TAB_ENT_FORMAT_SAMPLE, HID_TAB_ENT_LEN, HID_TAB_ENT_NUMTYP, HID_TAB_ENT_REQUIRED, HID_TAB_ENT_SCALE, HID_TAB_ENT_TEXT_LEN, HID_TAB_ENT_TYPE, InitializeControl(), isAutoIncrementValueEnabled(), dbaui::isSQL92CheckEnabled(), LINK, m_nPos, m_xAutoIncrement, m_xAutoIncrementText, m_xAutoIncrementValue, m_xAutoIncrementValueText, m_xBoolDefault, m_xBoolDefaultText, m_xBuilder, m_xColumnName, m_xColumnNameText, m_xDefault, m_xDefaultText, m_xFormat, m_xFormatSample, m_xFormatText, m_xLength, m_xLengthText, m_xNumType, m_xNumTypeText, m_xRequired, m_xRequiredText, m_xScale, m_xScaleText, m_xTextLen, m_xTextLenText, m_xType, m_xTypeText, pActFieldDescr, dbaui::tpAutoIncrement, dbaui::tpAutoIncrementValue, dbaui::tpBoolDefault, dbaui::tpColumnName, dbaui::tpDefault, dbaui::tpFormat, dbaui::tpLength, dbaui::tpNumType, dbaui::tpRequired, dbaui::tpScale, dbaui::tpTextLen, dbaui::tpType, and UpdateFormatSample().
Referenced by dbaui::OColumnControlWindow::ActivateAggregate(), dbaui::OWizTypeSelectControl::ActivateAggregate(), dbaui::OTableFieldControl::ActivateAggregate(), and DisplayData().
|
protected |
Definition at line 135 of file FieldDescControl.cxx.
Referenced by DisplayData(), and SaveData().
|
protected |
Definition at line 144 of file FieldDescControl.cxx.
Referenced by DisplayData().
OUString OFieldDescControl::CanonicalizeToControlDefault | ( | const OFieldDescription * | pFieldDescr, |
const OUString & | rUserText | ||
) | const |
Definition at line 1344 of file FieldDescControl.cxx.
References Exception, GetFormatter(), dbaui::OFieldDescription::GetType(), isTextFormat(), and nValue.
Referenced by SaveData().
|
protectedpure virtual |
Implemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
|
inline |
Definition at line 178 of file FieldDescControl.hxx.
References m_aControlFocusIn.
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 1236 of file FieldDescControl.cxx.
References weld::Entry::copy_clipboard(), and isCopyAllowed().
|
private |
Definition at line 609 of file FieldDescControl.cxx.
References InitializeControl(), and m_xBuilder.
Referenced by ActivateAggregate().
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 1230 of file FieldDescControl.cxx.
References weld::Entry::cut_clipboard(), and isCutAllowed().
|
protectedvirtual |
Reimplemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
Definition at line 622 of file FieldDescControl.cxx.
References eType, m_nPos, m_pLastFocusWindow, m_xAutoIncrement, m_xAutoIncrementText, m_xAutoIncrementValue, m_xAutoIncrementValueText, m_xBoolDefault, m_xBoolDefaultText, m_xColumnName, m_xColumnNameText, m_xDefault, m_xDefaultText, m_xFormat, m_xFormatSample, m_xFormatText, m_xLength, m_xLengthText, m_xNumType, m_xNumTypeText, m_xRequired, m_xRequiredText, m_xScale, m_xScaleText, m_xTextLen, m_xTextLenText, m_xType, m_xTypeText, dbaui::tpAutoIncrement, dbaui::tpAutoIncrementValue, dbaui::tpBoolDefault, dbaui::tpColumnName, dbaui::tpDefault, dbaui::tpFormat, dbaui::tpLength, dbaui::tpNumType, dbaui::tpRequired, dbaui::tpScale, dbaui::tpTextLen, and dbaui::tpType.
Referenced by dbaui::OColumnControlWindow::DeactivateAggregate(), dbaui::OWizTypeSelectControl::DeactivateAggregate(), dbaui::OTableFieldControl::DeactivateAggregate(), DisplayData(), and dispose().
|
private |
|
private |
|
private |
|
private |
|
private |
void OFieldDescControl::DisplayData | ( | OFieldDescription * | pFieldDescr | ) |
Definition at line 683 of file FieldDescControl.cxx.
References ActivateAggregate(), aNo, Any, aYes, BoolStringPersistent(), BoolStringUI(), DBA_RES, DeactivateAggregate(), dbaui::OFieldDescription::GetAutoIncrementValue(), dbaui::OFieldDescription::GetControlDefault(), getControlDefault(), dbaui::OFieldDescription::GetName(), dbaui::OFieldDescription::GetPrecision(), dbaui::OFieldDescription::GetScale(), dbaui::OFieldDescription::GetType(), dbaui::OFieldDescription::getTypeInfo(), getTypeInfo(), dbaui::OFieldDescription::IsAutoIncrement(), dbaui::OFieldDescription::IsNullable(), dbaui::OFieldDescription::IsPrimaryKey(), IsReadOnly(), m_pHelp, m_pLastFocusWindow, m_pPreviousType, m_xAutoIncrement, m_xAutoIncrementValue, m_xBoolDefault, m_xColumnName, m_xDefault, m_xFormat, m_xLength, m_xNumType, m_xRequired, m_xScale, m_xTextLen, m_xType, nPos, pActFieldDescr, dbaui::OFieldDescription::SetAutoIncrement(), dbaui::OFieldDescription::SetControlDefault(), dbaui::OTableDesignHelpBar::SetHelpText(), dbaui::OFieldDescription::SetIsNullable(), dbaui::OFieldDescription::SetPrecision(), SetReadOnly(), dbaui::OFieldDescription::SetScale(), dbaui::OFieldDescription::SetType(), dbaui::tpAutoIncrement, dbaui::tpAutoIncrementValue, dbaui::tpBoolDefault, dbaui::tpColumnName, dbaui::tpDefault, dbaui::tpFormat, dbaui::tpLength, dbaui::tpNumType, dbaui::tpRequired, dbaui::tpScale, dbaui::tpTextLen, dbaui::tpType, and UpdateFormatSample().
Referenced by dbaui::OWizTypeSelectControl::CellModified(), and dbaui::OColumnPeer::setColumn().
|
private |
Definition at line 88 of file FieldDescControl.cxx.
References DeactivateAggregate(), m_pActFocusWindow, m_pHelp, m_pLastFocusWindow, m_xAutoIncrement, m_xAutoIncrementText, m_xAutoIncrementValue, m_xAutoIncrementValueText, m_xBoolDefault, m_xBoolDefaultText, m_xBuilder, m_xColumnName, m_xColumnNameText, m_xContainer, m_xDefault, m_xDefaultText, m_xFormat, m_xFormatSample, m_xFormatText, m_xLength, m_xLengthText, m_xNumType, m_xNumTypeText, m_xRequired, m_xRequiredText, m_xScale, m_xScaleText, m_xTextLen, m_xTextLenText, m_xType, m_xTypeText, dbaui::tpAutoIncrement, dbaui::tpAutoIncrementValue, dbaui::tpBoolDefault, dbaui::tpColumnName, dbaui::tpDefault, dbaui::tpFormat, dbaui::tpLength, dbaui::tpNumType, dbaui::tpRequired, dbaui::tpScale, dbaui::tpTextLen, and dbaui::tpType.
Referenced by ~OFieldDescControl().
|
inline |
Definition at line 167 of file FieldDescControl.hxx.
References m_xContainer.
|
protectedpure virtual |
Implemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
Referenced by ActivateAggregate().
|
inlineprotected |
Definition at line 152 of file FieldDescControl.hxx.
References m_xColumnName.
Referenced by dbaui::OWizTypeSelectControl::CellModified().
|
pure virtual |
Implemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
Referenced by ActivateAggregate().
OUString OFieldDescControl::getControlDefault | ( | const OFieldDescription * | pFieldDescr, |
bool | _bCheck = true |
||
) | const |
Definition at line 1277 of file FieldDescControl.cxx.
References Exception, dbaui::OFieldDescription::GetControlDefault(), GetFormatter(), isTextFormat(), Locale, and nValue.
Referenced by DisplayData(), and UpdateFormatSample().
|
inlineprotected |
Definition at line 129 of file FieldDescControl.hxx.
References pActFieldDescr.
Referenced by dbaui::OWizTypeSelectControl::CellModified().
|
protectedpure virtual |
Implemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
Referenced by CanonicalizeToControlDefault(), getControlDefault(), Init(), and isTextFormat().
|
protectedpure virtual |
Implemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
Referenced by isTextFormat().
|
pure virtual |
Implemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
Referenced by ActivateAggregate().
|
protectedpure virtual |
Implemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
Referenced by ActivateAggregate(), and DisplayData().
|
protectedpure virtual |
Implemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
void OFieldDescControl::GrabFocus | ( | ) |
Definition at line 1151 of file FieldDescControl.cxx.
References weld::Widget::grab_focus(), m_pLastFocusWindow, and m_xContainer.
bool OFieldDescControl::HasChildPathFocus | ( | ) | const |
Definition at line 1198 of file FieldDescControl.cxx.
References m_xContainer.
|
protected |
Definition at line 1163 of file FieldDescControl.cxx.
References dbaui::OTableDesignHelpBar::HasFocus(), m_pHelp, m_pLastFocusWindow, and dbaui::OTableDesignHelpBar::SetHelpText().
void OFieldDescControl::Init | ( | void | ) |
Definition at line 158 of file FieldDescControl.cxx.
References GetFormatter(), and dbaui::setEvalDateFormatForFormatter().
Referenced by dbaui::OColumnControlWindow::setConnection().
|
private |
Definition at line 588 of file FieldDescControl.cxx.
References weld::ComboBox::connect_changed(), dbaui::OPropListBoxCtrl::GetComboBox(), dbaui::OWidgetBase::GetWidget(), InitializeControl(), and LINK.
|
private |
Definition at line 596 of file FieldDescControl.cxx.
References weld::Widget::connect_focus_in(), weld::Widget::connect_focus_out(), Application::GetDefaultDevice(), LINK, OutputDevice::LogicToPixel(), m_nEditWidth, weld::Widget::set_help_id(), and weld::Widget::set_size_request().
Referenced by ActivateAggregate(), CreateNumericControl(), and InitializeControl().
|
protectedpure virtual |
Implemented in dbaui::OColumnControlWindow, dbaui::OWizTypeSelectControl, and dbaui::OTableFieldControl.
Referenced by ActivateAggregate(), and SaveData().
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 1203 of file FieldDescControl.cxx.
References weld::Entry::get_selection_bounds(), IsFocusInEditableWidget(), and m_pActFocusWindow.
Referenced by copy().
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 1211 of file FieldDescControl.cxx.
References weld::Entry::get_selection_bounds(), IsFocusInEditableWidget(), and m_pActFocusWindow.
Referenced by cut().
|
private |
Definition at line 1179 of file FieldDescControl.cxx.
References m_pActFocusWindow, m_xAutoIncrementValue, m_xColumnName, m_xDefault, m_xFormatSample, m_xLength, m_xScale, and m_xTextLen.
Referenced by isCopyAllowed(), isCutAllowed(), and isPasteAllowed().
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 1219 of file FieldDescControl.cxx.
References TransferableDataHelper::CreateFromClipboard(), weld::Widget::get_clipboard(), TransferableDataHelper::HasFormat(), IsFocusInEditableWidget(), and m_pActFocusWindow.
|
inlineprotectedvirtual |
Reimplemented in dbaui::OTableFieldControl.
Definition at line 134 of file FieldDescControl.hxx.
Referenced by DisplayData().
|
private |
Definition at line 1248 of file FieldDescControl.cxx.
References Exception, dbaui::OFieldDescription::GetFormatKey(), GetFormatter(), GetLocale(), getNumberFormats(), dbaui::OFieldDescription::GetScale(), dbaui::OFieldDescription::GetType(), and dbaui::OFieldDescription::IsCurrency().
Referenced by CanonicalizeToControlDefault(), and getControlDefault().
|
overridevirtual |
Implements dbaui::IClipboardTest.
Definition at line 1242 of file FieldDescControl.cxx.
References m_pActFocusWindow, and weld::Entry::paste_clipboard().
|
inlineprotected |
Definition at line 128 of file FieldDescControl.hxx.
References pActFieldDescr, and SaveData().
Referenced by dbaui::OColumnControlWindow::CellModified(), and dbaui::OWizTypeSelectControl::CellModified().
void OFieldDescControl::SaveData | ( | OFieldDescription * | pFieldDescr | ) |
Definition at line 1100 of file FieldDescControl.cxx.
References Any, BoolStringPersistent(), CanonicalizeToControlDefault(), isAutoIncrementValueEnabled(), dbaui::OFieldDescription::IsPrimaryKey(), m_xAutoIncrement, m_xAutoIncrementValue, m_xBoolDefault, m_xColumnName, m_xDefault, m_xLength, m_xRequired, m_xScale, m_xTextLen, dbaui::OFieldDescription::SetAutoIncrement(), dbaui::OFieldDescription::SetAutoIncrementValue(), dbaui::OFieldDescription::SetControlDefault(), dbaui::OFieldDescription::SetIsNullable(), dbaui::OFieldDescription::SetName(), dbaui::OFieldDescription::SetPrecision(), and dbaui::OFieldDescription::SetScale().
Referenced by saveCurrentFieldDescData().
void OFieldDescControl::SetControlText | ( | sal_uInt16 | nControlId, |
const OUString & | rText | ||
) |
Definition at line 199 of file FieldDescControl.cxx.
References FIELD_PROPERTY_AUTOINC, FIELD_PROPERTY_AUTOINCREMENT, FIELD_PROPERTY_BOOL_DEFAULT, FIELD_PROPERTY_COLUMNNAME, FIELD_PROPERTY_DEFAULT, FIELD_PROPERTY_FORMAT, FIELD_PROPERTY_LENGTH, FIELD_PROPERTY_NUMTYPE, FIELD_PROPERTY_REQUIRED, FIELD_PROPERTY_SCALE, FIELD_PROPERTY_TEXTLEN, FIELD_PROPERTY_TYPE, m_xAutoIncrement, m_xAutoIncrementValue, m_xBoolDefault, m_xColumnName, m_xDefault, m_xLength, m_xNumType, m_xRequired, m_xScale, m_xTextLen, m_xType, nControlId, pActFieldDescr, and UpdateFormatSample().
|
inlineprotected |
Definition at line 130 of file FieldDescControl.hxx.
References pActFieldDescr.
Referenced by dbaui::OWizTypeSelectControl::CellModified().
|
inline |
Definition at line 197 of file FieldDescControl.hxx.
References m_nEditWidth.
|
inline |
Definition at line 168 of file FieldDescControl.hxx.
References m_xContainer.
|
protectedvirtual |
Reimplemented in dbaui::OTableFieldControl.
Definition at line 311 of file FieldDescControl.cxx.
void OFieldDescControl::SetReadOnly | ( | bool | bReadOnly | ) |
Definition at line 164 of file FieldDescControl.cxx.
References bReadOnly, m_xAutoIncrement, m_xAutoIncrementText, m_xAutoIncrementValue, m_xAutoIncrementValueText, m_xColumnName, m_xColumnNameText, m_xDefault, m_xDefaultText, m_xFormat, m_xFormatText, m_xLength, m_xLengthText, m_xNumType, m_xNumTypeText, m_xRequired, m_xRequiredText, m_xScale, m_xScaleText, m_xTextLen, m_xTextLenText, m_xType, m_xTypeText, and text().
Referenced by DisplayData().
|
private |
Definition at line 1145 of file FieldDescControl.cxx.
References getControlDefault(), and m_xFormatSample.
Referenced by ActivateAggregate(), DisplayData(), and SetControlText().
|
private |
Definition at line 102 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), BoolStringPersistent(), BoolStringUI(), and DisplayData().
|
private |
Definition at line 101 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), BoolStringPersistent(), BoolStringUI(), and DisplayData().
|
private |
Definition at line 97 of file FieldDescControl.hxx.
Referenced by connect_focus_in().
|
private |
Definition at line 104 of file FieldDescControl.hxx.
Referenced by InitializeControl(), and setEditWidth().
|
private |
Definition at line 100 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), and DeactivateAggregate().
|
private |
Definition at line 67 of file FieldDescControl.hxx.
Referenced by dispose(), isCopyAllowed(), isCutAllowed(), IsFocusInEditableWidget(), isPasteAllowed(), and paste().
|
private |
Definition at line 65 of file FieldDescControl.hxx.
Referenced by DisplayData(), dispose(), implFocusLost(), and OFieldDescControl().
|
private |
Definition at line 66 of file FieldDescControl.hxx.
Referenced by DeactivateAggregate(), DisplayData(), dispose(), GrabFocus(), and implFocusLost().
|
private |
Definition at line 99 of file FieldDescControl.hxx.
Referenced by DisplayData().
|
private |
Definition at line 84 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), SaveData(), SetControlText(), and SetReadOnly().
|
private |
Definition at line 71 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 93 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), IsFocusInEditableWidget(), SaveData(), SetControlText(), and SetReadOnly().
|
private |
Definition at line 80 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 90 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), SaveData(), and SetControlText().
|
private |
Definition at line 77 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), and dispose().
|
private |
Definition at line 62 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), CreateNumericControl(), and dispose().
|
private |
Definition at line 91 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), getColumnCtrl(), IsFocusInEditableWidget(), SaveData(), SetControlText(), and SetReadOnly().
|
private |
Definition at line 78 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 63 of file FieldDescControl.hxx.
Referenced by dispose(), Enable(), GrabFocus(), HasChildPathFocus(), and SetHelpId().
|
private |
Definition at line 85 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), IsFocusInEditableWidget(), SaveData(), SetControlText(), and SetReadOnly().
|
private |
Definition at line 69 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 95 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), and SetReadOnly().
|
private |
Definition at line 89 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), IsFocusInEditableWidget(), and UpdateFormatSample().
|
private |
Definition at line 76 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 87 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), IsFocusInEditableWidget(), SaveData(), SetControlText(), and SetReadOnly().
|
private |
Definition at line 74 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 83 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), SetControlText(), and SetReadOnly().
|
private |
Definition at line 73 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 82 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), SaveData(), SetControlText(), and SetReadOnly().
|
private |
Definition at line 70 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 88 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), IsFocusInEditableWidget(), SaveData(), SetControlText(), and SetReadOnly().
|
private |
Definition at line 75 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 86 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), IsFocusInEditableWidget(), SaveData(), SetControlText(), and SetReadOnly().
|
private |
Definition at line 72 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 92 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), DisplayData(), dispose(), SetControlText(), and SetReadOnly().
|
private |
Definition at line 79 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DeactivateAggregate(), dispose(), and SetReadOnly().
|
private |
Definition at line 106 of file FieldDescControl.hxx.
Referenced by ActivateAggregate(), DisplayData(), getCurrentFieldDescData(), saveCurrentFieldDescData(), SetControlText(), and setCurrentFieldDescData().