[Libreoffice-commits] core.git: starmath/source

2015-11-28 Thread Nicola Povoleri
starmath/source/edit.cxx |7 --- 1 file changed, 7 deletions(-) New commits: commit df506d23a96a489934c948d5f87859ab5313e228 Author: Nicola Povoleri Date: Sat Nov 28 16:48:10 2015 +0100 Remove unused code Found by scanbuild. Change-Id: Ie46c056327747bbcb3a9eb0890

[Libreoffice-commits] core.git: starmath/source

2015-11-27 Thread Takeshi Abe
starmath/source/visitors.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 106ab783999d27d9d965ef570d6a02f0f6c57fbe Author: Takeshi Abe Date: Fri Nov 27 18:55:52 2015 +0900 starmath: Kill unnecessary cast Change-Id: I714c11941cfed207f10a5048

[Libreoffice-commits] core.git: starmath/source

2015-11-21 Thread Takeshi Abe
starmath/source/mathmlimport.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 966c1e94e8e2669bd623999661b95cdfefa8c6b7 Author: Takeshi Abe Date: Sun Nov 22 10:37:16 2015 +0900 cppcheck: redundantAssignment Change-Id: Iad347c2575cdbd6ee117461ea89f16234ecdd49e diff

[Libreoffice-commits] core.git: starmath/source

2015-11-19 Thread Takeshi Abe
starmath/source/parse.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 186f365a2c541c51e404b1fa819f35c9152adaf1 Author: Takeshi Abe Date: Thu Nov 19 19:14:23 2015 +0900 starmath: Use std::unique_ptr for exception safety Change-Id: Idc71dc410

[Libreoffice-commits] core.git: starmath/source

2015-11-10 Thread Takeshi Abe
starmath/source/node.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 594733a5410fed82968d10a9854a82e8d896f250 Author: Takeshi Abe Date: Sat Oct 10 18:51:07 2015 +0900 starmath: Assert FindIndex()'s precondition by using std::assert rathe

[Libreoffice-commits] core.git: starmath/source

2015-10-04 Thread Takeshi Abe
starmath/source/parse.cxx | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) New commits: commit 57c1b07d24c40ec1e1912d06c3dc2c5d5fefd268 Author: Takeshi Abe Date: Mon Oct 5 10:41:51 2015 +0900 starmath: Simply add elements to the end of the vector No l

[Libreoffice-commits] core.git: starmath/source

2015-10-04 Thread Takeshi Abe
starmath/source/dialog.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a983d1a0b8a60b336e02e018b703b9a0727f2b33 Author: Takeshi Abe Date: Sun Oct 4 12:24:39 2015 +0900 starmath: Kill c-style cast Change-Id: I6f65c2518b25fbe3a08070e81c33ce346ff

[Libreoffice-commits] core.git: starmath/source

2015-10-04 Thread Takeshi Abe
starmath/source/mathmlimport.cxx |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) New commits: commit f811037c55f1fe41b2411958ace8c1b04c68ea14 Author: Takeshi Abe Date: Sun Oct 4 12:14:49 2015 +0900 starmath: Avoid unnecessary cast Change-Id: I18abd676b81c714e21a

[Libreoffice-commits] core.git: starmath/source

2015-10-02 Thread Takeshi Abe
starmath/source/parse.cxx | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) New commits: commit 3128b9c6f6c1304b38d3ee8d04336feab2589172 Author: Takeshi Abe Date: Fri Oct 2 22:12:32 2015 +0900 starmath: it is just a stack that is needed here Change-Id

[Libreoffice-commits] core.git: starmath/source

2015-09-23 Thread Takeshi Abe
starmath/source/parse.cxx | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) New commits: commit 6e7f5c5fce198bf2f3a228e1faea7f7e9ed09f77 Author: Takeshi Abe Date: Tue Sep 22 19:34:20 2015 +0900 starmath: Use member initialization lists for SmToken

[Libreoffice-commits] core.git: starmath/source

2015-09-17 Thread Takeshi Abe
starmath/source/parse.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 899cbc29d9abbb7e48f352b01baa1652fb0dd91f Author: Takeshi Abe Date: Thu Sep 17 12:10:56 2015 +0900 Use member initialization lists for SmParser Change-Id: I421794df067314dbf

[Libreoffice-commits] core.git: starmath/source

2015-08-28 Thread Stephan Bergmann
starmath/source/dialog.cxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit a206b04ceb4108fdd1414dd70addcfcd42a8c29a Author: Stephan Bergmann Date: Fri Aug 28 09:40:36 2015 +0200 Simplify SmFontStyles::GetStyleName Change-Id: I2df721af0eb60

[Libreoffice-commits] core.git: starmath/source

2015-07-30 Thread Takeshi Abe
starmath/source/parse.cxx | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) New commits: commit d62e6476ce6589ef2c014229a6fb2aa2116ce641 Author: Takeshi Abe Date: Thu Jul 30 18:48:12 2015 +0900 starmath: these constans are local and static

[Libreoffice-commits] core.git: starmath/source

