LibreOffice Module sw (master) 1
Classes | Functions | Variables
sw::sidebar Namespace Reference

Classes

class  A11yCheckIssuesPanel
 
class  AccessibilityCheckEntry
 
class  PageColumnControl
 
class  PageFooterPanel
 
class  PageFormatPanel
 
class  PageHeaderPanel
 
class  PageMarginControl
 
class  PageOrientationControl
 
class  PageSizeControl
 
class  PageStylesPanel
 
class  StylePresetsPanel
 
class  TableEditPanel
 
class  ThemePanel
 
class  WrapPropertyPanel
 
class  WriterInspectorTextPanel
 

Functions

 IMPL_LINK_NOARG (AccessibilityCheckEntry, GotoButtonClicked, weld::LinkButton &, bool)
 
 IMPL_LINK_NOARG (AccessibilityCheckEntry, FixButtonClicked, weld::Button &, void)
 
 IMPL_LINK (PageColumnControl, ColumnButtonClickHdl_Impl, weld::Button &, rButton, void)
 
 IMPL_LINK_NOARG (PageColumnControl, MoreButtonClickHdl_Impl, weld::Button &, void)
 
 IMPL_LINK_NOARG (PageFooterPanel, FooterToggleHdl, weld::Toggleable &, void)
 
 IMPL_LINK_NOARG (PageFooterPanel, FooterLRMarginHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageFooterPanel, FooterSpacingHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageFooterPanel, FooterLayoutHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageFormatPanel, PaperFormatModifyHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageFormatPanel, PaperSizeModifyHdl, weld::MetricSpinButton &, void)
 
 IMPL_LINK_NOARG (PageFormatPanel, PaperModifyMarginHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageHeaderPanel, HeaderToggleHdl, weld::Toggleable &, void)
 
 IMPL_LINK_NOARG (PageHeaderPanel, HeaderLRMarginHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageHeaderPanel, HeaderSpacingHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageHeaderPanel, HeaderLayoutHdl, weld::ComboBox &, void)
 
 IMPL_LINK (PageMarginControl, SelectMarginHdl, weld::Button &, rControl, void)
 
 IMPL_LINK_NOARG (PageMarginControl, ModifyLRMarginHdl, weld::MetricSpinButton &, void)
 
 IMPL_LINK_NOARG (PageMarginControl, ModifyULMarginHdl, weld::MetricSpinButton &, void)
 
 IMPL_LINK_NOARG (PageMarginControl, MoreButtonClickHdl_Impl, weld::Button &, void)
 
bool IsNone (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored)
 
void SetNone (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored)
 
bool IsNarrow (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored)
 
void SetNarrow (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored)
 
bool IsModerate (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored)
 
void SetModerate (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored)
 
bool IsNormal075 (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored)
 
void SetNormal075 (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored)
 
bool IsNormal100 (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored)
 
void SetNormal100 (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored)
 
bool IsNormal125 (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored)
 
void SetNormal125 (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored)
 
bool IsWide (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored)
 
void SetWide (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored)
 
bool IsMirrored (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored)
 
void SetMirrored (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored)
 
 IMPL_LINK (PageOrientationControl, ImplOrientationHdl, weld::Button &, rControl, void)
 
 IMPL_LINK_NOARG (PageSizeControl, ImplSizeHdl, ValueSet *, void)
 
 IMPL_LINK_NOARG (PageSizeControl, MoreButtonClickHdl_Impl, weld::Button &, void)
 
static sal_uInt16 PageUsageToPos_Impl (SvxPageUsage nUsage)
 
