summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-09abi#10201 RTF export: fix crash when handling table::BorderLineStyle::NONEMiklos Vajna
Change-Id: I811820c0d550ce24ad2180a8917ef0087968c30b
2013-12-09SearchResults dialog: Use also AlignToCursor when setting cursor.Matúš Kukan
Change-Id: I4c802b5164bc0f0dc11da80c2225f9fc274e227c
2013-12-09fdo#72413: Fix O(n^2) in inserting SearchResults' items.Matúš Kukan
Thanks to moggi, who pointed to this, should be documented somewhere. Change-Id: I96ba2cca930e4b784a825987ea19e4fc9aacb6d6
2013-12-09WaE: C4310: cast truncates constant valueTor Lillqvist
Change-Id: I187382713aa85fa43e674f96e0a8cfb1f7ac0d03
2013-12-09Use OUString::startsWithStephan Bergmann
Change-Id: I703148113f4df43d17500478509a9e2089999bf6
2013-12-09Fix for Column Break if it appears in w:r which is not the first run.Vinaya Mandke
Explicitly ended paragraph when the column break appears in a run (which is not the first run in the paragraph), as Writer adds a column break only for new paragraph. Also the created paragraph must have the same para properties as the earlier one. Hence avoided pushing new para properties if paragraph is split to adjust a col break. Added UT for the same. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/6953 Change-Id: If7d503b7a4bfab31f40ceb0119876e5909252b2f
2013-12-09fdo#40314 Force intercept only for linear/poly trendlinesLaurent Balland-Poirier
Force intercept option is available only for linear and polynomial trendlines Change-Id: I98f551a51b4d1e85924ce23135588a03fabbea35 Reviewed-on: https://gerrit.libreoffice.org/7001 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-12-08fdo#46262 Detect XML files with UTF-8 BOMMaxim Monastirsky
Also convert sal_Char (deprecated) -> char Change-Id: Ibf66f6a9ea751bab96f43671fe95a835c073d9e0 Reviewed-on: https://gerrit.libreoffice.org/6942 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-12-08Improve failure logStephan Bergmann
Change-Id: Icb0f0ec2e4660122d524cf7a7025d1b7f225b4cd
2013-12-08Give each CppunitTest its own UserInstallationStephan Bergmann
Change-Id: I0772c596a3d49e63a728281261db21817fcda156
2013-12-08Remove EmptyNumericField as it looks like it isn't used anymore.Tomaž Vajngerl
Change-Id: I2619aea6543ec19c360b44d8d22e0d7ebca2b658
2013-12-08Name the .pdb files so that WinDbg can consume them.Jan Holesovsky
Change-Id: I62cecfb36dd912a1a736d063761faa445a29f3a7
2013-12-08Revert "Name the .pdb files so that WinDbg can consume them."Jan Holesovsky
Grr, needs more work. This reverts commit 2ca092b7642d609f36951b45d50890b80340988d.
2013-12-08Name the .pdb files so that WinDbg can consume them.Jan Holesovsky
Change-Id: I62cecfb36dd912a1a736d063761faa445a29f3a7
2013-12-08Intermediate work in progress commit on the arm64 C++/UNO bridgeTor Lillqvist
Note that the arm64 code is not even close to "working" yet. Change-Id: I261d09f7e797cded26396ed0d4b8b3021f712ebf
2013-12-08Put local static fucntions into anonymous namespace.Tomaž Vajngerl
Change-Id: Id838860b6d44febe72fe3e51081107d5635e19b8
2013-12-08fdo#39206 Add support for image transformation in SVG ImportSamuel Mehrbrodt
Change-Id: I268599b0c13bbacf5db526fed79453a5443145a5 Reviewed-on: https://gerrit.libreoffice.org/6968 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-12-08unittest for fdo#71434Korrawit Pruegsanusak
Change-Id: I4ef376e048aa0ba37e5c1bc7664e9e8cd3e283b6 Reviewed-on: https://gerrit.libreoffice.org/6985 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-12-08Drop duplicate #includeTakeshi Abe
Change-Id: I05569ef98293445916e8f48e7f06abd795fe9bb5
2013-12-08Updated coreStanislav Horacek
Project: help 5d5a01b22caf3c26d6a0f9e14b531246444c2e35 fix typo in example for TRIM function Change-Id: Id1bb170188f62d8f7d335d0797f2ffe027d16efe Reviewed-on: https://gerrit.libreoffice.org/6976 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2013-12-08fdo#72260: guard against duplicate "name" attributeKorrawit Pruegsanusak
Change-Id: I1ee4b82e04318a50db8bb54bd5c7e00c79177d37 Reviewed-on: https://gerrit.libreoffice.org/6984 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-12-08put comment for the previous patch.Faisal M. Al-Otaibi
Change-Id: Id9cee84530d00d6d2528d038464e885e1286dfe5
2013-12-08XShapeDumper: empty name should not be dumpedKorrawit Pruegsanusak
Change-Id: Ic1ab8840c9e543cebf322de922b01739684789ad
2013-12-08sd/qa/unit: move and rename some files for consistencyKorrawit Pruegsanusak
2013-12-08add vim modelines for drawinglayer/source/dumper/*Korrawit Pruegsanusak
2013-12-08docx: fdo#44029 export the right alignment when locale are RTL.Faisal M. Al-Otaibi
Change-Id: I771eb0d0a90816f0c4cbd66cfcb755f67455bb9b
2013-12-08initial install-package-foo target for partial installsBjoern Michaelsen
Change-Id: I4ee41fdb600cb3a89da387dffe64e6a30192761c
2013-12-08this assert is wrongMarkus Mohrhard
In calc it seems that shapes can have no autostyle. e.g. exporting fdo60469-74405.xlsx to ods Change-Id: Ie0b2888094ba40a89748a070ca2d14f4078da619
2013-12-08fix infinite loop during exportMarkus Mohrhard
Change-Id: I75bfafbc7343aaddbbc5c7433e28b5d4154177dc
2013-12-08fix OOXML validation error with conditional formattingMarkus Mohrhard
Change-Id: I737b3f5bf140a0cf80fac6cae243922882cca018
2013-12-08fix validation error in OOXML chart exportMarkus Mohrhard
Change-Id: I750b33054ea0ee6202c0046a9f3947ab8bf44cd6
2013-12-07don't write this default attributeMarkus Mohrhard
"preserve" is the default value and the OOXML spec sadly does not contain the definition for xml:space. It is only mentioned in the documentation so validation against the schema file fails. Change-Id: I53f804e189dca585fceb4474b96b1b4536d5bde4
2013-12-07fdo#72391 empty formula is "rpt:", not starts with "rpt:"Lionel Elie Mamane
(all?) functions start with rpt: correction of erroneous cleanup wrt to equalsAsciiL Change-Id: I0568ef28a1e677f68016b8593c2b30d0ffba1bb5
2013-12-07fdo#72267 boolean_test is subsumed by general case "foo IS [NOT] bar"Lionel Elie Mamane
Change-Id: Ie9666b1c8878dd26593629b4b64d74b7448f98c1
2013-12-07fdo#40314 Free value of intercept for trend lineLaurent Balland-Poirier
Intercept value field has been changed to FormattedField to support scientific notation and more than 4 digits after decimal point Change-Id: Idb2d27862ddabcdc96a036d93f1f3498cc6327df Reviewed-on: https://gerrit.libreoffice.org/6904 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-12-07Updated coreStanislav Horacek
Project: help 29a6bcaa15745f3707a03b1a34ae1e89ded92749 fdo#72340 replace Netscape by Firefox in HTML compatibility options Change-Id: Id17fe4a769f03722428b7d070c93c9a12e6ce215 Reviewed-on: https://gerrit.libreoffice.org/6969 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-07CID#736170, CID#736171, CID#736172 Out-of-Bounds read/writeJulien Nabet
Let's be sure that nMaxcolorIndex < 256 Change-Id: I349184ad92c8e7b10a90a32e093972bfaee52467 Reviewed-on: https://gerrit.libreoffice.org/6970 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-07unxlng* is no moreDavid Tardon
Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74
2013-12-07fdo#72398 add m4v to allowed movie extsDavid Tardon
Change-Id: I3a0f4cdfc8b229efb65d3aae94de9e1cabd002ec
2013-12-07print bug count in rss query tooDavid Tardon
Change-Id: I9542771fe3caf77757d81641752ab5463ead4deb
2013-12-07put bz URLs into a list to avoid repeated codeDavid Tardon
Change-Id: Iade61f598e1122aae7667de684a68e8164817327
2013-12-07enable more bugzillasDavid Tardon
Change-Id: If77b213deba85d49e1e8d09015fa81aa6df6aa94
2013-12-07try to minimize bugzilla queriesDavid Tardon
This attempts to solve several deficiencies in the script: 1. If the first attachment of a bug is already downloaded, the bug is not checked for newly added attachments (or attachments with newly fixed mimetype). 2. If neither of the eligible attachment(s) of a bug is the first attachment, the bug will be processed (and the attachment downloaded) time and again (because the shortcut is only applied for the first attachment, see 1). But it also ensures that if the script is killed, the download is restarted on the next run. Change-Id: I7f3d1922825bb314f96ec3b1ee2a0ac47604b018
2013-12-07writerfilter: these classes can be privateMiklos Vajna
Change-Id: I838250e41a397320d965690527241d2518746141
2013-12-07writerfilter: remove unused WW8xmi in doctokMiklos Vajna
Change-Id: I61cf2a40f80f27005229b4a06f3c1e32802be4cd
2013-12-07writerfilter: remove unused replacesprmids in doctokMiklos Vajna
Change-Id: I28970c5bd919640bb3b5dd6ac38d93673cce1002
2013-12-07writerfilter: remove unused xmigen in doctokMiklos Vajna
Change-Id: I23110e5ab98068c2e046c6f6539759a1dc6d1191
2013-12-07writerfilter: remove unused WW8PropertySetImpl in doctokMiklos Vajna
Change-Id: I42e7fbc62d455d909f50864371a321058d4ac2ad
2013-12-07correct UTF8 handling for FILTERXML, fdo#72427Markus Mohrhard
Change-Id: Ie0a5824ddbc3e75a1bb22121e620378ad3e0dfde
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida
The code path was assigning one ScDPObject to another via assignment, but we didn't define one. So we were using the compiler generated assignment which only shallow-copies data members, which ultimately caused double-deletion of one of its data members. Change-Id: Ie98d0789e51aebff683dbcc0e533a9a0a87943d5