With tools::Duration that is now finally easily possible.
Change-Id: Ib22e6f94d321be78578997bef5094284f2bd549b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159378
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
... as an opt-in --with-buildconfig-recorded configure option.
This allows to have the data in the admin console, as implemented in
commit cbfac11330 (Send build config
(configure options) in LOKit version info JSON, 2022-11-07), when
reprobuilds are not required. The default is no build config, which
is compatible with reprobuilds.
This reverts commit 389def8718.
Change-Id: I7f0be489a1c82268d0ca38cb761843c9d432a14b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159344
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
StartCenterThumbnailsHighlightColor and StartCenterThumbnailsHighlightTextColor
removed in favor of StyleSettings.GetHighlightColor and .GetActiveColor
Change-Id: I7005b17f6c48525c791f23ea99b7b68e7a67531b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159286
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Instead of having a separate dialog which does the same.
Change-Id: I3b20920fa1c68593b6787a01592621c7b02fa715
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159209
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
There were 3 problems here:
1) SwDoc::MakeFlyAndMove() declared that inserting fly frames is broken
anyway, so just deleted the whole undo stack. Remove the
DelAllUndoObj() call, so the underlying problem is visible.
2) MoveNodeRange() had a flag to create undo objects, but this flag
wasn't used.
3) The empty text node after the table in the just created fly was
removed using a call to SwNodes::Delete(), which is not undo-aware,
so the table was inserted after the anchor (and not before the anchor)
on undo. Fix this by going via sw::DocumentContentOperationsManager that
knows how to delete while working with the undo.
Do this unconditionally, because the 2 callers of this function is just
SwFEShell::NewFlyFrame() (UI) and SwXFrame::attachToRange() (UNO API,
mostly the DOCX import), probably both want proper undo support.
Change-Id: I50011bf969ff5636c76a8a0b280193ac6d2b90dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159354
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
The
database.GetRows()
dataset.GetRows()
methods return an array of data collected
in a database table or query.
When a column has the type DATE, the transmission
of their values through the Basic-Python bridge
require them to be converted upfront to UNO
DateTime structures.
The later conversion from UNO DateTime to the python
datetime.datetime structure has been added with
this patch.
No impact on Basic scripts.
The documentation does not need to be changed.
Change-Id: I7a6533aff70d2d1402bfc3f057b65a4940148cc4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159348
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
with value begin of type GtkPackType: Could not parse enum: 'begin'
Change-Id: I27d74c4422eb4515c99a2ca834c62ef092ecf641
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159338
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
* Update helpcontent2 from branch 'master'
to 72a81b01ebfa8e040433b6028b2177395d356a09
- Color Bar menu item is not in toolbars
Change-Id: Iddf366cb873ae1c64f01bce5cc00ad525836dc99
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/159342
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
In this way core log can be printed to the browser console.
This may help in understanding if some core event occurs earlier or
later wrt a client event.
Change-Id: I720ef9b149e98ddbc252aa069649019e79ef6cb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158780
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Marco Cecchetti <marco.cecchetti@collabora.com>
(cherry picked from commit d8dc138be7)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159331
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
last mention of it was removed in 2009 by:
commit b88a62cc97
Change-Id: I9ab52b53bbbb77444f26e74c0cc76a78ec4c3c23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159298
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
If the filter background color is selected,
the automatic selection area should include,
the attribute of background cell color too.
Signed-off-by: Henry Castro <hcastro@collabora.com>
Change-Id: I341c602247e7f71e3c9665e1b594177d8f5553b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158991
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
(cherry picked from commit 768433f078)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159238
Tested-by: Jenkins
last mention of it was removed in 2011 by:
commit da0bd7a501
Change-Id: Iac4272025b0c995640a1da0f959cb7447d3c9b56
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158971
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
last mention of it was removed in 2013 by:
commit f67d166b30
Change-Id: I2207ce7a87805bb33bc3e81fd8da792ba033d844
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158976
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
last mention of it was removed in 2015 by:
commit 72699595aa
Change-Id: Iffdce3dfbabb20e92a61a0de83dfb4046ebb7ae6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158977
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>