summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Collapse)AuthorFilesLines
2013-08-02fdo#67470 Element Dock: Subset icon missing in Set Operation sectionJoren De Cuyper1-1/+1
RID_XSUPSETY wasn't just listed, RID_XSUPSETEQY (notice the Q) was. Adding it adds it to the dock. Change-Id: I4c621aab74b424aacd5421ed90f35b42ae6e0a14
2013-06-28must call FreeResource in old-resource-using dialogs/panelsCaolán McNamara1-0/+2
Change-Id: I756ac431dfcd6a4d6a365fc38b465f4b588ddd79 (cherry picked from commit 23d9f2400bff7a6c1f0c55f9a1158d40a57d6239) Reviewed-on: https://gerrit.libreoffice.org/4575 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-27valgrind: bInsertIntoEditWindow uninitializedCaolán McNamara1-0/+1
Change-Id: I3da23e991a70e12bdfefeda5f5e7669ab111cfb4 (cherry picked from commit 2278e3cc31f97259ba2eea86e99739006a23b8e3) Reviewed-on: https://gerrit.libreoffice.org/4574 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-06-24fdo#65370 Dock ElementsDockingWindow to left at initial use and redrawTomaž Vajngerl1-1/+5
Change-Id: I0a7648569541667bba80cffde978558a9206c089 Reviewed-on: https://gerrit.libreoffice.org/4449 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-06-17Fixes fdo#59642Marcos Paulo de Souza1-2/+3
By adding one more test about mathml xml. Change-Id: I1b49e9faea6742594eaa900a87a03c4dd86c0b5c Reviewed-on: https://gerrit.libreoffice.org/4314 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-06-13work around lexer bug in l10ntoolsAndras Timar1-10/+40
Change-Id: Ie53e5475888b9a912f868c12c471b2521f6b0ea1
2013-06-13make categories localizable in Elements docking panelAndras Timar1-10/+10
Change-Id: Ic1e4af8f8dd60ab48d701b5d713beafd0ddd22df
2013-06-13typo: s/CATERGORY/CATEGORY/Andras Timar2-32/+32
Change-Id: I37f2db8b073ad1257101af02118cfbc91ee60f26
2013-06-10fdo#65581 Elements dock window has wrong titleJoren De Cuyper1-1/+1
Change-Id: I684eb8014bd6c0f72078187121b30f8df4f5a367 Reviewed-on: https://gerrit.libreoffice.org/4218 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@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/3995 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-on: https://gerrit.libreoffice.org/3996
2013-05-20Math: Use shared_ptr in ElementsDockingWindowTomaž Vajngerl1-17/+17
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ž Vajngerl6-36/+678
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-Haile1-8/+16
(cherry picked from commit b73c741c4f792c71623127fdc711dc3f38603083) Conflicts: starmath/source/edit.cxx Change-Id: Ie073deabb1a48f3479a9c6bbf89d1e40f5cea663
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist4-9/+9
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 Rathke5-60/+62
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-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-69/+12
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-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks8-184/+32
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
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 Grandin1-99/+51
- 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-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ňák25-166/+160
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 Rathke1-1/+1
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-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
2013-03-26fix iint/iiint import from docx mathLuboš Luňák1-2/+2
Use the correct LO names for the symbols. Change-Id: I4da760fb84e6f9ca811e13061341f9a993342c29
2013-03-25Fix spelling errors and typos: 'unkown' change to 'unknown'vincent2-2/+2
Change-Id: Ia3ff77d2b99c9ef6c4c9b510bb30f349592c0b94 Reviewed-on: https://gerrit.libreoffice.org/3030 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim6-0/+15
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király1-3/+3
Replaced String with OUString in mediawindow.cxx, basdoc.cxx, basdoc.hxx and bastype3.cxx. In other files I only replaced, what was necessary for the changes in basdoc to work. Change-Id: I1ad0e7e262f8becdf57f182853aaa914a88895a4 Reviewed-on: https://gerrit.libreoffice.org/2554 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold4-5/+5
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-02-28coverity#705726: fix memory leakMarkus Mohrhard1-1/+3
Change-Id: I8ccbd73a937e7506a64ae1925ca20d420117fb73
2013-02-25fdo#60724 - change 'charcter' to 'character'sadam361-1/+1
Changed all occurrences of 'charcter' found by git grep. All of them were used in comments only, so it should not break anything. Change-Id: Ief2c00d929ae7972c55a4920fc0eaa8d6b18ab82 Reviewed-on: https://gerrit.libreoffice.org/2372 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
I ran the following code replace: s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/ And finally removed String::CreateFromInt32(). Change-Id: I53b26a59c68511ae09f0ee82cfade210d0de3fa5 Reviewed-on: https://gerrit.libreoffice.org/2279 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-23Fix typo "teh" -> "the"Julien Nabet1-1/+1
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
2013-02-22s/heigth/height/Tor Lillqvist1-2/+2
Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-21Fix type unkown -> unknownJulien Nabet1-3/+3
Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
2013-02-15pch for Library_smLuboš Luňák1-1/+0
Change-Id: Ib9f4c834f1c6076a246753cb819491a7d2c3a886
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin2-6/+6
with lots of repurcussions in other modules Change-Id: I6982671eecc701b06cf85d93533e1fe618044fea