Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-27 | factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBase | Miklos Vajna | |
Change-Id: I63ce6c57faf8568776d24ba1e8b13bd11b6c5532 | |||
2012-07-25 | export RTF_M{OMATH,R,F,FPR,TYPE,NUM,DEN,MATH} | Miklos Vajna | |
Change-Id: If717d5d3b2179210516eec61959af0afa8b38319 | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-06-15 | tweak to capture recent changes in starmath and gbuild | Norbert Thiebaud | |
Change-Id: I1e7fb1ae0da02a60f1ee3655a09693c11108f61d | |||
2012-06-15 | hook for calling from .docx filter to starmath for writting formulas | Norbert Thiebaud | |
Cherry-picked from 2e5e29471f9ac61ec454bf90a985525a0ad5cb1c Change-Id: I32f8b03da4edf54e5622096d932dbc2b368f45ff | |||
2012-06-15 | Add consistent Emacs and vim mode lines | Norbert Thiebaud | |
cherry-picked from 24b6225f93ea5d22d727e0b03bc468bc5cc21af3 Change-Id: Ic0624618591285544e3fe4032ba9ac12a96ee003 | |||
2012-06-15 | remove all traces of offuh from makefiles | David Tardon | |
2012-06-15 | avoid object double include in starmath | Norbert Thiebaud | |
2012-06-15 | convert starmath to gnumake | Norbert Thiebaud | |
cherry-pick from da5f126844fab3c647c3d95cdf613aaf2e22ceed Change-Id: I1e462668270f33f7f7f2082b20c12c18d0ad8042 | |||
2012-06-15 | revert gmk4 mismerge | Norbert Thiebaud | |
Change-Id: I013893c7ca4b9d4364d2d19fdd0440c7dcf08910 | |||
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
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) | |||
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | fold i18npaper into i18nutil | Caolán McNamara | |
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 | |||
2012-02-23 | Unify indentation | Tor Lillqvist | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2011-12-20 | Link most libs and executables with gb_STDLIBS as presumably is intended | Tor Lillqvist | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-24 | ooxml mathml import - first very basic implementation | Luboš Luňák | |
still needs a number of cleanups (and handling more of course) | |||
2011-11-24 | rename SmOoxml to SmOoxmlExport, as it does only export | Luboš Luňák | |
2011-08-18 | hack: make msoffice 2k7 be able to read ooxml formulas | Luboš Luňák | |
It seems that it doesn't read characters unless the font is explicitly specified as "Cambria Math" | |||
2011-08-18 | starting work on OOXML export of formulas | Luboš Luňák | |
2011-08-18 | hook for calling from .docx filter to starmath for writting formulas | Luboš Luňák | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-21 | Add missing-files to starmath libraries | Matúš Kukan | |
2011-06-21 | gnumake4: postmerge fixes in starmath | Bjoern Michaelsen | |
2011-06-20 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
Conflicts: starmath/JunitTest_sm_unoapi.mk starmath/Library_sm.mk starmath/Library_smd.mk starmath/Makefile starmath/prj/build.lst starmath/prj/makefile.mk starmath/qa/unoapi/Test.java starmath/source/detreg.cxx starmath/source/register.cxx starmath/source/smdetect.cxx sw/Library_sw.mk sw/Library_swd.mk sw/Library_swui.mk sw/Library_vbaswobj.mk sw/inc/iodetect.hxx sw/inc/swddllapi.h sw/source/filter/basflt/iodetect.cxx | |||
2011-06-18 | remove all traces of offuh from makefiles | David Tardon | |
2011-06-17 | gnumake4: #i116959#: kill ↵ | Michael Stahl | |
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd] | |||
2011-06-16 | CWS gnumake4: convert starmath to new build system | Mathias Bauer | |
2011-04-28 | avoid object double include in starmath | Norbert Thiebaud | |
2011-03-30 | Avoiding to be too keen in realpathing | Fridrich Štrba | |
2011-03-30 | realpathing starmath module | Fridrich Štrba | |
2011-03-26 | convert starmath to gnumake | Norbert Thiebaud | |