29 css::uno::Reference<css::uno::XComponentContext>
m_xContext;
30 css::uno::Reference<css::frame::XFrame>
m_xFrame;
48 void Init(
const css::uno::Reference<css::uno::XComponentContext>& xContext,
49 const css::uno::Reference<css::frame::XFrame>& xFrame,
50 const OUString& sModuleLongName);
51 void FillFunctionsList(
const css::uno::Sequence<css::frame::DispatchInformation>& xCommands,
58 m_xControl->connect_changed(rLink);
74 const css::uno::Reference<com::sun::star::script::browse::XBrowseNode>& parentNode,
77 std::vector<std::unique_ptr<weld::TreeIter>>& rNodesToExpand);
79 void set_visible(
bool bVisible) { m_xControl->set_visible(bVisible); }
OUString getCommandName(const OUString &sCommand)
SfxGroupInfoArr_Impl m_aGroupInfo
css::uno::Reference< css::container::XNameAccess > m_xModuleCategoryInfo
SfxStylesInfo_Impl m_aStylesInfo
css::uno::Reference< css::frame::XFrame > m_xFrame
void FillFunctionsList(const css::uno::Sequence< css::frame::DispatchInformation > &xCommands, CuiConfigFunctionListBox *pFunctionListBox, const OUString &filterTerm, SaveInData *pCurrentSaveInData)
void set_visible(bool bVisible)
void Init(const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::frame::XFrame > &xFrame, const OUString &sModuleLongName)
SfxStylesInfo_Impl * pStylesInfo
std::unique_ptr< weld::ComboBox > m_xControl
css::uno::Reference< css::uno::XComponentContext > m_xContext
OUString m_sModuleLongName
void addChildren(const weld::TreeIter *parentEntry, const css::uno::Reference< com::sun::star::script::browse::XBrowseNode > &parentNode, CuiConfigFunctionListBox *pFunctionListBox, const OUString &filterTerm, SaveInData *pCurrentSaveInData, std::vector< std::unique_ptr< weld::TreeIter >> &rNodesToExpand)
i18nutil::SearchOptions2 m_searchOptions
std::vector< std::unique_ptr< SfxGroupInfo_Impl > > SfxGroupInfoArr_Impl
void SetStylesInfo(SfxStylesInfo_Impl *pStyles)
CommandCategoryListBox(std::unique_ptr< weld::ComboBox > xControl)
css::uno::Reference< css::container::XNameAccess > m_xGlobalCategoryInfo
void connect_changed(const Link< weld::ComboBox &, void > &rLink)
~CommandCategoryListBox()
css::uno::Reference< css::container::XNameAccess > m_xUICmdDescription
void categorySelected(CuiConfigFunctionListBox *pFunctionListBox, const OUString &filterTerm, SaveInData *pCurrentSaveInData=nullptr)
Signals that a command category has been selected.