summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-07fdo#45115: sc: fix setting bordersMichael Stahl
Same problem in ScHelperFunctions::GetBorderLine. (cherry picked from commit 697743161a6047902ee880851b23c9aef1bfa392) Signed-off-by: Eike Rathke <erack@redhat.com>
2012-02-07fdo#45115: SwXTextTable: fix setting bordersMichael Stahl
This plus e549f52f16c4a519ed3eddb9c66c19bacc247590 fixes the problem. (cherry picked from commit ef9881001e4ddfa6bfbe7d83f482393bb76d926a) Signed-off-by: Eike Rathke <erack@redhat.com>
2012-02-07fdo#45045 fox context sensitive help for Word Count dialogAndras Timar
(cherry picked from commit 5f261a0db51621fbab37cc0f991bc8c9106dda01) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-02-07fdo#45534: ODF export: fix draw:fit-to-sizeMichael Stahl
In ODF 1.1 and 1.2 this attribute is of type boolean, so only write the new values if the extended format is selected. (regression introduced with e479f47f7d48dbd0d701bf347b6a2d5121ba3d34)
2012-02-07fdo#45450: sc: ODF export: cell styles:Michael Stahl
Only write "style:vertical-justify" and "css3t:text-justify" in ODF extended mode. (regression from 7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6)
2012-02-07fdo#45449: ODF export: frames: invalid "min-width"Michael Stahl
XMLTextParagraphExport::addTextFrameAttributes: delay writing of the fo:min-width and fo:min-height attributes so that they end up at the draw:text-box element, and not at draw:frame where they are invalid. Testing reveals that the ODF import can already handle reading the attributes from the draw:text-box elements, so there doesn't seem to be a backward compatibility problem.
2012-02-07fdo#45446: officecfg: turn off SaveBackwardCompatibleODFMichael Stahl
As detailed in the bug, this option is the reason why LO writes several elements and attributes that are not valid in ODF; the corresponding bugs in the import filters are all fixed in OOo 2.4 or earlier, so there is no reason to risk interoperability problems with other ODF impolementations for this any more.
2012-02-07n#228839 an empty table grid can't have implicit mergesMiklos Vajna
Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
2012-02-07fdo#38745: fix hilariously stupid stack guards:Michael Stahl
The UndoRedoRedlineGuards that SwUndo::{Un,Re}doWithContext wants to put on the stack aren't actually variables, so the destructor gets invoked before the function call that the guard is supposed to protect. Regression from CWS undoapi. (cherry picked from commit 13424b43c25389e303774c3fb2f2beb3e20ceae5) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-02-06fdo#37024: SwView::SwView: fix BROWSE_MODE setting:Michael Stahl
Apparently there is a check in SwDoc::SetAllUniqueFlyNames so that when frames with certain anchor types are in a document, then SetLoaded() is never called. Checking this flag via IsLoaded() here seems unnecessary. This problem was introduced with ebc5777548dea42ed966a16c66d879b1485bbfb4, from CWS swlayoutrefactoring. Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2012-02-06fix postgresql massive-parallel buildLionel Elie Mamane
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-02-06RtfSdrExport::StartShape: replace "75"Michael Stahl
(cherry picked from commit 8411534883e960a8404d24937f813eb20accecdd) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-02-06fdo#42656 fix RTF export of picture frame shape typeMiklos Vajna
(cherry picked from commit 32fa7e9208b2053d2ff7743b88b0c0edacb8a7e7) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-02-06rtf import: Check for the first run even when getting \parCédric Bosdonnat
(cherry picked from commit 1d1f049859e080b403c743f7e0604bd72475a824) Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2012-02-05fix various overlapped controls in the Options dialogIvan Timofeev
Signed-off-by: Andras Timar <atimar@suse.com>
2012-02-03update README section about desktop integration packages on LinuxPetr Mladek
The redhat-menus package has been obsoleted by freedesktop-menus. The freedesktop-menus package should be usable on most other distros these days. Thanks Jean-Baptiste for noticing this. Signed-off-by: Andras Timar <atimar@suse.com>
2012-02-03resolved fdo#42784 BorderLine with only InnerWidth set does not workEike Rathke
(cherry picked from commit 971f826a96f0938bfcfd8dfe26edd50d8e031bb4) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-02-02increase the sleep time of the Mozilla UI ThreadMarkus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-02-02Chose xslt filters for default install, not for minimal thoughFridrich Štrba
Signed-off-by: Andras Timar <atimar@suse.com>
2012-02-01remove glitch in sbase dialogKorrawit Pruegsanusak
Signed-off-by: Andras Timar <atimar@suse.com>
2012-02-01fdo#45453: use integers rather than booleansLionel Elie Mamane
for always-true and always-false tests. Some databases have poor or no support for booleans. Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2012-02-01remove erroneously committed debug codeLionel Elie Mamane
(cherry picked from commit ab2fb9c4f95f13a1579e0ac199a109d082fbe945) Conflicts: connectivity/source/drivers/odbcbase/OStatement.cxx Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-01-31don't delete thread while it is still running, fdo#45401Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-01-31add missed ifeq to check for IA64...Rene Engelhard
2012-01-31build oox with explicit -Os on ia64 as it otherwise gets too big to linkRene Engelhard
2012-01-31add explicit empty SwTblBoxFormula destructor to fix armel build...Rene Engelhard
2012-01-31clone token in ScFormulaResult copy-ctor instead of referringEike Rathke
Replaces commit e2b11f4fd79dce4116badb0ecf6477546ca5d0d4 Prevent excessive references to single token instance during fill. Because if not, we may run out of the 16-bit integer space to store reference count. Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-01-31fdo#44836: Hide all the page breaks of the pages before the first visible oneCédric Bosdonnat
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-01-31Replace literal control characters (thank you Eike !)Julien Nabet
(cherry picked from commit 10bfc4df5335c6cd2ae700df7485668d896998b5) Signed-off-by: Eike Rathke <erack@redhat.com>
2012-01-31fdo#43965 fix RTF import of page break symbolMiklos Vajna
This was unnoticed so far as both Writer and Word output \pagebb instead of \page when exporting page breaks. (cherry-picked from commits 2aa3d43a3746c797391afb1a08c024d512976006 and d1f3018b0e6d0889febcf09a6c95a2ec354137c0) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-01-31Fix fdo#42543: Don't paint a frame around the list of edit boxes.Jan Holesovsky
This conflicts with commit efc6b840a0423099d6c3e0d33c14d34637fbba4c that reorders painting of windows when they overlap; and in this case, the frame image paints over the controls. The sideeffect is that the dialog looks nicer ;-)
2012-01-30fdo#35669: more robust references mergingCédric Bosdonnat
(cherry picked from commit 458d56d9b35f2ecb2eea2589737079390b10ee26) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-01-30fdo#35669: properly merge ref fields in master documentsCédric Bosdonnat
(cherry picked from commit 5e51960dede5015b862df05b7b16f02884647889) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-01-30query remaining stream size after seeking, not before (fdo#45255)Luboš Luňák
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-01-30Make named ranges dialog more consistent, localizable (I+II+III)Stefan Knorr (astron)
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-01-30Removed debug statement.Kohei Yoshida
Signed-off-by: Andras Timar <atimar@suse.com>
2012-01-30updated License documentAndras Timar
added libs and dictionaries which were new to LibreOffice 3.5 Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-01-30use proper sizes for SQL(Get|Set)StmtAttrLionel Elie Mamane
Fixes fdo#34432 (driver smashes our stack) Continuation of commit 9a466d9718cceeb4ace9e3352a173c7b62387eee Author: Lionel Elie Mamane <lionel@mamane.lu> Date: Tue Nov 29 17:49:36 2011 +0100 ODBC: use right integer length to get Statement Options
2012-01-30Avoid accidental linking with GetShortPathNameW from uwinapi.dllFridrich Štrba
Signed-off-by: Noel Power <noel.power@novell.com>
2012-01-30SvxBorderTabPage: the minimal border width is 1 twipMichael Stahl
Signed-off-by: Noel Power <noel.power@novell.com>
2012-01-30svtools: LineListBox: fix handling of "none" styleMichael Stahl
This was erroneously mapped to SOLID, thus effectively preventing the removal of borders via the list box. Signed-off-by: Noel Power <noel.power@novell.com>
2012-01-30use the correct application icon of Writer/Web under WindowsAndras Timar
2012-01-30allow to migrate the shared registrymodifications.xcuPetr Mladek
LO-3.3 and older wrote configuration into many files under user/registry/data. LO-3.4 spped up startup by moving these files into a single /user/registrymodifications.xcu. officecfg/registry/data/org/openoffice/Setup.xcu defines what registry nodes are migrated and what are excluded. Finally, the old migration code detected the name of the .xcu file by the first entry in IncludedNodes. This fix allows to search the data in the single registrymodifications.xcu when available.
2012-01-27fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida
Or else it would partially break formula reference chain. (cherry picked from commit 41e92ab2b7a8fcb7f5738f656bdac47bc0847f29) Signed-off-by: Eike Rathke <erack@redhat.com>
2012-01-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work (cherry picked from commit e9ec6d58b58739ce43ff563fd78c2326e11d1741) Signed-off-by: Michael Stahl <mstahl@redhat.com> Conflicts: sw/source/core/doc/poolfmt.cxx unusedcode.easy
2012-01-27Pick additional cleanups from -3-5-0 branch.Norbert Thiebaud
This cherry-picks the extra cleanups from the UNO type publishing revert. Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
2012-01-27fdo#38542: SvxBorderLine::GuessLinesWidths:Michael Stahl
Importing style:border-line-width="0.002cm 0.088cm 0.141cm" (which older OOo/LO apparently could write) fails, because GuessLinesWidths can't find a matching style (result: standard "double" border, 3 equal width parts). Try to create a custom BorderWidthImpl of type DOUBLE instead, that preserves the individual widths. Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
2012-01-27fdo#38542: sw: ODF import: prevent border width overriding:Michael Stahl
If there is a width in fo:border{,-left,-right,-top,-bottom}, then it should not override the values from style:border-line-width{,-left,-right,-top,-bottom}, which are more specific in case of "double" borders. Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
2012-01-27fdo#38542: sw: ODF import: divide width by 3 for "double" bordersMichael Stahl
The problem is that the width from the fo:border{,-left,-right,-top,-bottom} attributes is effectively tripled for "double" borders. Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
2012-01-27Revert publishing of lots of UNO types.Thorsten Behrens
See issue i#117329 This reverts commit fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c. This reverts commit 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5. This reverts commit 3e396922c2926165d680e8051c3d9247ea4aaf78. This reverts commit 0461d179dddc2caab6315e6f7ec7bb3804dd017a. This reverts commit 0f79c68194206864c993cd0fb01a485d2db2664f. This reverts commit 65162840e329afee6f401f5a91273c2dbd1bbdf8. Conflicts: offapi/com/sun/star/drawing/XSlidePreviewCache.idl offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl offapi/com/sun/star/rendering/FontInfo.idl offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl offapi/com/sun/star/rendering/XColorSpace.idl offapi/com/sun/star/report/XFixedLine.idl offapi/com/sun/star/report/XFixedText.idl offapi/com/sun/star/report/XFormattedField.idl offapi/com/sun/star/report/XFunctionsSupplier.idl offapi/com/sun/star/report/XImageControl.idl offapi/com/sun/star/report/XReportControlFormat.idl offapi/com/sun/star/report/XReportDefinition.idl offapi/com/sun/star/xml/crypto/SEInitializer.idl (cherry picked from commit 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2, plus 00de339c15a048c874bc856e321973df0ea238de "Fixup over-ambitious previous revert: There were actually some useful bits hidden in that mass-publishing of uno api.") Signed-off-by: Stephan Bergmann <sbergman@redhat.com>