LibreOffice Module sw (master) 1
Macros | Functions
uitool.cxx File Reference
#include <hintids.hxx>
#include <osl/diagnose.h>
#include <tools/datetime.hxx>
#include <vcl/weld.hxx>
#include <unotools/collatorwrapper.hxx>
#include <svl/stritem.hxx>
#include <svl/grabbagitem.hxx>
#include <unotools/syslocale.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <editeng/pmdlitem.hxx>
#include <editeng/tstpitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/sizeitem.hxx>
#include <editeng/brushitem.hxx>
#include <svx/pageitem.hxx>
#include <editeng/lrspitem.hxx>
#include <svl/style.hxx>
#include <unotools/localedatawrapper.hxx>
#include <com/sun/star/awt/XPopupMenu.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <comphelper/processfactory.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/docfilt.hxx>
#include <fmtornt.hxx>
#include <tabcol.hxx>
#include <fmtfsize.hxx>
#include <fmthdft.hxx>
#include <fmtpdsc.hxx>
#include <uiitems.hxx>
#include <docsh.hxx>
#include <wrtsh.hxx>
#include <swmodule.hxx>
#include <view.hxx>
#include <uitool.hxx>
#include <frmatr.hxx>
#include <paratr.hxx>
#include <fmtcol.hxx>
#include <usrpref.hxx>
#include <cmdid.h>
#include <doc.hxx>
#include <charfmt.hxx>
#include <SwStyleNameMapper.hxx>
#include <strings.hrc>
#include <docmodel/color/ComplexColor.hxx>
Include dependency graph for uitool.cxx:

Go to the source code of this file.

Macros

#define MAXHEIGHT   28350
 
#define MAXWIDTH   28350
 

Functions

void PrepareBoxInfo (SfxItemSet &rSet, const SwWrtShell &rSh)
 
void ConvertAttrCharToGen (SfxItemSet &rSet, bool bIsPara)
 Convert character specific attributes to general ones used by tab pages. More...
 
void ConvertAttrGenToChar (SfxItemSet &rSet, const SfxItemSet &rOrigSet, bool bIsPara)
 Convert general attributes to the corresponding character attributes. More...
 
void ApplyCharBackground (Color const &rBackgroundColor, model::ComplexColor const &rComplexColor, SwWrtShell &rShell)
 Apply character background on the shell. More...
 
static void FillHdFt (SwFrameFormat *pFormat, const SfxItemSet &rSet)
 
static SvxPageUsage lcl_convertUseToSvx (UseOnPage nUse)
 Convert from UseOnPage to SvxPageUsage. More...
 
static UseOnPage lcl_convertUseFromSvx (SvxPageUsage nUse)
 Convert from SvxPageUsage to UseOnPage. More...
 
void ItemSetToPageDesc (const SfxItemSet &rSet, SwPageDesc &rPageDesc)
 
void PageDescToItemSet (const SwPageDesc &rPageDesc, SfxItemSet &rSet)
 
void MakeDefTabs (SwTwips nDefDist, SvxTabStopItem &rTabs)
 
SwTwips GetTabDist (const SvxTabStopItem &rTabs)
 
void SfxToSwPageDescAttr (const SwWrtShell &rShell, SfxItemSet &rSet)
 
void SwToSfxPageDescAttr (SfxItemSet &rCoreSet)
 
FieldUnit GetDfltMetric (bool bWeb)
 
void SetDfltMetric (FieldUnit eMetric, bool bWeb)
 
void InsertStringSorted (const OUString &rId, const OUString &rEntry, weld::ComboBox &rToFill, int nOffset)
 
void FillCharStyleListBox (weld::ComboBox &rToFill, SwDocShell *pDocSh, bool bSorted, bool bWithDefault)
 
SwTwips GetTableWidth (SwFrameFormat const *pFormat, SwTabCols const &rCols, sal_uInt16 *pPercent, SwWrtShell *pSh)
 
OUString GetAppLangDateTimeString (const DateTime &rDT)
 
bool HasCharUnit (bool bWeb)
 
void SetApplyCharUnit (bool bApplyChar, bool bWeb)
 
bool ExecuteMenuCommand (const css::uno::Reference< css::awt::XPopupMenu > &rMenu, const SfxViewFrame &rViewFrame, sal_uInt16 nId)
 

Macro Definition Documentation

◆ MAXHEIGHT

#define MAXHEIGHT   28350

Definition at line 73 of file uitool.cxx.

◆ MAXWIDTH

#define MAXWIDTH   28350

Definition at line 74 of file uitool.cxx.

Function Documentation

◆ ApplyCharBackground()

void ApplyCharBackground ( Color const &  rBackgroundColor,
model::ComplexColor const &  rComplexColor,
SwWrtShell rShell 
)

Apply character background on the shell.

Need to use this to hide the mixed character background and character highlighting attribute, which were added for MSO compatibility where there are two kind of character background.

Parameters
[in]rBackgroundColorthe color to apply on the shell
[in,out]rShellthe shell on which we apply the new attribute

Definition at line 197 of file uitool.cxx.

References SwEditShell::EndUndo(), SwEditShell::GetCurAttr(), SfxGrabBagItem::GetGrabBag(), SfxItemSet::GetItemIfSet(), SfxShell::GetPool(), SwWrtShell::GetView(), INSATTR, RES_CHRATR_BACKGROUND(), RES_CHRATR_GRABBAG(), RES_CHRATR_HIGHLIGHT(), SwEditShell::SetAttrItem(), and SwEditShell::StartUndo().

