summaryrefslogtreecommitdiff
path: root/include/svx/checklbx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/checklbx.hxx')
-rw-r--r--include/svx/checklbx.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/svx/checklbx.hxx b/include/svx/checklbx.hxx
index 2253f5d2f3a6..a10e5b999b10 100644
--- a/include/svx/checklbx.hxx
+++ b/include/svx/checklbx.hxx
@@ -56,24 +56,13 @@ public:
virtual ~SvxCheckListBox() override;
virtual void dispose() override;
- void InsertEntry ( const OUString& rStr,
- sal_uLong nPos = TREELIST_APPEND,
- void* pUserData = nullptr,
- SvLBoxButtonKind eButtonKind = SvLBoxButtonKind::EnabledCheckbox );
- void RemoveEntry ( sal_uLong nPos );
-
void SelectEntryPos ( sal_uLong nPos );
sal_uLong GetSelectedEntryPos () const;
- OUString GetText ( sal_uLong nPos ) const;
- sal_uLong GetCheckedEntryCount() const;
void CheckEntryPos ( sal_uLong nPos, bool bCheck = true );
bool IsChecked ( sal_uLong nPos ) const;
void ToggleCheckButton ( SvTreeListEntry* pEntry );
- void* SetEntryData ( sal_uLong nPos, void* pNewData );
- void* GetEntryData ( sal_uLong nPos ) const;
-
virtual void MouseButtonDown ( const MouseEvent& rMEvt ) override;
virtual void KeyInput ( const KeyEvent& rKEvt ) override;
};