2015-07-08 Thread Stephan Bergmann
starmath/source/view.cxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 9f1682f4e752c4f9ea43a21d1e201b014a88aca8 Author: Stephan Bergmann Date: Wed Jul 8 18:02:23 2015 +0200 various warnings Change-Id: I1e4f6920601bad273b5255defc9377ef303

[Libreoffice-commits] core.git: starmath/source

2015-06-22 Thread Takeshi Abe
starmath/source/node.cxx | 96 ++- 1 file changed, 30 insertions(+), 66 deletions(-) New commits: commit 1470e064eec546ab8d73ab537b773279ce85011c Author: Takeshi Abe Date: Fri Jun 19 09:43:03 2015 +0900 cppcheck: variableScope This re

[Libreoffice-commits] core.git: starmath/source

2015-06-09 Thread Takeshi Abe
starmath/source/mathmlexport.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit ca5245f0e5685fac1db7fdb715c603b4d86bb828 Author: Takeshi Abe Date: Tue Jun 9 23:27:49 2015 +0900 cppcheck: variableScope Change-Id: Id3c2a7f95f4bbcb32203bb4df3610aacfc8

[Libreoffice-commits] core.git: starmath/source

2015-06-08 Thread Takeshi Abe
starmath/source/unofilter.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8074bc61c7d286c113fd65bfabd911cd32908489 Author: Takeshi Abe Date: Mon Jun 8 17:40:40 2015 +0900 cppcheck: noExplicitConstructor Change-Id: If888f3e0293565ea23158defbb6ac755

[Libreoffice-commits] core.git: starmath/source

2015-05-07 Thread Caolán McNamara
starmath/source/dialog.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit f72e77f4086e4c22072d5815c9a6cbebc323ba8e Author: Caolán McNamara Date: Thu May 7 09:06:24 2015 +0100 drop unused debugging Color Change-Id: I02fc8f71543e7fda48fbbce131abd172c8c03259 diff -

[Libreoffice-commits] core.git: starmath/source

2015-05-03 Thread Takeshi Abe
starmath/source/document.cxx | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit be88df0e6ce2ba1dc6931e2a2988ebfdd8ae9ba8 Author: Takeshi Abe Date: Fri May 1 14:15:42 2015 +0900 prefer OUStringBuffer to concatenating OUString in a loop Change-Id

[Libreoffice-commits] core.git: starmath/source

2015-04-29 Thread David Tardon
starmath/source/document.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 59adad74084e9281887e3f78a225794f37b784d7 Author: David Tardon Date: Wed Apr 29 13:48:06 2015 +0200 error C2666: 'operator ==' : 2 overloads have similar conversions Change-

[Libreoffice-commits] core.git: starmath/source

2015-04-27 Thread Takeshi Abe
starmath/source/mathmlimport.cxx | 42 ++- starmath/source/mathmlimport.hxx | 21 ++- 2 files changed, 22 insertions(+), 41 deletions(-) New commits: commit f0ec37e1374177e31236c5a3a6dafde6b45dd74a Author: Takeshi Abe Date: Thu Apr 23 13:

[Libreoffice-commits] core.git: starmath/source

2015-04-27 Thread Takeshi Abe
starmath/source/node.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b572cb948d33efc87f0d3d724f5ad62e7e00fe0b Author: Takeshi Abe Date: Mon Apr 27 17:20:00 2015 +0900 mark them as static Change-Id: I7c62cce3708e52ca9af1731f453bbe8410b6f771 di

[Libreoffice-commits] core.git: starmath/source

2015-04-20 Thread Miklos Vajna
starmath/source/unofilter.cxx | 43 -- 1 file changed, 25 insertions(+), 18 deletions(-) New commits: commit 30a6622ca8046691d57eb5c422da7646edcb0cb1 Author: Miklos Vajna Date: Mon Apr 20 09:37:40 2015 +0200 CID#1295034 uncaught exception

[Libreoffice-commits] core.git: starmath/source

2015-04-16 Thread Stephan Bergmann
starmath/source/mathtype.cxx |4 +--- starmath/source/mathtype.hxx |2 +- 2 files changed, 2 insertions(+), 4 deletions(-) New commits: commit 442104c59be5e8e986501e5fc1a02f46066605d7 Author: Stephan Bergmann Date: Thu Apr 16 18:37:28 2015 +0200 MathType::HandleNodes return value

[Libreoffice-commits] core.git: starmath/source

2015-04-07 Thread Takeshi Abe
starmath/source/accessibility.hxx |8 starmath/source/cfgitem.hxx|2 +- starmath/source/dialog.cxx |2 +- starmath/source/eqnolefilehdr.hxx |2 +- starmath/source/mathmlexport.hxx |2 +- starmath/source/mathmlimport.cxx |2 +- starmath/source/

[Libreoffice-commits] core.git: starmath/source

2015-03-30 Thread Takeshi Abe
starmath/source/ooxmlimport.cxx |2 ++ starmath/source/ooxmlimport.hxx |2 -- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 25c5bf88255fa02c1dab515dfb95736826f7b326 Author: Takeshi Abe Date: Mon Mar 30 14:48:58 2015 +0900 stop including irrelevant header; in

