summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fucopy.cxx
AgeCommit message (Collapse)Author
2015-11-115th step to remove tools/rtti.hxxOliver Specht
tools/rtti.hxx removed completed the interface of some Sdr.* Items and removed pseudo items Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a Reviewed-on: https://gerrit.libreoffice.org/19837 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: If1b80da64ba575f07b31dce9bc0e34b7eb9f11a4
2015-09-25sd/source/ui/func boost->stdCaolán McNamara
Change-Id: I67874a8bad1549fd98e22a816d9fa52a17629a1e Reviewed-on: https://gerrit.libreoffice.org/18850 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
Change-Id: Icf32ccd437c97dfa0ac3a569a3f2ec2b746ac300 Reviewed-on: https://gerrit.libreoffice.org/18822 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
Change-Id: I2c6ac98f0984534894759cfbf4449eb554801cf8 Reviewed-on: https://gerrit.libreoffice.org/18678 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
Change-Id: I82c7084f203a834c2d42f9527705288e6036019b
2015-09-17boost->stdCaolán McNamara
Change-Id: I1e6a7fd66f90e6acd803c6cd464f1d73252f7bcb
2014-11-10loplugin: cstylecastNoel Grandin
Change-Id: I7b438934a13a6e42ef80084c709460b2a01b26c9
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
This reverts commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba. Conflicts: cui/source/tabpages/transfrm.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx tools/source/generic/rational.cxx Change-Id: I4849916f5f277a4afef0e279b0135c76b36b9d15
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
This reverts commit 582ef22d3e8e30ffd58f092d37ffda30bd07bd9e. Conflicts: svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx Change-Id: I80abc7abdeddc267eaabc9f8ab49611bb3f8ae83
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-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
...to gain further confidence in the claim "that none of the existing code tries to uses combinations of these enum values" (d92602c5b13d0a60439d86c5a033d124178726ca "more fixes for SfxItemState") Change-Id: I987922d945e8738e38adfde83b869adf3ff35b13 Reviewed-on: https://gerrit.libreoffice.org/11384 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
Instead of a mix of sal_uIntPtr, sal_uLong, int, and so on. Also change CONTAINER_ENTRY_NOTFOUND=ULONG_MAX to SAL_MAX_SIZE as return value in case of failure and in the related tests. Change-Id: Ie778a849253b4be84fbcdab9557b7c4240233927
2014-07-26coverity#704748 Dereference after null checkCaolán McNamara
Change-Id: I88552b40658df85bbfbf0848e94085aa8eb649b6
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
Change-Id: I6b2fabd72fd34f4ac1b3a18f386c90794bc39ce4
2014-06-25remove whitespacesMarkus Mohrhard
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-05-19Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I61fe5f5fff157531de9962a2dd4e6e0431e8601c
2014-04-24sd: sal_Bool->boolNoel Grandin
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
2014-03-18sfx2: sal_Bool->boolNoel Grandin
Change-Id: I87c5a180566e9da185c2992844e6522e82c17747
2014-03-05coverity#704748 Dereference after null checkCaolán McNamara
Change-Id: I4dd13cb4a39422b26d4e695c1fbb739eaee96368
2014-02-20svl: sal_Bool -> boolStephan Bergmann
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2014-01-28bool improvementsStephan Bergmann
Change-Id: Icac34936bdb551ad517170fd497212513719d2aa
2013-10-25Unwind FunctionReference typedefStephan Bergmann
Change-Id: Iaf1b041adf2220d6b0220a86d8ac0db38b3b8ebc
2013-08-24String->OUStringIvan Timofeev
Change-Id: I43ab520187375d75009da43a2f75a541021fdbfb
2013-08-24String(SdResId(foo)) -> SD_RESSTR(foo)Ivan Timofeev
Change-Id: Ifc683c67ef3a1b228e28faf645a44ca911b6ad0f
2013-04-29adapt code to duplicate object dialogCaolán McNamara
Change-Id: I2555dc113b2fb4c77bec187b15f0bb545811b07b
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-12translation and cleanup of comments in sd/source/ui/func/Urs Fässler
Change-Id: Id2603c4d3340a220708272b4b8f73e2a59f36f5b
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-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2011-11-27remove include of pch header from sdNorbert Thiebaud
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
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-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)
2008-04-10INTEGRATION: CWS changefileheader (1.14.298); FILE MERGEDRüdiger Timm
2008/04/01 15:34:32 thb 1.14.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:52 thb 1.14.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.14.298.1: #i87441# Change license header to LPGL v3.
2006-12-13INTEGRATION: CWS sdwarningsbegone (1.11.36); FILE MERGEDKurt Zenker
2006/11/27 13:48:02 cl 1.11.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:04:13 cl 1.11.36.2: RESYNC: (1.11-1.12); FILE MERGED 2006/11/22 12:41:52 cl 1.11.36.1: #i69285# warning free code changes for unxlngi6.pro
2006-12-12INTEGRATION: CWS aw037 (1.12.4); FILE MERGEDKurt Zenker
2006/11/27 16:38:16 aw 1.12.4.1: #i65399# Some necessary cleanups/reworks of handles after aw024
2006-11-14INTEGRATION: CWS aw024 (1.6.174); FILE MERGEDIvo Hinkelmann
2006/09/21 23:11:48 aw 1.6.174.8: RESYNC: (1.10-1.11); FILE MERGED 2006/08/03 16:31:05 aw 1.6.174.7: RESYNC: (1.9-1.10); FILE MERGED 2006/07/07 16:04:55 aw 1.6.174.6: adaptions after resync SRC680m171->SRC680m174 2006/07/04 14:54:46 aw 1.6.174.5: RESYNC: (1.8-1.9); FILE MERGED 2006/01/26 19:51:47 aw 1.6.174.4: RESYNC: (1.7-1.8); FILE MERGED 2005/09/17 11:24:15 aw 1.6.174.3: RESYNC: (1.6-1.7); FILE MERGED 2005/05/26 11:24:31 aw 1.6.174.2: #i39531# 2005/05/19 12:11:25 aw 1.6.174.1: #i39529#
2006-09-16INTEGRATION: CWS pchfix02 (1.10.28); FILE MERGEDOliver Bolte
2006/09/01 17:37:06 kaib 1.10.28.1: #i68856# Added header markers and pch files
2006-07-25INTEGRATION: CWS aw035 (1.9.26); FILE MERGEDRüdiger Timm
2006/07/13 16:05:13 aw 1.9.26.1: #126320# SdrMark::GetObj() -> SdrMark::GetMarkedSdrObj() for isolating selection handling
2006-06-19INTEGRATION: CWS warnings01 (1.8.148); FILE MERGEDJens-Heiner Rechtien
2006/05/12 16:40:35 sb 1.8.148.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
2005-12-14INTEGRATION: CWS impressfunctions (1.7.38); FILE MERGEDRüdiger Timm
2005/10/28 10:57:35 cl 1.7.38.1: #125341# reworked FuPoor classes to use refcounting
2005-09-09INTEGRATION: CWS ooo19126 (1.6.426); FILE MERGEDRüdiger Timm
2005/09/05 13:22:14 rt 1.6.426.1: #i54170# Change license header: remove SISSL
2004-07-12INTEGRATION: CWS aw013 (1.5.36); FILE MERGEDRüdiger Timm
2004/06/24 09:33:09 aw 1.5.36.1: #i29181#
2004-05-10INTEGRATION: CWS dialogdiet01 (1.4.34); FILE MERGEDJens-Heiner Rechtien
2004/04/22 02:01:31 mwu 1.4.34.1: dialogdiet01 m33 sd 20040422
2004-01-20INTEGRATION: CWS impress1 (1.3.128); FILE MERGEDOliver Bolte
2003/10/01 11:53:44 af 1.3.128.2: #111996# Renamed some include files. 2003/09/17 09:02:30 af 1.3.128.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.