summaryrefslogtreecommitdiffstats
path: root/starmath/Library_sm.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix gb_Library_use_externals callStephan Bergmann2015-10-141-1/+4
| | | | | | | ...from d8f46f854ee64ad9fe6356a8d4b30f98f3b20135 "enable ICU_HEADER includes for starmath" Change-Id: Idcafaeb6a43c4aa423a2c7a7ea4669d4fdaf3744
* enable ICU_HEADER includes for starmathJustin Luth2015-10-131-1/+1
| | | | | | | | | | | Although $include <i18nutils/unicode.hxx> compiles on Linux, it doesn't compile on the Mac without this. Change-Id: I56eae77b1c293b2348ca1fd7b38b543ea713557d Reviewed-on: https://gerrit.libreoffice.org/19355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org> Tested-by: Justin Luth <justin_luth@sil.org>
* loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin2015-05-261-1/+0
| | | | | | | Change-Id: I2c431e9f72f5dee14cf1b603b11972a2e9d88725 Reviewed-on: https://gerrit.libreoffice.org/15902 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* tdf#68871: Remove the old Elements panel from MathJulien Nabet2015-05-121-1/+0
| | | | | | | | | | | Conflicts: starmath/inc/toolbox.hxx starmath/source/toolbox.cxx Change-Id: Ie148d57dc14ed3f38566c24ee027f23e25987810 Reviewed-on: https://gerrit.libreoffice.org/15599 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* starmath: allow UNO import of MathTypeMiklos Vajna2015-04-151-0/+1
| | | | | | | com.sun.star.comp.Math.XMLImporter already handled MathML import, but MathType was not possible externally. Change-Id: I5bf7181758a12eeaa576d016d3704a771ac5a8ba
* Math: Make use of officecfg API and remove unneeded codeMarcos Paulo de Souza2015-02-121-1/+4
| | | | | | | Change-Id: I8b747588ebde70e322b8e6719fb7e2cf789e8a99 Reviewed-on: https://gerrit.libreoffice.org/14347 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#70185: starmath: unit test writingTakeshi Abe2015-01-131-0/+4
| | | | | | | | | | | This adds a unit test of importing a simple MathML file. New smdllapi.hxx defines a macro SM_DLLPUBLIC to turn on visibility of symbols required from a CppunitTest. Change-Id: I4f72d7d8f2766751580e5bde7dac4870e8dad62a Reviewed-on: https://gerrit.libreoffice.org/13861 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* starmath: remove duplicate SmTmpDeviceThomas Arnhold2014-04-151-0/+1
| | | | Change-Id: Ib1733ece03ad0a5ffad5157a622546d0cbac0a35
* gbuild: add gb_Library_use_restargetMichael Stahl2013-09-221-2/+1
| | | | Change-Id: Ic0a2fd3c1adeb55ec27f6a2eb4709be598120fba
* Math: Remove not needed fileMarcos Paulo de Souza2013-08-151-1/+0
| | | | | | | | | | | | We don't need because this file just have one called function and just in one place. So, integrate this into mathmlexport and kill this file. Also remove some useless comments. Change-Id: Ia5749418d74c89be3d70dd5997fb90e1accf7f9e Reviewed-on: https://gerrit.libreoffice.org/5431 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Math: new rendered Elements docking window addedTomaž Vajngerl2013-05-201-0/+1
| | | | | | | | | | Added a docking window with elements that are rendered using the math renderer insted of static pictures. Currently this is an alternative to the existing elements floating window which will be removed when the new one is ready. This is an initial but fully functional version. Change-Id: I7678d09d643c532c672447026b0f12b7b70fc91d
* svx: remove Package_sdiMichael Stahl2013-05-081-0/+1
| | | | Change-Id: I0c648ca1b1f3cc22244d660e032bacbdbe0f642e
* sfx2: remove Package_sdiMichael Stahl2013-05-081-0/+1
| | | | | | | There are just a handful of sdi files in sfx2 anyway so just put sfx2/sdi on include path. Change-Id: Ia9be889a63ba9a2f330b505613ae38158a4b7bdf
* oox: remove Package_generated and Package_tokensMichael Stahl2013-05-071-0/+2
| | | | Change-Id: Iab5eb4fbfecea905f4eeb9f1b1f503c1908dadc8
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-17/+4
|
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* pch for Library_smLuboš Luňák2013-02-151-0/+2
| | | | Change-Id: Ib9f4c834f1c6076a246753cb819491a7d2c3a886
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* AllSettings with LanguageTagEike Rathke2012-11-221-0/+1
| | | | Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+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-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* add more runtime deps on resource files for unit-testsMatúš Kukan2012-08-211-0/+4
| | | | Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f
* factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBaseMiklos Vajna2012-07-271-0/+1
| | | | Change-Id: I63ce6c57faf8568776d24ba1e8b13bd11b6c5532
* export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH}Miklos Vajna2012-07-251-0/+1
| | | | Change-Id: If717d5d3b2179210516eec61959af0afa8b38319
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* tweak to capture recent changes in starmath and gbuildNorbert Thiebaud2012-06-151-18/+9
| | | | Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d
* hook for calling from .docx filter to starmath for writting formulasNorbert Thiebaud2012-06-151-1/+3
| | | | | | Cherry-picked from 2e5e29471f9ac61ec454bf90a985525a0ad5cb1c Change-Id: I32f8b03da4edf54e5622096d932dbc2b368f45ff
* Add consistent Emacs and vim mode linesNorbert Thiebaud2012-06-151-0/+3
| | | | | | cherry-picked from 24b6225f93ea5d22d727e0b03bc468bc5cc21af3 Change-Id: Ic0624618591285544e3fe4032ba9ac12a96ee003
* remove all traces of offuh from makefilesDavid Tardon2012-06-151-1/+5
|
* avoid object double include in starmathNorbert Thiebaud2012-06-151-1/+0
|
* convert starmath to gnumakeNorbert Thiebaud2012-06-151-0/+107
| | | | | | cherry-pick from da5f126844fab3c647c3d95cdf613aaf2e22ceed Change-Id: I1e462668270f33f7f7f2082b20c12c18d0ad8042
* revert gmk4 mismergeNorbert Thiebaud2012-06-151-106/+0
| | | | Change-Id: I013893c7ca4b9d4364d2d19fdd0440c7dcf08910
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-3/+3
|
* fold i18npaper into i18nutilCaolán McNamara2012-03-081-1/+1
| | | | | | | | | | It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
* Unify indentationTor Lillqvist2012-02-231-54/+54
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-101-2/+0
|
* Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2011-12-201-0/+1
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* ooxml mathml import - first very basic implementationLuboš Luňák2011-11-241-0/+1
| | | | still needs a number of cleanups (and handling more of course)
* rename SmOoxml to SmOoxmlExport, as it does only exportLuboš Luňák2011-11-241-1/+1
|
* hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák2011-08-181-0/+1
| | | | | It seems that it doesn't read characters unless the font is explicitly specified as "Cambria Math"
* starting work on OOXML export of formulasLuboš Luňák2011-08-181-0/+1
|
* hook for calling from .docx filter to starmath for writting formulasLuboš Luňák2011-08-181-0/+2
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-101-1/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-301-0/+1
|
* postmerge fixes for gnumake4Bjoern Michaelsen2011-07-221-2/+2
|
* resyncing to masterBjoern Michaelsen2011-07-211-1/+5
|\