KTextAddons
8#include "textautocorrectioncore_export.h"
11namespace TextAutoCorrectionCore
13namespace AutoCorrectionUtils
15struct TEXTAUTOCORRECTIONCORE_EXPORT TypographicQuotes {
18 [[nodiscard]] QString
toString()
const;
19 [[nodiscard]]
bool isEmpty()
const;
20 [[nodiscard]]
static TypographicQuotes fromString(
const QString &str);
23[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT TypographicQuotes typographicDefaultSingleQuotes();
24[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT TypographicQuotes typographicDefaultDoubleQuotes();
25[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT TypographicQuotes typographicDefaultFrenchQuotes();
26[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT QString libreofficeFile(
const QString &lang);
27[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT QStringList libreOfficeAutoCorrectionPath();
28[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT QStringList searchAutoCorrectLibreOfficeFiles();
29[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT QStringList autoCorrectLibreOfficeLanguageToString(
const QStringList &langs);
30[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT QString libreOfficeWritableLocalAutoCorrectionPath();
31[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT QString containsAutoCorrectionFile(
const QString &lang,
32 const QString &customSystemPath,
33 const QString &customWritablePath);
34[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT QString libreOfficeSystemPath();
35[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT QString libreOfficeLocalPath();
36[[nodiscard]] TEXTAUTOCORRECTIONCORE_EXPORT QStringList wordsFromSentence(
const QString &
string);
39TEXTAUTOCORRECTIONCORE_EXPORT
QDebug operator<<(
QDebug d, TextAutoCorrectionCore::AutoCorrectionUtils::TypographicQuotes t);
char * toString(const EngineQuery &query)
const QList< QKeySequence > & begin()
const QList< QKeySequence > & end()
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:24 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.