[Libreoffice-commits] core.git: starmath/source

2015-03-26 Thread robert Babiak
starmath/source/parse.cxx | 20 1 file changed, 20 insertions(+) New commits: commit 6c4100cf81e1678ff386549c0cdaa2f73a154ddc Author: robert Babiak Date: Wed Mar 25 15:28:32 2015 -0600 Added shortcut for arrows when doing start math formulas Added shortcut

[Libreoffice-commits] core.git: starmath/source

2015-03-22 Thread Takeshi Abe
starmath/source/node.cxx |4 ++-- starmath/source/smdetect.cxx |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 6ce97778dec8824058e8216e103a517592bca2c1 Author: Takeshi Abe Date: Sun Mar 22 20:23:52 2015 +0900 Mark as static Change-Id: I0047

[Libreoffice-commits] core.git: starmath/source

2015-03-13 Thread Takeshi Abe
starmath/source/accessibility.cxx | 24 +++- starmath/source/smdetect.cxx |4 +--- starmath/source/unomodel.cxx | 27 +++ 3 files changed, 27 insertions(+), 28 deletions(-) New commits: commit e59015ef832178451ba2fca2fe7054fcf5090e9a A

[Libreoffice-commits] core.git: starmath/source

2015-03-11 Thread Takeshi Abe
starmath/source/cfgitem.cxx | 30 -- starmath/source/cfgitem.hxx |9 + 2 files changed, 17 insertions(+), 22 deletions(-) New commits: commit f16f322ce4cbdfbd01b74eea8f68038fe0cb457f Author: Takeshi Abe Date: Wed Mar 11 18:45:33 2015 +0900 Adapt s

[Libreoffice-commits] core.git: starmath/source

2015-03-08 Thread Julien Nabet
starmath/source/edit.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 83965d7f4ff1fb8e7bce6d5e0be8f610a07756b6 Author: Julien Nabet Date: Sun Mar 8 13:39:42 2015 +0100 cppcheck: cstyleCast Change-Id: Ia51cea076e5368956bcd87dd201d15eafbf6ff24 d

[Libreoffice-commits] core.git: starmath/source

2015-03-08 Thread Julien Nabet
starmath/source/edit.cxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 791734d40b128367d4f76ec3087420462e51e37a Author: Julien Nabet Date: Sun Mar 8 13:36:42 2015 +0100 Revert "cppcheck: cstyleCast" This reverts commit 79b3e12526c42bd9ac

[Libreoffice-commits] core.git: starmath/source

2015-03-08 Thread Julien Nabet
starmath/source/edit.cxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 79b3e12526c42bd9acc78e7541f49756fc297200 Author: Julien Nabet Date: Sun Mar 8 13:30:15 2015 +0100 cppcheck: cstyleCast Change-Id: If5ab5dbf638d1ff81693fafc1895e683149

[Libreoffice-commits] core.git: starmath/source

2015-03-02 Thread Caolán McNamara
starmath/source/accessibility.cxx |4 +--- starmath/source/cfgitem.cxx | 26 +- starmath/source/cfgitem.hxx |2 +- 3 files changed, 15 insertions(+), 17 deletions(-) New commits: commit 142094e78b82b4b4417ed0ef6d6698a40ee5f96f Author: Caolán McNamara

[Libreoffice-commits] core.git: starmath/source

2015-03-02 Thread Takeshi Abe
starmath/source/accessibility.hxx |7 +++ starmath/source/smdetect.hxx |4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) New commits: commit 3e9914eded2c57f9c205c994f90e1b3292deec63 Author: Takeshi Abe Date: Sat Feb 28 16:55:13 2015 +0900 tdf#88206 Change uses of

[Libreoffice-commits] core.git: starmath/source

2015-02-27 Thread Caolán McNamara
starmath/source/mathmlimport.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 56580e906416b2ff3afd99c7bfb5cbe4f6b53bc2 Author: Caolán McNamara Date: Fri Feb 27 13:50:15 2015 + initialize pActionAttrTokenMap Change-Id: I3d68ec1c7c43773c05344e88cc4eec8edbd4108b

[Libreoffice-commits] core.git: starmath/source

2015-02-27 Thread Takeshi Abe
starmath/source/ElementsDockingWindow.cxx |3 ++- starmath/source/commands.src |4 2 files changed, 6 insertions(+), 1 deletion(-) New commits: commit 2459936cda33fb0ec7aecad9b8cbde8cd6a84cfb Author: Takeshi Abe Date: Thu Feb 26 13:51:40 2015 +0900 tdf#46343: Add

[Libreoffice-commits] core.git: starmath/source

2015-02-26 Thread Takeshi Abe
starmath/source/toolbox.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5822c126b9741dd009031f7ac61fda46568cf630 Author: Takeshi Abe Date: Thu Feb 26 12:50:50 2015 +0900 starmath: drop a lurking space in the tooltip Change-Id: I1fb80f10098eee41451

