Commit Graph

33 Commits

Author SHA1 Message Date
97a5ba4a71 remove comments why a file gets included
also remove some commented out code

Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-21 18:08:28 +02:00
5e21a413c7 cppuhelper: retrofit std::exception into overriding exception specs
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
5718b17d2d Related: #i123862# use O*String's isEmpty() method...
to check for emptiness in chart2 module

Patch-by: j.nitschke@ok.de
Review-by: hdu@apache.org
(cherry picked from commit 17b6784443432419e9aa9fddf56e5fa6c3ce4c60)

Conflicts:
	chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx
	chart2/source/controller/chartapiwrapper/WrappedAxisAndGridExistenceProperties.cxx
	chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.cxx
	chart2/source/controller/dialogs/ChartTypeDialogController.cxx
	chart2/source/controller/dialogs/DataBrowserModel.cxx
	chart2/source/controller/dialogs/ObjectNameProvider.cxx
	chart2/source/controller/dialogs/res_ErrorBar.cxx
	chart2/source/controller/dialogs/tp_DataSource.cxx
	chart2/source/controller/dialogs/tp_RangeChooser.cxx
	chart2/source/controller/drawinglayer/DrawViewWrapper.cxx
	chart2/source/controller/itemsetwrapper/ErrorBarItemConverter.cxx
	chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
	chart2/source/controller/main/ChartController.cxx
	chart2/source/controller/main/ChartController_TextEdit.cxx
	chart2/source/controller/main/ChartController_Tools.cxx
	chart2/source/controller/main/ChartController_Window.cxx
	chart2/source/controller/main/ControllerCommandDispatch.cxx
	chart2/source/controller/main/DrawCommandDispatch.cxx
	chart2/source/controller/main/ElementSelector.cxx
	chart2/source/controller/main/ObjectHierarchy.cxx
	chart2/source/controller/main/SelectionHelper.cxx
	chart2/source/controller/main/StatusBarCommandDispatch.cxx
	chart2/source/controller/main/UndoCommandDispatch.cxx
	chart2/source/model/filter/XMLFilter.cxx
	chart2/source/model/main/ChartModel_Persistence.cxx
	chart2/source/tools/ExplicitCategoriesProvider.cxx
	chart2/source/tools/InternalDataProvider.cxx
	chart2/source/tools/NamedProperties.cxx
	chart2/source/tools/ObjectIdentifier.cxx
	chart2/source/tools/PropertyHelper.cxx
	chart2/source/tools/RegressionCurveHelper.cxx
	chart2/source/tools/WrappedProperty.cxx
	chart2/source/tools/XMLRangeHelper.cxx
	chart2/source/view/axes/VCartesianAxis.cxx
	chart2/source/view/main/ChartView.cxx
	chart2/source/view/main/ShapeFactory.cxx
	chart2/source/view/main/VLegend.cxx
	chart2/source/view/main/VTitle.cxx

Change-Id: Ia013e3d1d215f7391d5bee4b4e80eedc2a3a724f
2014-02-10 11:43:46 +00:00
dd9c97d587 fdo#62475 removed pointless comments
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa
Reviewed-on: https://gerrit.libreoffice.org/5148
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-29 11:34:33 +00:00
5efc15f000 reduce use of UniString from ResID ctor
Change-Id: I8d7619e7807ff2d400ec5c7fd181375130245728
2013-07-28 16:45:48 +01:00
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
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-04-07 14:23:11 +02:00
97eb8a6e0e Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd
Reviewed-on: https://gerrit.libreoffice.org/1924
Tested-by: Luboš Luňák <l.lunak@suse.cz>
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-30 12:54:40 +00:00
889de665ec Typo ressource -> resource
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-30 09:26:00 +02:00
63c508e3e8 re-base on ALv2 code. Includes:
118568: switch to using ucpp
    Patch contributed by Juergen Schmidt
    http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-18 09:29:19 +01:00
a4feeebd37 refactor ImpSvtData 2012-04-25 16:06:54 +01:00
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
8a01ee6243 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
0eac98aa74 Fix for fdo43460 Part V getLength to isEmpty
Part V
Module
chart2
2011-12-13 00:36:43 +04:00
6da8379e14 remove include of pch header in chart2 2011-11-27 12:59:19 -06:00
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
39a09318dc Remove useless comments and some dead code. 2011-01-18 13:43:57 -05:00
d1959d6920 undoapi: fixed wrong resolution of merge conflict 2011-01-05 15:00:17 +01:00
7623d8ea4e undoapi: post-rebase problems fixed 2011-01-04 13:07:07 +01:00
74dfed04ee undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A number of changes which happened in the CWS need to be redone due to the new build system 2010-12-23 10:01:58 +01:00
cbcedd6676 undoapi: updated the Chart test backend 2010-11-16 19:31:36 +01:00
4d0ae2eac2 undoapi: step 2.3 of the migration of css.chart2.XUndoManager to css.document.XUndoManager:
migrate the clients of XDocumentActions to using the new XUndoManager, and completely remove the (X)DocumentActions
 still some more cleanup needed
2010-11-16 08:49:38 +01:00
587dfc9e8a undoapi: step 2.0 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: rename css.chart2.XUndoManager to XDocumentActions. Not sure this class will still exist (in either form) after the refactoring is finished. 2010-11-09 21:37:01 +01:00
78fed9b862 undoapi: step 0.1 of the migration of css.chart2.XUndoManager to css.document.XUndoManager: remove the XModel paramter from the XUndoManager methods, they're an implicit attribute of the instance 2010-11-09 21:36:54 +01:00
c94a7511bf merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 17:57:36 -05:00
defa3490b4 use SolarMutexGuard to guard the SolarMutex 2010-10-25 17:54:58 -05:00
63bb42ab7d Add vim/emacs modelines to all source files
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-13 10:57:18 +02:00
c939a66ccb CWS gnumake2: resync to DEV300_m84 2010-07-13 14:36:24 +02:00
d6e05aac12 CWS gnumake2: rebase to DEV300_m76; fix build problems 2010-04-17 20:34:49 +02:00
3c4056a2b3 CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; removed unused code; avoid delivering sfx.srs to solver 2010-04-16 23:02:51 +02:00
4573ccfffd changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
2eb28a80d8 INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED
2008/03/28 16:43:51 rt 1.3.94.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:57:57 +00:00
4f831d7906 INTEGRATION: CWS chart07 (1.2.12); FILE MERGED
2007/06/26 11:19:05 bm 1.2.12.2: #i78793# fix for (broken) gcc 3.3 for Mac OS/X Panther applied
2007/06/25 12:52:11 bm 1.2.12.1: #i74653# store undo manager at model to be able to do an undo even after inplace re-activation
2007-07-25 07:45:54 +00:00
4f552d982f INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
2007/05/18 16:12:28 bm 1.1.2.5: #i74635# ResMgr cleanup ResId -> SchResId
2007/02/08 21:25:38 iha 1.1.2.4: resync m195 -> m202
2006/01/20 17:03:26 bm 1.1.2.3: allow firing only one status event (needed on initial OLE activation) when the listener is added
2005/11/25 17:42:34 bm 1.1.2.2: command enabling according to model state
2005/11/21 14:52:42 bm 1.1.2.1: classes for dispatching specific events, especially Undo
2007-05-22 17:09:48 +00:00