Age | Commit message (Collapse) | Author |
|
Change-Id: I03c4217f786bc10aa915780dc10ea52d94019b6e
|
|
And many more documents. Detected by the new asserts in the document
export code.
Change-Id: I207ab433b096c3cbaecf1b993595eb36e6553a5e
|
|
Change-Id: I81a2af7aa5a52a0b19d05a64eacf89ed957a9ce8
|
|
Change-Id: Ic0884c2e6a051a7767ac965a7daadfe64537b13d
|
|
... 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
|
|
Change-Id: I03c93862378ff3bddcf415b2ad3aa183ec5da030
|
|
per
https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
Change-Id: I6e3ca0ff7b8a4608cce3dbc0249ee9ddbf861403
|
|
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
|
|
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
|
|
Better to show the start center, same as when --norestore is given.
Change-Id: I726a8b7d227b646180fe16ee9c302a329a7fa36c
|
|
Change-Id: I335572eee5e898b55423f6fbabd519e287933fa1
|
|
... 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
|
|
Change-Id: I4d80adbd284b7ed8193fa79e4d4abdec3ba60cb2
|
|
Change-Id: I41d605b5acbb54969d6b2cb68f06583983ee0d4b
|
|
Change-Id: I8a229e020acddfda2e7c69fc7faf24d1c338c879
|
|
Change-Id: Iefaee20a603fa3f43a58107ea54e6e3f7a4d344f
|
|
Change-Id: Ieaeea85149e4b6d263b112205bb17c155e2d12be
|
|
Change-Id: I982e03a12dd80be0787f22dce4495065775e7de0
|
|
Change-Id: Ibb418bc13e7635e8e4605f5ebc76a5f3f719cb4c
|
|
Change-Id: I4b892790a16892396252467b3f3c31240b2f64e8
|
|
Change-Id: I17d20cce0853a7981cf55f560915c57c8325c122
|
|
Change-Id: Ib39ec9c045461590767a29ccdd28f39b2a623e88
|
|
... if it has start/end, because Writer will become grumpy and crash.
Change-Id: I6024051249eeac6ed9e43856fa77db969287f888
|
|
Change-Id: Ifec8ab79b0ecb4ec16cb9a0cf3b67757b56ab5ad
|
|
Change-Id: Ib256ed35a9ecb59a07ed31edec9bd8abb31a4610
|
|
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>
|
|
Change-Id: I343572353b80eab8e6a2e4dacba0c4880048f380
|
|
Change-Id: I494e6cd44087924d4b1f4fb9fcc599040d64390c
|
|
Change-Id: I48c2421598152b64d40237eb0e917a680a27b643
|
|
Change-Id: Ia03dc71a3d4e4380258e7f8d2ebc3c9f32d83493
|
|
One for IsUpdateRefs() true, the other for IsUpdateRefs() false.
Change-Id: I2b18e2b8a9770fd9499dd9fc0d26397e67c1e8ae
|
|
Change-Id: I4a53ebf42add80bbac2d6698ac5d2950c0a6a067
|
|
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>
|
|
This code block is sufficiently self-contained.
Change-Id: I0eb2d3ee8175af60394ff4c408a9c245f77044d8
|
|
Change-Id: I45e34a9369b31fa284bc0fc0176c7efd81b527d4
|
|
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>
|
|
This fixes up 45dfbdca6a9afba1a6aef21623ec025ded635a4d
Change-Id: I754fec5c94d51cbae69ad1155f57b0bb53788ba5
|
|
Change-Id: Ie99906ef2a97617857f5243353e51d8ab4bd6218
|
|
Change-Id: I595dea68b67d1a40df7955bee7e6a935b4efdc1c
|
|
Change-Id: I9866a2725bc74e3afd90eb5c32587beb7f4f6e2a
|
|
Change-Id: Icccf85795d2f46cb5b50150ff553cad647247862
|
|
Change-Id: I864c9768ffd84c8cdee986cafd205ef2943c73e5
|
|
... 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
|
|
Change-Id: I786269210a7906c0d6b74e2cdb32100c8ae07666
|
|
Change-Id: I596733f76a16c01f85d1cae5f130e6ef59fe137a
|
|
Change-Id: Ideef73ecd6620f1d1dd283d830e41f567699a5fc
|
|
Change-Id: If8d2be68a75e69226f2a5a1d2936a257fa032c23
|
|
When I said 'Union' originally, I meant 'Intersection'. Let's fix that.
Change-Id: Iaef5035bb1dbb676c63bd17b3650266605104181
|
|
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
|
|
SAL_DEBUG is what should be used for stuff like that (and not committed).
Change-Id: I08505418bf9b55082e0d7672b85f3f76262dbad0
|