[Libreoffice-commits] core.git: starmath/source

2015-02-21 Thread Julien Nabet
starmath/source/parse.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8ba18fcf0cdaab2b2bec66d15daa4a9c33fb9fff Author: Julien Nabet Date: Sat Feb 21 11:13:00 2015 +0100 Typo: gramar->grammar Change-Id: I4a8245a2b0f4e073240d8b62f16bf92cc8d39573 di

[Libreoffice-commits] core.git: starmath/source

2015-02-19 Thread Takeshi Abe
starmath/source/mathmlexport.cxx |6 +++--- starmath/source/mathmlimport.cxx | 32 starmath/source/node.cxx |8 starmath/source/parse.cxx|4 ++-- 4 files changed, 25 insertions(+), 25 deletions(-) New commits: commit fe3937a6

[Libreoffice-commits] core.git: starmath/source

2015-02-09 Thread Takeshi Abe
starmath/source/node.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f4017e1ddd483e7f5ab14cf68aa754fd7c468d06 Author: Takeshi Abe Date: Mon Feb 9 18:59:24 2015 +0900 Mark it as static Change-Id: I3193c5b7181f61a9047985f115d2ea49c683cb73 diff --gi

[Libreoffice-commits] core.git: starmath/source

2015-02-03 Thread Marcos Paulo de Souza
starmath/source/cfgitem.cxx | 220 1 file changed, 82 insertions(+), 138 deletions(-) New commits: commit 08894370687c2bea9a2d8001970684bd682295ee Author: Marcos Paulo de Souza Date: Fri Jan 30 01:06:18 2015 -0200 starmath: Refactor common cod

[Libreoffice-commits] core.git: starmath/source

2015-01-27 Thread Takeshi Abe
starmath/source/node.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9efb04dfbf70e123da1755adcede8199eabf0d9a Author: Takeshi Abe Date: Tue Jan 27 12:33:02 2015 +0900 Fix a single quote slipped in See void SmNodeToTextVisitor::Visit( SmFontNode* p

[Libreoffice-commits] core.git: starmath/source

2014-12-09 Thread Stanislav Horacek
starmath/source/toolbox.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ecc94f09b2573997e212108fb3eb74d4060240dd Author: Stanislav Horacek Date: Sun Dec 7 14:13:12 2014 +0100 capitalize Infinite tooltip in Elements panel of Math Change-Id: I6bb19e

[Libreoffice-commits] core.git: starmath/source

2014-11-23 Thread Stanislav Horacek
starmath/source/smres.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 772befa08f02b08da1ab493896a0744bc73781c7 Author: Stanislav Horacek Date: Sun Nov 23 14:53:24 2014 +0100 fix typo in color name Change-Id: I9dbd6a59b4c0f28d7d5e98767911873135c295

[Libreoffice-commits] core.git: starmath/source

2014-11-17 Thread Takeshi Abe
starmath/source/parse.cxx |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit e186db5257956a88ed5ed7a9db1867b44324252d Author: Takeshi Abe Date: Mon Nov 17 10:09:46 2014 +0900 assert that no other types than TGOPER can happen in SmParser::Oper() TOV

[Libreoffice-commits] core.git: starmath/source

2014-11-16 Thread Takeshi Abe
starmath/source/cfgitem.hxx | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) New commits: commit 1bbda773e98cf1c651311b03c1684393b73c7f50 Author: Takeshi Abe Date: Sun Nov 16 11:18:20 2014 +0900 Mark as noncopyable Change-Id: Ibbec7a5d9b6726865da14c9bdfad8b

[Libreoffice-commits] core.git: starmath/source

2014-11-15 Thread Marcos Paulo de Souza
starmath/source/ElementsDockingWindow.cxx |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit 2ff1cc856a1d884187d8667e4f4b24d82c56b2c4 Author: Marcos Paulo de Souza Date: Sat Nov 15 19:57:43 2014 -0200 Math: Remove aqua and fuchsia from the Elements Dock

[Libreoffice-commits] core.git: starmath/source

2014-11-15 Thread Takeshi Abe
starmath/source/edit.cxx | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) New commits: commit 2492783bd87d534e4eb1d6a00f082772e7b03172 Author: Takeshi Abe Date: Sun Nov 16 03:00:35 2014 +0900 Avoid possible memory leaks in case of exceptions Change-Id: I06525aa3

[Libreoffice-commits] core.git: starmath/source

2014-11-12 Thread Takeshi Abe
starmath/source/document.cxx | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) New commits: commit 8fa5a65792dc109791cbfbf5b8674cd9b65159dd Author: Takeshi Abe Date: Thu Nov 13 14:28:43 2014 +0900 Avoid possible memory leaks in case of exceptions Change-Id: I4

[Libreoffice-commits] core.git: starmath/source

2014-11-05 Thread Takeshi Abe
starmath/source/node.cxx |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) New commits: commit 8b21b5cbe78945b27525b4ce78ae3d981f90590f Author: Takeshi Abe Date: Thu Nov 6 12:54:02 2014 +0900 Avoid possible memory leaks in case of exception Change-Id: Ie8c1a3e54bd