static SvxPageUsage PosToPageUsage_Impl (sal_uInt16 nPos)
 
 IMPL_LINK_NOARG (PageStylesPanel, ModifyColumnCountHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageStylesPanel, ModifyNumberingHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageStylesPanel, ModifyLayoutHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageStylesPanel, ModifyFillStyleHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageStylesPanel, ModifyFillColorHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (PageStylesPanel, ModifyFillColorListHdl, ColorListBox &, void)
 
 IMPL_LINK_NOARG (StylePresetsPanel, DoubleClickHdl, ValueSet *, void)
 
 IMPL_LINK_NOARG (TableEditPanel, RowHeightMofiyHdl, weld::MetricSpinButton &, void)
 
 IMPL_LINK_NOARG (TableEditPanel, ColumnWidthMofiyHdl, weld::MetricSpinButton &, void)
 
 IMPL_LINK_NOARG (ThemePanel, ClickHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ThemePanel, DoubleClickValueSetHdl, ValueSet *, void)
 
 IMPL_LINK_NOARG (ThemePanel, DoubleClickHdl, weld::TreeView &, bool)
 
 IMPL_LINK (WrapPropertyPanel, SpacingLBHdl, weld::ComboBox &, rBox, void)
 
static void UpdateTree (SwDocShell &rDocSh, SwEditShell &rEditSh, std::vector< svx::sidebar::TreeNode > &aStore, sal_Int32 &rParIdx)
 
static OUString PropertyNametoRID (const OUString &rName)
 
static svx::sidebar::TreeNode SimplePropToTreeNode (const OUString &rName, const css::uno::Any &rVal)
 
static svx::sidebar::TreeNode BorderToTreeNode (const OUString &rName, const css::uno::Any &rVal)
 
static svx::sidebar::TreeNode LocaleToTreeNode (const OUString &rName, const css::uno::Any &rVal)
 
static OUString NestedTextContentToText (const css::uno::Any &rVal)
 
static void MetadataToTreeNode (const css::uno::Reference< css::uno::XInterface > &rSource, svx::sidebar::TreeNode &rNode)
 
static svx::sidebar::TreeNode PropertyToTreeNode (const css::beans::Property &rProperty, const uno::Reference< beans::XPropertySet > &xPropertiesSet, const bool rIsGrey)
 
static void InsertValues (const css::uno::Reference< css::uno::XInterface > &rSource, std::unordered_map< OUString, bool > &rIsDefined, svx::sidebar::TreeNode &rNode, const bool isRoot, const std::vector< OUString > &rHiddenProperty, svx::sidebar::TreeNode &rFieldsNode)
 
 IMPL_LINK (WriterInspectorTextPanel, AttrChangedNotify, LinkParamNone *, pLink, void)
 

Variables

const SvxPageUsage aArr []
 

Function Documentation

◆ BorderToTreeNode()

static svx::sidebar::TreeNode sw::sidebar::BorderToTreeNode ( const OUString &  rName,
const css::uno::Any &  rVal 
)
static

◆ IMPL_LINK() [1/5]

sw::sidebar::IMPL_LINK ( PageColumnControl  ,
ColumnButtonClickHdl_Impl  ,
weld::Button ,
rButton  ,
void   
)

Definition at line 97 of file PageColumnControl.cxx.

References m_xControl.

◆ IMPL_LINK() [2/5]

sw::sidebar::IMPL_LINK ( PageMarginControl  ,
SelectMarginHdl  ,
weld::Button ,
rControl  ,
void   
)

◆ IMPL_LINK() [3/5]

sw::sidebar::IMPL_LINK ( PageOrientationControl  ,
ImplOrientationHdl  ,
weld::Button ,
rControl  ,
void   
)

Definition at line 187 of file PageOrientationControl.cxx.

References m_xControl.

◆ IMPL_LINK() [4/5]

sw::sidebar::IMPL_LINK ( WrapPropertyPanel  ,
SpacingLBHdl  ,
weld::ComboBox ,
rBox  ,
void   
)

Definition at line 118 of file WrapPropertyPanel.cxx.

References RES_LR_SPACE(), and RES_UL_SPACE().

◆ IMPL_LINK() [5/5]

sw::sidebar::IMPL_LINK ( WriterInspectorTextPanel  ,
AttrChangedNotify  ,
LinkParamNone ,
pLink  ,
void   
)

◆ IMPL_LINK_NOARG() [1/31]

sw::sidebar::IMPL_LINK_NOARG ( AccessibilityCheckEntry  ,
FixButtonClicked  ,
weld::Button ,
void   
)

Definition at line 78 of file A11yCheckIssuesPanel.cxx.

◆ IMPL_LINK_NOARG() [2/31]

sw::sidebar::IMPL_LINK_NOARG ( AccessibilityCheckEntry  ,
GotoButtonClicked  ,
weld::LinkButton ,
bool   
)

Definition at line 72 of file A11yCheckIssuesPanel.cxx.

◆ IMPL_LINK_NOARG() [3/31]

sw::sidebar::IMPL_LINK_NOARG ( PageColumnControl  ,
MoreButtonClickHdl_Impl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [4/31]

sw::sidebar::IMPL_LINK_NOARG ( PageFooterPanel  ,
FooterLayoutHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [5/31]

sw::sidebar::IMPL_LINK_NOARG ( PageFooterPanel  ,
FooterLRMarginHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [6/31]

sw::sidebar::IMPL_LINK_NOARG ( PageFooterPanel  ,
FooterSpacingHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [7/31]

sw::sidebar::IMPL_LINK_NOARG ( PageFooterPanel  ,
FooterToggleHdl  ,
weld::Toggleable ,
void   
)

◆ IMPL_LINK_NOARG() [8/31]

sw::sidebar::IMPL_LINK_NOARG ( PageFormatPanel  ,
PaperFormatModifyHdl  ,
weld::ComboBox ,
void   
)

Definition at line 232 of file PageFormatPanel.cxx.

References SvxPaperInfo::GetPaperSize(), PAPER_USER, and Swap().

◆ IMPL_LINK_NOARG() [9/31]

sw::sidebar::IMPL_LINK_NOARG ( PageFormatPanel  ,
PaperModifyMarginHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [10/31]

sw::sidebar::IMPL_LINK_NOARG ( PageFormatPanel  ,
PaperSizeModifyHdl  ,
weld::MetricSpinButton ,
void   
)

Definition at line 250 of file PageFormatPanel.cxx.

◆ IMPL_LINK_NOARG() [11/31]

sw::sidebar::IMPL_LINK_NOARG ( PageHeaderPanel  ,
HeaderLayoutHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [12/31]

sw::sidebar::IMPL_LINK_NOARG ( PageHeaderPanel  ,
HeaderLRMarginHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [13/31]

sw::sidebar::IMPL_LINK_NOARG ( PageHeaderPanel  ,
HeaderSpacingHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [14/31]

sw::sidebar::IMPL_LINK_NOARG ( PageHeaderPanel  ,
HeaderToggleHdl  ,
weld::Toggleable ,
void   
)

◆ IMPL_LINK_NOARG() [15/31]

sw::sidebar::IMPL_LINK_NOARG ( PageMarginControl  ,
ModifyLRMarginHdl  ,
weld::MetricSpinButton ,
void   
)

Definition at line 458 of file PageMarginControl.cxx.

References GetCoreValue().

◆ IMPL_LINK_NOARG() [16/31]

sw::sidebar::IMPL_LINK_NOARG ( PageMarginControl  ,
ModifyULMarginHdl  ,
weld::MetricSpinButton ,
void   
)

Definition at line 467 of file PageMarginControl.cxx.

References GetCoreValue().

◆ IMPL_LINK_NOARG() [17/31]

sw::sidebar::IMPL_LINK_NOARG ( PageMarginControl  ,
MoreButtonClickHdl_Impl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [18/31]

sw::sidebar::IMPL_LINK_NOARG ( PageSizeControl  ,
ImplSizeHdl  ,
ValueSet ,
void   
)

Definition at line 214 of file PageSizeControl.cxx.

◆ IMPL_LINK_NOARG() [19/31]

sw::sidebar::IMPL_LINK_NOARG ( PageSizeControl  ,
MoreButtonClickHdl_Impl  ,
weld::Button ,
void   
)

Definition at line 224 of file PageSizeControl.cxx.

References SfxViewFrame::Current(), and FN_FORMAT_PAGE_SETTING_DLG.

◆ IMPL_LINK_NOARG() [20/31]

sw::sidebar::IMPL_LINK_NOARG ( PageStylesPanel  ,
ModifyColumnCountHdl  ,
weld::ComboBox ,
void   
)

Definition at line 469 of file PageStylesPanel.cxx.

References SID_ATTR_PAGE_COLUMN.

◆ IMPL_LINK_NOARG() [21/31]

sw::sidebar::IMPL_LINK_NOARG ( PageStylesPanel  ,
ModifyFillColorHdl  ,
weld::ComboBox ,
void   
)

Definition at line 607 of file PageStylesPanel.cxx.

◆ IMPL_LINK_NOARG() [22/31]

sw::sidebar::IMPL_LINK_NOARG ( PageStylesPanel  ,
ModifyFillColorListHdl  ,
ColorListBox ,
void   
)

Definition at line 612 of file PageStylesPanel.cxx.

◆ IMPL_LINK_NOARG() [23/31]

sw::sidebar::IMPL_LINK_NOARG ( PageStylesPanel  ,
ModifyFillStyleHdl  ,
weld::ComboBox ,
void   
)

◆ IMPL_LINK_NOARG() [24/31]

sw::sidebar::IMPL_LINK_NOARG ( PageStylesPanel  ,
ModifyLayoutHdl  ,
weld::ComboBox ,
void   
)

Definition at line 484 of file PageStylesPanel.cxx.

References PosToPageUsage_Impl().

◆ IMPL_LINK_NOARG() [25/31]

sw::sidebar::IMPL_LINK_NOARG ( PageStylesPanel  ,
ModifyNumberingHdl  ,
weld::ComboBox ,
void   
)

Definition at line 477 of file PageStylesPanel.cxx.

◆ IMPL_LINK_NOARG() [26/31]

sw::sidebar::IMPL_LINK_NOARG ( StylePresetsPanel  ,
DoubleClickHdl  ,
ValueSet ,
void   
)

◆ IMPL_LINK_NOARG() [27/31]

sw::sidebar::IMPL_LINK_NOARG ( TableEditPanel  ,
ColumnWidthMofiyHdl  ,
weld::MetricSpinButton ,
void   
)

Definition at line 221 of file TableEditPanel.cxx.

References CntUInt32Item::SetValue(), and SID_ATTR_TABLE_COLUMN_WIDTH.

◆ IMPL_LINK_NOARG() [28/31]

sw::sidebar::IMPL_LINK_NOARG ( TableEditPanel  ,
RowHeightMofiyHdl  ,
weld::MetricSpinButton ,
void   
)

Definition at line 210 of file TableEditPanel.cxx.

References CntUInt32Item::SetValue(), and SID_ATTR_TABLE_ROW_HEIGHT.

◆ IMPL_LINK_NOARG() [29/31]

sw::sidebar::IMPL_LINK_NOARG ( ThemePanel  ,
ClickHdl  ,
weld::Button ,
void   
)

Definition at line 69 of file ThemePanel.cxx.

◆ IMPL_LINK_NOARG() [30/31]

sw::sidebar::IMPL_LINK_NOARG ( ThemePanel  ,
DoubleClickHdl  ,
weld::TreeView ,
bool   
)

Definition at line 79 of file ThemePanel.cxx.

◆ IMPL_LINK_NOARG() [31/31]

sw::sidebar::IMPL_LINK_NOARG ( ThemePanel  ,
DoubleClickValueSetHdl  ,
ValueSet ,
void   
)

Definition at line 74 of file ThemePanel.cxx.

◆ InsertValues()

static void sw::sidebar::InsertValues ( const css::uno::Reference< css::uno::XInterface > &  rSource,
std::unordered_map< OUString, bool > &  rIsDefined,
svx::sidebar::TreeNode rNode,
const bool  isRoot,
const std::vector< OUString > &  rHiddenProperty,
svx::sidebar::TreeNode rFieldsNode 
)
static

◆ IsMirrored()

bool sw::sidebar::IsMirrored ( const tools::Long  nPageLeftMargin,
const tools::Long  nPageRightMargin,
const tools::Long  nPageTopMargin,
const tools::Long  nPageBottomMargin,
bool  bMirrored 
)

◆ IsModerate()

bool sw::sidebar::IsModerate ( const tools::Long  nPageLeftMargin,
const tools::Long  nPageRightMargin,
const tools::Long  nPageTopMargin,
const tools::Long  nPageBottomMargin,
bool  bMirrored 
)

◆ IsNarrow()

bool sw::sidebar::IsNarrow ( const tools::Long  nPageLeftMargin,
const tools::Long  nPageRightMargin,
const tools::Long  nPageTopMargin,
const tools::Long  nPageBottomMargin,
bool  bMirrored 
)

◆ IsNone()

bool sw::sidebar::IsNone ( const tools::Long  nPageLeftMargin,
const tools::Long  nPageRightMargin,
const tools::Long  nPageTopMargin,
const tools::Long  nPageBottomMargin,
bool  bMirrored 
)

◆ IsNormal075()

bool sw::sidebar::IsNormal075 ( const tools::Long  nPageLeftMargin,
const tools::Long  nPageRightMargin,
const tools::Long  nPageTopMargin,
const tools::Long  nPageBottomMargin,
bool  bMirrored 
)

◆ IsNormal100()

bool sw::sidebar::IsNormal100 ( const tools::Long  nPageLeftMargin,
const tools::Long  nPageRightMargin,
const tools::Long  nPageTopMargin,
const tools::Long  nPageBottomMargin,
bool  bMirrored 
)

◆ IsNormal125()

bool sw::sidebar::IsNormal125 ( const tools::Long  nPageLeftMargin,
const tools::Long  nPageRightMargin,
const tools::Long  nPageTopMargin,
const tools::Long  nPageBottomMargin,
bool  bMirrored 
)

◆ IsWide()

bool sw::sidebar::IsWide ( const tools::Long  nPageLeftMargin,
const tools::Long  nPageRightMargin,
const tools::Long  nPageTopMargin,
const tools::Long  nPageBottomMargin,
bool  bMirrored 
)

◆ LocaleToTreeNode()

static svx::sidebar::TreeNode sw::sidebar::LocaleToTreeNode ( const OUString &  rName,
const css::uno::Any &  rVal 
)
static

◆ MetadataToTreeNode()

static void sw::sidebar::MetadataToTreeNode ( const css::uno::Reference< css::uno::XInterface > &  rSource,
svx::sidebar::TreeNode rNode 
)
static

◆ NestedTextContentToText()

static OUString sw::sidebar::NestedTextContentToText ( const css::uno::Any &  rVal)
static

Definition at line 388 of file WriterInspectorTextPanel.cxx.

References aBuf.

Referenced by InsertValues().

◆ PageUsageToPos_Impl()

static sal_uInt16 sw::sidebar::PageUsageToPos_Impl ( SvxPageUsage  nUsage)
static

Definition at line 64 of file PageStylesPanel.cxx.

References aArr, i, and SAL_N_ELEMENTS.

Referenced by sw::sidebar::PageStylesPanel::NotifyItemUpdate().

◆ PosToPageUsage_Impl()

static SvxPageUsage sw::sidebar::PosToPageUsage_Impl ( sal_uInt16  nPos)
static

Definition at line 72 of file PageStylesPanel.cxx.

References aArr, nPos, and SAL_N_ELEMENTS.

Referenced by IMPL_LINK_NOARG().

◆ PropertyNametoRID()

static OUString sw::sidebar::PropertyNametoRID ( const OUString &  rName)
static

◆ PropertyToTreeNode()

static svx::sidebar::TreeNode sw::sidebar::PropertyToTreeNode ( const css::beans::Property &  rProperty,
const uno::Reference< beans::XPropertySet > &  xPropertiesSet,
const bool  rIsGrey 
)
static

◆ SetMirrored()

void sw::sidebar::SetMirrored ( tools::Long nPageLeftMargin,
tools::Long nPageRightMargin,
tools::Long nPageTopMargin,
tools::Long nPageBottomMargin,
bool &  bMirrored 
)

Definition at line 183 of file PageMarginUtils.hxx.

References SWPAGE_WIDE_VALUE1, and SWPAGE_WIDE_VALUE3.

Referenced by IMPL_LINK_NOARG().

◆ SetModerate()

void sw::sidebar::SetModerate ( tools::Long nPageLeftMargin,
tools::Long nPageRightMargin,
tools::Long nPageTopMargin,
tools::Long nPageBottomMargin,
bool &  bMirrored 
)

Definition at line 83 of file PageMarginUtils.hxx.

References SWPAGE_MODERATE_LR, and SWPAGE_WIDE_VALUE1.

Referenced by IMPL_LINK_NOARG().

◆ SetNarrow()

void sw::sidebar::SetNarrow ( tools::Long nPageLeftMargin,
tools::Long nPageRightMargin,
tools::Long nPageTopMargin,
tools::Long nPageBottomMargin,
bool &  bMirrored 
)

Definition at line 63 of file PageMarginUtils.hxx.

References SWPAGE_NARROW_VALUE.

Referenced by IMPL_LINK_NOARG().

◆ SetNone()

void sw::sidebar::SetNone ( tools::Long nPageLeftMargin,
tools::Long nPageRightMargin,
tools::Long nPageTopMargin,
tools::Long nPageBottomMargin,
bool &  bMirrored 
)

Definition at line 43 of file PageMarginUtils.hxx.

References SWPAGE_NO_MARGIN.

Referenced by IMPL_LINK_NOARG().

◆ SetNormal075()

void sw::sidebar::SetNormal075 ( tools::Long nPageLeftMargin,
tools::Long nPageRightMargin,
tools::Long nPageTopMargin,
tools::Long nPageBottomMargin,
bool &  bMirrored 
)

Definition at line 103 of file PageMarginUtils.hxx.

References SWPAGE_NORMAL_VALUE.

Referenced by IMPL_LINK_NOARG().

◆ SetNormal100()

void sw::sidebar::SetNormal100 ( tools::Long nPageLeftMargin,
tools::Long nPageRightMargin,
tools::Long nPageTopMargin,
tools::Long nPageBottomMargin,
bool &  bMirrored 
)

Definition at line 123 of file PageMarginUtils.hxx.

References SWPAGE_WIDE_VALUE1.

Referenced by IMPL_LINK_NOARG().

◆ SetNormal125()

void sw::sidebar::SetNormal125 ( tools::Long nPageLeftMargin,
tools::Long nPageRightMargin,
tools::Long nPageTopMargin,
tools::Long nPageBottomMargin,
bool &  bMirrored 
)

Definition at line 143 of file PageMarginUtils.hxx.

References SWPAGE_WIDE_VALUE1, and SWPAGE_WIDE_VALUE3.

Referenced by IMPL_LINK_NOARG().

◆ SetWide()

void sw::sidebar::SetWide ( tools::Long nPageLeftMargin,
tools::Long nPageRightMargin,
tools::Long nPageTopMargin,
tools::Long nPageBottomMargin,
bool &  bMirrored 
)

Definition at line 163 of file PageMarginUtils.hxx.

References SWPAGE_WIDE_VALUE1, and SWPAGE_WIDE_VALUE2.

Referenced by IMPL_LINK_NOARG().

◆ SimplePropToTreeNode()

static svx::sidebar::TreeNode sw::sidebar::SimplePropToTreeNode ( const OUString &  rName,
const css::uno::Any &  rVal 
)
static

◆ UpdateTree()

static void sw::sidebar::UpdateTree ( SwDocShell rDocSh,
SwEditShell rEditSh,
std::vector< svx::sidebar::TreeNode > &  aStore,
sal_Int32 &  rParIdx 
)
static

Variable Documentation

◆ aArr

const SvxPageUsage sw::sidebar::aArr[]