summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Collapse)Author
2012-12-18avoid infinite loop when parsing malformed ooxml math (fdo#57886)Luboš Luňák
Change-Id: I2f66bc335795a9e84f532fb28d3585aed783ebd6
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin
Change-Id: I26cd1cf86118122f392f16801a646df753a7df26
2012-12-07an app can have print options without a print options dialogCaolán McNamara
e.g. draw and impress have print options, but no print options dialog (It's plausible that we should merge the print options in the print dialog with the print options in the options... dialog of the printer settings dialog) Change-Id: I25c029ad8ba482b1e8d8d5974cc8de99584b9a55
2012-12-06SID_SAVE_ONLY_USED_SYMBOLS missing from starmath print options itemsetCaolán McNamara
Change-Id: I91a39db4d967009ca8fa5ee2fe910a660a556fd2
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
The a11y API has never really been picked up by tools vendors, let's not tie ourselves up here for no good reason. This unpublishes all css::accessibility, and dependend API. With that, we can change the rather unfortunately-named add/ removeEventListener to be add/removeAccessibleEventListener, thus not conflicting with the XComponent methods of the same name. Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke
Change-Id: I21d14ff6087d1adb0ce769f2e8f8060a005250cc
2012-11-23some i18n wrappers with LanguageTagEike Rathke
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-11-23try to fix and reenable starmath unit testsCaolán McNamara
Change-Id: I4c2a1476ea6ae12fdebb8301b68eab8060bc86f8
2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke
Change-Id: I17d9a502565d445b0eab9ef6e9123661850292b7
2012-11-22AllSettings with LanguageTagEike Rathke
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-11-21String -> OUStringIvan Timofeev
Change-Id: I23e0181c1aefc9efbac81216a18cdd7042a7679e
2012-11-20clang plugin warningsLuboš Luňák
Change-Id: Id58c593577c432537b3ca07087aeb17ed10772b6
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin
Also create a utility constructor for LocaleDataWrapper, which simplifies many of the calling sites. Change-Id: Ic8510b51c4201fa17fc0620e18d3e258e43636ba
2012-11-14Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens
Change Writer and Math to save ODF with compressed meta.xml as well, since there's no reason not to. Change-Id: Idde0dc9eafb03f0c84e52353289d857615aa3748
2012-10-31Related: rhbz#871516 plausible reason for crash in MathType::HandleRecordsCaolán McNamara
Change-Id: I431c0615de56ddc0fa2c0ea06567d32419d29440
2012-10-29String -> OUStringIvan Timofeev
Change-Id: I9d86ea5b27e8b8db75bf7a2ea9965621c857adb7
2012-10-28String -> OUStringIvan Timofeev
Change-Id: I2f0acb27f85a230109e827d415aabc029b90cd45
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
Create a merged XWriter interface for the service. The xml.sax.Writer service already existed, it just did not have an IDL file. Change-Id: I4e6d3f3c68f9282a55fc7aa19778f97632fd8ad5
2012-10-22String -> OUStringIvan Timofeev
Change-Id: I154c856c2813130aae1af611abcc4bcb4f0d1d13
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud
Change-Id: Icf4b434a1961cc4964ee6e362491868e898a1831 Reviewed-on: https://gerrit.libreoffice.org/887 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-12XubString->OUStringCaolán McNamara
Change-Id: Ib5f39e099d238b739e0d6b3d92d3f04ee50022fb
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I37b2c7b7acd31437f4be74b0163f4dac2279655b
2012-10-11Make a function static for deduplication in the DISABLE_DYNLOADING caseTor Lillqvist
Change-Id: Ib05f7b3b9b66f9e1c0b619e6a8b14e253d1adbb7
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
The xml.sax.Parser service already existed, it just did not have a new-style service to create it. Change-Id: I6f145a7504ff9e149c802f723991954a2801cbc9
2012-10-02String -> OUStringIvan Timofeev
Change-Id: I88873eec738a068152e7d7be0dc4ab86fcfe345a
2012-10-02String -> OUStringIvan Timofeev
Change-Id: I9921e9803e5d63fafffbfcf15e5c4fc2c9080669
2012-10-02String -> OUStringIvan Timofeev
Change-Id: I1cfd68c37629b4847bad88f54d2866496bc91283
2012-10-02remove unused methodIvan Timofeev
Change-Id: I7acca32fdf9902ce598bdbed32cccdecf9a08907
2012-10-02String -> OUStringIvan Timofeev
Change-Id: Ibbd6305e78738403b5140a27125f452b3ec2ec8b
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-01String -> OUStringIvan Timofeev
Change-Id: Ie5e800df0c7663e6bb62a2019cf2fd8b0c1ae772
2012-10-01String -> OUStringIvan Timofeev
Change-Id: I28c2d87ddd1ea83e29dd11ef8aa20d8d583f4dd9
2012-10-01String -> OUStringIvan Timofeev
Change-Id: I29c644ed2c69f0c378f8c43b69c6c8c70d8cbf5e
2012-10-01String -> OUStringIvan Timofeev
Change-Id: Icdb39e5b5ba38d48f5cc3a4ae371fb77cb981242
2012-10-01String -> OUStringIvan Timofeev
Change-Id: I94eafe01604b30d53d9021458a0a9c57dfc1144a
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
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>
2012-09-12Improvement on previous commitStephan Bergmann
Change-Id: I51226f78ca60c32ebb908bcf4f74d38d0750eb00
2012-09-12fdo#46808, Adapt xml::dom::SAXDocumentBuilderr UNO service to new styleNoel Grandin
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
2012-09-11-Werror,-Wunused-valueStephan Bergmann
Change-Id: I30a2d1c5ad0611eeb69ee50dadfb847981d0a61d
2012-09-06actually use startsWith(), now that it really existsLuboš Luňák
Change-Id: I0f1557f480e9d20d4ead359ad0eaa75db9b8f9db
2012-09-02crash with safe iterators: attempt to decrement a past-the-end iteratorIvan Timofeev
Change-Id: I4c81125e67c23fb05e98fc6b2f47ed3e49dd29c3
2012-08-14Be more careful in recognizing MathML (bnc#774921)Tor Lillqvist
Change-Id: I82c36a3ff49f74dc674df46dcf35f8c1a991c9e2
2012-08-10SmDocShell::readFormulaOoxml: yes, just voidMiklos Vajna
Change-Id: I2d5bc00c01318a23c604d93ffe6ce9dd0b72b3c2
2012-08-05SmCmdBoxWindow: use single-line frameIvan Timofeev
Change-Id: I527ae337a9e445d911dba956daf9d76f9d7572de
2012-08-05SmCmdBoxWindow: reduce padding from 8 to 4Ivan Timofeev
Change-Id: If87bc63b4bd3fd27eef665261667478d9284ff0b
2012-08-05SmCmdBoxWindow: no drawing in Resize()Ivan Timofeev
Change-Id: I7cd7bb2e1bf37e41c0bea81c3ac6ec74feaa87bf
2012-08-05SmCmdBoxWindow: too many frames...Ivan Timofeev
Change-Id: If93baa96c7eacdeae6ad2fdecbe33fc141934094
2012-08-03Translated German comments in starmath (fdo#39468)Alexander Wilms
Change-Id: If3be0db9213c405525f01c92aa4dd039e3aa6aad Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
2012-08-03SmDocShell::writeFormulaOoxml: don't use m_ prefix for non-member variableMiklos Vajna
Change-Id: I5a9d64db9b135396d8eab8a020bd4beec8a0f3dc