summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Collapse)AuthorFilesLines
2013-04-18WaE: fix implicit conversions from boolean false to the NULL pointerHerbert Dürr1-2/+2
Notes: prefer: 0cbc03f46828296b06bb58ae7e7face7bc1a6364
2013-04-10Comment out unused variable to prevent WaE issues.Pavel Janík1-1/+1
Notes: prefer: d50ce284c9674c45acd40d017cc44c260da722a2
2013-04-10Comment out unused variable to prevent WaE issues.Pavel Janík1-1/+1
Notes: prefer: d50ce284c9674c45acd40d017cc44c260da722a2
2013-04-10121420: merge sidebar feature from branch into trunkOliver-Rainer Wittmann5-3/+382
Notes: merged as: d50ce284c9674c45acd40d017cc44c260da722a2
2013-04-08removed all non en-US messages incl. x-comment, to enable correct translation.Jan Iversen1-1/+0
corrected a few problems where en-US was dublicated. NO code/makefile changes Notes: prefer: 14c0e038c9c33dc59cbf6e5ec81d36779f28b004
2013-03-05fix miscarried bitwise check in OutlinerEditEng::PaintingFirstLine()Herbert Dürr1-1/+1
Notes: prefer: 2c1868bb28878a00f2d97918bab88ba845d1f5cd
2013-01-10#121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-9/+6
Notes: merged as: e0cce521f1ad0cc384d30ce2f1077ea229fffe62
2012-10-22#i117400# CSV: importing 64Kb+ english field entry in utf-8 causes alertless ↵Damjan Jovanovic1-7/+12
crash Patch by: Eike Rathke Review by: Damjan Jovanovic Notes: prefer: 63be6df7988404687c9f52cf03eba946990fe7b1
2012-10-08#119885# Made EditMode work with text boxes where text is reaching over the ↵Armin Le Grand1-51/+37
TextBox's bounds Notes: merged as: b9bea009ac27ffe822b43911a5c7a30d36c43c50
2012-09-19#119477# fix bullet's start with error when save .ppt fileSun Ying1-2/+8
Reported by: Liu Ping Tan Patch by: Ying Sun Review by: Steve Yin. Notes: merged as: 3ba0e7ad7ad1c85a87acbef354fb423470472017
2012-09-10#i120865#, Need to free the EditAttrib object explictly after removing it ↵Jian Fang Zhang1-0/+1
from CharAttribList Found by: zhangjf Patch by: zhangjf Notes: prefer: e4e4b3d65788d14d5f10cd6bccc713cfe2411cb1
2012-09-07Fix issue #i120773#: [From Symphony] Numbering will lose when saving or ↵Zhe Wang1-1/+15
opening a ppt file * subversion/main/editeng/inc/editeng/svxenum.hxx Define some numbering types supported by MS ppt * subversion/main/filter/source/msfilter/svdfppt.cxx Mapping added MS numbering types to Symphony numbering types * subversion/main/sd/source/filter/eppt/epptso.cxx Export added MS numbering types Patch by: Yin Bing <steve.yin.aoo@gmail.com> Suggested by: Wang Zhe <kingwisemmx@gmail.com> Found by: Yin Bing <steve.yin.aoo@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com> Notes: merged as: ef23b47e887908161d980f3e6f6d321f18acca77
2012-09-07Fix issue #i120344#: The line spacing of the paragraphs is incorrectly if ↵Zhe Wang1-0/+26
open the .ppt doc * subversion/main/filter/source/msfilter/svdfppt.cxx []if the line space type is SVX_LINE_SPACE_FIX, set it * subversion/main/editeng/source/editeng/impedit3.cxx []reset the text height and max ascent of the line when type is SVX_LINE_SPACE_FIX. Patch by: Ma Bingbing <jiazema@gmail.com> Suggested by: Wang Zhe <kingwisemmx@gmail.com> Found by: Ma Bingbing <jiazema@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com> Notes: prefer: a4667c8baca8ce9420e3df6c9ac807d743b64735
2012-09-06#120650# truncate mis-sized bullet sizes to useful valuesArmin Le Grand1-0/+6
Patch by: Tang Meng Review by: alg Notes: merged as: 7a90044df279e1ec2336e7c398fa938a6fa3ad56
2012-09-06Do not enable outliner when it was not before only for temporary undo disableArmin Le Grand1-1/+2
Notes: merged as: 4f298ece2f48d4a632ea50e0f287192f619cb586
2012-09-03#i120667#, pBound member obj in TextRanger is not freedJian Fang Zhang1-0/+1
Found by: zhangjf Patch by: zhangjf Notes: merged as: 65a10fffc734b86a2f6814e4dfc9aadfc0ae3fa7
2012-08-13Removed unused variableArmin Le Grand1-1/+0
Notes: merged as: 12a4200e8ff7f045efcc7e9d15a24b15b248c437
2012-08-10Comment unused variable pNewEditUndoManager to silence the compiler.Pavel Janík1-1/+1
Notes: merged as: 12a4200e8ff7f045efcc7e9d15a24b15b248c437
2012-08-10#120515# do not create undo action when in Init()Armin Le Grand1-1/+2
Notes: merged as: 75326909e5ec58f1ff030af8b35d70dafd036bba
2012-08-09#120498# Enhanced Undo/Redo and user experience when editing texts in ↵Armin Le Grand7-37/+80
graphic objects and/or tables Notes: merged as: 12a4200e8ff7f045efcc7e9d15a24b15b248c437
2012-07-30#116001# Reverted revision 1366087Armin Le Grand1-0/+1
Notes: ignore: reverted
2012-07-26#116001# TextToFitSize item/property optimized to booleanArmin Le Grand1-1/+0
Notes: ignore: reverted
2012-07-18RTF import filter reviewArmin Le Grand1-1/+5
Patch by: Michael Stahl Notes: prefer: f6f265313f055f3d767060509cbf05442c1bb548
2012-07-18binfilter, editeng: fix some warningsArmin Le Grand1-4/+6
Patch by: Michael Stahl Notes: prefer: cea8b8375ea692bf243d5bb7debfebe9c7886c65
2012-07-02#i120045# use namespace to avoid name clash of different ↵Herbert Dürr1-1/+4
TransliterationChgData structs Notes: prefer: 7080d629c82422a419d38051536c7711f8abe53e
2012-06-21Forward debug=<value> argument from build to make.Andre Fischer1-1/+9
Notes: ignore: obsolete
2012-06-18#119992#, memory leak, to release pWrongs cloned from rCopyFromJian Fang Zhang1-0/+4
Patch by: Huang Chao Review by: zhangjf Notes: prefer: 3b50e313db84723aee01775b1d992f6ea1d9764a
2012-06-08#i119907# Numbering type now applied (almost) unconditionally.Andre Fischer1-11/+2
Patch by: Steve Yin Cleanup: af Notes: merged as: 8569f74b898f3c82f338ee151d49ff30ad1e3035
2012-06-08#119756# Safer take care of empty paragraphs in EditEngine layoutingArmin Le Grand1-27/+33
Notes: merged as: b57cb5326713da9e926bb2ad5a56dce90ac00a87
2012-05-03#118905# changed EditEngine to be able to paint to overlay (VirtualDevice) ↵Armin Le Grand8-50/+66
directly, not only to Window. Removed the no longer needed switch between buffered and unbuffered overlay, this removes the flickering white block. Notes: merged as: 3137258e346a9c16b2e61747fd926a1e7d358d02
2012-03-02118881: Ignore empty paragraphs after bullets.Andre Fischer1-2/+15
2012-02-25i115580 - revert - the patch is causing assertions when opening new impress ↵Pedro Giffuni7-152/+11
documents. Found by Ariel.
2012-02-21i#115580# - Font size changes when copying words to impress.Pedro Giffuni7-11/+152
Copying words from writer/calc to impress, some font sizes may get bigger. Additionally other fonts atrtributes like the font size changes. Special thanks to the author for working so diligently on this issue. BZ: 115580 Author: Jing Dong Chen
2012-02-15remove svn:executable properties from more source filesHerbert Dürr12-0/+0
2012-02-15remove svn:executable properties from make and pack filesHerbert Dürr3-0/+0
2012-02-15remove svn:executable properties from source filesHerbert Dürr6-0/+0
2012-02-13(author=Arnaud Versini) Match case in AutoCorrectionHerbert Dürr1-1/+0
2012-01-17Update headers to Alv2 headersAndrew Rist1-29/+20
2012-01-17linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel ↵Armin Le Grand1-0/+1
for doing the basic implementation and offering it under apache license Notes: merged as: 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70
2012-01-12Update headers to Alv2 headersAndrew Rist1-29/+22
2012-01-12Update headers to Alv2 headersAndrew Rist2-52/+40
2012-01-10Update headers to Alv2 headersAndrew Rist5-130/+110
2011-12-19Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to ↵Armin Le Grand1-0/+1
trunk, first version of Svg stable and done
2011-11-30Update headers to Alv2 headersAndrew Rist5-130/+98
2011-11-30Update headers to Alv2 headersAndrew Rist1-29/+22
2011-11-30Update headers to Alv2 headersAndrew Rist6-142/+112
2011-11-17Revert most of r1203218 and r1203215: the second one seems to be causing a ↵Pedro Giffuni4-101/+1
build breakage in Macbook: 'hicontrast.flag not found'. Reported by Pavel.
2011-11-17i115580: Fix pasting from sc to sd. Patch by JingDonChen.Pedro Giffuni4-1/+101
2011-11-06Update headers to Alv2 headersAndrew Rist145-3233/+2638
2011-11-06Update headers to Alv2 headersAndrew Rist83-1847/+1506