Searched refs:GetCellText (Results 1 - 3 of 3) sorted by relevance

/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.h42 const char* GetCellText(int whichColumn) const;
H A DShortcutsSpec.cpp195 SetField(new BStringField(GetCellText(i)), i);
299 ShortcutsSpec::GetCellText(int whichColumn) const function in class:ShortcutsSpec
358 SetField(new BStringField(GetCellText(whichColumn)),
608 SetField(new BStringField(GetCellText(whichColumn)), whichColumn);
H A DShortcutsWindow.cpp787 row->GetCellText(ShortcutsSpec::STRING_COLUMN_INDEX),
788 strlen(row->GetCellText(ShortcutsSpec::STRING_COLUMN_INDEX)));

Completed in 44 milliseconds