summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)Author
2012-08-23convert docx mathml test documents into unittestsLuboš Luňák
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
2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan
Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
2012-08-17gbuild: register all jarsMichael Stahl
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
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
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen
Change-Id: I402202e199dfc8c2462859d00529f2782f6228b0
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen
Change-Id: I011048912af051a762a78af8646513a1fc624073
2012-07-27SmOoxmlImport::handleR: escape brackets in math runsMiklos Vajna
Also remove the previous escaping that took care of RTF only. Change-Id: Ie9a019912f83a3f56ef52429855cd72cf2c8f463
2012-07-27SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna
Change-Id: Ia8bdf83f36d986ca45ddad985aca827224c194f4
2012-07-27svtools: add new math rtf keywordsMiklos Vajna
Change-Id: Ib57f9b143ccec29fdaa193bcfc523cd86a0713c1
2012-07-27factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBaseMiklos Vajna
Change-Id: I63ce6c57faf8568776d24ba1e8b13bd11b6c5532
2012-07-27SmOoxmlExport: remove unused ctor paramMiklos Vajna
Change-Id: I2c4f9239207bd8da7f29d2a386e9a432e32e5755
2012-07-26add tests for RTF_MACC and RTF_MEQARRMiklos Vajna
Change-Id: Id33672d0acef4d79239e0ee8a86d5a244ac736e7
2012-07-26export RTF_MEQARRMiklos Vajna
Change-Id: Ic2c1ca04c23b41ae36aa0a8866dc9b7776ccad64
2012-07-26export RTF_MSSU{B,P} and related keywordsMiklos Vajna
Change-Id: Ida24beda4d961db068279e81711e10c3d87b0ac1
2012-07-26export RTF_MRADMiklos Vajna
Change-Id: I1b5802dfba24b45358842189d8ae05c3f9de319f
2012-07-26export RTF_MLIM{UPP,LOW}Miklos Vajna
Change-Id: Ic47868daa3e9bd7defbc76a1ab1bfc717c48bee7
2012-07-26export RTF_MMMiklos Vajna
Change-Id: Ia3b2dd3de464d9be1fd496cc81ed903047f7542b
2012-07-25export RTF_MLIM and related keywordsMiklos Vajna
Change-Id: I533807168fea34216bfd2a7cf64d13bca4815d25
2012-07-25escape output properly inside RTF_MRMiklos Vajna
Change-Id: I93ea57e6bd5f93c9a5d256a11f91ec260f96c223
2012-07-25export RTF_MD and related keywordsMiklos Vajna
Change-Id: Ib97ce01e738714d2df9b30f0c7c0069c6957335b
2012-07-25export RTF_MACC and related keywordsMiklos Vajna
Change-Id: I862f008f2a8b4972be1b33ec45128bbfeeb9fb99
2012-07-25export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna
Change-Id: If717d5d3b2179210516eec61959af0afa8b38319
2012-07-24Correction of context menu entry for Math arccot functionLaurent Balland-Poirier
Change-Id: Ie44783111553d99bc70db81b7b0a31d3b72b254a
2012-07-21fdo#38887: SmNodeToTextVisitor: use braces for nested scriptsIvan Timofeev
Though it is unclear why everything is wrapped into SmExpressionNode. But still it is so, the patch will work. Change-Id: Ib62f1a148c737ad110f659f73181ed51e02b8594
2012-07-17fdo#38887: SmNodeToTextVisitor: use from and to instead of csub and csupIvan Timofeev
Change-Id: Ief3ba731fe303b0fdc58ac70c564636e2dc5acac
2012-07-17fdo#38887: SmNodeToTextVisitor: use ^ and _ instead of rsup and rsubIvan Timofeev
Change-Id: I0f13eed1843412f97b84c28fa6405378227be934
2012-07-17mathmlimport: do not remove first and last bracesIvan Timofeev
they are not always matching: {a + c} over {b + d} Change-Id: Ie14d65966dc7014b6582f72a998546e0a256e94c
2012-07-16rtl::O(U)String -> O(U)StringLuboš Luňák
Change-Id: I45f5a8407b57c06a7cb0dad25c7ac5879711488d
2012-07-14Remove unused HIDsThomas Arnhold
Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14Remove unused HIDsThomas Arnhold
Those aren't referenced at any point. Change-Id: Ie66d3828cfc13a826c87f4ca8ca712b6702c96bc
2012-07-09some UniString->rtl::OUStringCaolán McNamara
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx Patch contributed by Takashi Ono http://svn.apache.org/viewvc?view=revision&revision=1172092
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02hrc cleanup: Remove unused definesThomas Arnhold
Rename GID_FORMEL to GID_MATH. GID_FORMEL was a compatibility alias for the new res string GID_MATH. Change-Id: I9a5a6972988353ffc001ecac1a746b59d09cb6cb
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-07-01Remove unused definesThomas Arnhold
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01hrc cleanup: Remove unused resource definitionsThomas Arnhold
Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
2012-07-01Remove unused applicat.hxxThomas Arnhold
All definitions are obsolete. sfx2/app.hxx isn't needed for accessibility.cxx too. Change-Id: I022e31a75100cdab9bc53bd3af006f5284b411a8
2012-06-28ditch slightly suboptimal C2S defineCaolán McNamara
Change-Id: I51abdf8539801f6d93cdc1a21a7e0e1a3d5ef785
2012-06-27targetted re-work of cppunit pieces.Michael Meeks