|
LibreOffice Module sc (master) 1
|
#include "vbaformat.hxx"#include <ooo/vba/excel/XFont.hpp>#include <ooo/vba/excel/XStyle.hpp>#include <ooo/vba/excel/XlVAlign.hpp>#include <ooo/vba/excel/XlHAlign.hpp>#include <ooo/vba/excel/XlOrientation.hpp>#include <ooo/vba/excel/Constants.hpp>#include <ooo/vba/excel/XRange.hpp>#include <com/sun/star/table/CellVertJustify2.hpp>#include <com/sun/star/table/CellHoriJustify.hpp>#include <com/sun/star/table/CellOrientation.hpp>#include <com/sun/star/table/XCellRange.hpp>#include <com/sun/star/text/WritingMode.hpp>#include <com/sun/star/util/CellProtection.hpp>#include <com/sun/star/util/XNumberFormatsSupplier.hpp>#include <com/sun/star/util/XNumberFormats.hpp>#include <com/sun/star/util/XNumberFormatTypes.hpp>#include <com/sun/star/frame/XModel.hpp>#include <basic/sberrors.hxx>#include <rtl/math.hxx>#include "excelvbahelper.hxx"#include "vbaborders.hxx"#include "vbapalette.hxx"#include "vbafont.hxx"#include "vbainterior.hxx"#include <docsh.hxx>#include <unonames.hxx>#include <cellsuno.hxx>#include <scitems.hxx>#include <attrib.hxx>#include <utility>Go to the source code of this file.
Variables | |
| constexpr OUStringLiteral | FORMATSTRING = u"FormatString" |
| constexpr OUStringLiteral | LOCALE = u"Locale" |
|
constexpr |
Definition at line 57 of file vbaformat.cxx.
Referenced by ScVbaFormat< Ifc >::getNumberFormat(), and ScVbaFormat< Ifc >::getNumberFormatLocal().
|
constexpr |
Definition at line 58 of file vbaformat.cxx.
Referenced by ScVbaFormat< Ifc >::setNumberFormat(), and ScVbaFormat< Ifc >::setNumberFormatLocal().