LibreOffice Module sw (master) 1
|
#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>
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) |
|
static |
Definition at line 108 of file viewtab.cxx.
References SvxColumnItem::Count(), SwFormatCol::GetColumns(), SwFormatCol::GetNumCols(), SwColumn::GetWishWidth(), SwFormatCol::GetWishWidth(), i, SwColumn::SetLeft(), SwFormatCol::SetOrtho(), SwColumn::SetRight(), and SwColumn::SetWishWidth().
Referenced by SwView::ExecTabWin().
|
static |
Definition at line 150 of file viewtab.cxx.
References SvxTabStopItem::Count(), i, and SvxTabStopItem::Remove().
Referenced by SwView::ExecTabWin(), and SwView::StateTabWin().
|
static |
Definition at line 69 of file viewtab.cxx.
References SvxColumnItem::Append(), SwFormatCol::CalcColWidth(), SwFormatCol::GetColumns(), SwColumn::GetLeft(), SwColumn::GetRight(), i, and SwFormatCol::IsOrtho().
Referenced by SwView::StateTabWin().
|
static |
Definition at line 182 of file viewtab.cxx.
Referenced by ResizeFrameCols().
|
static |
Definition at line 188 of file viewtab.cxx.
References SwFormatCol::GetColumns(), SwColumn::GetLeft(), SwColumn::GetRight(), SwColumn::GetWishWidth(), SwFormatCol::GetWishWidth(), i, lcl_Scale(), SwColumn::SetLeft(), SwFormatCol::SetOrtho(), SwColumn::SetRight(), SwColumn::SetWishWidth(), and SwFormatCol::SetWishWidth().
Referenced by SwView::ExecTabWin().