LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <svx/svdobj.hxx>
#include <anchoredobject.hxx>
#include <bodyfrm.hxx>
#include <swtable.hxx>
#include <rootfrm.hxx>
#include <pagefrm.hxx>
#include <viewimp.hxx>
#include <viewopt.hxx>
#include <frmatr.hxx>
#include <frmtool.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <editeng/formatbreakitem.hxx>
#include <editeng/keepitem.hxx>
#include <fmtanchr.hxx>
#include <fmtsrnd.hxx>
#include <fmtpdsc.hxx>
#include <editeng/ulspitem.hxx>
#include <tgrditem.hxx>
#include <txtftn.hxx>
#include <fmtftn.hxx>
#include <editeng/pgrditem.hxx>
#include <paratr.hxx>
#include <ftnfrm.hxx>
#include <txtfrm.hxx>
#include <notxtfrm.hxx>
#include <tabfrm.hxx>
#include <rowfrm.hxx>
#include <pagedesc.hxx>
#include <layact.hxx>
#include <flyfrm.hxx>
#include <sectfrm.hxx>
#include <section.hxx>
#include <dbg_lay.hxx>
#include <lineinfo.hxx>
#include <fmtclbl.hxx>
#include <sortedobjs.hxx>
#include <layouter.hxx>
#include <fmtfollowtextflow.hxx>
#include <calbck.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <flyfrms.hxx>
Go to the source code of this file.
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
Functions | |
bool | sw::HasPageBreakBefore (SwPageFrame const &rPage) |
static bool | lcl_IdenticalStyles (const SwFrame *pPrevFrame, const SwFrame *pFrame) |
Compare styles attached to these text frames. More... | |
static bool | lcl_getContextualSpacing (const SwFrame *pPrevFrame) |
|
static |
Definition at line 1505 of file flowfrm.cxx.
References SwBorderAttrAccess::Get(), SwFrame::GetCache(), SvxULSpaceItem::GetContext(), and SwBorderAttrs::GetULSpace().
Compare styles attached to these text frames.
Definition at line 1482 of file flowfrm.cxx.
References SwFrame::FindSctFrame(), SwContentNode::GetFormatColl(), SwTextFrame::GetTextNodeForParaProps(), and SwFrame::IsTextFrame().