summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/docprev.cxx
AgeCommit message (Collapse)Author
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
Fraction used BigInt internally for computations, rational does nothing like that. Change-Id: I3e9b25074f979bc291208f7c6362c3c40eb77ff5
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
* Added rational util functions used by Fraction class not available in the boost::rational class. * Replaced usage of Fraction by boost::rational<long> * Removed code that relies on: 1. fraction.IsValid() -- rational only allow valid values, ie denominator() != 0 2. rational.denominator() == 0 -- always false 3. rational.denominator() < 0 -- always false but implementation detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation * Simplified code that relies on: 1. rational.denominator() != 0 -- always true * BUGS EXIST because Fraction allows the creation of invalid values but boost::rational throws the exception boost::bad_rational Change-Id: I84970a4956afb3f91ac0c8f726547466319420f9 Reviewed-on: https://gerrit.libreoffice.org/11551 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-09-30fdo#82577: Handle RegionNoel Grandin
Put the VCL Region class in the vcl namespace. Avoids clash with the X11 Region typedef. Change-Id: I6e008111df7cf37121fbc3eaabd44a8306338291
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-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
Also note that I fixed a bug in SvxFontMenuControl::Notify where the if statement had the check the wrong way around. Change-Id: I611e8929c65818191e36bd80f2b985820ada4411 Reviewed-on: https://gerrit.libreoffice.org/11147 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-06-25remove whitespacesMarkus Mohrhard
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-06-23Convert DLG_ASS to .uiPalenik Mihály
Change-Id: I29ee55654391f24399aea24fc02c49c430c4e839 Reviewed-on: https://gerrit.libreoffice.org/9834 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-10coverity#735616 Division or modulo by float zeroCaolán McNamara
Change-Id: I5aaad2cd80e6930cbca57b4df2bfee3a6989ca41
2014-05-30Revert "cppcheck: zerodiv"Julien Nabet
This reverts commit c46cc5751b5af4ce180fca63f998fe7eb405f93c. See http://nabble.documentfoundation.org/avoiding-cppunit-zerodiv-correction-td4110788.html for more details
2014-05-29cppcheck: zerodivJulien Nabet
Change-Id: I09e1c86bdda301c11700ffe05d4a3d83b7a1104d
2014-04-24sd: sal_Bool->boolNoel Grandin
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
2014-04-04coverity#704743 Unchecked dynamic_castCaolán McNamara
Change-Id: I35067c31c3a083791436eba9690d592f0099d3b5
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-14Drop unnecessary #includeTakeshi Abe
Change-Id: I7518b1014676fda6cfc052e110859cfbf7ca30ad
2014-01-28bool improvementsStephan Bergmann
Change-Id: Icac34936bdb551ad517170fd497212513719d2aa
2014-01-17Window::Notify should return boolStephan Bergmann
Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
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.
2011-11-27remove include of pch header from sdNorbert Thiebaud
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Bjoern Michaelsen
2011-02-08Remove all bogus comments in impress.Guillaume Poussel
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-10-05remove include guards using fixguard.pyPetr Mladek
2010-06-14cws impress190: rebase m82Christian Lippka
2010-05-05#i89450# removed unused codeChristian Lippka
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-04-17#i69530# End show before it is released.Andre Fischer
2008-09-30CWS-TOOLING: integrate CWS sfxnotifyremovalVladimir Glazounov
2008-08-19INTEGRATION: CWS aw033 (1.23.38); FILE MERGEDVladimir Glazounov
2008/05/14 14:50:57 aw 1.23.38.2: RESYNC: (1.23-1.25); FILE MERGED 2008/01/29 10:34:20 aw 1.23.38.1: updated refresh for ActionChanged(), diverse removals
2008-04-10INTEGRATION: CWS changefileheader (1.23.138); FILE MERGEDRüdiger Timm
2008/04/01 15:34:19 thb 1.23.138.3: #i85898# Stripping all external header guards 2008/04/01 12:38:41 thb 1.23.138.2: #i85898# Stripping all external header guards 2008/03/31 13:57:45 rt 1.23.138.1: #i87441# Change license header to LPGL v3.
2008-04-03INTEGRATION: CWS presenterview (1.23.14); FILE MERGEDKurt Zenker
2008/01/09 18:28:22 cl 1.23.14.1: #i15900# slideshow api consolidation
2007-08-17INTEGRATION: CWS impress126 (1.22.106); FILE MERGEDIvo Hinkelmann
2007/08/14 15:16:50 cl 1.22.106.1: #i79891# use correct parent window for slideshow
2007-04-03INTEGRATION: CWS components1 (1.17.148); FILE MERGEDRüdiger Timm
2007/01/25 14:44:38 af 1.17.148.4: RESYNC: (1.19-1.20); FILE MERGED 2006/11/21 16:14:20 af 1.17.148.3: RESYNC: (1.18-1.19); FILE MERGED 2006/09/25 16:59:35 af 1.17.148.2: RESYNC: (1.17-1.18); FILE MERGED 2006/09/15 08:59:40 af 1.17.148.1: #i68075# Added parent window argument to SlideShow constructor.
2007-03-14INTEGRATION: CWS jl57 (1.20.50); FILE MERGEDOliver Bolte
2007/02/08 13:15:02 jl 1.20.50.1: #i73475# build breaks with gcc3
2006-12-12INTEGRATION: CWS sdwarningsbegone (1.18.34); FILE MERGEDKurt Zenker
2006/11/22 15:02:33 cl 1.18.34.2: RESYNC: (1.18-1.19); FILE MERGED 2006/11/22 12:41:46 cl 1.18.34.1: #i69285# warning free code changes for unxlngi6.pro
2006-11-14INTEGRATION: CWS aw024 (1.14.86); FILE MERGEDIvo Hinkelmann
2006/09/21 23:03:44 aw 1.14.86.8: RESYNC: (1.17-1.18); FILE MERGED 2006/02/01 20:36:03 aw 1.14.86.7: adaption to m154 after resync 2006/01/26 19:47:49 aw 1.14.86.6: RESYNC: (1.16-1.17); FILE MERGED 2005/09/17 11:07:09 aw 1.14.86.5: RESYNC: (1.15-1.16); FILE MERGED 2005/05/26 11:24:28 aw 1.14.86.4: #i39531# 2005/05/19 12:11:22 aw 1.14.86.3: #i39529# 2005/05/13 14:26:11 aw 1.14.86.2: RESYNC: (1.14-1.15); FILE MERGED 2005/05/12 16:46:21 aw 1.14.86.1: #i39529#
2006-09-16INTEGRATION: CWS pchfix02 (1.17.196); FILE MERGEDOliver Bolte
2006/09/01 17:36:58 kaib 1.17.196.1: #i68856# Added header markers and pch files
2006-01-16INTEGRATION: CWS impress81 (1.16.90); FILE MERGEDOliver Bolte
2005/12/29 15:11:51 cl 1.16.90.1: #128887# check for existing page
2005-09-09INTEGRATION: CWS ooo19126 (1.15.150); FILE MERGEDRüdiger Timm
2005/09/05 13:21:49 rt 1.15.150.1: #i54170# Change license header: remove SISSL
2005-03-30INTEGRATION: CWS impress40 (1.14.78); FILE MERGEDRüdiger Timm
2005/03/17 11:21:58 cl 1.14.78.1: #i45157# fixed wizard preview
2005-01-21INTEGRATION: CWS impress23 (1.13.8); FILE MERGEDKurt Zenker
2005/01/11 14:48:09 dbo 1.13.8.1: #i39098# making slideshow creation/startShow()/startPreview() more robust
2004-11-26INTEGRATION: CWS presentationengine01 (1.12.12); FILE MERGEDRüdiger Timm
2004/09/30 16:09:40 cl 1.12.12.2: added new preview for wizard 2004/08/25 15:24:04 cl 1.12.12.1: replaced old FuSlideShow with new SlideShow
2004-07-12INTEGRATION: CWS aw013 (1.10.70); FILE MERGEDRüdiger Timm
2004/06/15 16:24:53 aw 1.10.70.2: #117095# 2004/06/11 16:14:39 aw 1.10.70.1: #114389#, #114394#
2004-06-10INTEGRATION: CWS aw011 (1.10.58); FILE MERGEDKurt Zenker
2004/05/28 08:27:07 aw 1.10.58.1: #i29486# Use DoPaintObject instead of SingleObjectPainter in PaintProc recalls. Done that for all simple places, not yet for the more complicated oned. Will be changed when the proc recall mechanism will be changed.
2004-03-30INTEGRATION: CWS interop12 (1.7.92); FILE MERGEDRüdiger Timm
2004/02/13 22:19:25 cl 1.7.92.3: RESYNC: (1.8-1.9); FILE MERGED 2003/12/09 23:27:37 cl 1.7.92.2: RESYNC: (1.7-1.8); FILE MERGED 2003/11/07 09:13:16 cl 1.7.92.1: #i20949# added header&footer support for impress
2004-01-20INTEGRATION: CWS impress1 (1.7.82); FILE MERGEDOliver Bolte
2004/01/09 16:32:07 af 1.7.82.4: #111996# Renamed header files DrawView.hxx, Fader.hxx, and ShowView.hxx back to lowercase version. 2003/11/27 15:08:31 af 1.7.82.3: RESYNC: (1.7-1.8); FILE MERGED 2003/10/01 11:52:13 af 1.7.82.2: #111996# Renamed some include files. 2003/09/17 09:21:46 af 1.7.82.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.
2003-11-24INTEGRATION: CWS aw003 (1.7.28); FILE MERGEDRüdiger Timm
2003/10/07 11:28:07 aw 1.7.28.2: #111097# 2003/07/25 16:18:32 aw 1.7.28.1: #110094# Changed Paint calls on objects to DoPaintObject to identify such cases
2003-05-26INTEGRATION: CWS draw12 (1.6.40); FILE MERGEDVladimir Glazounov
2003/05/16 11:34:15 thb 1.6.40.1: #109058# Disable output, as we only want to record a metafile
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien