summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuconbez.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-10-29com::sun::star->css in sdNoel Grandin
Change-Id: Ic0cbc857a3a9c66241b94c30bf8c859435f5a4b4
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
replaced use of PTR_CAST, IS_TYPE, ISA in idl, editeng, sc, sd, sw, sfx2, sot, starmath Change-Id: I4a5bba4fdc4829099618c09b690c83f876a3d653 Reviewed-on: https://gerrit.libreoffice.org/19132 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
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
2015-04-29convert SDRMOUSE constants to scoped enumNoel Grandin
Change-Id: Ia5389095683a1c012a988ed71bf769a1f25d80fb
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
2014-11-10loplugin: cstylecastNoel Grandin
Change-Id: I7b438934a13a6e42ef80084c709460b2a01b26c9
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
and fix a couple of bugs in SC and SW where the call mode was being passed to the hints parameter by accident Change-Id: Ief805410b3f7035e012e229e77f92d5832430f58 Reviewed-on: https://gerrit.libreoffice.org/11916 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.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
Change-Id: Ibab89984ec94556ec368653b6db50c6c2e380dec
2014-06-25remove whitespacesMarkus Mohrhard
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-04-24sd: sal_Bool->boolNoel Grandin
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
2014-03-11svx: sal_Bool->boolNoel Grandin
Change-Id: I78da39fc553b2e5040ee6665377ea51a1c4d04d7
2014-02-20svl: sal_Bool -> boolStephan Bergmann
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
2013-10-25Unwind FunctionReference typedefStephan Bergmann
Change-Id: Iaf1b041adf2220d6b0220a86d8ac0db38b3b8ebc
2013-03-13several translations and fixes for translationsUrs Fässler
Change-Id: I47ca71d578f3e0b1e2c3499f0785d986ed4f583e
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-08-07drop bogus eof linesThomas Arnhold
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2011-11-27remove include of pch header from sdNorbert Thiebaud
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-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
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-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.19.178); FILE MERGEDRüdiger Timm
2008/04/01 15:34:30 thb 1.19.178.3: #i85898# Stripping all external header guards 2008/04/01 12:38:51 thb 1.19.178.2: #i85898# Stripping all external header guards 2008/03/31 13:58:04 rt 1.19.178.1: #i87441# Change license header to LPGL v3.
2007-07-18INTEGRATION: CWS aw051 (1.16.102); FILE MERGEDOliver Bolte
2007/06/09 11:48:40 aw 1.16.102.1: #i77162# Adaptions to changed B2DPolygon bezier handling
2007-07-06INTEGRATION: CWS pathfinder01 (1.16.126); FILE MERGEDRüdiger Timm
2007/07/04 10:28:54 cl 1.16.126.3: fixed a compiler warning for mac 2007/07/03 15:22:23 cl 1.16.126.2: #i41800# implemented support for path animation editing for custom animations 2007/07/03 13:02:01 cl 1.16.126.1: #i41800# implemented support for path animation editing for custom animations
2007-06-27INTEGRATION: CWS impress122 (1.16.114); FILE MERGEDJens-Heiner Rechtien
2007/06/12 14:54:00 af 1.16.114.1: #141146# Made the ToolBarManager a shared_ptr member of ViewShellBase.
2006-12-12INTEGRATION: CWS sdwarningsbegone (1.14.36); FILE MERGEDKurt Zenker
2006/11/27 13:48:01 cl 1.14.36.3: #i69285# warning free code changes for sd project 2006/11/22 15:03:51 cl 1.14.36.2: RESYNC: (1.14-1.15); FILE MERGED 2006/11/22 12:41:51 cl 1.14.36.1: #i69285# warning free code changes for unxlngi6.pro
2006-11-14INTEGRATION: CWS aw024 (1.10.28); FILE MERGEDIvo Hinkelmann
2006/09/21 23:10:44 aw 1.10.28.8: RESYNC: (1.13-1.14); FILE MERGED 2006/05/12 20:28:57 aw 1.10.28.7: RESYNC: (1.12-1.13); FILE MERGED 2006/01/26 19:50:45 aw 1.10.28.6: RESYNC: (1.11-1.12); FILE MERGED 2005/09/17 11:23:04 aw 1.10.28.5: RESYNC: (1.10-1.11); FILE MERGED 2005/05/26 11:24:30 aw 1.10.28.4: #i39531# 2005/05/19 12:11:24 aw 1.10.28.3: #i39529# 2005/05/12 16:46:23 aw 1.10.28.2: #i39529# 2005/04/26 14:58:37 aw 1.10.28.1: #i39528#
2006-09-16INTEGRATION: CWS pchfix02 (1.13.142); FILE MERGEDOliver Bolte
2006/09/01 17:37:05 kaib 1.13.142.1: #i68856# Added header markers and pch files
2006-03-21INTEGRATION: CWS viewswitch (1.11.70); FILE MERGEDOliver Bolte
2006/01/19 17:13:23 af 1.11.70.2: RESYNC: (1.11-1.12); FILE MERGED 2005/11/17 13:22:47 af 1.11.70.1: #i57551# Replaced ObjectBarManager by ToolBarManager.
2005-12-14INTEGRATION: CWS impressfunctions (1.11.38); FILE MERGEDRüdiger Timm
2005/10/28 10:57:34 cl 1.11.38.1: #125341# reworked FuPoor classes to use refcounting
2005-09-09INTEGRATION: CWS ooo19126 (1.10.176); FILE MERGEDRüdiger Timm
2005/09/05 13:22:11 rt 1.10.176.1: #i54170# Change license header: remove SISSL
2005-03-08INTEGRATION: CWS iha07 (1.9.64); FILE MERGEDVladimir Glazounov
2005/01/21 22:22:28 iha 1.9.64.1: #i39638# don't hide 'Line and Filling' toolbar' while showing 'Edit Points' toolbar
2004-11-26INTEGRATION: CWS impress10 (1.8.214); FILE MERGEDRüdiger Timm
2004/10/07 12:06:35 af 1.8.214.1: #i35109# Added support of default object bar.
2004-01-20INTEGRATION: CWS impress1 (1.6.226); FILE MERGEDOliver Bolte
2003/11/27 15:05:34 af 1.6.226.2: RESYNC: (1.6-1.7); FILE MERGED 2003/09/17 09:02:23 af 1.6.226.1: #111996# Transition to stacked sub-shells. Introduction of namespace sd.
2003-11-24INTEGRATION: CWS aw003 (1.6.126); FILE MERGEDRüdiger Timm
2003/06/06 13:05:36 aw 1.6.126.1: #109820# 2nd run of changes for ItemSet isolation
2002-02-15#97016# Added ::CreateDefaultObject implementations to the FuCon classesArmin Weiss
2000-11-10removed outcommented basctl include file idetemp.hxxThomas Benisch
2000-10-30change SdrObjects to use SfxItemSet instead of SfxSetItems.Armin Weiss
Removed TakeAttributes() and SetAttributes(), new ItemSet modification methods (GetItem[Set], SetItem[Set], ClearItem,...)
2000-10-23idetemp.hxx include removedThomas Benisch
2000-09-21SFX_BINDINGS/SFX_DISPATCHER macros removedKai Ahrens