Searched refs:OPropEditCtrl (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | FieldControls.hxx | 87 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 D | FieldDescControl.hxx | 78 class OPropEditCtrl; 107 OPropEditCtrl* pDefault; 111 OPropEditCtrl* pFormatSample; 115 OPropEditCtrl* m_pAutoIncrementValue;
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | AdabasStat.hxx | 60 OPropEditCtrl m_ET_SYSDEVSPACE; 62 OPropEditCtrl m_ET_TRANSACTIONLOG; 67 OPropEditCtrl m_ET_SIZE; 69 OPropEditCtrl m_ET_FREESIZE;
|
/aoo42x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 895 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 31 milliseconds