LibreOffice Module sfx2 (master) 1
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Friends | List of all members
SfxCommonTemplateDialog_Impl Class Referenceabstract

#include <templdgi.hxx>

Inheritance diagram for SfxCommonTemplateDialog_Impl:
[legend]
Collaboration diagram for SfxCommonTemplateDialog_Impl:
[legend]

Classes

class  DeletionWatcher
 

Public Member Functions

bool Execute_Impl (sal_uInt16 nId, const OUString &rStr, const OUString &rRefStr, sal_uInt16 nFamily, StyleList &rStyleList, SfxStyleSearchBits nMask=SfxStyleSearchBits::Auto, sal_uInt16 *pIdx=nullptr, const sal_uInt16 *pModifier=nullptr)
 
sal_Int8 ExecuteDrop (const ExecuteDropEvent &rEvt)
 
 DECL_LINK (OnAsyncExecuteDrop, void *, void)
 
void FamilySelect (sal_uInt16 nId, StyleList &rStyleList, bool bRefresh=false)
 
 SfxCommonTemplateDialog_Impl (SfxBindings *pB, weld::Container *, weld::Builder *pBuilder)
 
virtual ~SfxCommonTemplateDialog_Impl ()
 
virtual void EnableEdit (bool b, StyleList *rStyleList)
 
void EnableDel (bool b, const StyleList *rStyleList)
 
void EnableNew (bool b, const StyleList *rStyleList)
 
void EnableHide (bool b, const StyleList *rStyleList)
 
void EnableShow (bool b, const StyleList *rStyleList)
 
void EnableTreeDrag (bool b)
 
void EnableExample_Impl (sal_uInt16 nId, bool bEnable)
 
virtual void CheckItem (const OUString &, bool=true)
 
virtual void EnableItem (const OUString &, bool=true)
 
virtual bool IsCheckedItem (const OUString &)
 
void SelectStyle (const OUString &rStyle, bool bIsCallback, StyleList &rStyleList)
 
void IsUpdate (StyleList &)
 
bool GetNotifyUpdate () const
 
void SetNotifyupdate (bool b)
 
void connect_stylelist_read_resource (const Link< void *, size_t > &rLink)
 
void connect_stylelist_clear (const Link< void *, void > &rLink)
 
void connect_stylelist_cleanup (const Link< void *, void > &rLink)
 
void connect_stylelist_execute_drop (const Link< const ExecuteDropEvent &, sal_Int8 > &rLink)
 
void connect_stylelist_execute_new_menu (const Link< void *, void > &rLink)
 
void connect_stylelist_for_watercan (const Link< void *, bool > &rLink)
 
void connect_stylelist_has_selected_style (const Link< void *, bool > &rLink)
 
void connect_stylelist_update_style_dependents (const Link< void *, void > &rLink)
 
void connect_stylelist_enable_tree_drag (const Link< bool, void > rLink)
 
void connect_stylelist_enable_delete (const Link< void *, void > rLink)
 
void connect_stylelist_set_water_can_state (const Link< const SfxBoolItem *, void > rLink)
 
void connect_set_family (const Link< sal_uInt16, void > rLink)
 

Protected Member Functions

 DECL_LINK (FilterSelectHdl, weld::ComboBox &, void)
 
 DECL_LINK (PreviewHdl, weld::Toggleable &, void)
 
 DECL_LINK (HighlightHdl, weld::Toggleable &, void)
 
virtual void InsertFamilyItem (sal_uInt16 nId, const SfxStyleFamilyItem &rItem)=0
 
virtual void EnableFamilyItem (sal_uInt16 nId, bool bEnabled)=0
 
virtual void ClearFamilyList ()=0
 
virtual void ReplaceUpdateButtonByMenu ()
 
void Initialize ()
 
void EnableHierarchical (bool, StyleList &rStyleList)
 
void FilterSelect (sal_uInt16 nFilterIdx)
 
void SetFamilyState (sal_uInt16 nSlotId, const SfxTemplateItem *)
 
void SetWaterCanState (const SfxBoolItem *pItem)
 
bool IsSafeForWaterCan () const
 Is it safe to show the water-can / fill icon. More...
 
void SetFamily (SfxStyleFamily nFamily)
 
void ActionSelect (const OUString &rId, StyleList &rStyleList)
 
