summaryrefslogtreecommitdiff
path: root/starmath
ModeNameSize
-rw-r--r--AllLangMoTarget_sm.mk463logplain
-rw-r--r--CppunitTest_starmath_dialogs_test.mk1790logplain
-rw-r--r--CppunitTest_starmath_export.mk2022logplain
-rw-r--r--CppunitTest_starmath_import.mk1998logplain
-rw-r--r--CppunitTest_starmath_qa_cppunit.mk2132logplain
-rw-r--r--IwyuFilter_starmath.yaml1764logplain
-rw-r--r--JunitTest_starmath_unoapi.mk482logplain
-rw-r--r--Library_sm.mk3600logplain
-rw-r--r--Library_smd.mk964logplain
-rw-r--r--Makefile478logplain
-rw-r--r--Module_starmath.mk958logplain
-rw-r--r--README.md156logplain
-rw-r--r--UIConfig_smath.mk1661logplain
d---------inc1262logplain
d---------qa131logplain
d---------sdi76logplain
d---------source2010logplain
d---------uiconfig / smath32logplain
d---------util81logplain
-rw-r--r--visual-editor-todo2324logplain
08efbc8e3dec807601ac52870792a'>fix crash on pdf import of tdf59883-2Noel Grandin after commit a9ef943769b06e6bdffe7326f288b27e08a95698 Date: Wed Feb 28 11:09:43 2018 +0200 loplugin:useuniqueptr in sdext Change-Id: I3f54002764ee42162279bade49a3e3b21e136917 Reviewed-on: https://gerrit.libreoffice.org/51402 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2018-03-06loplugin:useuniqueptr in sdextNoel Grandin Change-Id: I0870d4b1e85465b07e3d9cdb05520fcb37dfc267 Reviewed-on: https://gerrit.libreoffice.org/50659 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2018-01-15More loplugin:cstylecast: sdextStephan Bergmann Change-Id: Ib0b6f3d07c7c596f6eed291587db8bba207c8b7d 2017-10-23loplugin:includeform: sdextStephan Bergmann Change-Id: Ieb9641b9846ecfed8d1a022a48defe7644405690 2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist Reduce potential confusion with the global tools namespace. Will hopefully make it possible to remove the annoying initial :: when referring to the global tools namespace. Unless we have even more tools subnamespaces somewhere. Thorsten said it was OK. Change-Id: Id088dfe8f4244cb79df9aa988995b31a1758c996 Reviewed-on: https://gerrit.libreoffice.org/42644 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> 2017-08-02remove unnecessary use of 'this->'Noel Grandin Change-Id: I5c115389af7d24c18ddaf5fbec8c00f35017a5b4 Reviewed-on: https://gerrit.libreoffice.org/40671 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin Change-Id: I8bc5c925f940283bc54698bbcba77efcca883273 Reviewed-on: https://gerrit.libreoffice.org/39937 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-04-28loplugin:salunicodeliteral: sdextStephan Bergmann Change-Id: Ibcfe4cec41a18ab3fb79cb0545c71a21200c0f2c 2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin Change-Id: Idcd916382b87f8542dc6b5cdcb5ecb01d6947203 Reviewed-on: https://gerrit.libreoffice.org/36043 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann to static members (data, in addition to function) via class member access syntax. Also covers the (somewhat obscure) access to enumerator members. Change-Id: Iec54b8df2fdb423c0caf21a0dd0f9fe8fdf33897 2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin Change-Id: I848d9b555a26e9d343efdfaaaec44a2c7d8be5b5 Reviewed-on: https://gerrit.libreoffice.org/27765 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-02-23new loplugin: commaoperatorNoel Grandin Change-Id: I03f24e61f696b7619855e3c7010aa0d874e5a4ff 2016-02-09Remove excess newlinesChris Sherlock A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> 2016-02-04loplugin:fpcomparison in sdext/Noel Grandin Change-Id: If2ae6c3399ef3aceffc2080fcd790e91dc594d9b Reviewed-on: https://gerrit.libreoffice.org/21864 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2016-02-01tdf#96993: remove obsolete vertical mirror hack from PDF importMike Kaganski Since commit ae0e830f9ace78b889713e7e74ce46f88fa21470, mirroring is handled correctly in LO, so no need to handle it specially in PDF import code. This obsolete handling causes double-mirroring. Change-Id: Ia873f0426e444cafd80b24b7d209e90eb481d8f4 Reviewed-on: https://gerrit.libreoffice.org/21870 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de> 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I8aec30601862feaeb99e3ce01adf61665688fa9a 2015-10-29com::sun::star->css in sdextNoel Grandin Change-Id: I1720391c6842a75033aca4e1b852a8cb89ca1efa Reviewed-on: https://gerrit.libreoffice.org/19638 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann Change-Id: I82330271362a428b2850d0f561770d35de1ee6b0 2015-06-19Fix check for broken standard libraryStephan Bergmann The compiler's __GNUC__ etc. need not match the libstdc++ version used (esp. when using Clang as compiler), and libstdc++'s __GLIBCXX__ macro doesn't inrease monotonically with version numbers, so resort to a configure check. Change-Id: I06de6b68324169863f6f5c31ae5d855e8b04cd6b 2015-06-19Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann ...with numeric values that are not meant to be characters. Inspired by <https://gerrit.libreoffice.org/#/c/16339/> "OUString: add constructor from single Unicode code point" and ecaf1cb3861c1b519a1495487fc796884cf37b92 "seems to be what was meant." Found e46e8d19458fd64ff20b1013e5eeabd07e62379c "Shall this produce a string representation of a number?" and f2a0e4032734d6be635f14ade3dea499c29ec6c2 "Don't truncate a UTF-32 code point to a UTF-16 code unit." (LIBO_INTERNAL_ONLY mostly because it uses a C++11 delegating ctor for simplicity, but also because it requires mild modifications to client code, see additional changes in this commit and some other recent commits.) Change-Id: I8a156f01d1b772c6052d7afaa088ae13ed234e2b 2015-06-19once more unto the breech dear fellowsNoel Grandin workaround GCC4.8 issue Change-Id: Iea4d10a02a114ce94e0219e8b89acf48db5411d0 2015-06-19workaround older compilers that do not have std::list::erase(const_iterator)Noel Grandin Change-Id: Iaa1164904febd8e97d4962e4004ec4719a1f4a42 2015-06-19add commentNoel Grandin Change-Id: I336e6ea9b08edaa7e9718f8af9c112b983eeaa58 2015-06-19fix older compilerNoel Grandin after my commit e0f3e7c007e9eeced888b491ec2698acba4bc588 "tdf#42374 some small optimisations for opening this PDF file" Change-Id: Ib9dc0aaf3ad2afca272160a934049d89bbd54175 2015-06-19tdf#42374 some small optimisations for opening this PDF fileNoel Grandin makes it about 10% faster Change-Id: I145faed5aa7c312372f08cc651df5afcf10c70ab 2015-03-30loplugin:staticfunctionNoel Grandin Change-Id: I4b7b04031fa74956379c5a1b21abe10b0717f3e9