summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Collapse)AuthorAgeFilesLines
* XubString->OUStringCaolán McNamara2013-04-262-2/+2
| | | | Change-Id: I32c867e43bfb50a57261414107caae60f616d703
* SmXMLExport::GetViewSettings: add back lost property nameMiklos Vajna2013-04-261-0/+1
| | | | | | | This was removed in 90a91ed3e9ca1684655268dc52754ca569febc36, probably accidently. Change-Id: Ib5b4bc847caaa1fb2f119b07612231e32789834e
* update pchThomas Arnhold2013-04-251-1/+1
| | | | Change-Id: I67e73438312f2a672e71762ee6707ec5d425bb47
* gbuild: drop empty use_packages callsDavid Tardon2013-04-241-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>
* gbuild: drop uses of removed packagesDavid Tardon2013-04-242-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>
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-2215-321/+60
|
* Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy2013-04-202-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>
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-204-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>
* Convert SmFontPickList from SfxPtrArr to std::vectorNoel Grandin2013-04-162-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>
* deliver all uiconfig files by UIConfigDavid Tardon2013-04-113-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>
* rename UI to UIConfigDavid Tardon2013-04-112-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>
* remove commented out codeThomas Arnhold2013-04-101-2/+0
| | | | Change-Id: I754a34a88a7f976714827bd8e8986b854d5da692
* Get the whole thing to build after the SfxFilter interface change.Kohei Yoshida2013-04-091-1/+1
| | | | Change-Id: I62122e298f1434aa9e44c8f3fdfb7f710513617d
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0736-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
* new module i18nlangtagEike Rathke2013-04-054-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
* remove obsolete helpids and cleanup uiconfig XMLMichael Meeks2013-04-031-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
* remove obsolete helpids and cleanup uiconfig XMLMichael Meeks2013-04-033-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
* implement import/export of RTF_MNORMiklos Vajna2013-04-021-0/+3
| | | | Change-Id: I9caea7fbea4643e57d81ad3b7812d0cc10f54c11
* starmath: cleanup macrosThomas Arnhold2013-04-012-38/+33
| | | | Change-Id: I08a7d6d39302b370a5c40645fbc3494e6a9af118
* Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2013-03-301-1/+1
| | | | Change-Id: I7db719ab118ff1003594bc481e11a5dbf7946b57
* -Wunused-macrosStephan Bergmann2013-03-274-33/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* export quoted parts of math formulas properly to docx mathmlLuboš Luňák2013-03-261-0/+7
| | | | Change-Id: I7950ff78c23e5e6c58ffceaa9c2a2f52e3408b26
* m:nor and m:lit math docx tags lead to quotingLuboš Luňák2013-03-261-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
* starmath: remove no longer needed APPEND macroMiklos Vajna2013-03-262-307/+299
| | | | Change-Id: I3102e86a7ea9f638f79ba9572e725362952a46e2
* fix iint/iiint import from docx mathLuboš Luňák2013-03-261-2/+2
| | | | | | Use the correct LO names for the symbols. Change-Id: I4da760fb84e6f9ca811e13061341f9a993342c29
* Fix spelling errors and typos: 'unkown' change to 'unknown'vincent2013-03-253-3/+3
| | | | | | | Change-Id: Ia3ff77d2b99c9ef6c4c9b510bb30f349592c0b94 Reviewed-on: https://gerrit.libreoffice.org/3030 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* update pch headersLuboš Luňák2013-03-121-0/+7
| | | | Change-Id: Ibb368e6a806666a73bf6bf1a097d14bc6e75b24d
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-087-0/+17
| | | | | | | | | 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
* fdo#38838, replacement of String with OUStringÁdám Csaba Király2013-03-052-6/+6
| | | | | | | | | | | 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>
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-034-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
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* coverity#705726: fix memory leakMarkus Mohrhard2013-02-281-1/+3
| | | | Change-Id: I8ccbd73a937e7506a64ae1925ca20d420117fb73
* fdo#60724 - change 'charcter' to 'character'sadam362013-02-251-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>
* fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac2013-02-241-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>
* Fix typo "teh" -> "the"Julien Nabet2013-02-231-1/+1
| | | | Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
* s/heigth/height/Tor Lillqvist2013-02-221-2/+2
| | | | Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* Fix type unkown -> unknownJulien Nabet2013-02-211-3/+3
| | | | Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
* pch for Library_smLuboš Luňák2013-02-154-1/+217
| | | | Change-Id: Ib9f4c834f1c6076a246753cb819491a7d2c3a886
* fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin2013-02-122-6/+6
| | | | | | with lots of repurcussions in other modules Change-Id: I6982671eecc701b06cf85d93533e1fe618044fea
* fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin2013-02-112-9/+9
| | | | | | | | The services are document::XMLBasicExporter document::XMLOasisBasicExporter Change-Id: Ifd93e5735cae94d34904d79769cdb3edf587fe43
* remove unused variablesLuboš Luňák2013-02-092-7/+4
| | | | Change-Id: I7383100f5965578160098f11cdb99bb4e4ce57fa
* Remove unused methodsThomas Arnhold2013-02-092-9/+0
| | | | | | GetOptimalSizePixel and GetHCtrlWidth are never called Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
* remove obsolete hidother.src filesAndras Timar2013-02-061-3/+0
| | | | Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013
* String to OUString.Kohei Yoshida2013-02-041-1/+1
| | | | Change-Id: I3a0eff8ca0c8b654a38ee2df1022ca162bcb67aa
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-263-0/+6
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-217-17/+17
| | | | | | | | | replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fdo#46808, Convert starmath/mathmlimport to XComponentContextNoel Grandin2013-01-152-18/+14
| | | | Change-Id: I93e103851117b27234393341360b2eddbe1b0e1c
* -Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann2013-01-141-3/+3
| | | | | | ...comparing enum aToken.eType with -1 Change-Id: Ied886e8e455e6deae762da78e366dc12e37a76cf