summaryrefslogtreecommitdiff
path: root/starmath/inc/helpids.h
AgeCommit message (Collapse)AuthorFilesLines
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-28/+28
...in include files. This is a mix of automatic rewriting in include files and manual fixups (mostly addressing loplugin:redundantfcast) in source files that include those. Change-Id: I1f3cc1e67b9cabd2e9d61a4d9e9a01e587ea35cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158337 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-07-26tdf#149888 Make F1 work in Math initial stateRafael Lima1-0/+1
Currently, when Math is opened and F1 is pressed in its initial state, no help page is opened. This is caused by the GrabFocus call in InitialFocusTimerHdl (see comments in its implementation). This patch ensures that pressing F1 both in the Edit and Graphics windows will open the main help page of the Math module. NOTE: This patch will only work after the related patch in helpcontent2 gets accepted, since it is responsible for creating the HID target in the XHP file. Change-Id: I59980cea1816a863e1aaa2d0757d9b141437ead5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154691 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-28/+28
Standardize on OUString, which is the main internal string class. Convert from/to OUString only when communicating with respective external APIs. Removes about 200 conversions from the code. Change-Id: I96ecee7c6fd271bb76639220e96d69d2964bed26 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149930 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-12-06loplugin:stringliteraldefine in starmathNoel Grandin1-3/+5
Change-Id: I539dbb8eaa21604401709d3b6e19433474056902 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126406 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-01tdf#124176 on starmathdante1-4/+2
Change-Id: I816a12d5f47dd258fb01f14b901328d3e3d68e28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111690 Tested-by: Jenkins Reviewed-by: Roman Kuznetsov <antilibreoffice@gmail.com>
2018-03-09Remove unused HIDsGabor Kelemen1-12/+0
These were no longer used in the code. This should help me in identifying obsolete and missing HIDs in helpcontent. Found by this somewhat sophisticated method: for mod in $(find -name helpids.h) ; do echo $mod; for i in $(grep ^#define "$mod" | cut -d " " -f2 ) ; do if [ $(git grep -c "$i" $(echo "$mod" | cut -d "/" -f 2 ) | wc -l) -eq 1 ] ; then echo "$i"; fi ; done done Change-Id: Iaf8179322419ce51175bc5a42fedec0add8c5241 Reviewed-on: https://gerrit.libreoffice.org/50680 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2017-04-18convert starmath context menu to .uiCaolán McNamara1-192/+0
Change-Id: I0ab984aac0103a0d2bbb3c7a7c0bbd797eba7454
2016-11-09tdf#44839 Add an "Evaluated At" command in "Brackets" sectionTakeshi Abe1-0/+1
of Elements window. Change-Id: I221dacad297c7713f9cdde6d8ffdecf3caa2c3bd Reviewed-on: https://gerrit.libreoffice.org/30714 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-3/+0
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara1-1/+0
Change-Id: I2705bbb4db52779e0065400f09604384fd9cf151
2014-09-06convert floating RID_TOOLBOXWINDOW to .uiCaolán McNamara1-11/+0
well the dialog itself and the top toolbar, the other toolbars remain as resources as now Change-Id: If2bc5b2c108af0efb88fb018896806531cdafe60
2014-04-01teach SmShowChar how to resizeCaolán McNamara1-1/+0
and other cleanups Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1
2014-04-01Convert RID_SYMDEFINEDIALOG to .uiPalenik Mihály1-1/+0
Change-Id: I03e2518c66fef4e40f95a9b68d68f9bb19a947b1 Reviewed-on: https://gerrit.libreoffice.org/8807 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23starmath: fix include guardsThomas Arnhold1-2/+2
Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4 Reviewed-on: https://gerrit.libreoffice.org/6389 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-07-03don't need an explicit help handler, the default will be fineCaolán McNamara1-1/+0
Change-Id: I61643e507a68e66e1798c2d21a3f9372027fda1a
2013-06-19don't need explicit help handlers anymoreCaolán McNamara1-1/+0
Change-Id: I5333ff8c4e50cbc4374b937bc8d7617c3b99ee97
2013-05-22adapt code to catalog .ui conversionCaolán McNamara1-1/+0
Change-Id: If34cef7eef5ab26f52420685f54a85fcff2a0c12
2013-05-22adapt code to alignment dialog .ui conversionCaolán McNamara1-1/+0
Change-Id: I8a64ddc076e177deaa61a450716d7d3dd8043303
2012-07-14Remove unused HIDsThomas Arnhold1-36/+0
Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14Remove unused HIDsThomas Arnhold1-14/+0
Those aren't referenced at any point. Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2011-11-15Fix for fdo#42892: Add new symbols to MathOlivier Hallot1-0/+8
2011-09-29add modelinesCaolán McNamara1-0/+2
2011-09-17fdo #37007 Add Math symbol "There does not exist".Julien Nabet1-0/+1
2010-08-27build breakersGregor Hartmann1-325/+326
2010-07-19CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDsMathias Bauer1-0/+325