History log of /core/svx/source/svdraw/svdopath.cxx (Results 126 – 150 of 549)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 396138a6 19-Aug-2016 Caolán McNamara <caolanm@redhat.com>

Resolves: coverity#705366 Mixing enum types

and

coverity#705367 Mixing enum types
coverity#705371 Mixing enum types
coverity#982694 Mixing enum types
coverity#1027717 Mixing enum types
coverity#137

Resolves: coverity#705366 Mixing enum types

and

coverity#705367 Mixing enum types
coverity#705371 Mixing enum types
coverity#982694 Mixing enum types
coverity#1027717 Mixing enum types
coverity#1371228 Mixing enum types
coverity#1371242 Mixing enum types
coverity#1371280 Mixing enum types
coverity#1371310 Mixing enum types

MapUnit and SfxMapUnit share the same values and
are freely cast from one to the other.

Now that

commit d30a4298bdb5ba53cd1fe659f2b742f218a2e527
Date: Thu Aug 11 15:02:19 2016 +0200

loplugin:unusedenumconstants in package..svtools

removed the SfxMapUnit entries that were directly unused, they
don't match anymore and casting from one to the other is dangerous.

Why there was two of these anyway escapes me, get rid of SfxMapUnit
and just use MapUnit universally

Change-Id: I4db5dcd04b59be2f85b62b728f96c90afe00c57e
Reviewed-on: https://gerrit.libreoffice.org/28234
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>

show more ...


# 178153e8 18-Aug-2016 Noel Grandin <noel@peralex.com>

convert SdrUserCallType to scoped enum

Change-Id: I0121b17242faee4238d82836453cec695f508db0


# eba160af 18-Aug-2016 Noel Grandin <noel@peralex.com>

convert SdrCreateCmd to scoped enum

Change-Id: I8772032dee25c790314384750b8c7277c4879318


Revision tags: cp-5.1-4
# 36d02d78 16-Aug-2016 Noel Grandin <noel@peralex.com>

convert XPolyFlags to scoped enum

Change-Id: Ic2a6fad90a0f8c8516469db240ec9910824c1286


Revision tags: cp-5.1-3, libreoffice-5.2.0.4, libreoffice-5.1.5.2, cp-5.1-2, cp-5.1-1, cp-5.0-40
# 4391d400 27-Jun-2016 Noel Grandin <noel@peralex.com>

loplugin:singlevalfields in svx

Change-Id: I7a2d11e1343f6382c3556c4536fc8ae40e210b74
Reviewed-on: https://gerrit.libreoffice.org/26710
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grand

loplugin:singlevalfields in svx

Change-Id: I7a2d11e1343f6382c3556c4536fc8ae40e210b74
Reviewed-on: https://gerrit.libreoffice.org/26710
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

show more ...


Revision tags: COOL_1.0.1, cp-5.0-39
# ab10f9fc 11-Jun-2016 Noel Grandin <noelgrandin@gmail.com>