[Libreoffice-commits] core.git: starmath/source sw/source writerfilter/source

2014-10-10 Thread Miklos Vajna
starmath/source/wordexportbase.cxx |2 +- sw/source/filter/ww8/docxsdrexport.cxx |2 +- sw/source/filter/ww8/rtfattributeoutput.cxx| 20 ++-- writerfilter/source/rtftok/rtfdocumentimpl.cxx | 10 +- writerfilter/source/rtftok/rtfsdrimport.

[Libreoffice-commits] core.git: starmath/source

2014-08-22 Thread Julien Nabet
starmath/source/mathmlexport.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 3d34eb4612fa59fae7594399d3d6f798ddb35582 Author: Julien Nabet Date: Wed Aug 20 23:02:56 2014 +0200 Resolves: fdo#82747 Crash on opening wikipedia ODT Book Test if there's indeed a subnod

[Libreoffice-commits] core.git: starmath/source sw/qa

2014-06-20 Thread PriyankaGaikwad
starmath/source/parse.cxx|4 +++- sw/qa/core/data/ooxml/pass/fdo79973.docx |binary 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit 077121eb0debc1c78cf46038e2b90a0c2f381c44 Author: PriyankaGaikwad Date: Fri Jun 20 18:53:29 2014 +0530 fdo#79973 : LO

[Libreoffice-commits] core.git: starmath/source

2014-04-16 Thread Caolán McNamara
starmath/source/dialog.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 12984e46704f1e55f76b210cf65217e54662dc26 Author: Caolán McNamara Date: Wed Apr 16 13:04:52 2014 +0100 Resolves: fdo#75525 out by one error Change-Id: I0171d2a79b6b015fa2f01d78

[Libreoffice-commits] core.git: starmath/source

2014-04-14 Thread Thomas Arnhold
starmath/source/tmpdevice.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 9c7f87831d503cfe773d11db4d7721811a3245ce Author: Thomas Arnhold Date: Tue Apr 15 01:51:08 2014 +0200 missing include gna, pch were enabled... Change-Id: I02e6c5338e6ff65f55df64f3

[Libreoffice-commits] core.git: starmath/source

2014-04-14 Thread Thomas Arnhold
starmath/source/node.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 070f337c1e2e8ffbf419a7d952b1a1beaf768fcd Author: Thomas Arnhold Date: Tue Apr 15 01:40:19 2014 +0200 add missing header Change-Id: I004be0486dc4e65d7007a087b68184dcb0e4d165 diff --git a/starmat

[Libreoffice-commits] core.git: starmath/source

2014-04-14 Thread Stephan Bergmann
starmath/source/mathmlexport.cxx |1 starmath/source/mathmlimport.cxx |6 -- starmath/source/node.cxx | 11 starmath/source/register.cxx | 67 starmath/source/register.hxx | 92 +++ starmath/source

[Libreoffice-commits] core.git: starmath/source sw/qa

2014-03-13 Thread Dinesh Patil
starmath/source/ooxmlexport.cxx | 21 sw/qa/extras/inc/swmodeltestbase.hxx|1 sw/qa/extras/ooxmlexport/data/2120112713.docx |binary sw/qa/extras/ooxmlexport/data/2120112713_OpenBrace.docx |binary sw/qa/extras/ooxmlexpo

[Libreoffice-commits] core.git: starmath/source

2014-03-04 Thread Marcos Paulo de Souza
starmath/source/ElementsDockingWindow.cxx | 43 ++ 1 file changed, 26 insertions(+), 17 deletions(-) New commits: commit c3126202c429f512231272fb934e8334777c5231 Author: Marcos Paulo de Souza Date: Tue Mar 4 12:04:20 2014 -0300 Fix fdo#65585: Elements Dock: O

[Libreoffice-commits] core.git: starmath/source

2014-02-25 Thread Tor Lillqvist
starmath/source/smdetect.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit aa273f05776ff6bb8e1f96d1cc3baf40a997da0e Author: Tor Lillqvist Date: Tue Feb 25 19:33:13 2014 +0200 WaE: declaration shadows a local variable Change-Id: If7ecddb059fb

[Libreoffice-commits] core.git: starmath/source svx/source

2014-01-20 Thread Khaled Hosny
starmath/source/smres.src |6 +++--- svx/source/sidebar/area/AreaPropertyPanel.src |8 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit 224da771d3736a021df15e32c23d2fa585c433ed Author: Khaled Hosny Date: Mon Jan 20 14:19:29 2014 +0200

[Libreoffice-commits] core.git: starmath/source

2014-01-04 Thread Arnaud Versini
starmath/source/unomodel.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit bdc192739892114e8b159a8af185ff28b873e748 Author: Arnaud Versini Date: Sat Jan 4 12:16:23 2014 +0100 Resolve fdo#72632 by adding missing break Change-Id: I7e27b685f2e6e1e1b96aee907f4c634252b0

[Libreoffice-commits] core.git: starmath/source

2013-12-29 Thread Miklos Vajna
starmath/source/rtfexport.cxx | 354 +- 1 file changed, 181 insertions(+), 173 deletions(-) New commits: commit 4d21b415ff17f0575331be5fc68751496eced846 Author: Miklos Vajna Date: Sun Dec 29 17:23:50 2013 +0100 starmath: whitespace fixes in rtfexpo

[Libreoffice-commits] core.git: starmath/source

2013-12-28 Thread Andras Timar
starmath/source/commands.src | 1120 ++- 1 file changed, 896 insertions(+), 224 deletions(-) New commits: commit 7405c5a38546b026def5172dfade8e1c1e64d250 Author: Andras Timar Date: Sat Dec 28 21:22:45 2013 +0100 fdo#73008 enable localization of tool

[Libreoffice-commits] core.git: starmath/source sw/CppunitTest_sw_filters_test.mk sw/qa

2013-12-17 Thread Miklos Vajna
starmath/source/parse.cxx | 38 +++--- sw/CppunitTest_sw_filters_test.mk |1 sw/qa/core/data/rtf/pass/fdo61638.rtf | 31 +++ 3 files changed, 54 insertions(+), 16 deletions(-) New commits: commit cdd59ee13b1dca7e3d269bf1

[Libreoffice-commits] core.git: starmath/source

2013-12-09 Thread Marcos Paulo de Souza
starmath/source/accessibility.cxx | 11 +++ starmath/source/unomodel.cxx |6 ++ 2 files changed, 5 insertions(+), 12 deletions(-) New commits: commit b4b623c10ca4dbb94cdd7fd8189b40e50fbf9b6e Author: Marcos Paulo de Souza Date: Thu Dec 5 12:51:11 2013 -0200 fdo#54938

[Libreoffice-commits] core.git: starmath/source

2013-12-05 Thread Andras Timar
starmath/source/commands.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bcbcdbbea1f9ade878f427371a251acf84aaf369 Author: Andras Timar Date: Thu Dec 5 18:08:07 2013 +0100 typo: Align Right -> Align Left Change-Id: I8a347394bff7767a8d2b1b548ea9d9b8

[Libreoffice-commits] core.git: starmath/source

2013-11-07 Thread José Guilherme Vanz
starmath/source/edit.cxx | 10 ++ 1 file changed, 10 insertions(+) New commits: commit 67311738157bced7b49e94b24845091995edb142 Author: José Guilherme Vanz Date: Thu Nov 7 02:53:09 2013 -0200 fdo#65588 - Elements Dock: Scrollbar moves into input window This change "so

[Libreoffice-commits] core.git: starmath/source

2013-11-05 Thread Caolán McNamara
starmath/source/mathmlimport.cxx |5 +++-- starmath/source/node.cxx |3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) New commits: commit 603e9338568c29c01f812c4fd47b7e8138e015bb Author: Caolán McNamara Date: Tue Nov 5 16:04:28 2013 + Resolves: fdo#58094 don't

[Libreoffice-commits] core.git: starmath/source

2013-11-01 Thread Jan Holesovsky
starmath/source/mathtype.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 86b79ea1f6afb709f2de8141810a61e4162e3125 Author: Jan Holesovsky Date: Sat Nov 2 00:19:29 2013 +0100 starmath: Check for text length. Fixes fdo32667-1.doc. Chan

[Libreoffice-commits] core.git: starmath/source

2013-10-01 Thread Tor Lillqvist
starmath/source/mathmlexport.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 2fb543496a61974edd15c2bfefbc83abe225a85a Author: Tor Lillqvist Date: Tue Oct 1 17:47:17 2013 +0300 Add sanity check to avoid crash I got a crash when saving doc from fdo#45349 as .fodt.

[Libreoffice-commits] core.git: starmath/source

2013-09-22 Thread Caolán McNamara
starmath/source/parse.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c86a23b9c739519b2c7c45b3ee67399549adacdc Author: Caolán McNamara Date: Sun Sep 22 12:28:31 2013 +0100 ensure OUString::copy is within bounds Change-Id: I7b8c2e764da01e38fb9f704

[Libreoffice-commits] core.git: starmath/source

2013-09-19 Thread Marcos Paulo de Souza
starmath/source/ElementsDockingWindow.cxx |4 1 file changed, 4 insertions(+) New commits: commit 9e06b6906745c16af92a5f3c40b01479f24dab22 Author: Marcos Paulo de Souza Date: Thu Sep 19 08:05:29 2013 -0300 fdo#65586: Add tooltips to Elements Dock in Math Change-Id: I54b2

[Libreoffice-commits] core.git: starmath/source

2013-09-11 Thread Thomas Arnhold
starmath/source/view.cxx |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit 59a4b78bbe4a1aa1ef225adbc5cf3570a4de9b5e Author: Thomas Arnhold Date: Wed Sep 11 13:35:46 2013 +0200 fdo#69111: Set edit window border to 4 again. But increase the borde

[Libreoffice-commits] core.git: starmath/source

