summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2014-04-25Related: rhbz#1032774 slide restarter should disable auto-exitCaolán McNamara
The scenario is a pps that exits the app when the presentation is complete. But using "switch screens" in the presenter console will stop and restart the presentation. So protect that "stop" against existing by disabling the autoexit and restoring it afterwards Change-Id: Id986ad7e3cfafb8068540fb90d05443f329b554c
2014-04-25coverity#707098 Uncaught exceptionCaolán McNamara
Change-Id: I88e0ddd6de87bf8264e06ee34d6c144f16a7aa60
2014-04-25coverity#707088 Uncaught exceptionCaolán McNamara
Change-Id: Icfc2765f6482082959b4a0b666ec823de686bffe
2014-04-25coverity#737762 Uncaught exceptionCaolán McNamara
Change-Id: Iaa34147326ebcb3a29b922c29c0a1fd6b4a5f515
2014-04-25Related: rhbz#1091111 GetSdrPageView can return NULLCaolán McNamara
Change-Id: I560bf74235728fb39156c32b47dd40f181dada16
2014-04-24Resolves: fdo#60040 crash after undoing master page applicationCaolán McNamara
regression since 839cb94a2bd9dfadb6a7e11a97f0540a78f79b6b Change-Id: Ie7068ecd1655ecae169948dc1e08330dc4200bf9
2014-04-24sd: sal_Bool->boolNoel Grandin
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
2014-04-23huge hrc and src file cleanupThomas Arnhold
* mostly fallout from ui conversion * some completely unused defines from src files * lots of unused HID ids Change-Id: I976561205798db3d06ee139de6223f638e58f47a Reviewed-on: https://gerrit.libreoffice.org/9142 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-04-23fix sd layout unit testAndras Timar
Change-Id: Ica34592788005cc3c96987b1c6c9625dd6359c76
2014-04-23fdo#64047: n#863021: Add set-all language menu.Muthu Subramanian
Problems: * Doesn't reset the spell error markers * Modifies only at object level * Currently has only setting for 'all text' * Maybe provide a current slide only option? Change-Id: I4695423fed3ed9422185b23803eedd12ef434bea
2014-04-23Resolves: #i63399# add to clipboard as URL only when...Armin Le Grand
no fill and no line style, just a simple URL (cherry picked from commit a91b5943b2c971ff1e69f5c2da45b8a647562676) Change-Id: Ic8bd02c81663575355a0ca79e4987b5ef0e4a445
2014-04-22Kill unneeded include.Andrzej Hunt
Added in b042a78d9847753d95560749dab2159d9cfbd7ae , but doesn't actually appear to be used for anything (possibly an accidental debug-output leftover?). Change-Id: If062c40da7164284a8d6538fc8cf8cb0e4719436
2014-04-22remove unused hrc filesThomas Arnhold
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
2014-04-22clean up hrc filesThomas Arnhold
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
2014-04-22clean up hrc filesThomas Arnhold
and remove some unused stuff Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
2014-04-21remove comments why a file gets includedThomas Arnhold
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky
Change-Id: Ib737e0d1b5888986b308aa60d4140f65e4e90243
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
SFX_IMPL_INTERFACE previously looked like a function; where in fact it is several methods defined at once, and only the last one has a body. This is extremely confusing and hard to read; let's kill that nonsense. Change-Id: Ia4ae22eb58b1260c9c827c894f5345693bad49e7
2014-04-18sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky
Change-Id: Iff0ffdb955892117a767e1f31c1f854a93feb560
2014-04-18sfx2: Kill SFX_CHILDWINDOW_CONTEXT_REGISTRATION macro.Jan Holesovsky
Change-Id: Ib94cc5bc33152e53910a50cce878fb69312d0c30
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
Change-Id: Icd56e0cee1ce0283e8a1cbaafc81ecca25469185
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky
Change-Id: Ie68ccbe5874ec7c7e1bb73cb2937e06bb4910cd0
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky
Change-Id: Ic80e9bebba8c7e76a0400769a2f9d75301227194
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist
Unfinished work in progress. Change-Id: I978755d73630b8653b169a53f937c1332799e22e
2014-04-17More generic way to disable avmediaTor Lillqvist
Introduce a configure option --disable-avmedia. For non-desktop, avmedia is always disabled (for now), and for desktop enabled by default. Add AVMEDIA to BUILD_TYPE when enabled. Don't build avmedia when disabled. Add HAVE_FEATURE_AVMEDIA to <config_features.h>. Bypass avmedia-related code when disabled. Change-Id: I919c6e199bff87d9f142d55dff6373f0ed217f39
2014-04-17remove executable bitAndras Timar
Change-Id: I91f6e861f6d0dbea1b57ac73857e0c706b27f681
2014-04-17coverity#1202882 Dereference before null checkCaolán McNamara
Change-Id: Ie61df08c11b687c0b4a3ae212b3f9a6c95171396
2014-04-16Resolves: fdo#76916 'User paths' is missing in tab MotionMotion Paths tabCaolán McNamara
Change-Id: I38deeae3135badde23b9d454d548193af654caab
2014-04-16This is never defined.Jan Holesovsky
Change-Id: If1bbead68fb074cfd01ac045982e20c9c74fe9c2
2014-04-16Counting is hard (thanks to -fsanitize=address for pointing it out)Stephan Bergmann
Change-Id: I665125d61c4bae5cb52b29cfa3af1e3c4b6d4333
2014-04-16coverity#1202951 Uninitialized scalar fieldCaolán McNamara
Change-Id: I309ea6c881ffb6902750ed3cb4fba1c4bc8e6975
2014-04-16coverity#1202952 Uninitialized scalar fieldCaolán McNamara
Change-Id: I83d861fa03afa6e6b6adcd5ca340c28ef8c6cfdf
2014-04-16fdo#77027: ODF import: fix wrong version in check for embedded objectsMichael Stahl
SvXMLImport::LO_4x does not mean 4.0+ any more. (regression from 92cb21ebeda98c5193c50c4cf7ef3d60611c2a52) Change-Id: Ib444762c2d6e4d051e99962eaff1b1ed34af983a
2014-04-15Slideshow: Fix regression related to media animationsZolnai Tamás
Misc effects tab page animations were lost. Regression from 9695f38ca4ab26b40524f2eade98c45f0360131d. Change-Id: I81f7321d7dd87f5b0f6b4acbecbd60241ab1e430
2014-04-15whitespace for include statementsThomas Arnhold
Change-Id: I76bd0ef07a2fa134e948724cecdf539ffe6ccb8a
2014-04-15Remove unused codeStephan Bergmann
Change-Id: Ie16056c7e6716831a0ba61c1f22ded978fb5f3c2
2014-04-15Fix symbol visibilityStephan Bergmann
Change-Id: I3d25b1363ea49dc65a1cae0925504b8c442f6e65
2014-04-15fix hacked bool in SfxDispatcher::SetSlotFilterNoel Grandin
The bEnable flag was being passed an extra value. Make this explicit now using an enum. Change-Id: I292aca44e8592c9f3c1497c24c41140c8c3b5452
2014-04-14update_pchThomas Arnhold
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
Change-Id: I7a2b5970fd0ab2059b5f5b0100a049e04ba54ee3
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-04-14typo: paramter -> parameterThomas Arnhold
2014-04-14typo: foreward -> forwardThomas Arnhold
2014-04-14typo: currenct -> currentThomas Arnhold
2014-04-14typo: artifical -> artificialThomas Arnhold
2014-04-14typo: discret -> discreteThomas Arnhold
2014-04-14typo: attributs -> attributesThomas Arnhold
2014-04-14typo: postion -> positionThomas Arnhold
2014-04-14typo: specfied -> specifiedThomas Arnhold
2014-04-14typo: easyly -> easilyThomas Arnhold