summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30gbuild: fix deps on svx/globlmn.hrcDavid Tardon1-0/+4
Change-Id: I5373c0a59fdbbe0230b74df967fdaf887b91f4e4
2013-05-30Clean zoom redundances in Math and fix fdo#55929Rodolfo Ribeiro Gomes7-189/+10
Zoom can be handled by sfx2 in many ways: - 50%, 75%, 100%, 150%, 200% - Optimal view (fit in window) - Entire page - Page width The math module was doing the first two by itself. Remove it. Strange enough, state methods for zoom interface definitions on sfx2's appslots.sdi were needed. I thought 'Container' property in sfx.sdi should do the job. It seems to do nothing, though. (The zoom should be disabled only if the object is an OLE/Container). The Help-Ids from pop-up menu in Math/Formula were kept, because they doesn't exist in sfx2. Change-Id: Ie1ae413780551b34aa36b338f9a9df79a198319c Reviewed-on: https://gerrit.libreoffice.org/4076 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-05-30fdo#63351 make use of ZoomSlider in StarMathThomas Arnhold5-2/+37
In collaboration with Marcos Souza <marcos.souza.org@gmail.com> :) Includes some reordering of the statusbar: Zoom and ZoomSlider right, left field with automatic size adjustment. Change-Id: Ibfb1eab1abef7b026eeb7fd7c0a778c433c9e208 Reviewed-on: https://gerrit.libreoffice.org/4053 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-05-29convert save defaults to .ui formatCaolán McNamara5-33/+49
Change-Id: I7843598761cf95b04d9c3741cd8b0612b9b059ce
2013-05-27Make .uno:Open a drop-down toolbar itemAriel Constenla-Haile1-1/+1
(cherry picked from commit b38a51d67373daf9a45a4701e7c760c7b3571a66) Conflicts: chart2/uiconfig/toolbar/standardbar.xml dbaccess/uiconfig/dbapp/toolbar/toolbar.xml sc/uiconfig/scalc/toolbar/standardbar.xml sd/uiconfig/sdraw/toolbar/standardbar.xml starmath/uiconfig/smath/toolbar/standardbar.xml sw/uiconfig/sglobal/toolbar/standardbar.xml sw/uiconfig/sweb/toolbar/standardbar.xml sw/uiconfig/swform/toolbar/standardbar.xml sw/uiconfig/swreport/toolbar/standardbar.xml sw/uiconfig/swriter/toolbar/standardbar.xml sw/uiconfig/swxform/toolbar/standardbar.xml Change-Id: Iac0c7e8e474e8d217ca4daf47232019c64ca888f
2013-05-25translatable="yes" for some elements in .ui filesAndras Timar2-2/+2
Change-Id: I915cd6e73f907850f17b102c7860a827b91eef37
2013-05-24stop delivering globlmn.hrcDavid Tardon1-4/+1
Change-Id: Ibcc9679b37f22fdfb6a53503b252f55a52834fbb
2013-05-24adapt code to spacing dialog .ui conversionCaolán McNamara7-851/+2151
Change-Id: I4ec9444b3ad0d243fda0d93547f000cb7296c0bc
2013-05-23spacing.ui widgetAlia Almusaireae1-0/+260
Change-Id: Ia71b1fe2d75f0b53c091be5adcd975c8e64e3393 Reviewed-on: https://gerrit.libreoffice.org/3969 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-22adapt code to catalog .ui conversionCaolán McNamara7-384/+359
Change-Id: If34cef7eef5ab26f52420685f54a85fcff2a0c12
2013-05-22catalog.ui widgetAlia Almusaireae1-0/+187
Change-Id: I1a67c1c9b30b56d3c0739c2f77abfc24a941dad4
2013-05-22adapt code to alignment dialog .ui conversionCaolán McNamara7-132/+57
Change-Id: I8a64ddc076e177deaa61a450716d7d3dd8043303
2013-05-22alignment.ui widgetAlia Almusaireae1-0/+172
Change-Id: I45c7351e934ebd557af0ab07767ec0b61ce2299f Reviewed-on: https://gerrit.libreoffice.org/3970 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-21fdo#62483 missing default button in format -> aligment dialog at mathJoren De Cuyper1-2/+2
The default button was missing because the dialog was to small (it "fell off"). Also the default button was placed a bit to far from the help button IMHO. Change-Id: I05a079cacf6e5ac73861aff4a7dab7a455f3f181 Reviewed-on: https://gerrit.libreoffice.org/3994 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20Math: Use shared_ptr in ElementsDockingWindowTomaž Vajngerl3-37/+40
Change-Id: Id31765f0c2f47cd2ebe830a8b42a9397d6eeffae
2013-05-20Fix Warning/Errors in Math.Tomaž Vajngerl1-16/+15
Change-Id: I647f3ad174b59498605cf8a5ba12a7487cdec123
2013-05-20Math: new rendered Elements docking window addedTomaž Vajngerl12-39/+930
Added a docking window with elements that are rendered using the math renderer insted of static pictures. Currently this is an alternative to the existing elements floating window which will be removed when the new one is ready. This is an initial but fully functional version. Change-Id: I7678d09d643c532c672447026b0f12b7b70fc91d
2013-05-18Resolves: #ii120149# Flash changes on slot execution to reflect AutoUpdateAriel Constenla-Haile2-8/+17
(cherry picked from commit b73c741c4f792c71623127fdc711dc3f38603083) Conflicts: starmath/source/edit.cxx Change-Id: Ie073deabb1a48f3479a9c6bbf89d1e40f5cea663
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist7-12/+12
2013-05-13Bin IsDigit method and use isAsciiDigit from CharClassMarcos Paulo de Souza1-17/+3
Also remove the unused function strnccmp. Change-Id: Ie857dfca1e52b1251f85abfba3cd0e12e509974f Reviewed-on: https://gerrit.libreoffice.org/3888 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke6-61/+63
Enhanced EditEngine to be able to hold more than 64k paragraphs. Used also in RTF import Calc and Writer, so that could benefit as well. * changed all EditEngine,Outliner,... related paragraph index/count variables from sal_uInt16 to sal_Int32 * sal_Int32 instead of sal_uInt32 to match accessibility API * matched some Outliner methods' paragraph parameters from sal_uLong to sal_Int32 * containers capable to hold size_t nevertheless are limited to a maximum of sal_Int32 * changed definition of EE_PARA_NOT_FOUND and EE_PARA_ALL to SAL_MAX_INT32 + added EE_PARA_MAX_COUNT and EE_TEXTPOS_MAX_COUNT to initialize ESelection with what previously were hard coded 0xFFFF all over the place + for similar reason added EE_TEXTPOS_ALL corresponding to EE_PARA_ALL to initialize an ESelection spanning all available text like aSel(0,0,EE_PARA_ALL,EE_TEXTPOS_ALL) Change-Id: I62d1b9c399cd709a4f93dbac31b219a61c46ec00 Reviewed-on: https://gerrit.libreoffice.org/3838 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-05-08svx: remove Package_sdiMichael Stahl2-3/+4
Change-Id: I0c648ca1b1f3cc22244d660e032bacbdbe0f642e
2013-05-08sfx2: remove Package_sdiMichael Stahl2-2/+3
There are just a handful of sdi files in sfx2 anyway so just put sfx2/sdi on include path. Change-Id: Ia9be889a63ba9a2f330b505613ae38158a4b7bdf
2013-05-07oox: remove Package_generated and Package_tokensMichael Stahl1-0/+2
Change-Id: Iab5eb4fbfecea905f4eeb9f1b1f503c1908dadc8
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks7-162/+29
2013-04-27some eco-activismThomas Arnhold1-2/+0
Change-Id: Ib447cd8633c3102ee78c919cfbeabcc88018b130
2013-04-26XubString->OUStringCaolán McNamara2-2/+2
Change-Id: I32c867e43bfb50a57261414107caae60f616d703
2013-04-26SmXMLExport::GetViewSettings: add back lost property nameMiklos Vajna1-0/+1
This was removed in 90a91ed3e9ca1684655268dc52754ca569febc36, probably accidently. Change-Id: Ib5b4bc847caaa1fb2f119b07612231e32789834e
2013-04-25update pchThomas Arnhold1-1/+1
Change-Id: I67e73438312f2a672e71762ee6707ec5d425bb47
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon2-5/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks15-321/+60
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy2-2/+2
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza4-19/+19
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-16Convert SmFontPickList from SfxPtrArr to std::vectorNoel Grandin2-190/+64
- removing SmPickList in the process, since it's only used as a base class for SmFontPickList - and remove dynamic allocation, since we're always making our own copy, just store the data inline in the vector Change-Id: Idedff240456788c473ac49bdaa3f6d27a217e3d6 Reviewed-on: https://gerrit.libreoffice.org/3398 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-04-11deliver all uiconfig files by UIConfigDavid Tardon3-31/+14
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11rename UI to UIConfigDavid Tardon2-3/+3
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10remove commented out codeThomas Arnhold1-2/+0
Change-Id: I754a34a88a7f976714827bd8e8986b854d5da692
2013-04-09Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida1-1/+1
Change-Id: I62122e298f1434aa9e44c8f3fdfb7f710513617d
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák36-209/+203
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05new module i18nlangtagEike Rathke4-4/+4
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks1-4/+4
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s*/ /g; s/\s+toolbar:helpid="helpid:\d+"\s*/ /g; s|" />|"/>|g; Change-Id: Iebb40c7e168835e02a63c17b93adee4139069ee0
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks3-22/+22
/usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s+/ /g; s/\s+toolbar:helpid="helpid:\d+"\s+/ /g; s|" />|"/>|g; Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275
2013-04-02implement import/export of RTF_MNORMiklos Vajna1-0/+3
Change-Id: I9caea7fbea4643e57d81ad3b7812d0cc10f54c11
2013-04-01starmath: cleanup macrosThomas Arnhold2-38/+33
Change-Id: I08a7d6d39302b370a5c40645fbc3494e6a9af118
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
Change-Id: I7db719ab118ff1003594bc481e11a5dbf7946b57
2013-03-27-Wunused-macrosStephan Bergmann4-33/+0
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-26export quoted parts of math formulas properly to docx mathmlLuboš Luňák1-0/+7
Change-Id: I7950ff78c23e5e6c58ffceaa9c2a2f52e3408b26
2013-03-26m:nor and m:lit math docx tags lead to quotingLuboš Luňák1-5/+17
The meaning should not be exactly the same, but it looks like there's no better way to express this (or rather quoting means both). Change-Id: I024ce6c89667a69f685bb84d768095100b0090b1
2013-03-26starmath: remove no longer needed APPEND macroMiklos Vajna2-307/+299
Change-Id: I3102e86a7ea9f638f79ba9572e725362952a46e2