Age | Commit message (Collapse) | Author |
|
Change-Id: I4e565d9b5a416e7f4f435c75a715dad09c4e7e26
|
|
Change-Id: Iaf8d1f570b6f343d841327c379d5424ea64cda31
|
|
Change-Id: I9926fa66c99009403e5a4b90e30954f3330bba1c
|
|
Change-Id: I3e99cfd189bae3ed37979dbbb69219b2649a9243
|
|
Change-Id: I975c8c28f00b364f57366ea2847f8bd155c12733
|
|
Change-Id: Ib4ba32315a12a25ed5b9c4df5d6f88ee0400d054
|
|
Change-Id: I3cde11175ea07c6ce0b2828250fc3d942a41066c
|
|
Change-Id: Ic4a9a42bafdc72be3de067b5f47dc98f0250f575
|
|
Change-Id: Ief4e7898cfb8b5ab65e6dba39d04306637b776b4
|
|
Change-Id: I3ad219b1729a7a4b2f3e52cd6ac0243a419bc632
|
|
Change-Id: If95204a7e8e47ef62599da3374b6a2908e495493
|
|
Change-Id: Ifabd5a7851946b3e4109e22e6e9a1ff34575c1e5
|
|
Change-Id: I8a2785e90dae7edacb6dfb3e4362e5fb6a981b0e
|
|
Change-Id: I3562efaab55655bc758fe94090b2b6d05b548098
|
|
Change-Id: Iebd4d28471d85696328cb7772fec0bc793493bf4
|
|
on this and about 30 other documents where the NaN result is cast back to a
long, giving rise to an assert in vcl/source/outdev/map.cxx:391 of
long int ImplLogicToPixel(long int, long int, long int, long int, long int):
Assertion `std::abs(n) < std::numeric_limits<long>::max() / nMapNum / nDPI'
failed.
Change-Id: Ia87e4ee6bbf0f10b7eba513e9a5ba3c42440d181
|
|
Change-Id: I665cde5d4c89443238efb283c86277dedf621197
|
|
So far it's been always disabled, with the exception of the slide preview
extension.
Change-Id: Iaee6fe2d5267c9dfdc31cbf4fb90a9ac0e08e781
|
|
This thing was starting a timer that re-starts itself forever, and when
the file it was watching changed, it would just assume the drawing
objects were still there (and the document, for that matter...)
Change-Id: I35f187f0828097a05618dc1733dce819fc6bffc6
|
|
Change-Id: Ib45cb3167acfd4f409b05a0e1b8d37af36fd6725
Reviewed-on: https://gerrit.libreoffice.org/13900
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
left over from "SVStream operator>> to Write method" conversion
Change-Id: I619eb743d7890d5c70d0a94e51ce263567fa6f3b
|
|
if we didn't make use of them.
Change-Id: Iee1c2fef5966a614b068c832bf8c6b51973b4c8a
|
|
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>
|
|
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
|
|
...at least in CppunitTest_sd_export_tests, the dynamic_cast in
PPTWriterBase::GetStyleSheets (sd/source/filter/eppt/pptx-epptbase.cxx) can
fail, but the resulting reference appears to not be accessed then. So change
from reference to (potentially null) pointer.
Change-Id: Ide49be7bffefa7906e84349642f7c3d0666d414e
|
|
$(call gb_Library__get_name,foo) returns "libmerged" if library foo is merged.
This reverts commit ee567a63fad9e755b11ca28696da35f00ed3b0fc.
Change-Id: I6ab9b7f0b01262a6f9d5a6834a6cffdd6ffc6f8a
|
|
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
|
|
avoids the dread assert in vcl wrt. "detect overflows" in ImplLogicToPixel of
vcl/source/outdev/map.cxx but the whole thing looks a nightmare if a high
precision double is given as an arg to Fraction and the underlying boost foo
uses longs longer than 32bits to represent that.
Change-Id: Ia0fa911cf07ed613e0b1bbd97b63a291f29628cb
|
|
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
|
|
Conflicts:
avmedia/source/framework/modeltools.cxx
basic/source/sbx/sbxbase.cxx
sd/source/filter/eppt/pptx-epptooxml.cxx
svx/qa/unit/svdraw/test_SdrTextObject.cxx
sw/qa/core/uwriter.cxx
sw/source/core/doc/CntntIdxStore.cxx
sw/source/core/doc/DocumentLinksAdministrationManager.cxx
sw/source/core/doc/docnew.cxx
sw/source/core/doc/gctable.cxx
sw/source/core/doc/htmltbl.cxx
sw/source/core/doc/sortopt.cxx
sw/source/core/doc/tblcpy.cxx
sw/source/core/doc/tblrwcl.cxx
sw/source/core/docnode/ndcopy.cxx
sw/source/core/docnode/ndtbl.cxx
sw/source/core/docnode/ndtbl1.cxx
sw/source/core/frmedt/tblsel.cxx
sw/source/core/text/itratr.cxx
sw/source/core/tox/ToxLinkProcessor.cxx
sw/source/filter/xml/xmltble.cxx
Change-Id: Id176d4e052c719c9afdf91ed450de84d8d2bc486
Reviewed-on: https://gerrit.libreoffice.org/13575
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
|
|
Change-Id: I155e45f58974a2b946c4a7703b350bcbfbad342e
|
|
Change-Id: I0d21d9685cdc801f7d6975a752999788c1f132e4
|
|
Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
|
|
This helps de-clutter action button groups and eases visual scanning.
This patch also contains little layout tweaks where needed to separate
the Help button from its neighbors when the dialog is too small.
Change-Id: I56aafdaf2a5351bd7bcb4db693e520fd5c5166ce
Reviewed-on: https://gerrit.libreoffice.org/13427
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
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: Ib9f1d45cef0715dd328a6fc197e532d17ff78487
Reviewed-on: https://gerrit.libreoffice.org/13713
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I82f668ef72e916d2ff11df5cda2a02653999f66f
|
|
Change-Id: I28d5bc9e8ddeb7ef42d608e55a63762657dfbf51
Reviewed-on: https://gerrit.libreoffice.org/13700
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: Id52e58ad74a521f338204d0b4b21f776dc61ba08
Reviewed-on: https://gerrit.libreoffice.org/13678
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I569ec58afa6015d17dfd4c40dcb45eb36ea93b4b
Reviewed-on: https://gerrit.libreoffice.org/13655
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I88dd8b53abaab78cb2a43af96b2cec1108190400
Reviewed-on: https://gerrit.libreoffice.org/13654
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I02616b09be4f8f064964b1ce23f8937878d21744
Reviewed-on: https://gerrit.libreoffice.org/13599
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I87274670fd2c092bd6ea7f7dfb67f9db76865c96
Reviewed-on: https://gerrit.libreoffice.org/13632
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I33e480e756cd5cc88e119b47022646a4db3f4f96
|
|
Change-Id: Iffaca1b822d24247825250044fba3bdc07a051fc
|
|
Change-Id: I6b4b16a8ab4a446826e4b6d2670b1484cb87379a
|
|
When alignment is not specified, it should be set to the
default "left" value just on time, when properties are
pushed to the property set, otherwise uninitialized value
is better.
Change-Id: Ic294c5d7cc477f7515aea1c071ad9b67275c012d
|
|
When theme index is 0, it means it's unset so we should not
apply that.
Change-Id: I62a9cd2a9b4c19f5acffc334d5e8263fe24fc8fd
|