summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Collapse)AuthorAgeFilesLines
* add link to detailed module description to Math's READMEAndras Timar2012-10-091-0/+3
| | | | Change-Id: I930f8729a58fb8cd3209df2ad1b112150796f50f
* fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin2012-10-041-8/+3
| | | | | | | The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
* String -> OUStringIvan Timofeev2012-10-024-14/+6
| | | | Change-Id: I88873eec738a068152e7d7be0dc4ab86fcfe345a
* String -> OUStringIvan Timofeev2012-10-024-35/+32
| | | | Change-Id: I9921e9803e5d63fafffbfcf15e5c4fc2c9080669
* String -> OUStringIvan Timofeev2012-10-022-17/+11
| | | | Change-Id: I1cfd68c37629b4847bad88f54d2866496bc91283
* remove unused methodIvan Timofeev2012-10-022-11/+0
| | | | Change-Id: I7acca32fdf9902ce598bdbed32cccdecf9a08907
* String -> OUStringIvan Timofeev2012-10-021-11/+7
| | | | Change-Id: Ibbd6305e78738403b5140a27125f452b3ec2ec8b
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-013-3/+3
| | | | | | | Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* String -> OUStringIvan Timofeev2012-10-0110-77/+77
| | | | Change-Id: Ie5e800df0c7663e6bb62a2019cf2fd8b0c1ae772
* String -> OUStringIvan Timofeev2012-10-012-46/+40
| | | | Change-Id: I28c2d87ddd1ea83e29dd11ef8aa20d8d583f4dd9
* String -> OUStringIvan Timofeev2012-10-012-6/+6
| | | | Change-Id: I29c644ed2c69f0c378f8c43b69c6c8c70d8cbf5e
* String -> OUStringIvan Timofeev2012-10-014-18/+19
| | | | Change-Id: Icdb39e5b5ba38d48f5cc3a4ae371fb77cb981242
* String -> OUStringIvan Timofeev2012-10-014-5/+5
| | | | Change-Id: I94eafe01604b30d53d9021458a0a9c57dfc1144a
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-283-6/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-283-3/+6
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-283-0/+3
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara2012-09-284-14/+252
| | | | | | to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
* make starmath's gbuild module name the same as dirDavid Tardon2012-09-221-4/+4
| | | | | | Otherwise make starmath.all does not work as expected. Change-Id: I747b7dd9f1cd6347d6fe8d5edbbb0dff079a253b
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-184-4/+4
| | | | | | | | | | | | | | | | | | | the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Improvement on previous commitStephan Bergmann2012-09-121-12/+5
| | | | Change-Id: I51226f78ca60c32ebb908bcf4f74d38d0750eb00
* fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin2012-09-121-2/+3
| | | | | | | Create a merged XSAXDocumentBuilder2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: Iaa96031a0b7c27e957d2edb0394e5eeaaa84cdca
* -Werror,-Wunused-private-fieldStephan Bergmann2012-09-111-1/+0
| | | | Change-Id: I99badd3ed5c3b86180bbf172f8239e692d6df11b
* -Werror,-Wunused-valueStephan Bergmann2012-09-111-1/+1
| | | | Change-Id: I30a2d1c5ad0611eeb69ee50dadfb847981d0a61d
* actually use startsWith(), now that it really existsLuboš Luňák2012-09-061-1/+1
| | | | Change-Id: I0f1557f480e9d20d4ead359ad0eaa75db9b8f9db
* crash with safe iterators: attempt to decrement a past-the-end iteratorIvan Timofeev2012-09-021-10/+13
| | | | Change-Id: I4c81125e67c23fb05e98fc6b2f47ed3e49dd29c3
* convert docx mathml test documents into unittestsLuboš Luňák2012-08-2315-2/+0
| | | | | | | | There are few small things that do not survive the roundtrip completely accurately, they should be checked somewhen when there's time. But it's better to have these as actual tests rather than just documents somewhere. Change-Id: Ic3732ab8450376820867950438d89e324f391eeb
* add more runtime deps on resource files for unit-testsMatúš Kukan2012-08-212-2/+4
| | | | Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
* gbuild: register all jarsMichael Stahl2012-08-171-5/+5
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* Be more careful in recognizing MathML (bnc#774921)Tor Lillqvist2012-08-141-4/+14
| | | | Change-Id: I82c36a3ff49f74dc674df46dcf35f8c1a991c9e2
* SmDocShell::readFormulaOoxml: yes, just voidMiklos Vajna2012-08-102-3/+2
| | | | Change-Id: I2d5bc00c01318a23c604d93ffe6ce9dd0b72b3c2
* SmCmdBoxWindow: use single-line frameIvan Timofeev2012-08-051-2/+2
| | | | Change-Id: I527ae337a9e445d911dba956daf9d76f9d7572de
* SmCmdBoxWindow: reduce padding from 8 to 4Ivan Timofeev2012-08-051-5/+14
| | | | Change-Id: If87bc63b4bd3fd27eef665261667478d9284ff0b
* SmCmdBoxWindow: no drawing in Resize()Ivan Timofeev2012-08-051-1/+1
| | | | Change-Id: I7cd7bb2e1bf37e41c0bea81c3ac6ec74feaa87bf
* SmCmdBoxWindow: too many frames...Ivan Timofeev2012-08-051-46/+0
| | | | Change-Id: If93baa96c7eacdeae6ad2fdecbe33fc141934094
* Translated German comments in starmath (fdo#39468)Alexander Wilms2012-08-036-177/+139
| | | | | Change-Id: If3be0db9213c405525f01c92aa4dd039e3aa6aad Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
* SmDocShell::writeFormulaOoxml: don't use m_ prefix for non-member variableMiklos Vajna2012-08-032-3/+3
| | | | Change-Id: I5a9d64db9b135396d8eab8a020bd4beec8a0f3dc
* fdo#48549 System::Beep() removalMathieu Vonlanthen2012-07-311-1/+0
| | | | Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-301-1/+0
| | | | Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
* Bug 48549 - System::Beep() removalMathieu Vonlanthen2012-07-301-1/+0
| | | | Change-Id: I011048912af051a762a78af8646513a1fc624073
* SmOoxmlImport::handleR: escape brackets in math runsMiklos Vajna2012-07-271-1/+1
| | | | | | Also remove the previous escaping that took care of RTF only. Change-Id: Ie9a019912f83a3f56ef52429855cd72cf2c8f463
* SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna2012-07-276-17/+19
| | | | Change-Id: Ia8bdf83f36d986ca45ddad985aca827224c194f4
* svtools: add new math rtf keywordsMiklos Vajna2012-07-271-87/+87
| | | | Change-Id: Ib57f9b143ccec29fdaa193bcfc523cd86a0713c1
* factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBaseMiklos Vajna2012-07-277-347/+326
| | | | Change-Id: I63ce6c57faf8568776d24ba1e8b13bd11b6c5532
* SmOoxmlExport: remove unused ctor paramMiklos Vajna2012-07-273-6/+4
| | | | Change-Id: I2c4f9239207bd8da7f29d2a386e9a432e32e5755
* add tests for RTF_MACC and RTF_MEQARRMiklos Vajna2012-07-261-0/+2
| | | | Change-Id: Id33672d0acef4d79239e0ee8a86d5a244ac736e7
* export RTF_MEQARRMiklos Vajna2012-07-261-6/+19
| | | | Change-Id: Ic2c1ca04c23b41ae36aa0a8866dc9b7776ccad64
* export RTF_MSSU{B,P} and related keywordsMiklos Vajna2012-07-261-4/+115
| | | | Change-Id: Ida24beda4d961db068279e81711e10c3d87b0ac1
* export RTF_MRADMiklos Vajna2012-07-261-2/+25
| | | | Change-Id: I1b5802dfba24b45358842189d8ae05c3f9de319f
* export RTF_MLIM{UPP,LOW}Miklos Vajna2012-07-261-2/+40
| | | | Change-Id: Ic47868daa3e9bd7defbc76a1ab1bfc717c48bee7
* export RTF_MMMiklos Vajna2012-07-261-2/+18
| | | | Change-Id: Ia3b2dd3de464d9be1fd496cc81ed903047f7542b