Referenced by SwTextShell::Execute(), and SwEditWin::MouseButtonUp().

◆ ConvertAttrCharToGen()

void ConvertAttrCharToGen ( SfxItemSet rSet,
bool  bPara = false 
)

Convert character specific attributes to general ones used by tab pages.

Parameters
[in,out]rSetthe set in which character attributes are stored
[in]bIsParais called by a paragraph style

Definition at line 106 of file uitool.cxx.

References COL_TRANSPARENT(), SvxBrushItem::GetColor(), SfxGrabBagItem::GetGrabBag(), SfxItemSet::GetItemIfSet(), SfxItemSet::GetItemState(), SfxItemSet::GetRanges(), i, SfxItemSet::MergeRange(), SfxItemSet::Put(), RES_CHRATR_BACKGROUND(), RES_CHRATR_HIGHLIGHT(), RES_PARATR_GRABBAG(), rSet, and WhichRangesContainer::size().

Referenced by SwEnvFormatPage::Edit(), SwDocShell::Edit(), and sw_CharDialog().

◆ ConvertAttrGenToChar()

void ConvertAttrGenToChar ( SfxItemSet rSet,
const SfxItemSet rOrigSet,
bool  bPara = false 
)

Convert general attributes to the corresponding character attributes.

This method is used after executed a character dialog.

Parameters
[in,out]rSetthe set in which character attributes are stored
[in]rOrigSetoriginal itemset used as input for the dialog
[in]bIsParais called by a paragraph style

Definition at line 145 of file uitool.cxx.

References SfxItemSet::ClearItem(), SfxGrabBagItem::GetGrabBag(), SfxItemSet::GetItemIfSet(), SfxItemSet::GetItemState(), i, SfxItemSet::Put(), RES_BACKGROUND(), RES_CHRATR_BACKGROUND(), RES_CHRATR_GRABBAG(), RES_CHRATR_HIGHLIGHT(), RES_PARATR_GRABBAG(), rSet, and SfxItemSet::SetRanges().

Referenced by SwEnvFormatPage::Edit(), IMPL_LINK_NOARG(), and sw_CharDialogResult().

◆ ExecuteMenuCommand()

bool ExecuteMenuCommand ( const css::uno::Reference< css::awt::XPopupMenu > &  rMenu,
const SfxViewFrame rViewFrame,
sal_uInt16  nId 
)

◆ FillCharStyleListBox()

void FillCharStyleListBox ( weld::ComboBox rToFill,
SwDocShell pDocSh,
bool  bSorted,
bool  bWithDefault 
)

◆ FillHdFt()

static void FillHdFt ( SwFrameFormat pFormat,
const SfxItemSet rSet 
)
static

◆ GetAppLangDateTimeString()

OUString GetAppLangDateTimeString ( const DateTime rDT)

◆ GetDfltMetric()

FieldUnit GetDfltMetric ( bool  bWeb)

◆ GetTabDist()

SwTwips GetTabDist ( const SvxTabStopItem rTabs)

◆ GetTableWidth()

SwTwips GetTableWidth ( SwFrameFormat const *  pFormat,
SwTabCols const &  rCols,
sal_uInt16 *  pPercent,
SwWrtShell pSh 
)

◆ HasCharUnit()

bool HasCharUnit ( bool  bWeb)

Definition at line 873 of file uitool.cxx.

References SW_MOD.

Referenced by SwTextShell::Execute().

◆ InsertStringSorted()

void InsertStringSorted ( const OUString &  rId,
const OUString &  rEntry,
weld::ComboBox rToFill,
int  nOffset 
)

◆ ItemSetToPageDesc()

void ItemSetToPageDesc ( const SfxItemSet rSet,
SwPageDesc rPageDesc 
)

◆ lcl_convertUseFromSvx()

static UseOnPage lcl_convertUseFromSvx ( SvxPageUsage  nUse)
static

Convert from SvxPageUsage to UseOnPage.

Definition at line 262 of file uitool.cxx.

References All, Left, Mirror, NONE, and Right.

Referenced by ItemSetToPageDesc().

◆ lcl_convertUseToSvx()

static SvxPageUsage lcl_convertUseToSvx ( UseOnPage  nUse)
static

Convert from UseOnPage to SvxPageUsage.

Definition at line 247 of file uitool.cxx.

References All, Left, Mirror, and Right.

Referenced by PageDescToItemSet().

◆ MakeDefTabs()

void MakeDefTabs ( SwTwips  nDefDist,
SvxTabStopItem rTabs 
)

◆ PageDescToItemSet()

void PageDescToItemSet ( const SwPageDesc rPageDesc,
SfxItemSet rSet 
)

◆ PrepareBoxInfo()

void PrepareBoxInfo ( SfxItemSet rSet,
const SwWrtShell rSh 
)

◆ SetApplyCharUnit()

void SetApplyCharUnit ( bool  bApplyChar,
bool  bWeb 
)

Definition at line 878 of file uitool.cxx.

References SW_MOD.

Referenced by SwModule::ApplyItemSet().

◆ SetDfltMetric()

void SetDfltMetric ( FieldUnit  eMetric,
bool  bWeb 
)

Definition at line 763 of file uitool.cxx.

References SW_MOD.

Referenced by SwModule::ApplyItemSet(), and SwModule::ExecOther().

◆ SfxToSwPageDescAttr()

void SfxToSwPageDescAttr ( const SwWrtShell rShell,
SfxItemSet rSet 
)

◆ SwToSfxPageDescAttr()

void SwToSfxPageDescAttr ( SfxItemSet rCoreSet)