Searched refs:OPropListBoxCtrl (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | FieldControls.hxx | 158 class OPropListBoxCtrl : public ListBox class 164 …inline OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition = -1, WinBits nWinSty… 165 …inline OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,short nPosition = … 179 …inline OPropListBoxCtrl::OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition, Wi… in OPropListBoxCtrl() function in dbaui::OPropListBoxCtrl 185 …inline OPropListBoxCtrl::OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,… in OPropListBoxCtrl() function in dbaui::OPropListBoxCtrl
|
H A D | FieldDescControl.hxx | 77 class OPropListBoxCtrl; 104 OPropListBoxCtrl* pRequired; 105 OPropListBoxCtrl* pNumType; 106 OPropListBoxCtrl* pAutoIncrement; 112 OPropListBoxCtrl* pBoolDefault; 114 OPropListBoxCtrl* m_pType;
|
/aoo4110/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 918 …pRequired = new OPropListBoxCtrl( this, STR_HELP_FIELD_REQUIRED, FIELD_PROPERTY_REQUIRED, WB_DROPD… in ActivateAggregate() 934 …pAutoIncrement = new OPropListBoxCtrl( this, STR_HELP_AUTOINCREMENT, FIELD_PROPERTY_AUTOINC, WB_DR… in ActivateAggregate() 954 m_pType = new OPropListBoxCtrl( this, STR_HELP_AUTOINCREMENT, FIELD_PRPOERTY_TYPE, WB_DROPDOWN ); in ActivateAggregate() 1004 …pNumType = new OPropListBoxCtrl( this, STR_HELP_NUMERIC_TYPE, FIELD_PROPERTY_NUMTYPE, WB_DROPDOWN … in ActivateAggregate() 1058 …pBoolDefault = new OPropListBoxCtrl( this, STR_HELP_BOOL_DEFAULT, FIELD_PROPERTY_BOOL_DEFAULT, WB_… in ActivateAggregate() 1073 ((OPropListBoxCtrl*)_pControl)->SetSelectHdl(LINK(this,OFieldDescControl,ChangeHdl)); in InitializeControl() 1608 OPropListBoxCtrl* pListBox = dynamic_cast< OPropListBoxCtrl* >( pControl ); in IMPL_LINK() 1649 OPropListBoxCtrl* pConverted = (OPropListBoxCtrl*)pControl; in IMPL_LINK()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | AdabasStat.hxx | 64 OPropListBoxCtrl m_LB_DATADEVS;
|
Completed in 25 milliseconds