LibreOffice Module vcl (master) 1
|
#include <tools/debug.hxx>
#include <boost/property_tree/json_parser.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <unotools/localedatawrapper.hxx>
#include <vcl/builder.hxx>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <vcl/commandevent.hxx>
#include <svl/zformat.hxx>
#include <vcl/toolkit/fmtfield.hxx>
#include <vcl/uitest/uiobject.hxx>
#include <vcl/uitest/formattedfielduiobject.hxx>
#include <vcl/weld.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <unotools/syslocale.hxx>
#include <limits>
#include <map>
#include <rtl/math.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <svl/numformat.hxx>
#include <osl/diagnose.h>
#include <tools/json_writer.hxx>
Go to the source code of this file.
Namespaces | |
namespace | validation |
Functions | |
static void | validation::lcl_insertStopTransition (StateTransitions &_rRow) |
static void | validation::lcl_insertStartExponentTransition (StateTransitions &_rRow) |
static void | validation::lcl_insertSignTransitions (StateTransitions &_rRow, const State eNextState) |
static void | validation::lcl_insertDigitTransitions (StateTransitions &_rRow, const State eNextState) |
static void | validation::lcl_insertCommonPreCommaTransitions (StateTransitions &_rRow, const sal_Unicode _cThSep, const sal_Unicode _cDecSep) |