Searched refs:TableCellFloatEditor (Results 1 – 4 of 4) sorted by relevance
16 TableCellFloatEditor::TableCellFloatEditor(::Value* initialValue, in TableCellFloatEditor() function in TableCellFloatEditor24 TableCellFloatEditor::~TableCellFloatEditor() in ~TableCellFloatEditor()30 TableCellFloatEditor::ValidateInput() const in ValidateInput()42 TableCellFloatEditor::GetValueForInput(::Value*& _output) const in GetValueForInput()
13 class TableCellFloatEditor : public TableCellTextControlEditor {15 TableCellFloatEditor(::Value* initialValue,17 virtual ~TableCellFloatEditor();
95 TableCellFloatEditor* editor = new(std::nothrow) in GetTableCellValueEditor()96 TableCellFloatEditor(value, formatter); in GetTableCellValueEditor()100 BReference<TableCellFloatEditor> editorReference(editor, true); in GetTableCellValueEditor()
158 TableCellFloatEditor.cpp