void SaveFactoryStyleFilter (SfxObjectShell const *i_pObjSh, sal_Int32 i_nFilter)
 
 DECL_LINK (ReadResource_Hdl, StyleList &, void)
 
 DECL_LINK (ClearResource_Hdl, void *, void)
 
 DECL_LINK (SaveSelection_Hdl, StyleList &, SfxObjectShell *)
 
 DECL_LINK (LoadFactoryStyleFilter_Hdl, SfxObjectShell const *, sal_Int32)
 
 DECL_LINK (UpdateStyles_Hdl, StyleFlags, void)
 
 DECL_LINK (UpdateFamily_Hdl, StyleList &, void)
 
 DECL_LINK (UpdateStyleDependents_Hdl, void *, void)
 

Protected Attributes

SfxBindingspBindings
 
css::uno::Reference< css::frame::XModuleManager2 > xModuleManager
 
DeletionWatcherm_pDeletionWatcher
 
StyleList m_aStyleList
 
std::unique_ptr< weld::CheckButtonmxPreviewCheckbox
 
std::unique_ptr< weld::CheckButtonmxHighlightCheckbox
 
std::unique_ptr< weld::ComboBoxmxFilterLb
 
sal_uInt16 nActFamily
 
sal_uInt16 nActFilter
 
bool bIsWater:1
 
bool bUpdate:1
 
bool bWaterDisabled:1
 
bool bNewByExampleDisabled:1
 
bool bUpdateByExampleDisabled:1
 
bool m_bWantHierarchical:1
 
Link< void *, size_t > m_aStyleListReadResource
 
Link< void *, void > m_aStyleListClear
 
Link< void *, void > m_aStyleListCleanup
 
Link< const ExecuteDropEvent &, sal_Int8m_aStyleListExecuteDrop
 
Link< void *, void > m_aStyleListNewMenu
 
Link< void *, bool > m_aStyleListWaterCan
 
Link< void *, bool > m_aStyleListHasSelectedStyle
 
Link< void *, void > m_aStyleListUpdateFamily
 
Link< void *, void > m_aStyleListUpdateStyleDependents
 
Link< bool, void > m_aStyleListEnableTreeDrag
 
Link< void *, void > m_aStyleListEnableDelete
 
Link< const SfxBoolItem *, void > m_aStyleListSetWaterCanState
 
Link< sal_uInt16, void > m_aStyleListSetFamily
 

Private Member Functions

DeletionWatcherimpl_setDeletionWatcher (DeletionWatcher *pNewWatcher)
 

Friends

class DeletionWatcher
 
class SfxTemplateControllerItem
 

Detailed Description

Definition at line 51 of file templdgi.hxx.

Constructor & Destructor Documentation

◆ SfxCommonTemplateDialog_Impl()

SfxCommonTemplateDialog_Impl::SfxCommonTemplateDialog_Impl ( SfxBindings pB,
weld::Container pC,
weld::Builder pBuilder 
)

◆ ~SfxCommonTemplateDialog_Impl()

SfxCommonTemplateDialog_Impl::~SfxCommonTemplateDialog_Impl ( )
virtual

Member Function Documentation

◆ ActionSelect()

void SfxCommonTemplateDialog_Impl::ActionSelect ( const OUString &  rId,
StyleList rStyleList 
)
protected

◆ CheckItem()

virtual void SfxCommonTemplateDialog_Impl::CheckItem ( const OUString &  ,
bool  = true 
)
inlinevirtual

Reimplemented in SfxTemplateDialog_Impl.

Definition at line 165 of file templdgi.hxx.

Referenced by ActionSelect(), FamilySelect(), SetWaterCanState(), and StyleList::Update().

◆ ClearFamilyList()

virtual void SfxCommonTemplateDialog_Impl::ClearFamilyList ( )
protectedpure virtual

Implemented in SfxTemplateDialog_Impl.

◆ connect_set_family()

void SfxCommonTemplateDialog_Impl::connect_set_family ( const Link< sal_uInt16, void >  rLink)
inline

Definition at line 195 of file templdgi.hxx.

References m_aStyleListSetFamily.

Referenced by StyleList::Initialize().

◆ connect_stylelist_cleanup()

void SfxCommonTemplateDialog_Impl::connect_stylelist_cleanup ( const Link< void *, void > &  rLink)
inline

Definition at line 186 of file templdgi.hxx.

References m_aStyleListCleanup.

Referenced by StyleList::Initialize().

◆ connect_stylelist_clear()

void SfxCommonTemplateDialog_Impl::connect_stylelist_clear ( const Link< void *, void > &  rLink)
inline

