summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/present.cxx
AgeCommit message (Collapse)Author
2014-10-01fdo#82577: Handle TimeNoel Grandin
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-23fdo#82577: Handle WindowNoel Grandin
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-06-25remove whitespacesMarkus Mohrhard
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-04-24sd: sal_Bool->boolNoel Grandin
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
ListBox and related now handle up to sal_Int32 elements correctly. sal_Int32 instead of sal_Size or size_t because of UNO and a11y API. Also disentangled some of the mess of SvTreeList and other containers regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures. Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a Reviewed-on: https://gerrit.libreoffice.org/8460 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-01-28bool improvementsStephan Bergmann
Change-Id: Icac34936bdb551ad517170fd497212513719d2aa
2013-08-21String->OUStringIvan Timofeev
Change-Id: Ifb3a2f8ef959baec38fe0168a9e88e85da0d9744
2013-07-19fdo#67045 - cleanup slideshow / screen string usage for 4.2.Michael Meeks
Change-Id: If71567e2b6c6cfed8860677254d60fce60f63e14
2013-07-18fdo#67045 - fix several nasty screen selection issues with presenter console.Michael Meeks
Also add the ability to select the external screen (whatever it is) to the configuration dialog. Change-Id: Id2d157eafff0031d7ae9fa2140d7022ae4a0cc6b
2013-05-31Remove RTL_CONSTASCII_(U)STRINGPARAM (sd)Chr. Rossmanith
Change-Id: I179208d5ffe94e95719c7c6d0ea4eb354141531a Reviewed-on: https://gerrit.libreoffice.org/4107 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
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-03-22No (more?) reason for SD_DLLIMPLEMENTATION in Library_sduiStephan Bergmann
In practice, all of the .cxx of that library (except for a handful of newly introduced ones that had failed to follow the cargo cult) undefined it first thing before including anything else, anyway. IIRC, this was a quirk with the old build system, that had dutifully been carried across. Change-Id: I7642c21af48e15b14f245bbbf3d38fdd365c3c89
2013-03-14we can now move the a11y relationships into the .uiCaolán McNamara
Change-Id: I73109b04a86096f2025947a1f1f383ae69d355ed
2013-03-14converted sd/source/ui/dlg/present.src to .uiKrisztian Pinter
Change-Id: I92ab3ab57146524c1c70e6503261989df86dc22d Reviewed-on: https://gerrit.libreoffice.org/2732 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-07comment translation and cleanup of files in sd/source/ui/dlg/Urs Fässler
Change-Id: Ief58723557fa0840b3a10258ca347cf219593264
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
I ran the following code replace: s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/ Change-Id: I7c047cf1c90632bddc23ed49f9455d745ac8688e Reviewed-on: https://gerrit.libreoffice.org/2282 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-12-13fdo#46808, remove awt::DisplayAccess service.Noel Grandin
This service was never documented in an IDL file. All it did was provide a wrapper around some VCL module API. Now that we can link the VCL stuff into SD and SDEXT, just access the API directly. Change-Id: Ic0ba34c2bca797baa7319878d98cfe3a4ec59d4d
2012-11-28Make all-screen presentation work again.Thorsten Behrens
Change-Id: I6b276690043c202f82d5bf7e955b0534a3f9f6b1
2012-11-28Fix a warningThorsten Behrens
Change-Id: I4921c437a6a410e67ea937029b53a1df93e48674
2012-11-28re-base on ALv2 code. Includes:Michael Meeks
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-11-28impress211: #i110990# Fixed 64bit compiler problem.Andre Fische
2012-11-28impress211: #i110990# Fixed remaining problems with display ids and indices.Andre Fische
Conflicts: sd/source/ui/dlg/present.cxx
2012-11-28impress211: fix some warnings, typesPhilipp Lohmann [pl]
2012-11-28impress211: #i110990# Fixed slide show spanning multiple displays on Windows.Andre Fische
Conflicts: sd/source/ui/dlg/present.cxx sd/source/ui/slideshow/slideshow.cxx
2012-08-13Convert from tools/list.hxx to tools/contnr.hxxNoel Grandin
Most places don't need to include tools/list.hxx Change-Id: Ib2415fbbf92b039a77e1f5c21856f03de60262d4
2012-08-08STL'ify CustomShowListNoel Grandin
Create SdCustomShowList class to replace usage of tools/list.hxx Change-Id: I0e57e29c8ee9ac8d693fee0edb084ded5286c141
2012-08-08Remove usage of list.hxxNoel Grandin
Change-Id: I5815bdc2ef0d7eff15d518f6d66e913e31592d83
2012-05-30sdext: cleanup presenter screen handling pwrt. namingMichael Meeks
Change-Id: I9400ca0a704cfdeb7f333be704ec5690bedcf0c6
2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks
2011-11-27remove include of pch header from sdNorbert Thiebaud
2011-06-23Replace List with std::vector<String>.Rafael Dominguez
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-01-20accfixes: added more accessibility information and fixed tab orders in ↵Malte Timmermann [mt]
multiple dialogs (sd module)
2011-01-17removetooltypes01: #i112600# Remove tools types from sdCarsten Driesner
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer
2008-04-10INTEGRATION: CWS changefileheader (1.11.24); FILE MERGEDRüdiger Timm
2008/04/01 15:34:21 thb 1.11.24.3: #i85898# Stripping all external header guards 2008/04/01 12:38:42 thb 1.11.24.2: #i85898# Stripping all external header guards 2008/03/31 13:57:48 rt 1.11.24.1: #i87441# Change license header to LPGL v3.
2008-03-07INTEGRATION: CWS placeholders_DEV300 (1.9.36); FILE MERGEDKurt Zenker
2007/06/18 09:54:51 ihi 1.9.36.2: RESYNC: (1.9-1.10); FILE MERGED 2006/11/27 11:54:58 aw 1.9.36.1: i58585# changed %N, %O, %a, %z and %s to %1...%n accordingly
2006-12-12INTEGRATION: CWS sdwarningsbegone (1.9.16); FILE MERGEDKurt Zenker
2006/11/27 13:47:58 cl 1.9.16.2: #i69285# warning free code changes for sd project 2006/11/22 12:41:47 cl 1.9.16.1: #i69285# warning free code changes for unxlngi6.pro
2006-10-06INTEGRATION: CWS impresshydra (1.6.246); FILE MERGEDKurt Zenker
2006/09/20 10:57:56 cl 1.6.246.9: RESYNC: (1.7-1.8); FILE MERGED 2006/09/20 07:35:49 cl 1.6.246.8: #i12719# added support for multi monitors 2006/09/18 12:02:39 cl 1.6.246.7: #i12719# updated code to latest spec for multi display 2006/09/04 14:26:53 cl 1.6.246.6: #i67721# fixed display spanning 2006/09/01 11:50:00 cl 1.6.246.5: #i12719# added support for span displays 2006/08/28 12:24:56 cl 1.6.246.4: RESYNC: (1.6-1.7); FILE MERGED 2006/07/20 13:23:39 cl 1.6.246.3: #i12719# added support for multi monitors 2006/07/19 15:44:38 cl 1.6.246.2: #i12719# added support for multi monitors 2006/07/18 07:58:04 cl 1.6.246.1: #i12719# added support for multi monitors
2006-09-16INTEGRATION: CWS pchfix02 (1.7.40); FILE MERGEDOliver Bolte
2006/09/01 17:37:01 kaib 1.7.40.1: #i68856# Added header markers and pch files
2006-07-10INTEGRATION: CWS impress98 (1.6.232); FILE MERGEDOliver Bolte
2006/06/23 15:49:28 cl 1.6.232.1: #i635# made mouse as pen not dependend on mouse visible
2005-09-09INTEGRATION: CWS ooo19126 (1.5.374); FILE MERGEDRüdiger Timm
2005/09/05 13:21:58 rt 1.5.374.1: #i54170# Change license header: remove SISSL
2004-08-23INTEGRATION: CWS tune03 (1.4.354); FILE MERGEDRüdiger Timm
2004/08/08 12:54:08 mhu 1.4.354.1: #i29979# Added SD_DLLPUBLIC/PRIVATE (see sddllapi.h) to exported symbols/classes.