LibreOffice Module sc (master) 1
|
#include <algorithm>
#include <cassert>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <tools/solar.h>
#include <xlstyle.hxx>
#include <xestyle.hxx>
#include <xestream.hxx>
#include <xestring.hxx>
#include <oox/token/tokens.hxx>
Go to the source code of this file.
Functions | |
static sal_uInt16 | lcl_WriteRun (XclExpXmlStream &rStrm, const ScfUInt16Vec &rBuffer, sal_uInt16 nStart, sal_Int32 nLength, const XclExpFont *pFont) |
|
static |
Definition at line 396 of file xestring.cxx.
References FSNS(), XclExpFont::GetFontData(), nLength, rStrm, XclXmlUtils::ToOUString(), and XclXmlUtils::WriteFontData().
Referenced by XclExpString::WriteXml().