LibreOffice Module sw (master) 1
Functions | Variables
applab.cxx File Reference
#include <config_features.h>
#include <config_fuzzers.h>
#include <hintids.hxx>
#include <comphelper/string.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/request.hxx>
#include <sfx2/linkmgr.hxx>
#include <sfx2/viewfrm.hxx>
#include <editeng/pbinitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/lrspitem.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <osl/diagnose.h>
#include <fmthdft.hxx>
#include <fmtanchr.hxx>
#include <fmtfsize.hxx>
#include <fmtornt.hxx>
#include <swwait.hxx>
#include <gloshdl.hxx>
#include <swmodule.hxx>
#include <view.hxx>
#include <docsh.hxx>
#include <fldbas.hxx>
#include <wrtsh.hxx>
#include <cmdid.h>
#include <dbmgr.hxx>
#include <fldmgr.hxx>
#include <labimg.hxx>
#include <section.hxx>
#include <pagedesc.hxx>
#include <poolfmt.hxx>
#include <strings.hrc>
#include <swabstdlg.hxx>
#include <IDocumentDeviceAccess.hxx>
#include "appenv.hxx"
#include <memory>
Include dependency graph for applab.cxx:

Go to the source code of this file.

Functions

static const SwFrameFormatlcl_InsertBCText (SwWrtShell &rSh, const SwLabItem &rItem, SwFrameFormat &rFormat, sal_uInt16 nCol, sal_uInt16 nRow)
 
static const SwFrameFormatlcl_InsertLabText (SwWrtShell &rSh, const SwLabItem &rItem, SwFrameFormat &rFormat, SwFieldMgr &rFieldMgr, sal_uInt16 nCol, sal_uInt16 nRow, bool bLast)
 

Variables

constexpr OUStringLiteral MASTER_LABEL = u"MasterLabel"
 

Function Documentation

◆ lcl_InsertBCText()

static const SwFrameFormat * lcl_InsertBCText ( SwWrtShell rSh,
const SwLabItem rItem,
SwFrameFormat rFormat,
sal_uInt16  nCol,
sal_uInt16  nRow 
)
static

◆ lcl_InsertLabText()

static const SwFrameFormat * lcl_InsertLabText ( SwWrtShell rSh,
const SwLabItem rItem,
SwFrameFormat rFormat,
SwFieldMgr rFieldMgr,
sal_uInt16  nCol,
sal_uInt16  nRow,
bool  bLast 
)
static

Variable Documentation

◆ MASTER_LABEL

constexpr OUStringLiteral MASTER_LABEL = u"MasterLabel"
constexpr

Definition at line 65 of file applab.cxx.

Referenced by SwModule::InsertLab().