Home
last modified time | relevance | path

Searched refs:OPropEditCtrl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/inc/
H A DFieldControls.hxx87 class OPropEditCtrl : public Edit class
94 …inline OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition = -1, WinBits nWinStyle …
95 …inline OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,short nPosition = -1);
109 …inline OPropEditCtrl::OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition, WinBits … in OPropEditCtrl() function in dbaui::OPropEditCtrl
115 …inline OPropEditCtrl::OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,short … in OPropEditCtrl() function in dbaui::OPropEditCtrl
H A DFieldDescControl.hxx78 class OPropEditCtrl;
107 OPropEditCtrl* pDefault;
111 OPropEditCtrl* pFormatSample;
115 OPropEditCtrl* m_pAutoIncrementValue;
/trunk/main/dbaccess/source/ui/dlg/
H A DAdabasStat.hxx60 OPropEditCtrl m_ET_SYSDEVSPACE;
62 OPropEditCtrl m_ET_TRANSACTIONLOG;
67 OPropEditCtrl m_ET_SIZE;
69 OPropEditCtrl m_ET_FREESIZE;
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx895 pDefault = new OPropEditCtrl( this, STR_HELP_DEFAULT_VALUE, FIELD_PROPERTY_DEFAULT, WB_BORDER ); in ActivateAggregate()
903 …m_pAutoIncrementValue = new OPropEditCtrl( this, STR_HELP_AUTOINCREMENT_VALUE, FIELD_PRPOERTY_AUTO… in ActivateAggregate()
1038 pFormatSample = new OPropEditCtrl( this, STR_HELP_FORMAT_CODE, -1, WB_BORDER ); in ActivateAggregate()
1601 OPropEditCtrl* pEdit = dynamic_cast< OPropEditCtrl* >( pControl ); in IMPL_LINK()
1643 OPropEditCtrl* pConverted = (OPropEditCtrl*)pControl; in IMPL_LINK()

Completed in 28 milliseconds