Age | Commit message (Collapse) | Author |
|
Change-Id: I0765649b94b370caf92a29a8ff2224e335196612
|
|
SimpleView had been unused since its inception in
b561e658ebed8cfcfd18dc90bd25de9134341fb3 "INTEGRATION: CWS presenterview."
Change-Id: Ieb3af55c4cfebd24fe229c847f38ca108ae3401e
|
|
Change-Id: Ie8f3502c735cf38e21f2f55f27d384dbe3d8d5ef
|
|
Change-Id: I745ceb72423b120ef42437778e3a5fe05bd7b42b
|
|
Change-Id: I17160893b759f4dee1871e8f6d6525d327cf8cd6
|
|
...the whole ChooserDialogHandler class is unused since before
bdc71b3e4112b5c83a6aec61403981fcdd156138 "remove non-compiled code" removed its
sole, #if'ed out use.
Change-Id: If94db1c98074132952dd204864a478e1e12d455d
|
|
Change-Id: Ibcda8d872ad89a363f71bc4d5aa92b6bae2d2608
|
|
Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
|
|
Use "#pragma GCC diagnostic ignored" instead which does not prevent
generation of dependencies.
Change-Id: Ic9034f20ef71c1ee6e5363b73c831142c2813d20
|
|
Convert code like
aStr.compareToAscii("XXX") == 0
to
aStr.equalsAscii("XXX")
which is both easier to read and faster.
Change-Id: I448abf58f2fa0e7715dba53f8e8825ca0587c83f
|
|
Convert code like:
0 == aStr.compareToAscii("XXX")
to
aStr.equalsAscii("XXX")
which is both clearer and faster.
Change-Id: I2e906d7d38494db38eb292702fadb781b1251e07
|
|
Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
|
|
Change-Id: I5cb8f7fb35121f41aedeff46f50d51d2ee039206
|
|
This also means that this code now gets bounds checked in debug builds.
Change-Id: Id777f85eaee6a737bbcb84625e6e110abe0e0f27
|
|
unify svg:d handling, correct svg:d import for relative sub-polygons in svg
import; changed default for moveto writes for svg:d in ODF to absolute
(cherry picked from commit f15874d8f976f3874bdbcb53429eeefa65c28841)
Conflicts:
basegfx/inc/basegfx/polygon/b2dpolygontools.hxx
basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx
basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx
basegfx/source/polygon/b2dpolypolygontools.cxx
basegfx/source/polygon/b2dsvgpolypolygon.cxx
basegfx/source/polygon/b3dpolypolygontools.cxx
basegfx/source/tools/makefile.mk
basegfx/test/boxclipper.cxx
basegfx/test/clipstate.cxx
basegfx/test/genericclipper.cxx
canvas/source/tools/surfaceproxy.cxx
sdext/source/pdfimport/tree/drawtreevisiting.cxx
sdext/source/pdfimport/tree/writertreevisiting.cxx
xmloff/inc/xexptran.hxx
xmloff/source/draw/XMLImageMapContext.cxx
xmloff/source/draw/XMLImageMapExport.cxx
xmloff/source/draw/shapeexport2.cxx
xmloff/source/draw/shapeexport3.cxx
xmloff/source/draw/xexptran.cxx
xmloff/source/draw/ximp3dobject.cxx
xmloff/source/draw/ximpshap.cxx
xmloff/source/style/MarkerStyle.cxx
xmloff/source/text/XMLTextFrameContext.cxx
xmloff/source/text/txtparae.cxx
Change-Id: I5171b4a3559ea116bea45152e1f2685666463635
|
|
and add them to a couple of appropriate headers
Change-Id: I500765df767319a0a75ea2446f4fec591a34da58
|
|
Change-Id: I20448aebfae86c097413660e9ec836a786507a85
|
|
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
|
|
Change-Id: I78b08f653407c5889e0f24ef6d38e9f9d1817df9
|
|
Change-Id: I3d5daf2ab957eb98c80e936406721a7eb627c436
|
|
They are practically always useless, often misleading or obsolete.
Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
|
|
Change-Id: I4626794f7816ae455a392cdc0acbac42c866fff4
|
|
Change-Id: I7d21f1d67b13fcd83792503e8c72ccf16fbda1ec
Reviewed-on: https://gerrit.libreoffice.org/6247
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
|
|
Since 3eb84bcb4580af50c2ded9f48749384b8455258e which apparently Clang
has no problem with.
Change-Id: I21af4e20dd116705e53d73a968fde478bff142bb
|
|
Change-Id: Ia5095646f01a76258d69df866e3c803f8691915b
|
|
Change-Id: I076307174fdd63b58a8cb9c9690f50dae746c289
|
|
Change-Id: I8be2a1d603afd26de11e737586590ebb7adcbc42
|
|
Change-Id: I88176f00c5fb356d63ecfdd291c006e88606a604
|
|
Change-Id: I06e3134aeef27f13969f6d9d7d81b916bc93e8e2
|
|
...was referenced from removed sdext/source/minimizer/description.xml
Change-Id: I501860640eb899742f7850f626008b930bf8eab4
|
|
Change-Id: Ib2522c943df37c0b299120fcbdb262a74ee5f5f7
|
|
After de-extension-alization of Presentation Minimizer, it is important that its
UNO implementation names are different from the ones used by the extension (in
case the extension ever is installed as shared or per-user). For
com.sun.star.comp.PPPOptimizer it appears to be easiest to not advertise this as
a service at all, but rather instantiate the object directly where used. (For
com.sun.star.comp.PresentationMinimizerImp the necessary renaming had been done
in the previous commit already.)
Change-Id: I954b715f2d434cecf9abd2776b39c4ed3152c5ec
|
|
Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I982e44150fd2909da0571409f16051d79377d7a3
Reviewed-on: https://gerrit.libreoffice.org/6192
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I962b37757dbf3569df73e70ae2d7c666d7cdf43e
|
|
Remove the implication that XCanvas IS-A XBitmapCanvas, i.e. one can
access underlying pixels. That's a preparation for display-list based
canvas implementations, and was a rather silly assumption in the first
place.
Also fixes up all client sites.
Change-Id: I7a3d6f68ef46fe94b23cce7759cc0b8b6ca4dae9
|
|
No idea what the '--path $(gb_Configuration_registry)' parameter was for.
Change-Id: I892e178a62fa2ea971101815ea558f79d32f85ed
|
|
Change-Id: I88a402bf26852e8e216de11d71cbd42edb0aff23
|
|
Change-Id: I0e344a64da4166b99be6887df384224042172454
|
|
Change-Id: If23f88f35e5200cdcc271143d87c8c40b7fd65da
|
|
Change-Id: I393816c526764c21762e5bc19318f862d0f91de5
|
|
Change-Id: I7dba2852a32a1b1c8309b5981e6b535c6dfb1b8c
|
|
Change-Id: I10c52844c6e83f6b88cf736c03d93e710a69432a
Reviewed-on: https://gerrit.libreoffice.org/5705
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Ie1f71ee76af308a6eec9d38e3d629d7d6faf3596
|
|
Compiler plugin to replace with matching number(), boolean() or OUString ctor,
ran it, few manual tweaks, mark as really deprecated.
Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
|
|
Change-Id: I177cc28ec357ec5f88bb1efae1928eb120dcd9f2
|
|
Change-Id: Ic81dd60fadecf72f25792903985f2b387df7a7a0
|
|
Change all instances of hardcoded "program", "share" etc subfolder names to
use those from <config_folders.h> instead. In normal builds, the end result
will not change.
Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
|
|
Change-Id: Ib22428a305d834a635f198f94b7b82088a718893
|
|
Change-Id: I75902afe3040304155d164fd0502a00869e4f9d7
|