LibreOffice Module sw (master) 1
|
#include <editeng/svxfont.hxx>
#include <vcl/outdev.hxx>
#include <com/sun/star/i18n/CharType.hpp>
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <fntcache.hxx>
#include <swfont.hxx>
#include <breakit.hxx>
#include <txtfrm.hxx>
#include <scriptinfo.hxx>
#include <fntcap.hxx>
Go to the source code of this file.
Classes | |
class | SwDoCapitals |
Functions | |
TextFrameIndex | sw_CalcCaseMap (const SwFont &rFnt, const OUString &rOrigString, TextFrameIndex const nOfst, TextFrameIndex const nLen, TextFrameIndex const nIdx) |
TextFrameIndex sw_CalcCaseMap | ( | const SwFont & | rFnt, |
const OUString & | rOrigString, | ||
TextFrameIndex const | nOfst, | ||
TextFrameIndex const | nLen, | ||
TextFrameIndex const | nIdx | ||
) |
Definition at line 60 of file fntcap.cxx.
References SvxFont::CalcCaseMap(), g_pBreakIt, SwFont::GetActualFont(), SwBreakIt::GetBreakIter(), SwFont::GetCaseMap(), SwFont::GetLanguage(), SwBreakIt::GetLocale(), and i.
Referenced by SwFont::GetTextBreak().