summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/AccessibleSmElement.hxx2
-rw-r--r--starmath/inc/AccessibleSmElementsControl.hxx4
-rw-r--r--starmath/inc/ElementsDockingWindow.hxx1
-rw-r--r--starmath/inc/document.hxx2
4 files changed, 0 insertions, 9 deletions
diff --git a/starmath/inc/AccessibleSmElement.hxx b/starmath/inc/AccessibleSmElement.hxx
index 9b168bbee4cb..9f63d1607ef7 100644
--- a/starmath/inc/AccessibleSmElement.hxx
+++ b/starmath/inc/AccessibleSmElement.hxx
@@ -57,8 +57,6 @@ public:
sal_Int32 nIndexInParent);
void SetFocus(bool _bFocus);
- bool HasFocus() const { return m_bHasFocus; }
- void ReleaseSmElementsControl() { m_pSmElementsControl = nullptr; }
sal_uInt16 itemId() const { return m_nItemId; }
DECLARE_XINTERFACE()
diff --git a/starmath/inc/AccessibleSmElementsControl.hxx b/starmath/inc/AccessibleSmElementsControl.hxx
index d38d57dc92c2..8afea99bf18a 100644
--- a/starmath/inc/AccessibleSmElementsControl.hxx
+++ b/starmath/inc/AccessibleSmElementsControl.hxx
@@ -40,10 +40,6 @@ class AccessibleSmElementsControl final : public comphelper::OAccessibleComponen
std::vector<rtl::Reference<AccessibleSmElement>> m_aAccessibleChildren;
VclPtr<SmElementsControl> m_pControl;
- AccessibleSmElement* GetItem_Impl(sal_uInt16 _nPos);
- void ReleaseFocus_Impl(sal_uInt16 _nPos);
- sal_Int32 implGetAccessibleChildCount();
- void ReleaseItems(bool bNotifyRemoval);
void UpdateFocus(sal_uInt16);
inline void TestControl();
diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx
index fe86ebd422f6..2cf3a33e482c 100644
--- a/starmath/inc/ElementsDockingWindow.hxx
+++ b/starmath/inc/ElementsDockingWindow.hxx
@@ -140,7 +140,6 @@ public:
sal_uInt16 itemCount() const;
sal_uInt16 itemHighlighted() const;
- sal_uInt16 itemFocused() const;
sal_uInt16 itemAtPos(const Point& rPos) const;
tools::Rectangle itemPosRect(sal_uInt16) const;
bool itemIsSeparator(sal_uInt16) const;
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index 2e2c7fab4211..6041e304e2ad 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -182,8 +182,6 @@ public:
OUString const & GetAccessibleText();
EditEngine & GetEditEngine();
- SfxItemPool & GetEditEngineItemPool();
- const SvtLinguOptions & GetLinguOptions() const { return maLinguOptions; }
void DrawFormula(OutputDevice &rDev, Point &rPosition, bool bDrawSelection = false);
Size GetSize();