Definition at line 185 of file templdgi.hxx.

References m_aStyleListClear.

Referenced by StyleList::Initialize().

◆ connect_stylelist_enable_delete()

void SfxCommonTemplateDialog_Impl::connect_stylelist_enable_delete ( const Link< void *, void >  rLink)

Definition at line 181 of file templdlg.cxx.

References m_aStyleListEnableDelete.

Referenced by StyleList::Initialize().

◆ connect_stylelist_enable_tree_drag()

void SfxCommonTemplateDialog_Impl::connect_stylelist_enable_tree_drag ( const Link< bool, void >  rLink)

Definition at line 176 of file templdlg.cxx.

References m_aStyleListEnableTreeDrag.

Referenced by StyleList::Initialize().

◆ connect_stylelist_execute_drop()

void SfxCommonTemplateDialog_Impl::connect_stylelist_execute_drop ( const Link< const ExecuteDropEvent &, sal_Int8 > &  rLink)

Definition at line 160 of file templdlg.cxx.

References m_aStyleListExecuteDrop.

Referenced by StyleList::Initialize().

◆ connect_stylelist_execute_new_menu()

void SfxCommonTemplateDialog_Impl::connect_stylelist_execute_new_menu ( const Link< void *, void > &  rLink)
inline

Definition at line 188 of file templdgi.hxx.

References m_aStyleListNewMenu.

Referenced by StyleList::Initialize().

◆ connect_stylelist_for_watercan()

void SfxCommonTemplateDialog_Impl::connect_stylelist_for_watercan ( const Link< void *, bool > &  rLink)
inline

Definition at line 189 of file templdgi.hxx.

References m_aStyleListWaterCan.

Referenced by StyleList::Initialize().

◆ connect_stylelist_has_selected_style()

void SfxCommonTemplateDialog_Impl::connect_stylelist_has_selected_style ( const Link< void *, bool > &  rLink)

Definition at line 166 of file templdlg.cxx.

References m_aStyleListHasSelectedStyle.

Referenced by StyleList::Initialize().

◆ connect_stylelist_read_resource()

void SfxCommonTemplateDialog_Impl::connect_stylelist_read_resource ( const Link< void *, size_t > &  rLink)
inline

Definition at line 184 of file templdgi.hxx.

References m_aStyleListReadResource.

Referenced by StyleList::Initialize().

◆ connect_stylelist_set_water_can_state()

void SfxCommonTemplateDialog_Impl::connect_stylelist_set_water_can_state ( const Link< const SfxBoolItem *, void >  rLink)

Definition at line 186 of file templdlg.cxx.

References m_aStyleListSetWaterCanState.

Referenced by StyleList::Initialize().

◆ connect_stylelist_update_style_dependents()

void SfxCommonTemplateDialog_Impl::connect_stylelist_update_style_dependents ( const Link< void *, void > &  rLink)

Definition at line 171 of file templdlg.cxx.

References m_aStyleListUpdateStyleDependents.

Referenced by StyleList::Initialize().

