LibreOffice Module sw (master) 1
Functions
cellfml.cxx File Reference
#include <sal/config.h>
#include <string_view>
#include <float.h>
#include <hintids.hxx>
#include <hints.hxx>
#include <fmtfld.hxx>
#include <txtfld.hxx>
#include <frmfmt.hxx>
#include <layfrm.hxx>
#include <cntfrm.hxx>
#include <tabfrm.hxx>
#include <doc.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <ndtxt.hxx>
#include <swtable.hxx>
#include <tblsel.hxx>
#include <cellfml.hxx>
#include <calc.hxx>
#include <expfld.hxx>
#include <usrfld.hxx>
#include <flddat.hxx>
#include <cellatr.hxx>
#include <ndindex.hxx>
#include <frameformats.hxx>
#include <comphelper/string.hxx>
#include <o3tl/string_view.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <svl/numformat.hxx>
#include <utility>
Include dependency graph for cellfml.cxx:

Go to the source code of this file.

Functions

static const SwFramelcl_GetBoxFrame (const SwTableBox &rBox)
 
static sal_Int32 lcl_GetLongBoxNum (OUString &rStr)
 
static const SwTableBoxlcl_RelToBox (const SwTable &rTable, const SwTableBox *pRefBox, const OUString &sGetName)
 
static OUString lcl_BoxNmToRel (const SwTable &rTable, const SwTableNode &rTableNd, const OUString &sRefBoxNm, const OUString &sGetStr, bool bExtrnlNm)
 

Function Documentation

◆ lcl_BoxNmToRel()

static OUString lcl_BoxNmToRel ( const SwTable rTable,
const SwTableNode rTableNd,
const OUString &  sRefBoxNm,
const OUString &  sGetStr,
bool  bExtrnlNm 
)
static

◆ lcl_GetBoxFrame()

static const SwFrame * lcl_GetBoxFrame ( const SwTableBox rBox)
static

◆ lcl_GetLongBoxNum()

static sal_Int32 lcl_GetLongBoxNum ( OUString &  rStr)
static

Definition at line 782 of file cellfml.cxx.

References nPos, and o3tl::toInt32().

Referenced by lcl_RelToBox().

◆ lcl_RelToBox()

static const SwTableBox * lcl_RelToBox ( const SwTable rTable,
const SwTableBox pRefBox,
const OUString &  sGetName 
)
static