summaryrefslogtreecommitdiff
path: root/sd/source/core/CustomAnimationEffect.cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-11/+11
Change-Id: Ie16923d17541e84e0d7424fffe37caf410786abf
2014-04-24sd: sal_Bool->boolNoel Grandin1-10/+10
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
2014-04-16coverity#1202951 Uninitialized scalar fieldCaolán McNamara1-5/+6
Change-Id: I309ea6c881ffb6902750ed3cb4fba1c4bc8e6975
2014-04-16coverity#1202952 Uninitialized scalar fieldCaolán McNamara1-4/+6
Change-Id: I83d861fa03afa6e6b6adcd5ca340c28ef8c6cfdf
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-6/+0
Change-Id: I7a2b5970fd0ab2059b5f5b0100a049e04ba54ee3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26Remove visual noise from sdAlexander Wilms1-243/+1
Change-Id: I0957cabd66ddc4e25c7e6ff54ec2a555eda0792c Reviewed-on: https://gerrit.libreoffice.org/8306 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23Remove unneccessary commentsAlexander Wilms1-117/+117
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand1-2/+2
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
2013-09-26typo fixes in commentsAndras Timar1-2/+2
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-05-23Resolves: #i119951# Animation effect still exist after the shape groupedZhe Wang1-8/+0
(cherry picked from commit 164d3096008c529462adc06099795fe037c0d2a7) Change-Id: I29956f976e7ac38a9d06d973bb2b3d2d06e1e341
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-44/+30
Also create a Clang compiler plugin to detect such cases. Change-Id: I61ad1a1d6b1c017eeb51f226d2dde0e9bb7f1752 Reviewed-on: https://gerrit.libreoffice.org/4001 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-05-07Up-cast conversion constructor for css::uno::ReferenceStephan Bergmann1-1/+1
Based on a previous patch by Noel Grandin, <https://gerrit.libreoffice.org/#/c/3613/>, and borrowing from boost::is_base_and_derived (see comment in include/com/sun/star/uno/Reference.h) to avoid including Boost headers in URE headers. Change-Id: Iade5af144dd73ef03bd7d96000134c7a66a5e591 Reviewed-on: https://gerrit.libreoffice.org/3699 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-04-25fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-23/+10
Change-Id: I1dcfee9fa0fdc4457754396ffb52cc8462f3906a
2013-04-25fdo#46808, Convert animations::AnimateMotion to new styleNoel Grandin1-17/+17
The service already existed, it just needed an IDL file Change-Id: I30cfa80fee436ed859d5bc00d1cb23e465c7e149
2013-04-25fdo#46808, Convert animations::Command to new styleNoel Grandin1-2/+3
The service already existed, just needed an IDL file Change-Id: I5e6449522ce77c36df1857213bd028336c3354bf
2013-04-25fdo#46808, Convert animations::Audio and IterateContainer to new styleNoel Grandin1-5/+7
The services already existed, they just needed IDL files Change-Id: I4e3389abb2cb0e41c9bab112cda2a7e896eb271d
2013-04-25fdo#46808, Convert animations::AnimateColor and AnimateSet to new styleNoel Grandin1-14/+9
The services already existed, just needed IDL files Change-Id: Ifc1980160b8472bc9bf96a36ca4bff2c4153a8b1
2013-04-25fdo#46808 Convert animations::ParallelTimeContainer to new styleNoel Grandin1-5/+9
Change-Id: Iac6337828c807a132e561b5e9017a708be2e9729
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+3
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-02-28fdo#39468: Translate German comments in sd/source/core/Stefan Knorr1-30/+30
Change-Id: I91af80438dff2aead6bf32cecd3caa97e05c9a65 Reviewed-on: https://gerrit.libreoffice.org/2461 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
And some fallout. Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
2013-02-12fdo#46808, Adapt animations::SequenceTimeContainer UNO service to new styleNoel Grandin1-30/+27
The service already existed, it just did not have an IDL file Change-Id: I9698830f9c01936a12669ee950e2b231f303c2f8
2012-11-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by Armin Le-Grand #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles... http://svn.apache.org/viewvc?view=revision&revision=1293316 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 Patches contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1172128 http://svn.apache.org/viewvc?view=revision&revision=1172133 Patch contributed by Ariel Constenla-Haile i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu - CWS contextmenu1 http://svn.apache.org/viewvc?view=revision&revision=1182915 Patch contributed by Zhang Jian Fang #118876#, Add check if the OutlinerParaObject is created successfully http://svn.apache.org/viewvc?view=revision&revision=1243381 restore a re-based rdbedit.
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin1-45/+41
Note that I found a pre-existing bug in linguistic/source/gciterator.cxx but I was not able to fix it, because doing so appears to expose bugs elsewhere! Change-Id: I17fb9108d98a98d0ae13fe5a8e043d2db5b27a6a
2012-07-15Bug fix: now repeated animations and begin=’after effect ‘ works ↵Marco Cecchetti1-1/+12
properly together. Modified the CustomAnimationEffect class in order to take into account the repeatCount attribute value when computing the node effect absolute duration.
2012-07-05Related: fdo#51247 bandaid to not crashCaolán McNamara1-0/+5
Change-Id: I1f98a6a1e5ede6fcd9a3570788969edcb251384b
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-9/+9
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
2012-05-09Fix fdo#43619 Animating only 2nd level paragraphs hides 1st levelStephan Bergmann1-7/+10
2012-04-15More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot1-22/+22
/sd/../core
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-5/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-11/+11
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-01-10Fix for fdo43460 Part XXXI getLength() to isEmpty()Olivier Hallot1-2/+2
Part XXXI Modules sd
2011-12-25catch exception by constant referenceTakeshi Abe1-46/+23
2011-12-06impress210: #i41995# using view contact to get bound rect for old path ↵Christian Lippka ORACLE1-2/+15
animation import # HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1301475461 -7200 # Node ID d87b5924442237c58b243d83012f655ce59c312d # Parent c6dff567a9e0ee383071e53c64e3f5a06a186015 impress210: #i41995# using view contact to get bound rect for old path animation import
2011-12-06impress210: #i41995# fixed import of path animation from sxi filesChristian Lippka ORACLE1-0/+1
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299691949 -3600 # Node ID 8edc33ef50a3b6ebbc4e88d574b6b1ba57b1dbaa # Parent 0b9b11216b0d3401f8824542dd5f2794eb141035 impress210: #i41995# fixed import of path animation from sxi files
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan1-2/+2
2011-11-27remove include of pch header from sdNorbert Thiebaud1-2/+0
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-33/+33
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-11/+11
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2010-12-02Cleanup commented code in impressKayo Hamid1-40/+0
Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
2010-11-26cppcheck: use prefix variantCaolán McNamara1-7/+7
2010-11-01Use RTL_CONSTASCII_USTRINGPARAM macroGert Faller1-1/+1
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-06-14cws impress190: rebase m82Christian Lippka1-9/+0
2010-05-05#i89450# removed unused codeChristian Lippka1-9/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)