Home
last modified time | relevance | path

Searched defs:textquote (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/fet/fet-6.2.0/src/engine/
H A Dexport.cpp165 QString textquote="\""; in exportCSV() local
246 QString textquote; in exportCSV() local
428 bool Export::selectSeparatorAndTextquote(QWidget* parent, QDialog* &newParent, QString& textquote, … in selectSeparatorAndTextquote()
563 bool Export::exportCSVActivityTags(QWidget* parent, QString& lastWarnings, const QString& textquote
626 …ortCSVRoomsAndBuildings(QWidget* parent, QString& lastWarnings, const QString& textquote, const QS…
717 bool Export::exportCSVSubjects(QWidget* parent, QString& lastWarnings, const QString& textquote, co…
778 bool Export::exportCSVTeachers(QWidget* parent, QString& lastWarnings, const QString& textquote, co…
841 bool Export::exportCSVStudents(QWidget* parent, QString& lastWarnings, const QString& textquote, co…
942 bool Export::exportCSVActivities(QWidget* parent, QString& lastWarnings, const QString& textquote, …
1247 …CSVActivitiesStatistics(QWidget* parent, QString& lastWarnings, const QString& textquote, const QS…
[all …]
H A Dimport.cpp56 static QString textquote="\""; variable