Age | Commit message (Collapse) | Author |
|
Project: help a1c39441d6fbdce0cb60542884c03b671b7a448f
tdf#80586 (part) help page for Personalization
This patch is a partial fix for tdf#80586 and provides an entry page for
Tools - Options - LibreOffice - Personalization
I left a warning that the page need further work.
Change-Id: I68b5eb454db128db1fb44d5e7a5da2f46c807ab1
Reviewed-on: https://gerrit.libreoffice.org/17250
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Change-Id: I3104a661b7c00851f6e444eb6899483bfc9c7417
|
|
Change-Id: I849be173c01973767bad522db8491ffd0dd2d0c7
|
|
Change-Id: I0d97689ec299dfb4e6400eee40d85b5abea1ab11
|
|
this leaves whatever magic gtk3 under wayland is doing on the toplevel
alone so the window can be resized and the title bar responds to
clicks as expected
Change-Id: I9952cb719f3148660e17951b4f66a2525e11a6df
|
|
Change-Id: Ic78aa62baaa4260645a80ffb6704103440339595
|
|
So {=FORMULA(B1:B3)} works instead of giving an array of #N/A.
Change-Id: I044a7032b3f79987ab70c03d25baee26f05063f8
|
|
This patch should not go in without a test!!
This reverts commit ae5ff039f697016a9c04b8f99c24f4e620ce4c65.
|
|
min and max were initiated as aValuesX[0] which could be NaN
Change-Id: I0246913dcf427e59fd354321eeffa7c08c41c08d
Reviewed-on: https://gerrit.libreoffice.org/16345
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
|
|
With this, when the user select an other page in the print preview
window, the selection rectangle is no longer painted directly.
Change-Id: I85f1cb9d09c8545222ed49ff0acf819540d10920
|
|
i.e. the document doesn't have that property. Use CONV_A1_XL_A1
pseudoconvention for interpreting INDIRECT in such case
Change-Id: If9bac9053029b4b8f79d3ac7ac0759adbb25803f
Reviewed-on: https://gerrit.libreoffice.org/17311
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I5ef6e76d00e5b034109f5b3a0cabfd7b7fa798bc
|
|
With this, the print preview window does not paint the selection
rectangle on opening anymore.
Change-Id: Ie4d24dfc4d64c74b22dcd1476778f4eac6f4cd13
|
|
Alternating rows in SvTreeListBox is not work correctly when insert, expand
or collapse. Now is work properly and set in Expert Configuration dialog.
Change-Id: I58b53ae59fa7f8d9de769342a0e1bad55de18f20
Reviewed-on: https://gerrit.libreoffice.org/17310
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
and reopen them when we need their data.
That way we don't have as many open files as substreams in the
package, so we don't run out of file handles
Change-Id: Ic124e275abf15f4578c77ee271d185f40cb844b1
Reviewed-on: https://gerrit.libreoffice.org/17289
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I59e03895f8676bd7f91e8aaf4994e4f4b8231773
|
|
Avoids crashing with empty context stacks.
Change-Id: I0ee8b457fdbb19b55f5c15876b7253680cde6e23
|
|
Change-Id: I2bf8e7550181aa91e08e5aec84d1972c850ddd4a
|
|
Change-Id: I81a784ab506d0d3ae266d7341b8ff7a163dcd8d2
|
|
This reverts commit 69632c9c3291a7bb9d465495943aa1dbe12c5af2.
Change-Id: I4704c30ade878b9e62ac829b03648f301534b51c
Reviewed-on: https://gerrit.libreoffice.org/16986
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I6564f151e1ebce95fc7cef0a46d470003a377839
|
|
Change-Id: I85f4ddb5b3c441b0fc18e3d255dded7456b69ddd
|
|
which fills the toplevel window, rather than directly to the toplevel window.
It makes no difference for X, but for wayland the window decorations are part
of the toplevel window, dropping down a level means we don't draw out menu bar
under the window decoration space
Change-Id: Icec400efacd16b5d901107c13b6fa90c59cad0e6
|
|
The problem was that when inserting a post-it comment, the Paint() is
triggered for SwEditWin, which then shares a RenderContext with its
children, and at the end paints the buffer to the vcl::Window of
SwEditWin. When painting this buffer, the contents of SwAnnotationWin
was missing, as the parent SwEditWin was not allowed to paint on that
area. No explicit clipping is set at the OutputDevice level, but
vcl::Window::ImplClipChildren() still calculates a clip region based on
the child windows for the underlying SalGraphics, and that prevented
SwEditWin to paint its buffer fully.
Fix the problem by explicitly disabling this clipping for
SwAnnotationWin in its ctor in the rendercontext case.
Change-Id: I5eb47c20070057a79297d91242624fc2057e2dfb
|
|
Change-Id: Ie88293e847a3f9a49d34166a1518ba8fe31577b8
|
|
Change-Id: Ibab48696036d0e7d23c87f11e1e800782dddb366
|
|
instead of hard to understand bitmasking
Change-Id: I5f694285af87223b8ccaa50031cbb3c09924e1a8
|
|
Change-Id: I4d49ebec2867e4c53661c20b277bfdbf4fd222a2
|
|
Change-Id: Ic9a1f2f0cef25baaf8b97db4989dc536a5da89f7
|
|
Change-Id: I57ef70345ffd4cce10499df9e2567c28074709d8
|
|
Change-Id: If5090c330e12d6e537766bf4a9be0a2360381a7a
Reviewed-on: https://gerrit.libreoffice.org/17312
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: If945bafe2f230bf1ede9a12782b6a487b7b08099
|
|
Change-Id: If140a8c9680ac30f5d26f0a034b8a7c7dea4bf64
|
|
Change-Id: Idb3257d1c106821a6e86182bca79c1aff8bfaea3
|
|
Change-Id: Ia53c9e3f6a4bcaab5e68fbbff6d2ec8cfe5cd702
|
|
Change-Id: I8c5e9e155a1854a670961fa67aa2aa6944604177
|
|
Change-Id: If6ded1c2f2b056ce864589649b08ed19a73dc5dd
|
|
While opening folders in SvtFileView using doubleclick,
sometimes GtkSalFrame::gestureLongPress method is
executed with a null frame pointer and LO crashes.
I noticed this only with remote dirs, probably this
bug occurs only when the doubleclick handler routine
takes a lot of time.
Change-Id: I432046994b3e1662bd7e499681bd20e9696b2d52
|
|
Change-Id: I1c8ca1a509c9187687079d86f0e637b26490a7a3
|
|
Change-Id: I7ce281ea4e2d5c5c9fc0b2b3f315defc14364df3
|
|
Change-Id: I0c9384644cf5aabf83512c341d3ffff5d4847f36
|
|
Change-Id: I8cefc8f755234cb4b63ca3a414402469df0394e1
|
|
Change-Id: I9503f5beaa8b5a6afc213747a691265acd5903f7
|
|
Change-Id: I3c0786f8fb20df368cc7c03e35deba51d7ebbecd
|
|
Change-Id: I55a32eef4a5eb3b9f57cf6d1b8f3cba5a9a14c55
|
|
Change-Id: Ic66517cd65c28bd7e62e38796cf8580ed31305f7
|
|
Change-Id: I8a3ae75a64ffcc4879af3e3591b3b433cee1678d
|
|
Change-Id: Ibc8f951dc3281b0b1d0f4b6783af0dbe2fb75da0
|
|
Change-Id: If5956b61dec2f00f9233e8f4906bdb9b6f22571d
|
|
Change-Id: Iacf9213d833a0a3c2d951c667108a5e2538f4215
|