LibreOffice Module vcl (master) 1
Functions | Variables
texteng.cxx File Reference
#include <tools/stream.hxx>
#include <vcl/texteng.hxx>
#include <vcl/textview.hxx>
#include <vcl/commandevent.hxx>
#include <vcl/inputctx.hxx>
#include "textdoc.hxx"
#include "textdat2.hxx"
#include "textundo.hxx"
#include "textund2.hxx"
#include <svl/ctloptions.hxx>
#include <vcl/window.hxx>
#include <vcl/settings.hxx>
#include <vcl/toolkit/edit.hxx>
#include <vcl/virdev.hxx>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/i18n/InputSequenceChecker.hpp>
#include <com/sun/star/i18n/InputSequenceCheckMode.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <comphelper/processfactory.hxx>
#include <unotools/localedatawrapper.hxx>
#include <vcl/unohelp.hxx>
#include <vcl/svapp.hxx>
#include <unicode/ubidi.h>
#include <algorithm>
#include <cstddef>
#include <cstdlib>
#include <memory>
#include <o3tl/sorted_vector.hxx>
#include <string_view>
#include <vector>
Include dependency graph for texteng.cxx:

Go to the source code of this file.

Functions

static const sal_Unicodestatic_getLineEndText (LineEnd aLineEnd)
 
 IMPL_LINK_NOARG (TextEngine, IdleFormatHdl, Timer *, void)
 

Variables

const sal_Unicode static_aLFText [] = { '\n', 0 }
 
const sal_Unicode static_aCRText [] = { '\r', 0 }
 
const sal_Unicode static_aCRLFText [] = { '\r', '\n', 0 }
 

Function Documentation

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( TextEngine  ,
IdleFormatHdl  ,
Timer ,
void   
)

Definition at line 1469 of file texteng.cxx.

◆ static_getLineEndText()

static const sal_Unicode * static_getLineEndText ( LineEnd  aLineEnd)
static

Variable Documentation

◆ static_aCRLFText

const sal_Unicode static_aCRLFText[] = { '\r', '\n', 0 }

Definition at line 227 of file texteng.cxx.

Referenced by static_getLineEndText().

◆ static_aCRText

const sal_Unicode static_aCRText[] = { '\r', 0 }

Definition at line 226 of file texteng.cxx.

Referenced by static_getLineEndText().

◆ static_aLFText

const sal_Unicode static_aLFText[] = { '\n', 0 }

Definition at line 225 of file texteng.cxx.

Referenced by static_getLineEndText().