summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-06the xlink:type attribute is mandatory, related fdo#79449Markus Mohrhard
Change-Id: I03c4217f786bc10aa915780dc10ea52d94019b6e
2014-12-06that just looks wrong, related fdo#51935Markus Mohrhard
And many more documents. Detected by the new asserts in the document export code. Change-Id: I207ab433b096c3cbaecf1b993595eb36e6553a5e
2014-12-06no need for extern C hereMarkus Mohrhard
Change-Id: I81a2af7aa5a52a0b19d05a64eacf89ed957a9ce8
2014-12-06remove some mozilla env variablesMarkus Mohrhard
Change-Id: Ic0884c2e6a051a7767ac965a7daadfe64537b13d
2014-12-05Fix incorrect adjustment of range references during sort.Kohei Yoshida
... as a result of the introduction of range-based area listeners. With this change, the insertRangeData() function for ucalc no longer needs the additional bGroupListening flag. All tests pass with group listening enabled at all times. Change-Id: I9b9fb9443c727ff62badbd60ec9cd94094eb5a45
2014-12-05Remove unused header include esp when it's an STL header.Kohei Yoshida
Change-Id: I03c93862378ff3bddcf415b2ad3aa183ec5da030
2014-12-06use language-subtag-registry as of 2014-12-03Eike Rathke
per https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry Change-Id: I6e3ca0ff7b8a4608cce3dbc0249ee9ddbf861403
2014-12-05Revert "Broken security/password when saving to older odf (sx?) formats."Michael Stahl
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. Change-Id: I27bdd83f96e46be054f808ff6782ad16ecc90da5
2014-12-05fdo#85112: reportdesign: fix SolarMutex assertionMichael Stahl
A bit tricky, but all of the UNO wrappers for SdrObjects etc. in svx use the SolarMutex for locking, so it's reasonable to expect that reportdesign code also has to lock SolarMutex when it manipulates these. Change-Id: I3cade8f53d7655e249b82673c87238d5a17256cb
2014-12-05desktop: avoid starting with new writer doc if OOO_DISABLE_RECOVERY setMichael Stahl
Better to show the start center, same as when --norestore is given. Change-Id: I726a8b7d227b646180fe16ee9c302a329a7fa36c
2014-12-05this seems to be working too and is less uglyBjoern Michaelsen
Change-Id: I335572eee5e898b55423f6fbabd519e287933fa1
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke
... now that also empty cells are to be broadcasted. Set dirty and broadcast only the effective data range as determined by Sort. This is more a workaround, a cleaner solution would be to refactor the SetDirty() algorithm to iterate only through broadcasters and use AreaBroadcast() to notify area listeners. However, this can also be easily backported to 4-3. Change-Id: I6d68ca0088cec6a8328a3e93364ac928ef69babe
2014-12-05also dont confuse clang on OSXBjoern Michaelsen
Change-Id: I4d80adbd284b7ed8193fa79e4d4abdec3ba60cb2
2014-12-05ugly preliminary hack for keeping ggc 4.6 happyBjoern Michaelsen
Change-Id: I41d605b5acbb54969d6b2cb68f06583983ee0d4b
2014-12-05since touching this: sprinkle in some nullptrBjoern Michaelsen
Change-Id: I8a229e020acddfda2e7c69fc7faf24d1c338c879
2014-12-05removing in callback should be alright, we update the iteratorsBjoern Michaelsen
Change-Id: Iefaee20a603fa3f43a58107ea54e6e3f7a4d344f
2014-12-05trim also empty leading column ranges, fdo#81501 follow-upEike Rathke
Change-Id: Ieaeea85149e4b6d263b112205bb17c155e2d12be
2014-12-05actually use identical code for both byRow and byCol, fdo#81501 follow-upEike Rathke
Change-Id: I982e03a12dd80be0787f22dce4495065775e7de0
2014-12-05Remove unused functionStephan Bergmann
Change-Id: Ibb418bc13e7635e8e4605f5ebc76a5f3f719cb4c
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I4b892790a16892396252467b3f3c31240b2f64e8
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I17d20cce0853a7981cf55f560915c57c8325c122
2014-12-05xmloff: remove pointless branch that does the same as the next oneMichael Stahl
Change-Id: Ib39ec9c045461590767a29ccdd28f39b2a623e88
2014-12-05fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ...Michael Stahl
... if it has start/end, because Writer will become grumpy and crash. Change-Id: I6024051249eeac6ed9e43856fa77db969287f888
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: Ifec8ab79b0ecb4ec16cb9a0cf3b67757b56ab5ad
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: Ib256ed35a9ecb59a07ed31edec9bd8abb31a4610
2014-12-05Fix high memory usage when sorting cells in Calc. (fdo#81501)Supreme Aryal
Empty columns were being unnecessarily included in the sorting range which caused extra allocation. This happens when you select the entire sheet to sort. There was already code to skip empty trailing cells in rows but not to skip empty columns. Change-Id: Ieac22647bb13165cbf66cb1a93f567e5169fff6a Reviewed-on: https://gerrit.libreoffice.org/13294 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I343572353b80eab8e6a2e4dacba0c4880048f380
2014-12-05Factor out SwFrmFmt::dumpAsXml() from SwFrmFmts::dumpAsXml()Miklos Vajna
Change-Id: I494e6cd44087924d4b1f4fb9fcc599040d64390c
2014-12-05loplugin:unusedvariablecheckStephan Bergmann
Change-Id: I48c2421598152b64d40237eb0e917a680a27b643
2014-12-05-Werror,-WshadowStephan Bergmann
Change-Id: Ia03dc71a3d4e4380258e7f8d2ebc3c9f32d83493
2014-12-05Create 2 variants of SortReorderByRow.Kohei Yoshida
One for IsUpdateRefs() true, the other for IsUpdateRefs() false. Change-Id: I2b18e2b8a9770fd9499dd9fc0d26397e67c1e8ae
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I4a53ebf42add80bbac2d6698ac5d2950c0a6a067
2014-12-05Refactor + minor bugfix in conditional formattingRenato Ferreira
Use lookup table to translate between listbox positions and condition modes in the condformat dialog. Use function to get the number of necessary edit fields instead of hard-coded if/switch statements. Fixed minor bug where conditions with no parameter, after created, would cause one edit field to appear when opening the dialog, even though it is not used, and would correctly disappear after selecting the option in the listbox again. Change-Id: I7310674162acc33825233866aac3196905dfe8ab Reviewed-on: https://gerrit.libreoffice.org/13300 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2014-12-05Extract this code block into an own function.Kohei Yoshida
This code block is sufficiently self-contained. Change-Id: I0eb2d3ee8175af60394ff4c408a9c245f77044d8
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: I45e34a9369b31fa284bc0fc0176c7efd81b527d4
2014-12-05fdo#83752: date-time cell becomes text string when editing, zh_CN localeKevin Suo
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>
2014-12-05Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens
This fixes up 45dfbdca6a9afba1a6aef21623ec025ded635a4d Change-Id: I754fec5c94d51cbae69ad1155f57b0bb53788ba5
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen
Change-Id: Ie99906ef2a97617857f5243353e51d8ab4bd6218
2014-12-05use unique() for checks for multiselectionBjoern Michaelsen
Change-Id: I595dea68b67d1a40df7955bee7e6a935b4efdc1c
2014-12-05add unique() functionBjoern Michaelsen
Change-Id: I9866a2725bc74e3afd90eb5c32587beb7f4f6e2a
2014-12-05update testBjoern Michaelsen
Change-Id: Icccf85795d2f46cb5b50150ff553cad647247862
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen
Change-Id: I864c9768ffd84c8cdee986cafd205ef2943c73e5
2014-12-05Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ...Bjoern Michaelsen
... and make them protected. We already have way too many GetNexts in Writer. For now heal this by providing wrappers in the derived classes. This should allow to remove these classes from exposing these one at a time. Change-Id: Iabe3a56e22a4e640e6887aa98decf4e021e627bc
2014-12-05more const correctnessBjoern Michaelsen
Change-Id: I786269210a7906c0d6b74e2cdb32100c8ae07666
2014-12-05stick to code conventions for new codeBjoern Michaelsen
Change-Id: I596733f76a16c01f85d1cae5f130e6ef59fe137a
2014-12-05work towards better constnessBjoern Michaelsen
Change-Id: Ideef73ecd6620f1d1dd283d830e41f567699a5fc
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
Change-Id: If8d2be68a75e69226f2a5a1d2936a257fa032c23
2014-12-05I got the terms 'union' and 'intersection' mixed up.Kohei Yoshida
When I said 'Union' originally, I meant 'Intersection'. Let's fix that. Change-Id: Iaef5035bb1dbb676c63bd17b3650266605104181
2014-12-05fdo#87030: PDF signing using Windows API, work in progressTor Lillqvist
Started writing a Windows version of PDFWriterImpl::finalizeSignature(). The certificate we get from the selection dialog (in xmlsecurity) is from the Windows built-in store anyway, so it is pointless to try to use it with NSS. (See bug for longer discussion.) So far it was pretty straightforward. The WinCrypt API seems clean and easy to use. But for some reason the CryptSignHash() call fails with "Keyset does not exist" (NTE_BAD_KEYSET). What am I missing? Anyway, comitting this now as it does compile and doesn't make things worse. Change-Id: I0941995ad6e22c5487c6e6fe0084d3df0b2341c7
2014-12-05Remove noise SAL_WARNs that were not warnings, just informative messagesTor Lillqvist
SAL_DEBUG is what should be used for stuff like that (and not committed). Change-Id: I08505418bf9b55082e0d7672b85f3f76262dbad0