This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch Pilot-Pirx-zoomslider
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 9fbaf4d6577e2d36161c3595d73908ec8a430b83
Author: Matthias Seidel <[email protected]>
AuthorDate: Tue Mar 10 21:55:37 2026 +0100

    Add Zoom slider to Math
    
    Math lacks a Zoom slider.
---
 main/starmath/sdi/smslots.sdi | 50 ++++++++++++++++++++++++-------------------
 1 file changed, 28 insertions(+), 22 deletions(-)

diff --git a/main/starmath/sdi/smslots.sdi b/main/starmath/sdi/smslots.sdi
index f52c0421ab..9baf0ff9c9 100644
--- a/main/starmath/sdi/smslots.sdi
+++ b/main/starmath/sdi/smslots.sdi
@@ -220,18 +220,18 @@ interface FormulaView
                ExecMethod = Execute ;
                StateMethod = GetState ;
        ]
-       // idlpp kein Menüeintrag , also keine Texte
-       SID_COPYOBJECT // idlpp ole : no , status : no
-       [
-               ExecMethod = Execute ;
-               StateMethod = GetState ;
-       ]
-       // idlpp kein Menüeintrag , also keine Texte
-       SID_PASTEOBJECT // idlpp ole : no , status : no
-       [
-               ExecMethod = Execute ;
-               StateMethod = GetState ;
-       ]
+               // idlpp kein Menüeintrag , also keine Texte
+               SID_COPYOBJECT // idlpp ole : no , status : no
+               [
+                               ExecMethod = Execute ;
+                               StateMethod = GetState ;
+               ]
+               // idlpp kein Menüeintrag , also keine Texte
+               SID_PASTEOBJECT // idlpp ole : no , status : no
+               [
+                               ExecMethod = Execute ;
+                               StateMethod = GetState ;
+               ]
        SID_CUT // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
@@ -288,6 +288,12 @@ interface FormulaView
                StateMethod = GetState ;
        ]
        // idlpp kein Menüeintrag , also keine Texte
+       SID_ATTR_ZOOMSLIDER
+       [
+               ExecMethod = Execute ;
+               StateMethod = GetState ;
+       ]
+       // idlpp kein Menüeintrag , also keine Texte
        SID_TEXTSTATUS // idlpp ole : no , status : no
        [
                ExecMethod = Execute ;
@@ -311,16 +317,16 @@ interface FormulaView
                ExecMethod = NoExec ;
                StateMethod = NoState ;
        ]
-       SID_TOOLBOX // idlpp ole : no , status : no
-       [
-               ExecMethod = Execute ;
-               StateMethod = GetState ;
-       ]
-       SID_SYMBOLS_CATALOGUE // idlpp ole : no , status : no
-       [
-               ExecMethod = Execute ;
-               StateMethod = GetState ;
-       ]
+               SID_TOOLBOX // idlpp ole : no , status : no
+               [
+                               ExecMethod = Execute ;
+                               StateMethod = GetState ;
+               ]
+               SID_SYMBOLS_CATALOGUE // idlpp ole : no , status : no
+               [
+                               ExecMethod = Execute ;
+                               StateMethod = GetState ;
+               ]
 }
 
 shell SmViewShell

Reply via email to