convert DBG_ASSERT(false, to SAL_WARN(

Change-Id: I400d728c5d99228c5ca52e369037395b4da2af5c
Reviewed-on: https://gerrit.libreoffice.org/26187
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noe

convert DBG_ASSERT(false, to SAL_WARN(

Change-Id: I400d728c5d99228c5ca52e369037395b4da2af5c
Reviewed-on: https://gerrit.libreoffice.org/26187
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

show more ...


Revision tags: cp-5.1-branch-point, COOL_1.0, cp-5.0-38, cp-5.0-37, cp-5.0-36, libreoffice-5-2-branch-point, cp-5.0-35
# 87598461 11-May-2016 Noel Grandin <noel@peralex.com>

clang-tidy modernize-loop-convert in svx

Change-Id: I09e5243e5dff46ceccef1a707e648ee9cb0c37c5
Reviewed-on: https://gerrit.libreoffice.org/24875
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: N

clang-tidy modernize-loop-convert in svx

Change-Id: I09e5243e5dff46ceccef1a707e648ee9cb0c37c5
Reviewed-on: https://gerrit.libreoffice.org/24875
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

show more ...


# 14cd5182 10-May-2016 Stephan Bergmann <sbergman@redhat.com>

Replace fallthrough comments with new SAL_FALLTHROUGH macro

...which (in LIBO_INTERNAL_ONLY) for Clang expands to [[clang::fallthrough]] in
preparation of enabling -Wimplicit-fallthrough. (This is

Replace fallthrough comments with new SAL_FALLTHROUGH macro

...which (in LIBO_INTERNAL_ONLY) for Clang expands to [[clang::fallthrough]] in
preparation of enabling -Wimplicit-fallthrough. (This is only relevant for
C++11, as neither C nor old C++ has a way to annotate intended fallthroughs.)

Could use BOOST_FALLTHROUGH instead of introducing our own SAL_FALLTHROUGH, but
that would require adding back in dependencies on boost_headers to many
libraries where we carefully removed any remaining Boost dependencies only
recently. (At least make SAL_FALLTHROUGH strictly LIBO_INTERNAL_ONLY, so its
future evolution will not have any impact on the stable URE interface.) C++17
will have a proper [[fallthroug]], eventually removing the need for a macro
altogether.

Change-Id: I342a7610a107db7d7a344ea9cbddfd9714d7e9ca

show more ...


Revision tags: cp-4.4-13, cp-5.0-34, cp-5.0-33, cp-5.0-32, cp-5.0-31, cp-5.0-30
# e5dd156a 06-Apr-2016 Noel Grandin <noel@peralex.com>

loplugin:constantparam

Change-Id: Ie690088d7a7d568703afd22f544628fc8012a7e1


Revision tags: cp-5.0-28, cp-5.0-27
# c2375706 16-Mar-2016 Noel Grandin <noel@peralex.com>

loplugin:constantparam in svx

Change-Id: I50fa7e4c7525d2f8107a11d8203957a47680eb80
Reviewed-on: https://gerrit.libreoffice.org/23303
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin

loplugin:constantparam in svx

Change-Id: I50fa7e4c7525d2f8107a11d8203957a47680eb80
Reviewed-on: https://gerrit.libreoffice.org/23303
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>

show more ...


Revision tags: cp-4.3-12, cp-5.0-26, cp-4.4-11, cp-5.0-25, cp-5.0-24
# a238b1f8 09-Feb-2016 Chris Sherlock <chris.sherlock79@gmail.com>

Remove excess newlines

A ridiculously fast way of doing this is:

for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \
--exclude-dir=workdir --exclude-dir=instdir '^
{3,}' .)
do
perl -0777 -i

Remove excess newlines

A ridiculously fast way of doing this is:

for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \
--exclude-dir=workdir --exclude-dir=instdir '^
{3,}' .)
do
perl -0777 -i -pe 's/^
{3,}/

/gm' $i
done

Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c
Reviewed-on: https://gerrit.libreoffice.org/22224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>

show more ...


Revision tags: cp-5.0-23, cp-5.0-22, cp-5.0-21
# dcff9db3 30-Jan-2016 Miklos Vajna <vmiklos@collabora.co.uk>

svx: PntAnz -> PointCount

Change-Id: I56ccaf5a78071a132c172e3946514624afe9dd80


Revision tags: cp-5.0-20, cp-5.0-19, cp-5.0-18, cp-5.0-17
# d6318214 13-Jan-2016 Noel Grandin <noel@peralex.com>

loplugin:unusedmethods unused return value in svx

Change-Id: I15a87da20487ce031c6aab2f3df0b18fd3e4c249


# 8fd9020b 11-Jan-2016 Miklos Vajna <vmiklos@collabora.co.uk>

svx: SdrDragStat::GetPointAnz() -> GetPointCount()

Change-Id: Ib8728408a81c655c36b46a8483970c38e9a40bc4


Revision tags: cp-5.0-16, cp-5.0-14, cp-5.0-13, cp-5.0-12, libreoffice-5.1.0.0.beta2, cp-5.0-11, libreoffice-5-1-branch-point, cp-5.0-10
# d7801c39 11-Nov-2015 Ashod Nakashian <ashodnakashian@yahoo.com>

Namespace cleanup and disambiguation

Change-Id: Ib6d2f8b4e71436c3a7c26bdfc9847152ebaf0739
Reviewed-on: https://gerrit.libreoffice.org/19900
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolá

Namespace cleanup and disambiguation

Change-Id: Ib6d2f8b4e71436c3a7c26bdfc9847152ebaf0739
Reviewed-on: https://gerrit.libreoffice.org/19900
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>

show more ...


Revision tags: cp-5.0-9
# fa91dd31 07-Nov-2015 Oliver Specht <oliver.specht@cib.de>

5th step to remove tools/rtti.hxx

tools/rtti.hxx removed
completed the interface of some Sdr.* Items
and removed pseudo items

Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a
Reviewed-on: http

5th step to remove tools/rtti.hxx

tools/rtti.hxx removed
completed the interface of some Sdr.* Items
and removed pseudo items

Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a
Reviewed-on: https://gerrit.libreoffice.org/19837
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>

show more ...


# 6cd7bf20 10-Nov-2015 Stephan Bergmann <sbergman@redhat.com>

loplugin:nullptr (automatic rewrite)

Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5


Revision tags: cp-5.0-8, cp-5.0-7, cp-4.4-10
# fb499c00 07-Oct-2015 Stephan Bergmann <sbergman@redhat.com>

clang-analyzer-deadcode.DeadStores

Change-Id: I9f495d748c2fe47fe5a91db21f44725fc00a7ed1


# 8737001f 07-Oct-2015 Stephan Bergmann <sbergman@redhat.com>

clang-analyzer-deadcode.DeadStores

Change-Id: I6ddee7ee5f54388dae6f001d9fb9fbdb4012e11d


Revision tags: cp-4.4-9, cp-4.2-30
# 85f93697 29-Sep-2015 Oliver Specht <oliver.specht@cib.de>

tdf#94559: third step to remove rtti.hxx

replaced use of PTR_CAST, IS_TYPE, ISA in
oox, reportdesign, svl, svtools, svx, tools

Change-Id: I1f85ff92267a0668eba625fa61b4f07feb8f3d4e
Reviewed-on: http

tdf#94559: third step to remove rtti.hxx

replaced use of PTR_CAST, IS_TYPE, ISA in
oox, reportdesign, svl, svtools, svx, tools

Change-Id: I1f85ff92267a0668eba625fa61b4f07feb8f3d4e
Reviewed-on: https://gerrit.libreoffice.org/19002
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>

show more ...


Revision tags: cp-4.3-11, cp-4.4-8, cp-4.4-2, cp-4.3-10, cp-4.3-9, cp-4.4-1, cp-5.0-branch-point, cp-4.3-8
# e0b2e6e3 28-May-2015 Noel Grandin <noel@peralex.com>

loplugin:loopvartoosmall

Change-Id: Icbe68b31d4ab04ca3cd9f572e3598413946a75c7


# afe5672f 27-May-2015 Caolán McNamara <caolanm@redhat.com>

cppcheck: noExplicitConstructor

Change-Id: I27c24d3284a8e0678fc5c041426b4a7e71cbd363


# e9291943 20-May-2015 Noel Grandin <noel@peralex.com>

convert POINTER constants to scoped enum

Change-Id: Iea29ce5fd6c620535197d3ca8538335078430e19
Reviewed-on: https://gerrit.libreoffice.org/15825
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Test

convert POINTER constants to scoped enum

Change-Id: Iea29ce5fd6c620535197d3ca8538335078430e19
Reviewed-on: https://gerrit.libreoffice.org/15825
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>

show more ...


Revision tags: libreoffice-5-0-branch-point
# 9672e6c8 11-May-2015 Stephan Bergmann <sbergman@redhat.com>

loplugin:cstylecast: nop between pointer types of exactly same spelling

Change-Id: I76a990da8aba9b62b3925d9632150930656e510f


Revision tags: cp-4.3-6
# 79ed057b 14-Apr-2015 Noel Grandin <noel@peralex.com>

loplugin:staticmethods

Change-Id: I6207b475127099872c6f3764331006688129b673


12345678910>>...22