summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra #endifdistro/collabora/lof-4.3Tor Lillqvist2014-12-151-2/+0
| | | | Change-Id: Idfa956a811d3614e566cbb7fdc0661f053a15c80
* resolved fdo#86809 connect filter conditions correctlyEike Rathke2014-12-151-3/+10
| | | | | | | | | | | | Maybe since 0960ec3e1b7b0d872d1f84d2d56f480a4df08b21 all conditions of a single filter stack were OR connected, regardless whether filter-and was given in the file. Change-Id: Ifb423ccc7deb42bb6bba0bfc810607633f2c342c (cherry picked from commit b500e60b32b5cf8fd61beb7476c2c29e65aee3e4) Reviewed-on: https://gerrit.libreoffice.org/13449 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* fix range input in chart data source dialogMarkus Mohrhard2014-12-151-1/+10
| | | | | | | Change-Id: I9c139c6298d25c7a7072d0d0538f1945518d36f2 Reviewed-on: https://gerrit.libreoffice.org/13402 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#86215 pool new ScPatternAttr if source and destination are different docsEike Rathke2014-12-151-3/+5
| | | | | | | | | | | | (cherry picked from commit d9c15867e914d91a7e86c499ffb6ee62f5b443f6) Conflicts: sc/source/core/data/column4.cxx Change-Id: Icdb68af83a0b208f9a427ee61ae18020c8835a41 Reviewed-on: https://gerrit.libreoffice.org/13428 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: fdo#86931 wrong offsets used to set languageCaolán McNamara2014-12-152-5/+4
| | | | | | | | | | | | | after Chinese conversion. the _aOldSel is the one that has the start and end index set to the end of the replacement text and so the calculation only makes sense on that selection Change-Id: I152067550d7741579bfc6ca026072b16ac7c2dd6 (cherry picked from commit 6d10a42d5b1690b3b1ed81d99a3a1bc9b65c30d9) Reviewed-on: https://gerrit.libreoffice.org/13373 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Resolves: fdo#53460 crashes after casting SwTxtFrm to unrelated SwLayoutFrmCaolán McNamara2014-12-151-9/+8
| | | | | | | | | | | | | | | | | | | | We still can't use ctrl+up to shrink the height of a row that has a table in it, but it doesn't crash anymore. This code presumably isn't truly table-in-table aware and should somehow step "over" the embedded table and not "into" it, which is what I guess it is doing here. (cherry picked from commit 5141f2e0d89a8a10f0009bea40cc5cd15bf4fcc8) Conflicts: sw/source/core/layout/frmtool.cxx Change-Id: I0e4c757c75438a89eb7721de32990f2f21c1ad8b (cherry picked from commit c1a5e49bdb0d6c1533d33520ea7c01a660a5d1f4) Reviewed-on: https://gerrit.libreoffice.org/13412 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Resolves: fdo#87189 don't draw negative canvas sizesCaolán McNamara2014-12-151-1/+1
| | | | | | | | | Change-Id: Ia52bc54084883817ffdd8ade06c3079865d52f70 (cherry picked from commit 6624484a608ed43fdeea1596f254915add671e08) (cherry picked from commit 63a2168a6ea783d2c3824cdde8983dbfad147417) Reviewed-on: https://gerrit.libreoffice.org/13414 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Resolves: fdo#86843 avoid getting deleted before finishing BroadcastCaolán McNamara2014-12-151-0/+5
| | | | | | | | Change-Id: I19181f9e2fbd5f906e6e5d807b1b2483e7881cf0 (cherry picked from commit 19d0950451f909086c3732ce29812c4cda513908) Reviewed-on: https://gerrit.libreoffice.org/13420 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Resolves: fdo#87141 Remove deletes the node, release doesn'tCaolán McNamara2014-12-151-1/+1
| | | | | | | | | | | | | regression from introduction of boost::ptr_vector originally one had to Remove and delete the return to delete it, while now the Remove automatically delete it. This bare Remove to just "release" it seems to have been overlooked Change-Id: I175f7c95862ce47402993e5e3b8feaa93af43e75 (cherry picked from commit efcbb12a27a380a442292f17c7f508555a66d4af) (cherry picked from commit a27bb66382687ce348db5f57a1e64ee6afcb5c43) Reviewed-on: https://gerrit.libreoffice.org/13422 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* fdo#87110: xmloff: don't catch IllegalArgumentException hereMichael Stahl2014-12-152-7/+11
| | | | | | | | | | | | | There are at least 2 callers of InsertTextContent() that have non-trivial catch handlers for this exception, which aren't called now. (regression from bebf8ccfba37f77d6a43c7874249b31736467b17) Change-Id: I085b710dfd5877e9b7e71610951543eddf6a6e46 (cherry picked from commit b86f5530161a417d31e28e75408ee80352fadad7) Reviewed-on: https://gerrit.libreoffice.org/13425 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* xmloff: make the export of the horrible field marks aware of auto-stylesMichael Stahl2014-12-151-96/+105
| | | | | | | | | | | | | When exporting the .DOC bugdoc of fdo#87110 to ODF, the auto-styles export will iterate over the fieldmarks in the page header and add the attributes for them but not export the elements, so the first auto-style gets a bunch of duplicate attributes. Change-Id: I3fcf39f03e3d9ae5fca661efa7eb4bbb3eab9f5c (cherry picked from commit 06f85d41d02ebef76487b230f35f2ec638c46c8b) Reviewed-on: https://gerrit.libreoffice.org/13426 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* update creditsChristian Lohmaier2014-12-151-1318/+1390
| | | | Change-Id: Ic8071c4b9907af1ecc855cafd08b82145e64b960
* fdo#75137: Can't Move Cursor Between Footnotes with Up/Down Arrow KeysTakeshi Abe2014-12-151-1/+1
| | | | | | | | | | | This fixes a regression introduced at 43941d9a5313fcd7fe39a61bd2eace64f7743486. Change-Id: If73883569049f0f3ae8a2d40f6704f74e63eecb2 Reviewed-on: https://gerrit.libreoffice.org/13401 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit dad173d9588e6abc2a465198b7d2881d4629246a) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* don't write extension elements into ODF namespaces, related fdo#45266Markus Mohrhard2014-12-151-6/+6
| | | | | | | | | | | | | | | | We will still import the old elements but only write them into the lo-ext namespace. Also it will only be exported for ODF 1.2 extended. (cherry picked from commit 88d3931d92bc89519acf95f0510f6f2a6ff7c72c) Signed-off-by: Michael Stahl <mstahl@redhat.com> Backpoting the export part of this too since the attributes were added in LO 4.3 so the change has very limited impact. Conflicts: xmloff/source/chart/PropertyMap.hxx Change-Id: I1c41716b8b16e186ec84767b4b3a636d083162b8
* paste from system from the top left of selectionDavid Tardon2014-12-151-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | For example, 1. echo -e "5,6\n7,8" 2. select the lines and copy them to clipboard 3. select an area in Calc, starting from bottom right 4. paste 5. select comma as data separator in the CSV import dialog I think most people would expect the data to appear in the selected area, but currently it would be inserted starting from active cell (which is the bottom right cell of the selection). Reviewed-on: https://gerrit.libreoffice.org/13410 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 781639eb84fc09d0260092238c3f50216f15a3ff) Reviewed-on: https://gerrit.libreoffice.org/13421 Conflicts: sc/source/ui/view/viewfun3.cxx Change-Id: Ief0e05deda18928a832dca2a261f8493ac9a03a9 Reviewed-on: https://gerrit.libreoffice.org/13424 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* fdo#82312 - Excel chart has a wrong sizeNoel Grandin2014-12-151-0/+20
| | | | | | | | | | bug introduced in commit 0c7f35277575fee8594737f5b2842dfac2c6d04f "remove SvStream::operator>> methods" Change-Id: I72a1c05b3a4a3f3a250055775eb2d35b3114406d Reviewed-on: https://gerrit.libreoffice.org/13151 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* import part for: "export to extension namespace instead of odf ..."Markus Mohrhard2014-12-151-0/+5
| | | | | | | | | | | | See master commit a4e4cdcdd7acfe779b2a3b244dd449f136308a93 (cherry picked from commit 40ac1ada98e3e2648daf9d17e520040be2c17911) Signed-off-by: Michael Stahl <mstahl@redhat.com> Conflicts: xmloff/source/style/PageMasterStyleMap.cxx Change-Id: I0b61e05e3b153ba7efe351b18cb705ea6348f546
* add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke2014-12-153-1/+21
| | | | | | | | | | | | | | | | | | | | Undo Sort did not select/mark the original range if it included header row/column. (cherry picked from commit ec1b1af8af7ead149f96c09e16402e66e0973372) Backported with merge conflicts. umm.. row is row and col is col (cherry picked from commit 413a0655adec3e9364bc94afff638a5a9f88560c) 26c62fa1fc97aa0dd4eda1102422e5f012a126eb Change-Id: Ie4c800e7a44fd910c871731673093400c6400e4a Reviewed-on: https://gerrit.libreoffice.org/13379 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* Resolves: fdo#86820 executing toolbar menu entry can destroy menuCaolán McNamara2014-12-151-5/+12
| | | | | | | | Change-Id: Ide0ea8f8ff145d487e409b0091918b59f1f83405 (cherry picked from commit eae0dda3e2eddb55b4e2032136541c15ba87fa09) Reviewed-on: https://gerrit.libreoffice.org/13378 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke2014-12-151-0/+1
| | | | | | | | | | | | | | | | | | | It could happen that during a SetDirty/Notify cycle a formula cell is appended to the formula track but not tracked yet so doesn't end up in the formula tree. If it was deleted then without removing it from the track the cell pointer shortly after was moved into the tree, possibly setting pFormulaTree (and/or pEOFormulaTree) to that cell if it was the last cell, and if immediately after that a new ScFormulaCell was allocated at exactly the same memory location it virtually ended up as a successor of itself in the formula tree ... leading to a crash if pCode was accessed in a subsequent RemoveFromFormulaTree because the cell was assumed to be already in the tree. Change-Id: I9d1885a26b85c2331a084b5f89a2d7373cf2df0f (cherry picked from commit 1e9aa174865cc65b132a8b3e728b8a5adbcd8b90) Reviewed-on: https://gerrit.libreoffice.org/13386 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* Resolves: fdo#87108 crash on saving fodgCaolán McNamara2014-12-151-4/+7
| | | | | | | | | Change-Id: Ib88f0e9b0a3ba229c9e9f6cf20831c16051e3e29 (cherry picked from commit bfd63516c9fd4ec366576f9a0e3c456bc3d530a3) (cherry picked from commit 2b257feba285840dee91e3c3e7ddc112eb8f684e) Reviewed-on: https://gerrit.libreoffice.org/13390 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara2014-12-152-12/+12
| | | | | | | | | Change-Id: I24ef940bcf4b2a7c5f40185f91ee234c844185f8 (cherry picked from commit e5c2fe0412585bc83bd6a99fc37a7c47eb8c3641) (cherry picked from commit a403bddc0fe29f69e3fb2b0c04fd540fa2cec218) Reviewed-on: https://gerrit.libreoffice.org/13389 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* use language-subtag-registry as of 2014-12-03Eike Rathke2014-12-151-2/+2
| | | | | | | | | | | | | | | per https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry (cherry picked from commit 1914146717e75979120ca63b277078edb6ad6f6c) Conflicts: download.lst Change-Id: I6e3ca0ff7b8a4608cce3dbc0249ee9ddbf861403 Reviewed-on: https://gerrit.libreoffice.org/13327 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* we need the SdrPage for deleting the notes, fdo#86166Markus Mohrhard2014-12-153-0/+11
| | | | | | | | | | | The SdrPage that contains the shapes for the note captions is deleted before the notes. Prevent that case by deleting the notes before deleting the SdrPage. Change-Id: I13727cea7df0b033fb386a6a8e20dcadec743335 Reviewed-on: https://gerrit.libreoffice.org/13362 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: rhbz#1164614 xslt dialog crashes if there are no entriesCaolán McNamara2014-12-152-0/+16
| | | | | | | Change-Id: Id7d967389cbc9f8ae120749bbe1c79bbbe46b212 Reviewed-on: https://gerrit.libreoffice.org/13370 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* Resolves: fdo#86662 don't crash on docx loadCaolán McNamara2014-12-151-4/+7
| | | | | | | | | ok in master, so just don't crash in 4-3 series Change-Id: I2dcb7b0434341ff8058bdbdfc065ad08bd0600bc Reviewed-on: https://gerrit.libreoffice.org/13374 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* correct order of xml elements, related fdo#45266Markus Mohrhard2014-12-151-1/+1
| | | | | | | (cherry-picked from a26222f5af55e8ffe9784dd411485d3c5c72e983) Signed-off-by: Michael Stahl <mstahl@redhat.com> Change-Id: I03ea0e5bb064222e50dc08a682091ec3e23bf11d
* import part for "put that attribute into an extension namespace"Markus Mohrhard2014-12-152-0/+6
| | | | | | | See master commit 6f55edf340ea83d02e5ba60d05df868a4a04a2c0 Change-Id: Ie3618e44416a0765877e4b09e41e058d2808cdee Signed-off-by: Michael Stahl <mstahl@redhat.com>
* import part for: "related fdo#45266, don't write extension elements intoMarkus Mohrhard2014-12-151-0/+3
| | | | | | | | | ... ODF namespaces" See master commit 88d3931d92bc89519acf95f0510f6f2a6ff7c72c Change-Id: I8ec31d026f5c6fdc4b7fc573060e7837a337d50b Signed-off-by: Michael Stahl <mstahl@redhat.com>
* fdo#86750 RTF import: fix table of contents linksMiklos Vajna2014-12-153-0/+19
| | | | | | | | | (cherry picked from commit 4517c94000153eab6c034ea548698953dd93f794) Change-Id: I0f3d35a0e64c9ce5646fa63eda317bee42de5540 Reviewed-on: https://gerrit.libreoffice.org/13372 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ...Michael Stahl2014-12-151-15/+34
| | | | | | | | | | | | | | ... if it has start/end, because Writer will become grumpy and crash. (cherry picked from commit 25fd11e78279aef5a6b7656347758e5c67a9c45a) Conflicts: xmloff/source/text/XMLTextMarkImportContext.cxx Change-Id: I6024051249eeac6ed9e43856fa77db969287f888 Reviewed-on: https://gerrit.libreoffice.org/13319 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* remove invalid attribute that is not read anywayMarkus Mohrhard2014-12-153-4/+0
| | | | | | | Change-Id: Id7770ffda49ba7bc0ebc780c67c56b81152213f7 Reviewed-on: https://gerrit.libreoffice.org/13357 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* the xlink:type attribute is mandatory, related fdo#79449Markus Mohrhard2014-12-151-0/+1
| | | | | | | Change-Id: I03c4217f786bc10aa915780dc10ea52d94019b6e Reviewed-on: https://gerrit.libreoffice.org/13356 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#72811: Revert "Broken security/password when saving to older odf (sx?)Michael Stahl2014-12-151-1/+1
| | | | | | | | | | | | | | | | ... formats." This exports ODF 1.1 files as ODF 1.2 packages, which is quite wrong. Since we don't support OOoXML export any more, just revert it. This reverts commit 06b918053fb9cf455cf431ca001a63030092d018. (cherry picked from commit ebfec3517d001f8aa8baaabde7c4af6b01347b95) Change-Id: I27bdd83f96e46be054f808ff6782ad16ecc90da5 Reviewed-on: https://gerrit.libreoffice.org/13325 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* fdo#83752: date-time cell becomes text string when editing, zh_CN localeKevin Suo2014-12-151-1/+1
| | | | | | | | | | | | | | In the locale data xml file, formatindex 47 is used for date-and-time editing. If the format code does not match the defined date/time separators, it will cause the cell value to be treated as string text (rather than a date time value). Change-Id: I75a59d943d832f28a0a6153a17e6f671e5328abd Reviewed-on: https://gerrit.libreoffice.org/13306 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit d00a3722b46314c927ba392a31fe4ff5ebc5c0b5) Reviewed-on: https://gerrit.libreoffice.org/13313
* fdo#65163 reintroduce embedded picture for form componentsLionel Elie Mamane2014-12-151-2/+13
| | | | | | | | | but not for report components (fdo#53001) Change-Id: Ie07e1c2993304d4deb2124e72baa7a326b587918 Reviewed-on: https://gerrit.libreoffice.org/13303 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Revert "coverity#735424 Logically dead code"Lionel Elie Mamane2014-12-151-3/+22
| | | | | | | | | | | | | This reverts commit 1f22e2f954baeec825190ded03510cb6c8069d93. in preparation for fix for fdo#65163 Conflicts: extensions/source/propctrlr/formcomponenthandler.cxx Change-Id: Ifa252ac66724dd3e4b257e3bb6679d9503f8a9db Reviewed-on: https://gerrit.libreoffice.org/13302 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: fdo#85590 'Pick a color' circle location is incorrect when openedCaolán McNamara2014-12-151-0/+1
| | | | | | | | | Change-Id: I18a00d0ab7acc30f4751c0e19cceffefdce90474 (cherry picked from commit 7716d86f46dea72bd0e99f7074f718d558e88f49) (cherry picked from commit 037e65cbdd76dc06593a43adbd72427c8765736c) Reviewed-on: https://gerrit.libreoffice.org/13135 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Only call super-expensive Invalidate on scrollbar togglingCaolán McNamara2014-12-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise even using backspace in an annotated area will cause super slow behaviour as each keystroke causes a full page render This became a problem after commit 0761f81643a6890457e9ef7d913ab5c88c2593a4 Date: Thu Dec 19 18:50:58 2013 +0000 123792: complete annotations on text ranges feature but underlying problem was always there ready to trigger. For this case only render the full page if the state of comments scrollbars *toggles*, i.e. if there wasn't scrollbars and there ends up still with no scrollbars avoid the (bad) hack of invalidating the page (cherry picked from commit 378c74ce290ab772f962db51ff8cba200cb40144) Conflicts: sw/source/uibase/docvw/PostItMgr.cxx Change-Id: Ic7fd432d2317b0f5ad8d8773636f99fe75d660d6 (cherry picked from commit 7e75eab406c5e58e40987ab8a249dbacbb685551) Reviewed-on: https://gerrit.libreoffice.org/13279 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Resolves: fdo#70157 fix crash on loadingCaolán McNamara2014-12-151-3/+7
| | | | | | | | | Change-Id: I0d248a195852c14cd95d4e337823076dd2fbc19d (cherry picked from commit 8302d048653d9ac25d3cb9ab9277df715053ad6a) (cherry picked from commit a757e1b1300dde12fb865c1efd64bfd2bef00e2c) Reviewed-on: https://gerrit.libreoffice.org/13272 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* import @TERM and @CTERM functions from Lotus 1-2-3 files (related: fdo#86241)Andras Timar2014-12-151-6/+34
| | | | | | | | | | | | (cherry picked from commit 70ae5bb4182a99c17da8eb32b36baec3e7a48723) Conflicts: sc/source/filter/lotus/lotform.cxx Change-Id: I864ad87aa0455c323a5235fa1230d3f2ac3ffbb4 Reviewed-on: https://gerrit.libreoffice.org/13105 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* avoid modifying range name references that are not affected, fdo#86518Markus Mohrhard2014-12-151-0/+4
| | | | | | | Change-Id: I0822fb96ebcb30326bcdd88f3900e6e01c85bcf5 Reviewed-on: https://gerrit.libreoffice.org/13239 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* fdo#86762 re-establish listeners to move cell broadcastersEike Rathke2014-12-1511-94/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... for UpdateReferenceOnSort=false (cherry picked from commit 6c2111f17089eb667bf526561d7667d17825e822) Conflicts: sc/source/core/data/table3.cxx fdo#86762 broadcast also empty cells after sort (cherry picked from commit 08793e08c7e9cefe594c49130f782725e386c463) Conflicts: sc/inc/column.hxx sc/source/core/data/column.cxx sc/source/core/data/document.cxx sc/source/core/data/table2.cxx sc/source/ui/docshell/dbdocfun.cxx fdo#86762 re-establish listeners on moved broadcasters ... also in SortReorderByColumn() similar to SortReorderByRow() (cherry picked from commit e119f3883513aeaa49f332362620e955dc8b453f) Conflicts: sc/source/core/data/table3.cxx e275a754c530d6039ed14304900dd71416f36e46 7665dcc90d70fcf3b08bef0adb9ab6aaff1cdcdf Change-Id: Id90288660e317d6e47ee01ee3b5ff9058cfa18df Reviewed-on: https://gerrit.libreoffice.org/13273 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* editeng: fix buildMichael Stahl2014-12-151-2/+2
| | | | Change-Id: I64d50f1b1554f7bbb1aadffd16089be2847b765a
* fdo#68684 export more numbering types correctly into HTMLAndras Timar2014-12-151-4/+14
| | | | | | | | Change-Id: I6f1df02764f271143749ffbaeb4fc988b2f72f26 (cherry picked from commit c3d913724380eb76410dc0c792e9a307bbb24ca7) Reviewed-on: https://gerrit.libreoffice.org/13266 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#85496: editeng: avoid exporting duplicate attributesMichael Stahl2014-12-152-1/+53
| | | | | | | | | | | | | | | | | Since commit 0d57434180db6c8eda8c5b9b704f8a1c18b371df multiple 0-length attributes will be exported by the ODF filter as duplicate attributes. (cherry picked from commit 7a242b463132d67a4a2d6e69319e0da367145cc0) (cherry picked from commit 846b56b6b99e334dfa44f1a24640aa3158509854) This backport takes a different approach from the master fix and simply detects duplicates in EditTextObjectImpl::GetAllSections() which should be safe enough for 4.2.8.2. Change-Id: Iff787c8d2a71bc3082192cc98e3d916badee65dd Reviewed-on: https://gerrit.libreoffice.org/13260 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: fdo#80938 fix SQL view to be editableCaolán McNamara2014-12-152-29/+63
| | | | | | | | | | | | | | | regression from commit d60392fb5b387175dbd2e575848993c02c56922f Author: Caolán McNamara <caolanm@redhat.com> Date: Thu Mar 6 12:05:24 2014 +0000 coverity#706316 help out coverity re tortured logic Change-Id: I2ee7bd3b7421ae46878d1b565ef14dd7b0bbd10e (cherry picked from commit 6269b62b525ec22471db56015ac2daed813ec5ff) Reviewed-on: https://gerrit.libreoffice.org/13244 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* give us a parenStack which can grow to fit any inputCaolán McNamara2014-12-152-2/+8
| | | | | | | | Change-Id: Ic464184fe367da33bf8c4790b82656b140e3cbd0 (cherry picked from commit cced2f6b866877c39afe86f4af18622cb4022bef) Reviewed-on: https://gerrit.libreoffice.org/13217 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* mirror fixes for fdo#78906 and deb#766788 into icuCaolán McNamara2014-12-153-0/+128
| | | | | | | | | | | | | (cherry picked from commit a66451887425ddd9387e2b25d5125916f4a35f83) (cherry picked from commit bff0fe902686d8c126a73e1d2c914f5d65c6ffaf) Conflicts: external/icu/UnpackedTarball_icu.mk Change-Id: I9325bb28eb267b023f628e24fea216ad580759e9 Reviewed-on: https://gerrit.libreoffice.org/13221 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* we need to copy the condition format cell for cell, fdo#86253Markus Mohrhard2014-12-151-2/+5
| | | | | | | Change-Id: Ic090e1b9d13780e7e895a85901d3329cc5703688 Reviewed-on: https://gerrit.libreoffice.org/13197 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>