◆ DECL_LINK() [1/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( ClearResource_Hdl  ,
void *  ,
void   
)
protected

◆ DECL_LINK() [2/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( FilterSelectHdl  ,
weld::ComboBox ,
void   
)
protected

◆ DECL_LINK() [3/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( HighlightHdl  ,
weld::Toggleable ,
void   
)
protected

◆ DECL_LINK() [4/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( LoadFactoryStyleFilter_Hdl  ,
SfxObjectShell const *  ,
sal_Int32   
)
protected

◆ DECL_LINK() [5/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( OnAsyncExecuteDrop  ,
void *  ,
void   
)

◆ DECL_LINK() [6/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( PreviewHdl  ,
weld::Toggleable ,
void   
)
protected

◆ DECL_LINK() [7/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( ReadResource_Hdl  ,
StyleList ,
void   
)
protected

◆ DECL_LINK() [8/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( SaveSelection_Hdl  ,
StyleList ,
SfxObjectShell  
)
protected

◆ DECL_LINK() [9/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( UpdateFamily_Hdl  ,
StyleList ,
void   
)
protected

◆ DECL_LINK() [10/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( UpdateStyleDependents_Hdl  ,
void *  ,
void   
)
protected

◆ DECL_LINK() [11/11]

SfxCommonTemplateDialog_Impl::DECL_LINK ( UpdateStyles_Hdl  ,
StyleFlags  ,
void   
)
protected

◆ EnableDel()

void SfxCommonTemplateDialog_Impl::EnableDel ( bool  b,
const StyleList rStyleList 
)

◆ EnableEdit()

void SfxCommonTemplateDialog_Impl::EnableEdit ( bool  b,
StyleList rStyleList 
)
virtual

◆ EnableExample_Impl()

void SfxCommonTemplateDialog_Impl::EnableExample_Impl ( sal_uInt16  nId,
bool  bEnable 
)

◆ EnableFamilyItem()

virtual void SfxCommonTemplateDialog_Impl::EnableFamilyItem ( sal_uInt16  nId,
bool  bEnabled 
)
protectedpure virtual

◆ EnableHide()

void SfxCommonTemplateDialog_Impl::EnableHide ( bool  b,
const StyleList rStyleList 
)

◆ EnableHierarchical()

void SfxCommonTemplateDialog_Impl::EnableHierarchical ( bool  bEnable,
StyleList rStyleList 
)
protected

◆ EnableItem()

virtual void SfxCommonTemplateDialog_Impl::EnableItem ( const OUString &  ,
bool  = true 
)
inlinevirtual

Reimplemented in SfxTemplateDialog_Impl.

Definition at line 167 of file templdgi.hxx.

Referenced by EnableExample_Impl(), StyleList::FillTreeBox(), and SetWaterCanState().

◆ EnableNew()

void SfxCommonTemplateDialog_Impl::EnableNew ( bool  b,
const StyleList rStyleList 
)

◆ EnableShow()

void SfxCommonTemplateDialog_Impl::EnableShow ( bool  b,
const StyleList rStyleList 
)

◆ EnableTreeDrag()

void SfxCommonTemplateDialog_Impl::EnableTreeDrag ( bool  b)

◆ Execute_Impl()

bool SfxCommonTemplateDialog_Impl::Execute_Impl ( sal_uInt16  nId,
const OUString &  rStr,
const OUString &  rRefStr,
sal_uInt16  nFamily,
StyleList rStyleList,
SfxStyleSearchBits  nMask = SfxStyleSearchBits::Auto,
sal_uInt16 *  pIdx = nullptr,
const sal_uInt16 *  pModifier = nullptr 
)

◆ ExecuteDrop()

sal_Int8 SfxCommonTemplateDialog_Impl::ExecuteDrop ( const ExecuteDropEvent rEvt)

◆ FamilySelect()

void SfxCommonTemplateDialog_Impl::FamilySelect ( sal_uInt16  nId,
StyleList rStyleList,
bool  bRefresh = false 
)

◆ FilterSelect()

void SfxCommonTemplateDialog_Impl::FilterSelect ( sal_uInt16  nFilterIdx)
protected

Definition at line 515 of file templdlg.cxx.

References StyleList::FilterSelect(), m_aStyleList, and nActFilter.

Referenced by EnableHierarchical().

◆ GetNotifyUpdate()

bool SfxCommonTemplateDialog_Impl::GetNotifyUpdate ( ) const
inline

Definition at line 179 of file templdgi.hxx.

References bUpdate.

Referenced by StyleList::Notify().

◆ impl_setDeletionWatcher()

SfxCommonTemplateDialog_Impl::DeletionWatcher * SfxCommonTemplateDialog_Impl::impl_setDeletionWatcher ( DeletionWatcher pNewWatcher)
private

◆ Initialize()

void SfxCommonTemplateDialog_Impl::Initialize ( )
protected

◆ InsertFamilyItem()

virtual void SfxCommonTemplateDialog_Impl::InsertFamilyItem ( sal_uInt16  nId,
const SfxStyleFamilyItem rItem 
)
protectedpure virtual

Implemented in SfxTemplateDialog_Impl.

◆ IsCheckedItem()

virtual bool SfxCommonTemplateDialog_Impl::IsCheckedItem ( const OUString &  )
inlinevirtual

Reimplemented in SfxTemplateDialog_Impl.

Definition at line 169 of file templdgi.hxx.

Referenced by ActionSelect(), and StyleList::Notify().

◆ IsSafeForWaterCan()

bool SfxCommonTemplateDialog_Impl::IsSafeForWaterCan ( ) const
protected

Is it safe to show the water-can / fill icon.

If we've a hierarchical widget - we have only single select, otherwise we need to check if we have a multi-selection. We either have a mxTreeBox showing or an mxFmtLb (which we hide when not shown)

Definition at line 367 of file templdlg.cxx.

References Link< typename Arg, typename Ret >::Call(), and m_aStyleListWaterCan.

Referenced by EnableExample_Impl(), SelectStyle(), and SetWaterCanState().

◆ IsUpdate()

void SfxCommonTemplateDialog_Impl::IsUpdate ( StyleList )

◆ ReplaceUpdateButtonByMenu()

void SfxCommonTemplateDialog_Impl::ReplaceUpdateButtonByMenu ( )
protectedvirtual

Reimplemented in SfxTemplateDialog_Impl.

Definition at line 903 of file templdlg.cxx.

◆ SaveFactoryStyleFilter()

void SfxCommonTemplateDialog_Impl::SaveFactoryStyleFilter ( SfxObjectShell const *  i_pObjSh,
sal_Int32  i_nFilter 
)
protected

◆ SelectStyle()

void SfxCommonTemplateDialog_Impl::SelectStyle ( const OUString &  rStyle,
bool  bIsCallback,
StyleList rStyleList 
)

◆ SetFamily()

void SfxCommonTemplateDialog_Impl::SetFamily ( SfxStyleFamily  nFamily)
protected

◆ SetFamilyState()

void SfxCommonTemplateDialog_Impl::SetFamilyState ( sal_uInt16  nSlotId,
const SfxTemplateItem pItem 
)
protected

◆ SetNotifyupdate()

void SfxCommonTemplateDialog_Impl::SetNotifyupdate ( bool  b)
inline

Definition at line 182 of file templdgi.hxx.

References bUpdate.

Referenced by StyleList::Notify().

◆ SetWaterCanState()

void SfxCommonTemplateDialog_Impl::SetWaterCanState ( const SfxBoolItem pItem)
protected

Friends And Related Function Documentation

◆ DeletionWatcher

friend class DeletionWatcher
friend

Definition at line 55 of file templdgi.hxx.

◆ SfxTemplateControllerItem

friend class SfxTemplateControllerItem
friend

Definition at line 63 of file templdgi.hxx.

Member Data Documentation

◆ bIsWater

bool SfxCommonTemplateDialog_Impl::bIsWater
protected

◆ bNewByExampleDisabled

bool SfxCommonTemplateDialog_Impl::bNewByExampleDisabled
protected

Definition at line 81 of file templdgi.hxx.

Referenced by SfxTemplateDialog_Impl::AcceptToolbarDrop(), and EnableExample_Impl().

◆ bUpdate

bool SfxCommonTemplateDialog_Impl::bUpdate
protected

Definition at line 79 of file templdgi.hxx.

Referenced by GetNotifyUpdate(), SetFamilyState(), and SetNotifyupdate().

◆ bUpdateByExampleDisabled

bool SfxCommonTemplateDialog_Impl::bUpdateByExampleDisabled
protected

Definition at line 82 of file templdgi.hxx.

Referenced by SfxTemplateDialog_Impl::EnableEdit(), and EnableExample_Impl().

◆ bWaterDisabled

bool SfxCommonTemplateDialog_Impl::bWaterDisabled
protected

Definition at line 80 of file templdgi.hxx.

Referenced by SelectStyle(), and SetWaterCanState().

◆ m_aStyleList

StyleList SfxCommonTemplateDialog_Impl::m_aStyleList
protected

◆ m_aStyleListCleanup

Link<void*, void> SfxCommonTemplateDialog_Impl::m_aStyleListCleanup
protected

Definition at line 87 of file templdgi.hxx.

Referenced by connect_stylelist_cleanup(), and ~SfxCommonTemplateDialog_Impl().

◆ m_aStyleListClear

Link<void*, void> SfxCommonTemplateDialog_Impl::m_aStyleListClear
protected

Definition at line 86 of file templdgi.hxx.

Referenced by connect_stylelist_clear(), and ~SfxCommonTemplateDialog_Impl().

◆ m_aStyleListEnableDelete

Link<void*, void> SfxCommonTemplateDialog_Impl::m_aStyleListEnableDelete
protected

Definition at line 95 of file templdgi.hxx.

Referenced by connect_stylelist_enable_delete().

◆ m_aStyleListEnableTreeDrag

Link<bool, void> SfxCommonTemplateDialog_Impl::m_aStyleListEnableTreeDrag
protected

Definition at line 94 of file templdgi.hxx.

Referenced by connect_stylelist_enable_tree_drag(), and EnableTreeDrag().

◆ m_aStyleListExecuteDrop

Link<const ExecuteDropEvent&, sal_Int8> SfxCommonTemplateDialog_Impl::m_aStyleListExecuteDrop
protected

Definition at line 88 of file templdgi.hxx.

Referenced by connect_stylelist_execute_drop(), and ExecuteDrop().

◆ m_aStyleListHasSelectedStyle

Link<void*, bool> SfxCommonTemplateDialog_Impl::m_aStyleListHasSelectedStyle
protected

Definition at line 91 of file templdgi.hxx.

Referenced by ActionSelect(), and connect_stylelist_has_selected_style().

◆ m_aStyleListNewMenu

Link<void*, void> SfxCommonTemplateDialog_Impl::m_aStyleListNewMenu
protected

Definition at line 89 of file templdgi.hxx.

Referenced by ActionSelect(), and connect_stylelist_execute_new_menu().

◆ m_aStyleListReadResource

Link<void*, size_t> SfxCommonTemplateDialog_Impl::m_aStyleListReadResource
protected

Definition at line 85 of file templdgi.hxx.

Referenced by connect_stylelist_read_resource().

◆ m_aStyleListSetFamily

Link<sal_uInt16, void> SfxCommonTemplateDialog_Impl::m_aStyleListSetFamily
protected

Definition at line 97 of file templdgi.hxx.

Referenced by connect_set_family(), and SetFamily().

◆ m_aStyleListSetWaterCanState

Link<const SfxBoolItem*, void> SfxCommonTemplateDialog_Impl::m_aStyleListSetWaterCanState
protected

Definition at line 96 of file templdgi.hxx.

Referenced by connect_stylelist_set_water_can_state(), and SetWaterCanState().

◆ m_aStyleListUpdateFamily

Link<void*, void> SfxCommonTemplateDialog_Impl::m_aStyleListUpdateFamily
protected

Definition at line 92 of file templdgi.hxx.

◆ m_aStyleListUpdateStyleDependents

Link<void*, void> SfxCommonTemplateDialog_Impl::m_aStyleListUpdateStyleDependents
protected

Definition at line 93 of file templdgi.hxx.

Referenced by connect_stylelist_update_style_dependents().

◆ m_aStyleListWaterCan

Link<void*, bool> SfxCommonTemplateDialog_Impl::m_aStyleListWaterCan
protected

Definition at line 90 of file templdgi.hxx.

Referenced by connect_stylelist_for_watercan(), and IsSafeForWaterCan().

◆ m_bWantHierarchical

bool SfxCommonTemplateDialog_Impl::m_bWantHierarchical
protected

Definition at line 83 of file templdgi.hxx.

Referenced by EnableHierarchical(), and SaveFactoryStyleFilter().

◆ m_pDeletionWatcher

DeletionWatcher* SfxCommonTemplateDialog_Impl::m_pDeletionWatcher
protected

Definition at line 68 of file templdgi.hxx.

Referenced by impl_setDeletionWatcher(), and ~SfxCommonTemplateDialog_Impl().

◆ mxFilterLb

std::unique_ptr<weld::ComboBox> SfxCommonTemplateDialog_Impl::mxFilterLb
protected

◆ mxHighlightCheckbox

std::unique_ptr<weld::CheckButton> SfxCommonTemplateDialog_Impl::mxHighlightCheckbox
protected

Definition at line 72 of file templdgi.hxx.

Referenced by FamilySelect(), and Initialize().

◆ mxPreviewCheckbox

std::unique_ptr<weld::CheckButton> SfxCommonTemplateDialog_Impl::mxPreviewCheckbox
protected

◆ nActFamily

sal_uInt16 SfxCommonTemplateDialog_Impl::nActFamily
protected

Definition at line 75 of file templdgi.hxx.

Referenced by FamilySelect(), Initialize(), and SetFamily().

◆ nActFilter

sal_uInt16 SfxCommonTemplateDialog_Impl::nActFilter
protected

Definition at line 76 of file templdgi.hxx.

Referenced by FilterSelect(), and IsUpdate().

◆ pBindings

SfxBindings* SfxCommonTemplateDialog_Impl::pBindings
protected

Definition at line 65 of file templdgi.hxx.

Referenced by IsUpdate().

◆ xModuleManager

css::uno::Reference<css::frame::XModuleManager2> SfxCommonTemplateDialog_Impl::xModuleManager
protected

Definition at line 67 of file templdgi.hxx.

Referenced by SaveFactoryStyleFilter().


The documentation for this class was generated from the following files: