LibreOffice Module sw (master) 1
Functions
viewtab.cxx File Reference
#include <hintids.hxx>
#include <uitool.hxx>
#include <svx/rulritem.hxx>
#include <svx/xflclit.hxx>
#include <svx/xflgrit.hxx>
#include <svx/xflhtit.hxx>
#include <svx/xbtmpit.hxx>
#include <svx/xfillit0.hxx>
#include <tools/UnitConversion.hxx>
#include <editeng/tstpitem.hxx>
#include <sfx2/request.hxx>
#include <sfx2/viewfrm.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/frmdiritem.hxx>
#include <svl/eitem.hxx>
#include <svl/whiter.hxx>
#include <svx/ruler.hxx>
#include <editeng/protitem.hxx>
#include <svl/rectitem.hxx>
#include <sfx2/bindings.hxx>
#include <fmtfsize.hxx>
#include <fmthdft.hxx>
#include <fmtclds.hxx>
#include <fmtornt.hxx>
#include <frmatr.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
#include <cmdid.h>
#include <viewopt.hxx>
#include <tabcol.hxx>
#include <frmfmt.hxx>
#include <pagedesc.hxx>
#include <wview.hxx>
#include <fmtcol.hxx>
#include <section.hxx>
#include <ndtxt.hxx>
#include <pam.hxx>
#include <comphelper/lok.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <boost/property_tree/json_parser.hpp>
#include <osl/diagnose.h>
#include <IDocumentSettingAccess.hxx>
Include dependency graph for viewtab.cxx:

Go to the source code of this file.

Functions

static void lcl_FillSvxColumn (const SwFormatCol &rCol, tools::Long nTotalWidth, SvxColumnItem &rColItem, tools::Long nDistance)
 
static void lcl_ConvertToCols (const SvxColumnItem &rColItem, tools::Long nTotalWidth, SwFormatCol &rCols)
 
static void lcl_EraseDefTabs (SvxTabStopItem &rTabStops)
 
static void lcl_Scale (tools::Long &nVal, tools::Long nScale)
 
static void ResizeFrameCols (SwFormatCol &rCol, tools::Long nOldWidth, tools::Long nNewWidth, tools::Long nLeftDelta)
 

Function Documentation

◆ lcl_ConvertToCols()

static void lcl_ConvertToCols ( const SvxColumnItem rColItem,
tools::Long  nTotalWidth,
SwFormatCol rCols 
)
static

◆ lcl_EraseDefTabs()

static void lcl_EraseDefTabs ( SvxTabStopItem rTabStops)
static

Definition at line 150 of file viewtab.cxx.

References SvxTabStopItem::Count(), i, and SvxTabStopItem::Remove().

Referenced by SwView::ExecTabWin(), and SwView::StateTabWin().

◆ lcl_FillSvxColumn()

static void lcl_FillSvxColumn ( const SwFormatCol rCol,
tools::Long  nTotalWidth,
SvxColumnItem rColItem,
tools::Long  nDistance 
)
static

◆ lcl_Scale()

static void lcl_Scale ( tools::Long nVal,
tools::Long  nScale 
)
static

Definition at line 182 of file viewtab.cxx.

Referenced by ResizeFrameCols().

◆ ResizeFrameCols()

static void ResizeFrameCols ( SwFormatCol rCol,
tools::Long  nOldWidth,
tools::Long  nNewWidth,
tools::Long  nLeftDelta 
)
static