Home
last modified time | relevance | path

Searched refs:SwTOXWidget (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dswuicnttab.hxx35 class SwTOXWidget;
233 SwTOXWidget* m_pActiveCtrl;
250 std::vector<std::unique_ptr<SwTOXWidget>> m_aControlList;
254 DECL_LINK(TbxFocusHdl, SwTOXWidget&, void);
256 DECL_LINK(TbxFocusBtnHdl, SwTOXWidget&, void);
261 void SetActiveControl(SwTOXWidget* pSet);
263 SwTOXWidget* InsertItem(const OUString& rText, const SwFormToken& aToken);
289 SwTOXWidget* GetActiveControl() { return m_pActiveCtrl; } in GetActiveControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dswuicnttab.hxx34 class SwTOXWidget;
232 SwTOXWidget* m_pActiveCtrl;
249 std::vector<std::unique_ptr<SwTOXWidget>> m_aControlList;
253 DECL_LINK(TbxFocusHdl, SwTOXWidget&, void);
255 DECL_LINK(TbxFocusBtnHdl, SwTOXWidget&, void);
260 void SetActiveControl(SwTOXWidget* pSet);
262 SwTOXWidget* InsertItem(const OUString& rText, const SwFormToken& aToken);
288 SwTOXWidget* GetActiveControl() { return m_pActiveCtrl; } in GetActiveControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dcnttab.cxx1366 class SwTOXWidget class
1369 Link<SwTOXWidget&,void> aGetFocusLink;
1377 virtual ~SwTOXWidget() {} in ~SwTOXWidget()
1380 class SwTOXEdit : public SwTOXWidget
1544 class SwTOXButton : public SwTOXWidget
2689 SwTOXWidget* pRet = nullptr; in InsertItem()
2776 const SwTOXWidget* pControl = nullptr; in InsertAtSelection()
2976 SwTOXWidget* pLeftEdit = itLeft->get(); in RemoveControl()
2977 SwTOXWidget* pRightEdit = itRight->get(); in RemoveControl()
3139 const SwTOXWidget* pCtrl = elem.get(); in GetPattern()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dcnttab.cxx1378 class SwTOXWidget class
1381 Link<SwTOXWidget&,void> aGetFocusLink;
1389 virtual ~SwTOXWidget() {} in ~SwTOXWidget()
1392 class SwTOXEdit : public SwTOXWidget
1551 class SwTOXButton : public SwTOXWidget
2700 SwTOXWidget* pRet = nullptr; in InsertItem()
2787 const SwTOXWidget* pControl = nullptr; in InsertAtSelection()
2987 SwTOXWidget* pLeftEdit = itLeft->get(); in RemoveControl()
2988 SwTOXWidget* pRightEdit = itRight->get(); in RemoveControl()
3150 const SwTOXWidget* pCtrl = elem.get(); in GetPattern()
[all …]