LibreOffice Module sc (master) 1
|
#include <scitems.hxx>
#include <comphelper/processfactory.hxx>
#include <editeng/eeitem.hxx>
#include <svx/algitem.hxx>
#include <svtools/colorcfg.hxx>
#include <editeng/editstat.hxx>
#include <editeng/flditem.hxx>
#include <editeng/numitem.hxx>
#include <editeng/justifyitem.hxx>
#include <editeng/editobj.hxx>
#include <vcl/outdev.hxx>
#include <svl/numformat.hxx>
#include <svl/inethist.hxx>
#include <sfx2/objsh.hxx>
#include <comphelper/lok.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/text/textfield/Type.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <editutil.hxx>
#include <global.hxx>
#include <attrib.hxx>
#include <document.hxx>
#include <docpool.hxx>
#include <patattr.hxx>
#include <scmod.hxx>
#include <inputopt.hxx>
#include <compiler.hxx>
#include <mutex>
Go to the source code of this file.
Functions | |
static OUString | lcl_GetDelimitedString (const EditEngine &rEngine, const char c) |
static OUString | lcl_GetDelimitedString (const EditTextObject &rEdit, const char c) |
static OUString | lcl_GetCharStr (sal_Int32 nNo) |
static OUString | lcl_GetNumStr (sal_Int32 nNo, SvxNumType eType) |
|
static |
|
static |
Definition at line 74 of file editutil.cxx.
References EditEngine::GetParagraphCount(), and EditEngine::GetText().
Referenced by ScEditUtil::GetMultilineString(), and ScEditUtil::GetSpaceDelimitedString().
|
static |
Definition at line 92 of file editutil.cxx.
References EditTextObject::GetParagraphCount(), and EditTextObject::GetText().
|
static |
Definition at line 789 of file editutil.cxx.
References SvxNumberFormat::CreateRomanString(), eType, and lcl_GetCharStr().
Referenced by ScHeaderEditEngine::CalcFieldValue().