2013-09-08 Thread Thomas Arnhold
starmath/source/accessibility.cxx |2 starmath/source/cfgitem.cxx|2 starmath/source/cursor.cxx |6 +- starmath/source/dialog.cxx |6 -- starmath/source/document.cxx | 76 ++--- starmath/source/format.cxx |

[Libreoffice-commits] core.git: starmath/source

2013-09-08 Thread Thomas Arnhold
starmath/source/symbol.src |4 1 file changed, 4 insertions(+) New commits: commit d8919a1bcca1aa0b18634be918f6bf08c6c55a3f Author: Thomas Arnhold Date: Mon Sep 9 08:20:47 2013 +0200 Math: Clear up the purpose of both lists Change-Id: Ic19148fbcff40fae6b06e21cae26f0bce0d

[Libreoffice-commits] core.git: starmath/source

2013-09-06 Thread Thomas Arnhold
starmath/source/mathmlimport.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e85446e587704ffa31c50ee2b8fc1b21d6a16b12 Author: Thomas Arnhold Date: Fri Sep 6 10:58:08 2013 +0200 fdo#68956: Be safe and warn if there are other users of GetText() Beca

[Libreoffice-commits] core.git: starmath/source

2013-09-05 Thread Thomas Arnhold
starmath/source/mathmlimport.cxx |2 +- starmath/source/mathmlimport.hxx |5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 8c1d8ab99ca593189b25e6d8e56ed65c2482b09d Author: Thomas Arnhold Date: Wed Sep 4 22:40:08 2013 +0200 fdo#68956: fix string convers

[Libreoffice-commits] core.git: starmath/source

2013-09-05 Thread Thomas Arnhold
starmath/source/document.cxx | 29 +++-- 1 file changed, 11 insertions(+), 18 deletions(-) New commits: commit 17ff0d2b866f0e501057695d1485bf7d8d882f2a Author: Thomas Arnhold Date: Wed Sep 4 22:24:21 2013 +0200 String to OUString for SmDocShell::ReplaceBadChars

[Libreoffice-commits] core.git: starmath/source

2013-09-04 Thread Thomas Arnhold
starmath/source/mathtype.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit ffda2ff88aae5c388fe13ae451cad9af38e41edc Author: Thomas Arnhold Date: Wed Sep 4 22:47:59 2013 +0200 Some more fixes Forgotten in 150c9f8bbcffacc687a5603e2a589d2

[Libreoffice-commits] core.git: starmath/source

2013-09-03 Thread Marcos Paulo de Souza
starmath/source/edit.cxx | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) New commits: commit 9e9693b91acb747cf53f819099a78f7ed4de9f40 Author: Marcos Paulo de Souza Date: Tue Sep 3 09:09:19 2013 -0300 fdo#68877: Select "" as Elements window do Ele

[Libreoffice-commits] core.git: starmath/source

2013-09-02 Thread Marcos Paulo de Souza
starmath/source/edit.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 1dd686175f2830227c461054f6036fb0095c4352 Author: Marcos Paulo de Souza Date: Sat Aug 31 13:21:26 2013 -0300 fdo#43090: Last fix for autoclose brackets in Math We need to swap values of select

[Libreoffice-commits] core.git: starmath/source

2013-09-02 Thread Marcos Paulo de Souza
starmath/source/edit.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit fef9a991d4cf76dd3e1881bd42b45e6e013581b7 Author: Marcos Paulo de Souza Date: Mon Sep 2 12:41:35 2013 -0300 Math: fix focus in Elements Dock When click in Elements Dock, we need to put focus in f

[Libreoffice-commits] core.git: starmath/source

2013-08-30 Thread Marcos Paulo de Souza
starmath/source/edit.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 6c5ee38b09fd59d415850ad7d5e85ee791b18b91 Author: Marcos Paulo de Souza Date: Thu Aug 29 19:06:48 2013 -0300 fdo#32059: Fix this once and for all Fix a regression from 356b2

[Libreoffice-commits] core.git: starmath/source

2013-08-19 Thread Julien Nabet
starmath/source/parse.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4053a7633f58899c999f3dfcfe5a5cf3c5e6cc7f Author: Julien Nabet Date: Mon Aug 19 21:15:33 2013 +0200 Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part3) Change-

[Libreoffice-commits] core.git: starmath/source

2013-08-14 Thread Marcos Paulo de Souza
starmath/source/edit.cxx | 28 1 file changed, 28 insertions(+) New commits: commit 2ebe64ba90cf35d2744519d6b3a033375715614e Author: Marcos Paulo de Souza Date: Tue Aug 13 11:22:47 2013 -0300 fdo#43090: Improve auto close brackets Now it works this

[Libreoffice-commits] core.git: starmath/source

2013-08-08 Thread Michael Duelli
starmath/source/edit.cxx | 35 +-- 1 file changed, 29 insertions(+), 6 deletions(-) New commits: commit 356b2f0edfd5a01ed05976c1bdb74948ff84b5fd Author: Michael Duelli Date: Thu Aug 1 01:01:57 2013 +0200 Extension to fix all cases of fdo#32059: Commands m

