summaryrefslogtreecommitdiff
path: root/svx/source/sdr
AgeCommit message (Collapse)Author
2012-09-25substantially accelerate slides with media on them.Michael Meeks
Don't pre-roll, and re-snapshot the video for every move of the mouse, click, partial re-render etc. Cache that instead on the SdrMediaObj. Remove unused setGraphic method. Change-Id: Id2af2f0bba857078480783dd6a7ee89f9b331b1b
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-14next attempt to fix bug 35079Lennard Wasserthal
Removes the hidden frame. That frame really doesn't seem to be needed, not even for exporting, though. Change-Id: I37285a9dfe46fe9263ba1f767fe69a59226e342a Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net> Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks
Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
2012-08-07drop bogus eof linesThomas Arnhold
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen
Change-Id: I200addfdf551f1b8437b704c481d397c53440dcd
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-24unusedcode: svx: remove unused methodsMatúš Kukan
Change-Id: I50af310bef92f8f36c31b5b4f343639e89c628ac
2012-07-14sprinkle 'explicit' over constructorsDavid Tardon
Change-Id: I5929a480904460a92272d8e1da94ac1e55417ac2
2012-07-11Decrease header files dependenciesMatteo Casalin
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez
Conflicts: sfx2/Library_sfx.mk sfx2/inc/sfx2/sfxcommands.h sfx2/inc/sfx2/sfxsids.hrc sfx2/source/appl/appserv.cxx svtools/Library_svt.mk Change-Id: I4305d81cb5fd6f5192a29f85835c78f31310b0d6
2012-06-29Remove UNO includes commentsThomas Arnhold
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-28Remove avmedia dependency from drawinglayer.Rafael Dominguez
Change-Id: If5c6bacd77783cc58da7fc31043bb9dd5bc4403d
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara
Change-Id: I88de7a942fbc9e0c51a3261236f5203f037d2392
2012-06-13moved createBaseProcessor2DFromOutputDevice to drawinglayer moduleCédric Bosdonnat
Change-Id: Ia1c30f93eb20f88d989987265b1ddbc964deb390
2012-05-19Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I4ebb1027151c3bc34f81fb1e13de6c4c5cfed54d
2012-04-28removed unused definesTakeshi Abe
Change-Id: I892902a8a4c6c01092d53019bc8a1b3f88667a4f
2012-04-28removed dead codeTakeshi Abe
Change-Id: If67f8e981e034890e4fde2280f537fdfff6af0ff
2012-04-25callcatcher: remove freshly unused codeCaolán McNamara
2012-04-23callcatcher: fix up isControlVisibleCaolán McNamara
2012-04-23PATCH: Remove unused code from editingVicente Rafael Estevez Vacas
2012-04-18callcatcher: update listCaolán McNamara
2012-04-12n#717947: Fixed pdf export (of images).Muthu Subramanian
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05Unused code removal.Santiago Martinez
2012-04-02removed duplicate includes in svxTakeshi Abe
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-13Related: fdo#46728 it would help to initialize the reference count I supposeCaolán McNamara
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-02-13Removed unused code.Björgvin Ragnarsson
2012-01-20sal_Bool to bool.Kohei Yoshida
2012-01-11n#734734: Text rotation fixes.Muthu Subramanian
PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself.
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora
2011-12-06impress210: #i50899# clean up fill attributes if fill style changesChristian Lippka ORACLE
# HG changeset patch # User Christian Lippka ORACLE <christian.lippka@oracle.com> # Date 1299270680 -3600 # Node ID 69091b8fc77c9951fcdc52b800a37a92dc70bf84 # Parent 20c5c9384888da33596d864251881e6e46bdd339 impress210: #i50899# clean up fill attributes if fill style changes
2011-12-06impress210: #i105310# set tooltip for items and some refactoringOcke.Janssen@oracle.com
# HG changeset patch # User Ocke.Janssen@oracle.com # Date 1297164555 -3600 # Node ID 902597eed5414555107034f62583c4ccc2cdfd4b # Parent 2f0f385e8b25938777bb9fed6a86a2ff43e0b7cd impress210: #i105310# set tooltip for items and some refactoring
2011-11-27remove include of pch header from svxNorbert Thiebaud
2011-11-24Fixed wrong scaling of the anchor iconsTim Hardeck
The size of the anchor icons, handles and similar were always one pixel too small which resulted in a blurry image.
2011-11-24118414: applied patch, added forcing that SfxItemSet inside ↵alg
AttributeProperties::SetModel * found as LGPLv3-only fix at svn rev 1179654 (http://svn.apache.org/viewvc?view=revision&revision=1179654)
2011-11-18Use new glue-point creation code, makes glue-points visible & themableMichael Meeks
2011-10-18fdo#41935: deadlock in ViewObjectContactOfUnoControlMichael Stahl
Remove the mutex member of ViewObjectContactOfUnoControl_Impl and use the SolarMutex instead, because the current usage of 2 mutexes is just too prone to deadlock.
2011-10-16Some callcatcher cleaningJulien Nabet
2011-09-14callcatcher: remove unused codeCaolán McNamara
2011-09-10Drop unused partsJulien Nabet
2011-09-06Header/Footer: revert objects ghosting to keep writer WYSIWYGCédric Bosdonnat
This reverts commits: * 7d700ecf81c00981df9780da07408192dfa4a4b3 * 523ff0444022c9f435c93140c7c89fa2c657bb50 * f7da7938c53f0ce185760e01e7de91cdf5268078 * 28d1c25092ddefdf90d0554532b7611698b2d18e
2011-08-29valgrind: various unused codeCaolán McNamara
2011-07-31Some cppcheck cleaningJulien Nabet
2011-06-30n#676858: ghost uneditable drawing objectsCédric Bosdonnat