LibreOffice Module sw (master) 1
|
#include <hintids.hxx>
#include <vcl/svapp.hxx>
#include <paratr.hxx>
#include <txtfrm.hxx>
#include <charfmt.hxx>
#include <viewopt.hxx>
#include <viewsh.hxx>
#include "pordrop.hxx"
#include "itrform2.hxx"
#include "txtpaint.hxx"
#include <breakit.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <editeng/langitem.hxx>
#include <charatr.hxx>
#include <editeng/fhgtitem.hxx>
#include <calbck.hxx>
#include <doc.hxx>
#include <IDocumentSettingAccess.hxx>
Go to the source code of this file.
Classes | |
class | SwDropCapCache |
Macros | |
#define | DROP_CACHE_SIZE 10 |
Functions | |
static bool | lcl_IsDropFlyInter (const SwTextFormatInfo &rInf, sal_uInt16 nWidth, sal_uInt16 nHeight) |
Calculates if a drop caps portion intersects with a fly The width and height of the drop caps portion are passed as arguments, the position is calculated from the values in rInf. More... | |
#define DROP_CACHE_SIZE 10 |
Definition at line 696 of file txtdrop.cxx.
|
static |
Calculates if a drop caps portion intersects with a fly The width and height of the drop caps portion are passed as arguments, the position is calculated from the values in rInf.
Definition at line 49 of file txtdrop.cxx.
References SwTextFly::GetFrame(), SwFrameAreaDefinition::getFrameArea(), SwFrameAreaDefinition::getFramePrintArea(), SwTextPaintInfo::GetTextFly(), SwTextSizeInfo::GetTextFrame(), SwRect::HasArea(), SwTextFly::IsOn(), SwRect::Pos(), SwTextPaintInfo::X(), and SwTextPaintInfo::Y().
Referenced by SwDropPortion::Format().