summaryrefslogtreecommitdiffstats
path: root/editeng/Library_editeng.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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
* LookupTree for fast autocompletion lookups (by Nico Weyand).Tomaž Vajngerl2012-07-301-1/+4
| | | | | | | | | | | | | | LookupTree is a tree structure for fast autocompletion lookups. Additionally the tree structure stores word probabilities, so each autocompletion request returns a result with highest probability. LatinLookupTree is an implementation which was designed to be even faster and more efficient latin text, however it works with any kind of unicode strings. The tree structure was coded by Nico Weyand, Unicode strings support and conversion to Libreoffice code structure was done by me. Change-Id: I6549ee45d0952407b8a070f30ed0598fcb420aa7
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* Remove some more PCH tracesThomas Arnhold2012-06-291-2/+0
| | | | Change-Id: Iafca82ac728feba97fb68523dcb032b0e17e5a3c
* Added a field updater wrapper to allow updating of field items.Kohei Yoshida2012-05-031-0/+1
| | | | Change-Id: If39637fd1123b7e6971c639cb7e6774780106ba2
* EE_APPEND now has to be the max value of size_t.Kohei Yoshida2012-04-131-0/+1
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* 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)
* Merged editdoc2.cxx into editdoc.cxx.Kohei Yoshida2012-04-031-1/+0
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* 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
* remove pch from the include listNorbert Thiebaud2011-11-271-2/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* unusedcode: SvxEditEngineViewForwarder classMatúš Kukan2011-08-261-1/+0
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-101-1/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-301-1/+1
|
* Move EDITDEBUG relics to OSL_DEBUG_LEVEL=3Thomas Arnhold2011-07-291-6/+0
|
* keep gbuild calls consistent at now, even if it is a bit longerBjoern Michaelsen2011-07-231-1/+1
|
* resyncing to masterBjoern Michaelsen2011-07-211-1/+5
|\
| * ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-171-1/+5
| |
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-191-4/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/evoab/LCatalog.cxx connectivity/source/drivers/evoab/LColumnAlias.cxx connectivity/source/drivers/evoab/LColumnAlias.hxx connectivity/source/drivers/evoab/LColumns.cxx connectivity/source/drivers/evoab/LColumns.hxx connectivity/source/drivers/evoab/LConfigAccess.cxx connectivity/source/drivers/evoab/LConfigAccess.hxx connectivity/source/drivers/evoab/LConnection.cxx connectivity/source/drivers/evoab/LConnection.hxx connectivity/source/drivers/evoab/LDatabaseMetaData.cxx connectivity/source/drivers/evoab/LDatabaseMetaData.hxx connectivity/source/drivers/evoab/LDriver.cxx connectivity/source/drivers/evoab/LDriver.hxx connectivity/source/drivers/evoab/LFolderList.cxx connectivity/source/drivers/evoab/LFolderList.hxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LPreparedStatement.cxx connectivity/source/drivers/evoab/LPreparedStatement.hxx connectivity/source/drivers/evoab/LResultSet.cxx connectivity/source/drivers/evoab/LResultSet.hxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab/LStatement.cxx connectivity/source/drivers/evoab/LStatement.hxx connectivity/source/drivers/evoab/LTable.cxx connectivity/source/drivers/evoab/LTable.hxx connectivity/source/drivers/evoab/LTables.cxx connectivity/source/drivers/evoab/LTables.hxx connectivity/source/drivers/evoab/evoab.xml connectivity/source/drivers/evoab/makefile.mk editeng/Library_editeng.mk framework/Library_fwe.mk framework/test/test.cxx idl/prj/d.lst idl/util/idlpch.cxx linguistic/Makefile linguistic/Module_linguistic.mk linguistic/inc/linguistic/lngdllapi.h linguistic/inc/linguistic/lngprophelp.hxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/prj/d.lst linguistic/qa/unoapi/Test.java linguistic/source/grammarchecker.cxx linguistic/source/grammarchecker.hxx linguistic/source/hyphdta.cxx linguistic/source/lngprophelp.cxx linguistic/source/makefile.mk linguistic/source/spelldta.cxx sfx2/Library_qstart.mk sfx2/Library_sfx.mk sfx2/inc/sfx2/qswin32.h sfx2/prj/build.lst sfx2/qa/cppunit/makefile.mk xmlscript/inc/xmlscript/xcrdllapi.h xmlscript/prj/d.lst xmlscript/util/makefile.mk
| * Documented and Unit-tested the SvxBorderLine::SetLinesWidthCédric Bosdonnat2011-03-191-0/+1
| |
| * Add realpath calls to unbreak build on WindowsTor Lillqvist2011-03-171-2/+2
| |
| * killing off stl in gbuildBjoern Michaelsen2011-03-171-1/+0
| |
| * add missing items/justifyitem in editeng buildNorbert Thiebaud2011-03-121-0/+1
| |
| * fix mis-merge all-around.Norbert Thiebaud2011-03-121-1/+1
| |
* | gnumake4: #i116959#: kill ↵Michael Stahl2011-06-171-4/+2
| | | | | | | | gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
* | gnumake4: #i117610#: add RepositoryExternal.mk, and use it. [hg:62e2f8dc95a7]Michael Stahl2011-06-171-1/+2
|/
* CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of ↵Mathias Bauer2011-02-021-13/+1
| | | | individual standard libs from makefiles; fix export problem in framework
* CWS gnumake3: use standard linked libs on WindowsMathias Bauer2011-02-011-9/+1
|
* CWS gnumake2: use temp files for long command lines; missing include path in ↵Mathias Bauer2011-01-271-0/+1
| | | | editeng
* CWS gnumake3: fix license headersMathias Bauer2011-01-251-3/+3
|
* CWS gnumake3: convert editeng module to gbuildMathias Bauer2011-01-251-0/+186