Lines Matching refs:DuplRow
5913 DuplRow value_list; in OnCmdRemoveDuplicates()
6189 DuplRow * value_list, int *count) in doDeleteDuplicates()
6332 DuplRow * value_list, int *count) in doDeleteDuplicates2()
6504 DuplRow::~DuplRow() in ~DuplRow()
6518 void DuplRow::Add(wxString & name) in Add()
6530 void DuplRow::SetValue(int pos, sqlite3_int64 value) in SetValue()
6545 void DuplRow::SetValue(int pos, double value) in SetValue()
6560 void DuplRow::SetValue(int pos, const char *value) in SetValue()
6575 void DuplRow::SetValue(int pos, const void *blob, int size) in SetValue()
6590 void DuplRow::SetValue(int pos) in SetValue()
6605 void DuplRow::ResetQueryPos() in ResetQueryPos()
6616 bool DuplRow::CheckBlob(int pos, const void *blob, int size) in CheckBlob()