summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-25Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)libreoffice-3.4.2.3libreoffice-3.4.2-finallibreoffice-3-4-2Petr Mladek0-0/+0
2011-07-19Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)libreoffice-3.4.2.2Petr Mladek0-0/+0
2011-07-18starmath: check for edit window when inline editing is enabledMiklos Vajna1-1/+2
Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Jonas Finnemann Jensen <jopsen@gmail.com>
2011-07-18starmath: check for existing edit windowMiklos Vajna1-0/+2
Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Jonas Finnemann Jensen <jopsen@gmail.com>
2011-07-18Fix counting the paragraphs, fdo#36816.Jan Holesovsky1-2/+4
Signed-off-by: Noel Power <noel.power@novell.com> Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-12Branch libreoffice-3-4-2Petr Mladek0-0/+0
This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.4.x release, please use the 'libreoffice-3-4' branch. If you want to build something cool, unstable, and risky, use master.
2011-07-12Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)libreoffice-3.4.2.1Petr Mladek0-0/+0
2011-07-11n#695479: basic handling of lines in RTF importCédric Bosdonnat1-3/+11
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08Fixed a segmentation fault in some edge casesmarc-andre@atc.tcs.com1-2/+5
(cherry picked from commit 79f14410f2db7d186c8b7ee94b09e8e362e74dfd)
2011-07-08Fixed core dump and invalid memory access for some edge casesmarc-andre@atc.tcs.com2-30/+31
(cherry picked from commit b991a2fb76e2859d7f04793ad7ad3a0596d8d630) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2011-07-08Related: #i115768# use cached data values instead of pointer to sprm cacheCaolán McNamara3-26/+22
use cached data value in case underlying sprm cache goes away Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08Related: #i86988# make abo levels saferCaolán McNamara11-0/+3
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08valgrind: init nTypeFaceCaolán McNamara1-2/+4
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08Resolves: #i105349# protect against missing insertion positionCaolán McNamara1-2/+4
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08Resolves: #i95550# handle wrong text len gracefullyCaolán McNamara1-3/+10
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08handle truncated streamCaolán McNamara1-1/+1
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08merge these sprm finders and do it rightCaolán McNamara4-29/+28
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08Resolves: fdo#34023 hang on load of .docCaolán McNamara1-2/+4
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08Related: fdo#37057 use standard sprm iteratorCaolán McNamara1-4/+4
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-07-08More conservative fix for aliasing problems (fdo#33781)Petr Mladek1-18/+15
Inspired by i#99665. It solves the problem where the aliasing caused problems. It modifies the current aliasing using "byte or" (operator |) and restores the original aliasing at the end of the "if" block. Signed-off-by: Roland Baudin <roland65@free.fr>
2011-07-08Additional fix for bug fdo#33781Roland Baudin1-0/+6
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-07-01Copy fieldmark properties when copying/pasting, fdo#38374.Jan Holesovsky1-1/+12
2011-07-01Fix the computation of grid character pitch, fdo#37516.Jan Holesovsky3-31/+36
2011-06-27avoid infinite loop when writting out docs with bookmarks (bnc#700370)Luboš Luňák1-3/+3
The next position is either next attribute or next bookmark, whichever comes first. ACK by Cedric.
2011-06-24Resolves: fdo#38623 imported .doc crashes layoutCaolán McNamara1-1/+1
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-06-22switch to using a vector for styles, and add many range checksMarc-André Laverdière7-244/+274
(cherry picked from commit 28a56883c2887c44d8892d80bf0ee90ebdc58b48) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2011-06-14Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)libreoffice-3.4.1.1Petr Mladek0-0/+0
2011-06-09fdo#37974 make recursive call of MarkManager::deleteMark do the right thingCaolán McNamara1-0/+13
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-09Effective STL Item 27Caolán McNamara1-1/+5
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2011-06-09TypoTor Lillqvist1-1/+1
Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
2011-06-09Add iterator sanity check, seems to fix fdo#36820Tor Lillqvist1-1/+2
Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
2011-06-08fdo#37799: fixed broken loop causing a crashCédric Bosdonnat1-1/+1
2011-06-08fix loss of init on mergeCaolán McNamara1-1/+1
(cherry picked from commit 0e530a0cf6e4a06b9c59033f23bb09470db256c1)
2011-06-08fdo#37584: Make a real copy of the text where to count wordsCédric Bosdonnat1-1/+1
Const-casting a reference doesn't create a copy of it and then the spaces replacement made by the WordCount was also made on the actual text node. Use String::Copy() to actually copy the text and safely operate on it. (cherry picked from commit 135cf4fdbec71e8d93edc0339e8617d50766f151) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2011-06-08restore CVE fix. unit tests ruleCaolán McNamara1-1/+1
(cherry picked from commit 7a8fe22857c48a424dd0d947de507de081e39dc7)
2011-06-08Resolves: rhbz#699909 crash in export of .doc in lcl_getFieldIdCaolán McNamara1-11/+15
(cherry picked from commit 65e841076a947bcf115526e609de78e6952332e7)
2011-06-08fdo#32684: Really don't handle the CJK unit by defaultCédric Bosdonnat1-10/+0
Signed-off-by: David Tardon <dtardon@redhat.com>
2011-06-07fdo#37869 re-add missing elements to Elements dialog in MathAndras Timar1-6/+6
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-06-07fdo#38007 fix for a truncated German stringAndras Timar1-1/+1
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2011-06-03Fix one of the crashes in wizards - fdo#36306Jan Holesovsky1-2/+1
This fixes the following problem: - open "File/Wizards/Letter" - select "Formal Personal letter" radio button - press "Finish" button Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2011-06-02Resolves: rhbz#710004 band-aid for immediate crash in IsAlignPossibleCaolán McNamara1-1/+2
(cherry picked from commit d6839fa9aaac82892b5af2bc00c9ad196c9ff4bb)
2011-06-01Made changes to fix sentence delete in bug 34786.jeffrey1-1/+1
Signed-off-by: Noel Power <noel.power@novell.com>
2011-05-27Resolves: rhbz#707317 avoid crash in getRowSpanCaolán McNamara1-4/+3
(cherry picked from commit 23c4f82e9084f8b15f149b074a8ad4ff6a7a4204)
2011-05-26fix for ww8 export of relative hyperlinks: i#115297Cédric Bosdonnat1-4/+11
Actually check that the output URL is relative or absolute. Non mark-only URLs doesn't necessarily reflect absolute URLs!
2011-05-25Resolves: fdo#35937 temp ole docshell on dtor deletes SwDoc on 0 refcountCaolán McNamara1-12/+19
copy of ole objects creates a temp docshell, whose dtor on 0 ref count deletes the SwDoc handle. So add an acquire/release pair. (cherry picked from commit fb5c25294efd2ef9138df61e82cd438ff07f4bf1)
2011-05-25document as a fdo bugCaolán McNamara1-1/+1
2011-05-24fdo#36329: Fix crash reading some documents with fieldsCédric Bosdonnat1-1/+2
The problem came from the unsigned integer positions... Needed to prevent the end position to get -1/max value. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-05-21give more room to style listboxJean-Baptiste Faure1-9/+9
Signed-off-by: Andras Timar <atimar@suse.com>
2011-05-20fdo#37387, reorganized columns dialog to show text direction correctlyCédric Bosdonnat4-75/+38
Signed-off-by: Andras Timar <atimar@suse.com>
2011-05-20compatibility option for old size of small caps (bnc#691473)Luboš Luňák9-4/+53
Version 3.2 had 66 as the small capitals size percentage, later changed to 80 (see e.g. http://openoffice.org/bugzilla/show_bug.cgi?id=1526). This however can destroy layout of old documents that rely on the old size. So for backwards compatibility the old value is used if either the .odt document has an option enabled or does not have the option at all (meaning it's an older .odt document). There's unfortunately a period when the new value was already in effect where this change can break those documents :-/.