summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Collapse)Author
2010-12-16Remove DECLARE_LIST( SvxIDPropertyCombineList, SvxIDPropertyCombine* )Joseph Powers
2010-12-12change of __READONLY_DATA define to constGert Faller
2010-12-11cleaning of __EXPORT defineGert Faller
2010-12-06remove obsolete __FAR_DATAMichael Callahan
2010-12-06Replace all occured, occurance etc.Takeshi Abe
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard
2010-11-26Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard
2010-11-25masterfix OOO330: #i115774# crash in FR version when typing / as first characterobo
Notes: split repo tag: libs-core_ooo/OOO330_m17
2010-11-16HC Cleanup - libs-coreJoseph Powers
2010-11-14RTF: port last changes from CWSMiklos Vajna
2010-11-12Resolves: rhbz#647392# Ensure autocorrect doesn't crashCaolán McNamara
2010-11-12Remove unused Beschreibung (Description) commentsJ. Graeme Lingard
2010-11-12Resolves: rhbz#647392# Ensure autocorrect doesn't crashCaolán McNamara
2010-11-10Nuked non-printable character.Kohei Yoshida
2010-11-09Clean up the codeAlexander O. Anisimov
* Remove bogus comments * Refresh comments containing a reference to the bug tracker * Remove the comments such as "// add by zhaojianwei"
2010-11-05Easy Hacks : RTL_CONSTASCII_USTRINGPARAMGert Faller
2010-10-29libs-core: Remove emacs modelines in the middle of the fileSebastian Spaeth
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-26Fix impress ruler behaviourThorsten Behrens
With 3.0, Impress numbering was modified because of the odf1.2 changes in list level handling; we differ in the way we consider paragraphs to belong to the 'same' numbering group, compared to ppt. now, as long as the para has the same outline level (and no 'restart numbering' flag), it is considered to belong to the same numbering group, i.e. numbering will mono- tonically increase. Compares favorable to PPT. Additionally, fixed a repaint bug that prevented following paragraph's numbers to change, when certain modifications were made on the current one. Applies patches/dev300/sd-ruler-fix.diff
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-25#i106131# ignore bogus tabstopsCaolán McNamara
2010-10-21Add more files to EXCEPTIONSFILES, needed at least on NetBSD.Thomas Klausner
2010-10-20fix delete/delete[] mismatchDavid Tardon
2010-10-19Minor libs-core comment clean-upTrevor Murphy
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-15add missing includeMichael Meeks
2010-10-15 #include <sal/macros.h> for SAL_N_ELEMENTSLuboš Luňák
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid
2010-10-13Fix fake small caps resizing factor #i1526#Laszlo Nemeth
See detailed explanation in IZ.
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-11Removed a lot of the //CHINA001 comments.Alan Du
2010-10-11Resolving issue 2838 of OOo.Arnaud Versini
It’s in two parts : * autocorrection comparison function during the search of the word(s) takes care of the case. * possibility to insert two times the same words with different cases.
2010-10-10squash warning. LONG_MAX is not compatible with sal_Int32Norbert Thiebaud
2010-10-08FASTBOOL to bool conversionNorbert Thiebaud
2010-10-08Do not use magic number instead of the size of objects.Norbert Thiebaud
2010-10-07Dotted - dashed borders: Fix build breakage in svxCédric Bosdonnat
2010-10-07Dotted, dashed lines ODT import fixedCédric Bosdonnat
2010-10-06fate#307731, fate#307730: Adds dotted and dashed border linesCédric Bosdonnat
2010-10-06Revert "This patch resolve the issue 2838 of OOo."Kohei Yoshida
This reverts commit f6cc5097f616e106b8a08ddfa445c38027a4411d. The related commit in the 'components' repo (for cui module) is reverted. I'm reverting this one just to be in sync....
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky
2010-10-06Remove redundant #include directives & commentsJ. Graeme Lingard
2010-10-05This patch resolve the issue 2838 of OOo.Arnaud Versini
It’s in two parts : * autocorrection comparison function during the search of the word(s) takes care of the case. * possibility to insert two times the same words with different cases.
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-05Fixed a build breakage; QueryValue and PutValue now return bool.Kohei Yoshida
2010-10-05Ported calc-distributed-cell-text-*.diff from ooo-build.Kohei Yoshida
This feature enables horizontal 'distributed' alignment and vertical 'justified' and 'distributed' alignments for cell contents in Calc. Note that this feature relies on ODF 1.2 extended in order for the relevant cell attributes to be saved in ODS.