Age | Commit message (Collapse) | Author |
|
Change-Id: I539f08ed94326d27c9ae8808d006c31d8403cd18
|
|
Change-Id: Iaa340068ed1361e6bc0160ae9c44873c06085abf
|
|
Change-Id: Iaacaa3767398cea4c7850c3a8d186cf3754c4736
|
|
Change-Id: I08c015da8f93b2c32c8c467ee633b4cd5a71a550
|
|
Change-Id: I30263e362a30f9b625d4e87f82c2ad2c403a1882
|
|
Change-Id: I325b4c71507ca64a42d773cd4c66f936dfe09743
|
|
+ tweak files of other modules which needed it
Change-Id: Ibb673eba6609734addd233ac1477698c01b94678
Reviewed-on: https://gerrit.libreoffice.org/19180
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
1) change if/else if/... into switch for readability
2) no need to use a #define for something which appears once
Change-Id: Ia27d1bd07e4ed0761daa90df0f209c3a4c6cb8f0
|
|
from 89d39bc100aabf5dccbe77c0b5c0c85736e85b39
Change-Id: Ia98ffdf9d0ffdb6c5037c9cbe911cb9d2212107c
|
|
Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af
|
|
replaced use of PTR_CAST, IS_TYPE, ISA in
idl, editeng, sc, sd, sw, sfx2, sot, starmath
Change-Id: I4a5bba4fdc4829099618c09b690c83f876a3d653
Reviewed-on: https://gerrit.libreoffice.org/19132
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
|
|
Change-Id: I67ae937470f84ac1d62016d102083b55220dc128
|
|
Happened because LOCK method was not allowed without credentials.
Change-Id: I7b204e67079791a08211410ced4b0b4f015d524a
Reviewed-on: https://gerrit.libreoffice.org/17856
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
|
|
Changes done to the code in sfx2, ucbhelper, ucb, unotools in no particular order
- add method helpers to call the ucb lock/unlock
- add lock/unlock 'real' management
- make DateChange property retrieval working for WebDAV as well
- add check for changed content of a WebDAV file, in order to reload
it correctly when 'Edit Mode' command is activated from GUI
- Unlock WebDAV file while saving only if explicitly enabled
Needed in order to avoid the small window of file unlocked state that
opens while saving a file.
When saving LO actually does as follows:
- unlock the prevoius version of the file
- prepares operations to save the modified version
- lock the new file
- save the new version
- the lock method is enabled if the DAV resource supports it.
In case the lock is not supported, for example example DAV with lock
disabled, the lock method is disabled.
Exception: when the resource is first created and the lock is not
supported: a lock command is sent anyway, because if the resource is not
yet present, there is no method to detect the lock/unlock availability
in this case.
- cppcheck:noExplicitConstructor
Change-Id: I0aa876c4e3364d86e5740977b97f3db9a01e4491
Reviewed-on: https://gerrit.libreoffice.org/17189
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
|
|
Change-Id: I0eacedbb3d96a059278bab0ef98a66ed49b827fc
|
|
Change-Id: If4ae66b8f6aef172c5e616d94f9d804b72d3a774
|
|
Change-Id: If28362f97b36e378c426c3747beaddce6933b771
|
|
Change-Id: Ib96bf8adc3f94fa0b8b306d2a609dd2eea940dd1
Reviewed-on: https://gerrit.libreoffice.org/18974
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: Iea53373ab35bbd0189a6de1cb06ed632178a3e20
Reviewed-on: https://gerrit.libreoffice.org/18975
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: Ibf70cbce0d280ab4686062a4e110c7c9bb54791c
Reviewed-on: https://gerrit.libreoffice.org/18976
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Fixed tdf#94269
Change-Id: I63109cc4e095bad680d7637a065080ea368860ae
Reviewed-on: https://gerrit.libreoffice.org/18851
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I9a8b6679204fd31af012bf7b9840446ef0b35dfa
Reviewed-on: https://gerrit.libreoffice.org/18504
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I1e4c32099ec9741c0cab246eb627a2eb3b933e1a
|
|
Remove makeSequence.
Change-Id: If07dc8702d811111fc634c9c7eb4c9a331517ca5
Reviewed-on: https://gerrit.libreoffice.org/18647
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I59d325c3b051690303a5841907317122fa1ec98b
Reviewed-on: https://gerrit.libreoffice.org/18825
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I53f9965609c04fd2f0b955fd04de8fc953917344
|
|
Change-Id: If3e2b00092440ebd42ae5b73ae2b0e44c3702683
|
|
This is similar to the existing LOK callback, the difference is that the
existing one assumes there is only one SfxViewShell instance at the same
time.
This newer callback is precisely per-view, so model notifications can
invoke all view callbacks, while view notifications can invoke only the
callback of the relevant view.
This is just the framework, all actual client code has to be still
ported over (and then the existing callback can be removed).
Change-Id: I3d8f27740c69fcf6ffbbdce12db2ea088321493d
|
|
Change-Id: I9cf3a4887774657e0e205114688b088fc11c6822
|
|
Just to be consistent, as all other view-related member functions are
there, too.
No real impact, as only the unit test uses this so far, and it always
works with a single document.
Change-Id: I46f1ed8265ab95017986ab45c1b510e961192241
|
|
Also in SfxLokHelper::setView() set the current view shell directly,
GetFocus() in VCL may be a NOP for hidden windows.
With this, the Writer layout dump shows that two Gtk windows can have
different cursor positions correctly.
Change-Id: I81890c1d8ad7972f1194db3d5f2e9d8a39fc2f87
|
|
Allows getting rid of vcl::ITiledRenderable::getCurrentViewShell(),
which would do the same, just not implemented outside Writer.
Change-Id: Id26ceca560fb9002dc2d5c740c411b9c4a149523
|
|
Change-Id: Ic3bce8f01d7e048e853c063c4bce1255845c60d0
|
|
Change-Id: Id9e92593217541b4123e95279019cec3c958056c
|
|
Change-Id: Iabfb0f2a19106dc4a6bdae45f9e85d76c68a973e
|
|
This is meant to be a class that is visible outside sfx2 (so e.g.
desktop can use it later), but has access to various sfx2 internals.
Change-Id: I83204963492b11c1c4a621e86528a64fba27acf3
|
|
Change-Id: I10b050dc4aae45e646761a82520caa96969bc511
Reviewed-on: https://gerrit.libreoffice.org/18700
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I4e91748701becfc92a379a490c08e9c7950007e3
|
|
Change-Id: Ifde84627578283bd057d7393eb7e5578ef5c029a
|
|
Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
|
|
Change-Id: If80d43267ce498f713a318f281e5fe86d787d601
|
|
Change-Id: I8eb0df9a20a748286385fb6c9d4d03c2ad153989
|
|
Change-Id: I8275f9a100e5ed93f44596fe428a39e902c12dfc
|
|
Change-Id: I38996f9ab99efd10dcfabd532cabfbb7691ef357
|
|
Change-Id: I1cd4adb0b9ae24298a3978fdbfa0091e76f65044
|
|
Change-Id: Ied94f9defc1650822b8d09713e3d2f6fa2b8611d
|
|
Change-Id: I2573b42143078c4e72ab201392c69ee296f4974e
|
|
Change-Id: I1956a7b3cf1d6f3757e6586b793d4355e0697ca9
|
|
Change-Id: Ic978fd8f03705c341ecb44685d840a6a240fee2d
|
|
Change-Id: Ie9b937c100b44dd914b55d75530e6b6a5fbe2969
|