[Libreoffice-commits] core.git: starmath/source

2013-08-02 Thread Joren De Cuyper
starmath/source/ElementsDockingWindow.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d82433b0051a93632d66fdd6ab1df10166879c6e Author: Joren De Cuyper Date: Fri Aug 2 22:48:20 2013 +0200 fdo#67470 Element Dock: Subset icon missing in Set Operation section

[Libreoffice-commits] core.git: starmath/source

2013-07-29 Thread Marcos Paulo de Souza
starmath/source/node.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit a0709e3213a0494df56d56a77c67358fbe1ac5bd Author: Marcos Paulo de Souza Date: Sun Jul 28 11:57:22 2013 -0300 Fix i#84002 by putting braces when needed In the case of sqrt with more than 2

[Libreoffice-commits] core.git: starmath/source

2013-07-24 Thread Marcos Paulo de Souza
starmath/source/edit.cxx | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) New commits: commit f583a199b3a0812523ed75e1d2099325edad24f7 Author: Marcos Paulo de Souza Date: Sun Jul 21 14:34:53 2013 -0300 fdo#43090: Improvement: Just auto close when found placeholder

[Libreoffice-commits] core.git: starmath/source

2013-07-09 Thread Caolán McNamara
starmath/source/accessibility.cxx |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit c62c3fd05b4d7721d65c2d1bd371e2f5153ff5d2 Author: Caolán McNamara Date: Tue Jul 9 15:06:20 2013 +0100 ditch last XubString in starmath Change-Id: I5092bad1d56ecb302f

[Libreoffice-commits] core.git: starmath/source

2013-07-09 Thread Frédéric Wang
starmath/source/mathmlexport.cxx | 34 +++--- 1 file changed, 23 insertions(+), 11 deletions(-) New commits: commit 89bb6fd1918f342886bd1c6f4e4824a6e87743d4 Author: Frédéric Wang Date: Sun Jul 7 08:31:56 2013 +0200 fdo#66277 - fix alignment for binom and s

[Libreoffice-commits] core.git: starmath/source

2013-07-08 Thread Mark Wielaard
starmath/source/mathtype.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit fb1931f94724703243c31e6be72267c327052f56 Author: Mark Wielaard Date: Sun Jul 7 22:22:25 2013 +0200 Robustify MathType::HandleRecords. Initialize nTag to zero before reading from the stream.

[Libreoffice-commits] core.git: starmath/source

2013-07-05 Thread Marcos Paulo de Souza
starmath/source/smdetect.cxx | 42 -- 1 file changed, 24 insertions(+), 18 deletions(-) New commits: commit 05530423d3cff1391769192a62ae470500978ee6 Author: Marcos Paulo de Souza Date: Fri Jul 5 12:03:01 2013 -0300 Solve one more issue of fdo#5964

[Libreoffice-commits] core.git: starmath/source

2013-07-04 Thread Frédéric Wang
starmath/source/mathmlexport.cxx |4 ++-- starmath/source/parse.cxx|6 +- 2 files changed, 7 insertions(+), 3 deletions(-) New commits: commit 5d63514c6eddcd61a319c994202c7689f60ebf0a Author: Frédéric Wang Date: Thu Jul 4 20:21:06 2013 +0100 fdo#66575 - MathML export

[Libreoffice-commits] core.git: starmath/source

2013-07-04 Thread Frédéric Wang
starmath/source/mathmlexport.cxx |9 +++-- starmath/source/parse.cxx|2 +- 2 files changed, 8 insertions(+), 3 deletions(-) New commits: commit 75032fde426c781aea0af24eb9b9f6432a6bc9bb Author: Frédéric Wang Date: Thu Jul 4 10:57:35 2013 +0200 fdo#66575 - MathML expo

[Libreoffice-commits] core.git: starmath/source

2013-07-03 Thread Frédéric Wang
starmath/source/mathmlexport.cxx | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) New commits: commit 477f5880039830885b12831ba2995e63953384aa Author: Frédéric Wang Date: Wed Jul 3 12:17:53 2013 +0200 fdo#66281 - followup: fix a comment for overbrace. Ch

[Libreoffice-commits] core.git: starmath/source

2013-07-02 Thread Frédéric Wang
starmath/source/mathmlexport.cxx | 26 -- starmath/source/mathmlexport.hxx |3 ++- 2 files changed, 14 insertions(+), 15 deletions(-) New commits: commit 6f86d931b4266d00fec75c0124ac9fc3026a4f1b Author: Frédéric Wang Date: Sun Jun 30 17:34:40 2013 +0200 fd

[Libreoffice-commits] core.git: starmath/source

2013-07-02 Thread Frédéric Wang
starmath/source/mathmlexport.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit e58d721709bd4e255f70cc824cd484cd1a1ec32d Author: Frédéric Wang Date: Sun Jun 30 11:08:15 2013 +0200 fdo#66281 - make underbrace/overbrace stretchy in MathML export

<    1   2   3   4   5   >