LibreOffice Module sw (master) 1
|
#include <ndtxt.hxx>
#include <pam.hxx>
#include <frmatr.hxx>
#include <frmtool.hxx>
#include <viewopt.hxx>
#include <paratr.hxx>
#include <rootfrm.hxx>
#include <pagefrm.hxx>
#include <colfrm.hxx>
#include <swtypes.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/tstpitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/lspcitem.hxx>
#include "pormulti.hxx"
#include <doc.hxx>
#include <IDocumentDeviceAccess.hxx>
#include <sortedobjs.hxx>
#include <unicode/ubidi.h>
#include <txtfrm.hxx>
#include "inftxt.hxx"
#include "itrtxt.hxx"
#include <crstate.hxx>
#include <viewsh.hxx>
#include <swfntcch.hxx>
#include <flyfrm.hxx>
Go to the source code of this file.
Classes | |
struct | SwFillData |
Macros | |
#define | MIN_OFFSET_STEP 10 |
#define | FILL_MIN_DIST 1100 |
Functions | |
bool | sw_ChangeOffset (SwTextFrame *pFrame, TextFrameIndex nNew) |
static void | lcl_VisualMoveRecursion (const SwLineLayout &rCurrLine, TextFrameIndex nIdx, TextFrameIndex &nPos, bool &bRight, sal_uInt8 &nCursorLevel, sal_uInt8 nDefaultDir) |
#define FILL_MIN_DIST 1100 |
Definition at line 519 of file frmcrsr.cxx.
#define MIN_OFFSET_STEP 10 |
Definition at line 49 of file frmcrsr.cxx.
|
static |
Definition at line 900 of file frmcrsr.cxx.
References SwLineLayout::GetFirstPortion(), SwLinePortion::GetLen(), SwLinePortion::GetNextPortion(), SwLinePortion::IsMultiPortion(), lcl_VisualMoveRecursion(), and nPos.
Referenced by lcl_VisualMoveRecursion(), and SwTextFrame::PrepareVisualMove().
bool sw_ChangeOffset | ( | SwTextFrame * | pFrame, |
TextFrameIndex | nNew | ||
) |
Definition at line 108 of file frmcrsr.cxx.