LibreOffice Module sw (master) 1
Namespaces | Functions
uitool.hxx File Reference
#include <vcl/weld.hxx>
#include <swtypes.hxx>
#include <swdllapi.h>
Include dependency graph for uitool.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::awt
 
namespace  weld
 
namespace  model
 

Functions

SW_DLLPUBLIC void PrepareBoxInfo (SfxItemSet &rSet, const SwWrtShell &rSh)
 
SW_DLLPUBLIC void ConvertAttrCharToGen (SfxItemSet &rSet, bool bPara=false)
 Convert character specific attributes to general ones used by tab pages. More...
 
SW_DLLPUBLIC void ConvertAttrGenToChar (SfxItemSet &rSet, const SfxItemSet &rOrigSet, bool bPara=false)
 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...
 
void ItemSetToPageDesc (const SfxItemSet &rSet, SwPageDesc &rPageDesc)
 
void PageDescToItemSet (const SwPageDesc &rPageDesc, SfxItemSet &rSet)
 
SW_DLLPUBLIC void MakeDefTabs (SwTwips nDefDist, SvxTabStopItem &rTabs)
 
SW_DLLPUBLIC SwTwips GetTabDist (const SvxTabStopItem &rTabs)
 
void SwToSfxPageDescAttr (SfxItemSet &rSet)
 
void SfxToSwPageDescAttr (const SwWrtShell &rShell, SfxItemSet &rSet)
 
SW_DLLPUBLIC FieldUnit GetDfltMetric (bool bWeb)
 
void SetDfltMetric (FieldUnit eMetric, bool bWeb)
 
bool HasCharUnit (bool bWeb)
 
void SetApplyCharUnit (bool bApplyChar, bool bWeb)
 
SW_DLLPUBLIC void FillCharStyleListBox (weld::ComboBox &rToFill, SwDocShell *pDocSh, bool bSorted=false, bool bWithDefault=false)
 
SW_DLLPUBLIC void InsertStringSorted (const OUString &rId, const OUString &rEntry, weld::ComboBox &rToFill, int nOffset)
 
SwTwips GetTableWidth (SwFrameFormat const *pFormat, SwTabCols const &rCols, sal_uInt16 *pPercent, SwWrtShell *pSh)
 
OUString GetAppLangDateTimeString (const DateTime &)
 
bool ExecuteMenuCommand (const css::uno::Reference< css::awt::XPopupMenu > &rMenu, const SfxViewFrame &rViewFrame, sal_uInt16 nId)
 

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()

SW_DLLPUBLIC 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()

SW_DLLPUBLIC 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()

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

◆ GetAppLangDateTimeString()

OUString GetAppLangDateTimeString ( const DateTime rDT)

◆ GetDfltMetric()

SW_DLLPUBLIC FieldUnit GetDfltMetric ( bool  bWeb)

◆ GetTabDist()

SW_DLLPUBLIC 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()

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

◆ ItemSetToPageDesc()

void ItemSetToPageDesc ( const SfxItemSet rSet,
SwPageDesc rPageDesc 
)

◆ MakeDefTabs()

SW_DLLPUBLIC void MakeDefTabs ( SwTwips  nDefDist,
SvxTabStopItem rTabs 
)

◆ PageDescToItemSet()

void PageDescToItemSet ( const SwPageDesc rPageDesc,
SfxItemSet rSet 
)

◆ PrepareBoxInfo()

SW_DLLPUBLIC 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 rSet)