LibreOffice Module oox (master) 1
|
#include <sal/config.h>
#include <o3tl/unit_conversion.hxx>
#include <rtl/string.hxx>
#include <sal/types.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | oox |
namespace | oox::drawingml |
Enumerations | |
enum | oox::drawingml::DocumentType { oox::drawingml::DOCUMENT_DOCX , oox::drawingml::DOCUMENT_PPTX , oox::drawingml::DOCUMENT_XLSX } |
Functions | |
OString | I32SHEX (sal_Int32 x) |
static constexpr const char * | ToPsz (bool b) |
static constexpr const char * | ToPsz10 (bool b) |
static constexpr sal_Int64 | PPTtoEMU (sal_Int32 nPPT) |
static constexpr sal_Int64 | TwipsToEMU (sal_Int32 nTwips) |
template<typename T > | |
OString | write1000thOfAPercent (T number) |
|
inline |
Definition at line 31 of file utils.hxx.
Referenced by oox::ThemeExport::writeColorRGB(), and oox::ThemeExport::writeColorSet().
|
staticconstexpr |
Definition at line 58 of file utils.hxx.
References o3tl::convert(), o3tl::emu, and o3tl::master.
|
staticconstexpr |
|
staticconstexpr |
Definition at line 51 of file utils.hxx.
Referenced by oox::drawingml::ChartExport::exportChart(), oox::drawingml::ChartExport::exportDataLabels(), oox::drawingml::ChartExport::exportTrendlines(), oox::drawingml::ChartExport::exportVaryColors(), and oox::drawingml::DrawingML::WriteParagraphProperties().
|
staticconstexpr |
Definition at line 63 of file utils.hxx.
References o3tl::convert(), o3tl::emu, and o3tl::twip.
OString write1000thOfAPercent | ( | T | number | ) |
Definition at line 69 of file utils.hxx.
Referenced by oox::drawingml::DrawingML::WriteOutline().