LibreOffice Module sc (master) 1
Functions
editutil.cxx File Reference
#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>
Include dependency graph for editutil.cxx:

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)
 

Function Documentation

◆ lcl_GetCharStr()

static OUString lcl_GetCharStr ( sal_Int32  nNo)
static

Definition at line 769 of file editutil.cxx.

References aStr.

Referenced by lcl_GetNumStr().

◆ lcl_GetDelimitedString() [1/2]

static OUString lcl_GetDelimitedString ( const EditEngine rEngine,
const char  c 
)
static

◆ lcl_GetDelimitedString() [2/2]

static OUString lcl_GetDelimitedString ( const EditTextObject rEdit,
const char  c 
)
static

Definition at line 92 of file editutil.cxx.

References EditTextObject::GetParagraphCount(), and EditTextObject::GetText().

◆ lcl_GetNumStr()

static OUString lcl_GetNumStr ( sal_Int32  nNo,
SvxNumType  eType 
)
static