#include "KoParagCounter.h"
#include "KoTextParag.h"
#include "KoTextZoomHandler.h"
#include "KoTextFormat.h"
#include "KoTextDocument.h"
#include "KoOasisContext.h"
#include <KoXmlWriter.h>
#include <KoGenStyles.h>
#include <KoXmlNS.h>
#include <kdebug.h>
#include <qdom.h>
#include <QBuffer>
#include <QByteArray>
Graphe des dépendances par inclusion de KoParagCounter.cpp:
Aller au code source de ce fichier.
Fonctions | |
static int | importCounterType (QChar numFormat) |
static QChar | exportCounterType (KoParagCounter::Style style) |
Variables | |
static KoTextParag *const | INVALID_PARAG = (KoTextParag *)-1 |
const QByteArray | RNUnits [] = {"", "i", "ii", "iii", "iv", "v", "vi", "vii", "viii", "ix"} |
const QByteArray | RNTens [] = {"", "x", "xx", "xxx", "xl", "l", "lx", "lxx", "lxxx", "xc"} |
const QByteArray | RNHundreds [] = {"", "c", "cc", "ccc", "cd", "d", "dc", "dcc", "dccc", "cm"} |
const QByteArray | RNThousands [] = {"", "m", "mm", "mmm"} |
static QChar exportCounterType | ( | KoParagCounter::Style | style | ) | [static] |
Définition à la ligne 168 du fichier KoParagCounter.cpp.
Référencé par KoParagCounter::saveOasisListLevel().
Voici le graphe d'appel pour cette fonction :
static int importCounterType | ( | QChar | numFormat | ) | [static] |
Définition à la ligne 152 du fichier KoParagCounter.cpp.
Références KoParagCounter::STYLE_ALPHAB_L, KoParagCounter::STYLE_ALPHAB_U, KoParagCounter::STYLE_NONE, KoParagCounter::STYLE_NUM, KoParagCounter::STYLE_ROM_NUM_L, et KoParagCounter::STYLE_ROM_NUM_U.
Référencé par KoParagCounter::loadOasisListStyle().
Voici le graphe d'appel pour cette fonction :
KoTextParag* const INVALID_PARAG = (KoTextParag *)-1 [static] |
const QByteArray RNHundreds[] = {"", "c", "cc", "ccc", "cd", "d", "dc", "dcc", "dccc", "cm"} |
Définition à la ligne 838 du fichier KoParagCounter.cpp.
const QByteArray RNTens[] = {"", "x", "xx", "xxx", "xl", "l", "lx", "lxx", "lxxx", "xc"} |
Définition à la ligne 837 du fichier KoParagCounter.cpp.
const QByteArray RNThousands[] = {"", "m", "mm", "mmm"} |
Définition à la ligne 839 du fichier KoParagCounter.cpp.
const QByteArray RNUnits[] = {"", "i", "ii", "iii", "iv", "v", "vi", "vii", "viii", "ix"} |
Définition à la ligne 836 du fichier KoParagCounter.cpp.