Age | Commit message (Collapse) | Author |
|
Conflicts:
chart2/source/view/charttypes/GL3DBarChart.cxx
Change-Id: I1e23329345e00e7d8e1f269c832e84d015824c0a
|
|
...rather than an SfxInt32Item, just as it does everywhere else outside chart2.
At least, running CppunitTest_chart2_export under -fsanitize=undefined
complained about an invalid cast to SvxFrameDirectionItem.
Change-Id: Ia7ea43a00d659de9642f801f390f45b9239d9c32
|
|
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11
KeyCode typedef.
Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
|
|
Change-Id: I41392572692bc219ae18ad89d95fc8be47d6812c
|
|
Change-Id: Ibab89984ec94556ec368653b6db50c6c2e380dec
|
|
Change-Id: I118b7a788ee62f75af8b7669cad285952f0e968a
|
|
and two virtual methods don't need to exist after that
Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc
|
|
Change-Id: Iaef6876ac2838f8727fea21c03a4cdc50683e675
|
|
as TP_WIDTH and TP_HEIGHT are unused now
Change-Id: I06ec7af8c2b3386d76e36284eb56ea1ab6b9ec5d
|
|
Change-Id: Id0c60b43160f2447cfddfd7cf1c06c1becc419e9
Reviewed-on: https://gerrit.libreoffice.org/10784
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
...similar to what has been done for svx/sdtmfitm.hxx in
6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and
68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem."
Change-Id: I6d8b3709d6d55bd6958d38f262141c43779dfdcc
|
|
Found by Lsan.
Returning this or a heap allocated object asks for trouble. Let the
caller handle it and return null instead of this.
Change-Id: I7586e103bef5a8c2727adfe214b052d6962d4467
Reviewed-on: https://gerrit.libreoffice.org/10716
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I7b34e021c9f193643c89f20dc1ba42aad8e065d6
Reviewed-on: https://gerrit.libreoffice.org/10715
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Ic8c7bc873768008537cd52a3fd4b11031b403139
|
|
Change-Id: Ib141413e523cbf73746876f727e9f80dda9f5f7c
|
|
This reverts commit 46cea34638b371570073c0e86f79969753c543ed.
Conflicts:
chart2/source/view/charttypes/GL3DBarChart.cxx
Change-Id: Ia29ea6a95b8b9eb870d14538d0cadaa40472582f
|
|
This reverts commit cbc50c90ad63f0e59b8cf3bbfb6b5b1f61db09b9.
|
|
and while we're at it
- use the enum type all over the place instead of passing around
sal_uInt16
- don't use bitwise logic on enum values
- use enum values instead of numeric constants
Change-Id: I7f24cb4d242e1c00703e7bbcf1a00c18ef1e9fd4
|
|
Change-Id: I394a42bfb761e2f7cf8c3186f5ec412331b5950c
|
|
Set initial status of most of the widgets in .ui file to hidden,
*ResourceGroup::showControls() method will take care of showing
them when appropriate
Change-Id: I19d8df661ea7ee122e06ab854a9eb0a5edf62320
|
|
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
|
|
Change-Id: I18303af0a2898610566233b814e317cd2fe9f6d0
|
|
Change-Id: I952d9dfcffd85aaae49fc1f1eba9ba070900f672
|
|
Change-Id: I8082c51ff82568b8a00f92e5ab20263c017f1265
|
|
Change-Id: Ifc6f876ca9e2ca77b2ab336ea0668697f32d4066
|
|
Change-Id: I35701126963047f3e405a6560a90930de99ed3fa
|
|
Change-Id: I98f5fb22eecb7749e4c86e1ce52965b0c73641ca
|
|
And adjust all that's necessary.
Change-Id: I121e5aa4d117da2e5e6b11e4fd85960a8b3aa727
|
|
Change-Id: I6bc694fcc8f97b308747c097c4fa977d20524377
|
|
Change-Id: I7f500186c2ce485e7f6a857286c14d0a64354c31
|
|
This fixes a crash when this tabpage is one of the tabpages in
data series properties dialog (e.g. 3D column chart)
Change-Id: Iacbc689fb410b30515e433bcf4a96c087047ca73
|
|
Problem after ChartWindow was disabled and enabled
again, OpenGL content was lost.
Two things:
-After setting a new OpenGLWindow the corresponding
IRenderer must be set (x3DWindowProvider->update)
-InitOpenGL() call should not depend on DummyChart, but on
OpenGLWindow (OpenGLContext).
Change-Id: If74e1945de9973d3921ceea1ca6fef39311add7a
|
|
Change-Id: I1e23329345e00e7d8e1f269c832e84d015824c0a
|
|
Doing it the other way round truncates the values
Change-Id: Ieb14c9d1b9dde496eac24737aced7c8da8ce1346
|
|
Change-Id: Ifb4c750f4ddedd27593acde4e93331e74e9d37c4
|
|
Change-Id: I2da9857e4d526b60b3bf50e10ab180c493fb288f
|
|
Change-Id: I05ef3c1ffd4e2179e0142a21abf8a4578718102e
|
|
and
coverity#705361 Mixing enum types
coverity#705362 Mixing enum types
Change-Id: I557d7178277e5d497e3bbab12b75724c05653f57
|
|
Change-Id: I4bdfb074b3cf6fcb49765322308dfa4b9ed67713
|
|
Change-Id: Ie155742ea9fc29b5b1adfa219c0bc6fdd78cb637
|
|
This dialog used to have no OK / Cancel buttons, and the data would get
flushed when the dialog got dismissed. This behavior got lost during the
dialog conversion.
Also, SaveModified() does check whether or not the data table is modified.
No need to call IsModified() before calling SaveModified().
Change-Id: I5cea88cb52127cc5c7c1be67a5a592d87df92d0c
|
|
In fact, doing so would lead to a corrupt internal data table. The
internal data stores category labels separately from the column data, so
there is no reason why we need to offset for category labels here.
Change-Id: I29dd99e53837cba7a1e28d2a1ef39a5384378805
|
|
Change-Id: I994424c98d977c3a8f9138cccc17348de813a9d7
|
|
Change-Id: Id65c5815185cf022171e3523c6ad92545830104c
|
|
Change-Id: Idc0ff4913695ade9543cd30511aff61d24e7c495
|
|
Change-Id: I4f0cfb4b15bc145b7a5c3491a7acbff13999bf5d
|
|
Change-Id: I5c8e1418cc7e01426b67233e48289497a92868d3
|
|
This way we can eliminate those explicit '::chart' qualifications.
Change-Id: I764e0ca57c8e10f7eac47f48a4cabf28d0562113
|
|
Change-Id: Ia880bc03400d4cbf4c3033e01affafccc0a384fb
|
|
Change-Id: Iefc61fdc132a18e73b0136f0248d69ab9e07a5e8
|