Age | Commit message (Collapse) | Author |
|
Change-Id: Ifdc8df1852e29173ee571102aed1c21d5611171b
|
|
Change-Id: I662f51d8d7c88a6c6f7306c344d99841a3102bb4
|
|
This addresses some cppcheck warnings.
Change-Id: I800242bbac3092d2dbaa9098fc6355fe675872e1
Reviewed-on: https://gerrit.libreoffice.org/13906
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
This addresses some cppcheck warnings.
Change-Id: I8c63a767c62b3a666ad445a0a3095d1bb1224f5e
Reviewed-on: https://gerrit.libreoffice.org/13908
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
when you want to find the uses of it
Change-Id: I580c194f0fd200505d3df99089afc0872921a67b
|
|
Change-Id: I4cbb303b395ad60d4935bff55fbaea08f13334a0
Reviewed-on: https://gerrit.libreoffice.org/13867
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
add constructors to Date/DateTime/Time,
that take the css::util counterparts,
to simplify code converting between these type
Change-Id: I4b03da02c63f65b6ec18cb4d6ecc3859bdef1ff7
Reviewed-on: https://gerrit.libreoffice.org/13855
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: Iea164e00262822d571f2c49665165795706a57a4
Reviewed-on: https://gerrit.libreoffice.org/13645
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Id856d8dbf437acb7e528e60b4d1b012102ff0557
|
|
and dump the ones that nothing is listening to
Change-Id: I253ef284df785812a439dd160edba1b07fdbaac4
|
|
and drop DATACHANGED_DATETIME because no-one is using it
Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff
|
|
Change-Id: I7890755f754ee21d2e6db84f169b52bf4737f524
|
|
Change-Id: I7e483efd3aa96c34fb02affa73ee5ffb9840209c
|
|
Change-Id: I01816988eb3c47e60826ff01c1b8402f9f5130e4
|
|
Change-Id: I163bd3f521473c5357c23c3ce4978f984be7b6fe
|
|
$(call gb_Library__get_name,foo) returns "libmerged" if library foo is merged.
This reverts commit ee567a63fad9e755b11ca28696da35f00ed3b0fc.
Change-Id: I6ab9b7f0b01262a6f9d5a6834a6cffdd6ffc6f8a
|
|
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
|
|
see thread starting at
<http://lists.freedesktop.org/archives/libreoffice/2015-January/065706.html>
"CppunitTest_sw_ooxmlsdrexport: division by zero in
chart2/source/controller/chartapiwrapper/LegendWrapper.cxx"
Change-Id: If8fde31dff04d9a223687838df6dd9fe4e57ee8b
|
|
Change-Id: Ic63daa16e6931dd7842faae0d3c83ae0fdeb132f
|
|
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
|
|
Change-Id: If8e7a8da9e0ce04dafd2354f31abc249058784a7
|
|
Change-Id: Ica501fc73e7e5f9dbd30dd9da3f337b2dc7e6f02
|
|
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
|
|
Change-Id: Ice3a44635a1f4ac2c2852c2e73adae4920412d3a
|
|
Change-Id: I9a30d81124da4e4037834caaf41a8f78fd320290
|
|
Change-Id: I0d21d9685cdc801f7d6975a752999788c1f132e4
|
|
Change-Id: I2ed239fa073b5fa8fb56c1af9d4b0bac89acfacf
|
|
Change-Id: Idaa8f07c62b3ba93c27ca5fe286720254baac10d
|
|
Change-Id: Idc4c3e00c748fa94f233f2fc5e7c7e9de3a31a22
|
|
Change-Id: I04aed56c1e32f98f8920530e3ba313765baa1bba
|
|
thanks to wsheets for noticing
Change-Id: Iec4d3fe3e15831c153d4638c577680cd58e0881a
|
|
Stumbled across such redundant visibility re-specifications when looking at the
odd case of cppu_unsatisfied_iquery_msg declared CPPU_DLLPUBLIC in
cppu/source/cppu/cppu_opt.cxx and used in inline code in
include/com/sun/star/uno/Reference.hxx with only a declaration lacking
CPPU_DLLPUBLIC visible, and wondering how that actually works on Windows.
However, this plugin is probably not worth it being run all the time, so
committing it to compilerplugins/clang/store/.
Change-Id: Ibc3c4e7499213de1b419ce7eb85455cb832e1510
|
|
Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
|
|
use C++11s range-based for() loops instead
Conflicts:
sd/source/filter/eppt/pptx-epptooxml.cxx
Change-Id: I0868eb345932c05b7e40b087035da252b99bf0b9
Reviewed-on: https://gerrit.libreoffice.org/13714
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I82f668ef72e916d2ff11df5cda2a02653999f66f
|
|
Change-Id: I6ccf65308b7339768e9e0cc3c0b43fefc926f7e8
|
|
Change-Id: Ia7c5cf07dba7f65ee65dab67a0a32975c8026dce
|
|
This is a Writer-only change because:
1) Calc does not have the changes sidebar yet.
2) The redlines in Calc have more complex descriptions (like 'Deleted
column'), so postponing that for now until I have a good list of the
possible values there so that I can ask for the icons.
Change-Id: I2d9860261d0b690012c3c11cdd97a140f48842bf
|
|
Change-Id: I1fdbe47ed7a6e05d2cf20f4c296bffad4bbc6599
Reviewed-on: https://gerrit.libreoffice.org/13719
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
you can get debug stl this way
Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
|
|
Change-Id: I49192637121441b9a1980350b9bb32cd995d4386
|
|
This is the "old" pre OOo2 fontwork stuff, take the document from #i14297# to
see an example of this old fontwork object and use
tools->customize->add->format->fontwork to enable the fontwork dialog
Change-Id: Ic7151937f8dccd8bfaf146f6a058fc03c49632ae
|
|
This is an epic dialog with lots of moving parts
Change-Id: I4e53580ac5b01f4a717d2fe594a18c8e83b45a6f
|
|
Regression from:
20f8006e21943b08f1f152e4a0359c9ebe4786f2
It's not a good idea to create the arc first in small
resolution and scale it later, because the result won't
be smooth (e.g. in case of flowChartPunchedTape).
Both cloud and flowChartPunchedTape rendered well after
that change. It seems the problem in case of cloud
was with the arc tangent values which should be calculated
based on the ARCANGLETO's original values before scaling.
Change-Id: I0315afd0452108b6539b4b8ba271d1615810d985
|
|
Change-Id: I33df0c65d230ed13a5121555c8cf26a7bd27969a
|
|
Change-Id: Ie5f135e8457ed75146328a388f3b70273bf54ed2
|
|
Change-Id: Id84a241971110a7e4edcf48e13ea8586bcd16e46
|
|
Change-Id: Id3fbaf931bcb08785d76c8404cd77f22440d8de9
|
|
Change-Id: I7c619a07ab0adb4224f0f0f45b65c3d484824666
|
|
Change-Id: I8db4242f083a10bf8753f078002ff8676264b54c
|