LibreOffice Module sw (master) 1
|
#include <config_wasm_strip.h>
#include <sal/config.h>
#include <sal/log.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <anchoredobject.hxx>
#include <bodyfrm.hxx>
#include <hintids.hxx>
#include <editeng/keepitem.hxx>
#include <editeng/hyphenzoneitem.hxx>
#include <pagefrm.hxx>
#include <ndtxt.hxx>
#include <ftnfrm.hxx>
#include <txtftn.hxx>
#include <fmtftn.hxx>
#include <paratr.hxx>
#include <viewopt.hxx>
#include <viewsh.hxx>
#include <frmatr.hxx>
#include <pam.hxx>
#include <fmtanchr.hxx>
#include "itrform2.hxx"
#include "widorp.hxx"
#include "txtcache.hxx"
#include <sectfrm.hxx>
#include <rootfrm.hxx>
#include <frmfmt.hxx>
#include <sortedobjs.hxx>
#include <editeng/tstpitem.hxx>
#include <redline.hxx>
#include <comphelper/lok.hxx>
#include <flyfrms.hxx>
#include <frmtool.hxx>
#include <layouter.hxx>
Go to the source code of this file.
Macros | |
#define | SLOPPY_TWIPS 5 |
Functions | |
void | ValidateText (SwFrame *pFrame) |
static void | ValidateBodyFrame_ (SwFrame *pFrame) |
#define SLOPPY_TWIPS 5 |
Definition at line 57 of file frmform.cxx.
|
static |
Definition at line 122 of file frmform.cxx.
References SwFrame::Calc(), SwRootFrame::GetCurrShell(), SwViewShell::GetOut(), SwFrame::getRootFrame(), SwFrame::GetUpper(), SwFrame::IsBodyFrame(), SwFrame::IsCellFrame(), SwFrame::IsSctFrame(), and ValidateBodyFrame_().
Referenced by SwTextFrame::ValidateBodyFrame(), and ValidateBodyFrame_().
void ValidateText | ( | SwFrame * | pFrame | ) |
Definition at line 75 of file frmform.cxx.