Searched refs:TYPE_NUMERICFIELD (Results 1 – 7 of 7) sorted by relevance
48 #define TYPE_NUMERICFIELD 6 macro
46 pNames[TYPE_NUMERICFIELD] = FM_COL_NUMERICFIELD; in getColumnTypes()
725 …nableItem(SID_FM_NUMERICFIELD + nChangeTypeOffset, bDesignMode && (nColType != TYPE_NUMERICFIELD)); in PreExecuteColumnContextMenu()
199 case TYPE_NUMERICFIELD: pCellControl = new DbNumericField(*this); break; in CreateControl()
191 #define TYPE_NUMERICFIELD 6 macro
88 … pNames[TYPE_NUMERICFIELD] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "NumericField" ) ); in getColumnTypes()
391 case TYPE_NUMERICFIELD: xReturn = new NumericFieldColumn( getContext() ); break; in createColumn()
Completed in 49 milliseconds