Commit Graph

32 Commits

Author SHA1 Message Date
Luboš Luňák
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
elixir
ff85b2c3d1 fdo#38838 : Replacement of String with OUString in core/chart2
Change-Id: I7abf9649a0c5997cebfe3463ce9b633ab59bf3b0
Reviewed-on: https://gerrit.libreoffice.org/3142
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-04-02 16:29:28 +00:00
nccuong
a6b9173005 fdo#60148 Clean up warnings from the Clang compiler plugin
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671
loplugin: clean warnings: unused variables, incorrect indentation and log area.
Reviewed-on: https://gerrit.libreoffice.org/2544
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-03-06 12:59:26 +00:00
Ádám Csaba Király
b93b23fe10 Replace rtl::O(U)String with O(U)String
Other changes include:
in bridges/test/testcomp.cxx duplicate 'using namespace ::test' removed,
'using namespace ::rtl' replaced with 'using ::rtl::OUString' and
'using ::rtl::OUStringToOString'

Change-Id: I67a5952afd305adeb07f728c9074620ecba8e9fc
Reviewed-on: https://gerrit.libreoffice.org/2475
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2013-03-01 13:19:13 +00:00
Krisztian Pinter
d05287a9f1 RTL_CONSTASCII_USTRINGPARAM removals
Removed all occurences of RTL_CONSTASCII_USTRINGPARAM in chart2.

Change-Id: I0ab188e2d67a5fc17a3653e5213031f6e2c2581d
Reviewed-on: https://gerrit.libreoffice.org/2244
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-02-20 22:58:20 +00:00
Chr. Rossmanith
e3f11c10d8 Changed SetText() / GetText() to take/return OUString
replaced lots of Len() with isEmpty()

Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0
Reviewed-on: https://gerrit.libreoffice.org/1795
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-21 20:48:35 +00:00
Kohei Yoshida
4b313fd566 Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-10-19 11:45:36 +02:00
Olivier Hallot
33bea955ca OUString cleanup in Chart2
Include C2U macro and rtl prefix

Change-Id: I01c3224bc21a7f8a03a8562191fbc161032f2a1d
2012-10-08 21:41:41 +05:30
Michael Meeks
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
Caolán McNamara
104261010a some UniString->rtl::OUString
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-09 12:16:56 +01:00
Caolán McNamara
5688b51bcb UniString::CreateFromInt32 -> rtl::OUString::valueOf 2012-04-05 13:59:05 +01:00
Stephan Bergmann
bd205223ec New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...see ebe26f72e9 "WaE: 'unused' attribute ignored when parsing type"
for the problem.
2012-03-01 18:00:32 +01:00
Olivier Hallot
0eac98aa74 Fix for fdo43460 Part V getLength to isEmpty
Part V
Module
chart2
2011-12-13 00:36:43 +04:00
Takeshi Abe
1aae826501 catch by const reference 2011-11-29 10:07:04 +09:00
Norbert Thiebaud
6da8379e14 remove include of pch header in chart2 2011-11-27 12:59:19 -06:00
Kohei Yoshida
12343c1556 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-10 20:21:13 -05:00
Malte Timmermann [mt]
4ae1df2658 accfixes: merged to m100 2011-02-15 17:14:59 +01:00
Alfonso Eusebio
b83d973a49 emoved lines of code that were commented out. 2011-01-25 15:04:20 +00:00
Malte Timmermann [mt]
09b062f89a accfixes: added more accessibility information and fixed tab orders in chart 2011-01-20 10:18:08 +01:00
Mikhail Voytenko
3d6a5a98cd removetooltypes01: #i112600# remove tooltypes from chart2 2011-01-14 15:18:08 +01:00
Sebastian Spaeth
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
Frank Schoenheit [fs]
1db9819ef6 dba34a: removed SvLBox'es (and friends) Set/GetWindowBits. They were used in parallel to Window's
Set/GetStyle, with WB_* values which overlapped with existing (generic) WB_* bits. Since this
overlapping has been removed, there's no need to have both Style and WindowBits at those classes.
Should remove some source of confusion and error (and, well, perhaps introduce some new errors :) ).
2010-09-03 17:53:47 +02:00
Frank Schoenheit [fs]
7c54ab539e unoawt: completely separated the controller functionality of a wizard page from the wizard page itself,
by moving the canAdvance method from OWizardPage to the IWizardPage interface, which in this course has
been renamed to IWizardPageController.
This will later on allow to have implementations where the TabPage is provided by an external component
(e.g. as UNO Service), but the controlling of those pages is still intercepted and handled internally.
2010-05-25 10:17:24 +02:00
Jens-Heiner Rechtien
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
Vladimir Glazounov
c1b45151c3 CWS-TOOLING: integrate CWS chart40
2009-08-05 10:28:53 +0200 iha  r274640 : CWS-TOOLING: rebase CWS chart40 to trunk@274622 (milestone: DEV300:m54)
2009-07-31 18:03:11 +0200 iha  r274546 : #i91420# number of lines on chart type dialog is incorrect
2009-07-23 15:51:13 +0200 iha  r274275 : correct detection of old chart files b6700820
2009-07-23 15:10:30 +0200 iha  r274273 : #i103287# some lines vanish on import of some old files (opacity-problem)
2009-07-23 13:42:10 +0200 iha  r274268 : #i103588# Chart in report cause crash
2009-07-23 10:57:14 +0200 iha  r274264 : #i95503# Enter key does not work in source ranges dialog
2009-07-22 10:25:02 +0200 iha  r274221 : #i103713# ambiguous && ||
2009-07-20 12:59:02 +0200 iha  r274120 : #i103468# remove warning
2009-08-26 12:47:18 +00:00
Kurt Zenker
a3acf41195 CWS-TOOLING: integrate CWS chart37
2009-05-22 09:10:36 +0200 iha  r272170 : #i102130# color of pies is not loaded correctly
2009-04-27 17:16:20 +0200 iha  r271294 : #i24203# compiler problem
2009-04-27 16:43:21 +0200 iha  r271292 : #i101281# missing API documentation for secondary axis title properties
2009-04-27 15:26:05 +0200 hde  r271276 : #i100987
2009-04-27 15:24:42 +0200 hde  r271273 : #i100987
2009-04-24 15:08:33 +0200 iha  r271214 : #i100995# crash with some logarithmic scalings
2009-04-22 18:50:56 +0200 dr  r271134 : #i82177# write out deleted point labels
2009-04-22 18:40:48 +0200 iha  r271133 : #i101281# missing API documentation for secondary axis title properties
2009-04-22 16:39:42 +0200 dr  r271128 : #i82177# extensions for bubble charts
2009-04-22 14:37:00 +0200 dr  r271114 : #i82177# import/export data label type and separator
2009-04-22 14:36:24 +0200 dr  r271113 : #i82177# import/export data label type and separator
2009-04-21 15:25:26 +0200 dr  r271038 : #i82177# import data label type and separator from BIFF8 CHFR records
2009-04-21 14:37:16 +0200 dr  r271037 : #i82177# dump BIFF8 chart future records
2009-04-20 17:44:27 +0200 iha  r271002 : #i96898# reduce library exports
2009-04-20 13:01:13 +0200 iha  r270975 : #i24203# rotate data labels - help ids
2009-04-20 11:40:33 +0200 dr  r270969 : #i96600# export of axis scaling/positioning properties
2009-04-16 16:02:31 +0200 dr  r270892 : #i69599# keep Y axis left in 3d charts
2009-04-15 18:16:46 +0200 dr  r270859 : #i69599# import of axis position settings
2009-04-15 18:16:01 +0200 dr  r270858 : #i69599# correct handling of logarithmic crossing axes
2009-04-14 16:27:48 +0200 dr  r270794 : #i96599# handle auto axis position on logarithmic axes
2009-04-09 19:59:51 +0200 dr  r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings
2009-04-09 18:26:00 +0200 iha  r270720 : #i96898# reduce library exports
2009-04-09 15:17:04 +0200 iha  r270710 : #i96898# reduce library exports
2009-04-09 10:50:14 +0200 dr  r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too
2009-04-08 16:54:54 +0200 dr  r270657 : #i24203# import rotation for data point labels
2009-04-06 18:19:17 +0200 iha  r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type)
2009-04-06 15:57:05 +0200 iha  r270567 : #i100105# #i58585# leftover  -> 
2009-04-06 15:55:48 +0200 iha  r270564 : #i58585# leftover  -> 
2009-04-02 16:41:07 +0200 iha  r270422 : #i99721# remove unused code
2009-04-02 14:29:03 +0200 iha  r270407 : #i99721# remove unused code
2009-03-26 10:58:23 +0100 iha  r270059 : #i96898# reduce library exports
2009-03-26 10:13:49 +0100 iha  r270055 : #i96898# reduce library exports
2009-03-25 09:39:13 +0100 iha  r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44)
2009-03-24 17:56:56 +0100 iha  r269986 : #i96898# reduce library exports
2009-03-24 16:56:44 +0100 iha  r269974 : #i99721# remove unused code
2009-03-24 16:48:48 +0100 iha  r269970 : #i89731# remove unused string
2009-03-24 15:44:04 +0100 iha  r269961 : remove unused code
2009-03-24 15:22:45 +0100 iha  r269959 : remove unused code
2009-03-24 15:17:17 +0100 iha  r269957 : remove unused code
2009-03-24 11:14:53 +0100 iha  r269923 : #i24203# rotate data labels
2009-03-09 12:10:25 +0100 hde  r269076 : #i99300#
2009-03-06 15:56:26 +0100 iha  r269011 : #i93953# Source Format for secondary axis without data
2009-02-17 15:59:05 +0100 iha  r268177 : avoid warning during build
2009-02-17 15:01:59 +0100 iha  r268173 : avoid warning during build
2009-02-13 09:39:03 +0100 ufi  r267693 : i96999
2009-02-11 15:12:35 +0100 iha  r267604 : removed unused string
2009-02-11 14:00:29 +0100 iha  r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination'
2009-02-11 10:56:45 +0100 iha  r267584 : #i89731# typo in resource string
2009-02-11 10:01:29 +0100 iha  r267582 : #i89031# compile error on asian windows systems
2009-02-10 16:15:16 +0100 iha  r267552 : #i24203# rotate data labels
2009-02-04 18:00:33 +0100 iha  r267395 : #i98893# don't export defaults to file
2009-02-04 15:48:15 +0100 iha  r267390 : #i92128# asian typography for chart elements
2009-02-04 15:17:41 +0100 iha  r267386 : #i92128# asian typography for chart elements
2009-01-30 14:41:10 +0100 iha  r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)
2009-06-04 09:41:18 +00:00
Vladimir Glazounov
70346a3272 CWS-TOOLING: integrate CWS chart30 2008-10-01 07:35:04 +00:00
Oliver Bolte
ec101a2d6c INTEGRATION: CWS chart29 (1.5.40); FILE MERGED
2008/07/08 07:58:03 iha 1.5.40.1: #i88825# use update timer for range changes
2008-07-21 11:12:35 +00:00
Rüdiger Timm
6a908eb8d3 INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED
2008/04/01 15:04:04 thb 1.4.70.3: #i85898# Stripping all external header guards
2008/04/01 10:50:20 thb 1.4.70.2: #i85898# Stripping all external header guards
2008/03/28 16:43:31 rt 1.4.70.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:16:47 +00:00
Vladimir Glazounov
ad26103dab INTEGRATION: CWS chart11 (1.3.2); FILE MERGED
2007/08/30 12:20:12 bm 1.3.2.2: #i79259# get the focus back to the edit field after range choosing
2007/08/30 11:11:44 bm 1.3.2.1: #i79259# handle F2 in range edit fields for opening the range chooser
2007-09-18 13:54:19 +00:00
Rüdiger Timm
270ef35708 INTEGRATION: CWS chart07 (1.2.12); FILE MERGED
2007/06/21 15:50:09 bm 1.2.12.1: #i76760# don't update the model with empty ranges before the range choser is opened
2007-07-25 07:36:56 +00:00
Vladimir Glazounov
1380d2cbf8 INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
2007/05/18 16:12:16 bm 1.1.2.56: #i74635# ResMgr cleanup ResId -> SchResId
2007/03/19 15:18:41 bm 1.1.2.55: #i75297# allow empty data series
2007/03/07 13:15:44 bm 1.1.2.54: #i75179# enable WB_FORCECTRLBACKGROUND bit to allow setting red background of controls
2007/03/02 13:59:44 bm 1.1.2.53: #i75058# catch exceptions when createDataSequenceByRangeRepresentation fails
2007/03/01 13:15:08 bm 1.1.2.52: #i71233# check for validity when other role has been selected
2007/02/27 16:27:59 bm 1.1.2.51: #i71233# disable dialog commit when there are invalid ranges or series with missing mandatory roles
2007/02/27 13:45:31 bm 1.1.2.50: Disable controls and tabs when invalid ranges were entered
2007/02/26 13:10:44 bm 1.1.2.49: use different foreground and background for invalid ranges, like in Firefox.
2007/02/09 12:31:18 bm 1.1.2.48: implement adaptions for different look in wizard and stand-alone source data dialog, according to spec FlexibleSourceRangeSelection
2007/02/08 21:25:35 iha 1.1.2.47: resync m195 -> m202
2007/01/10 10:24:39 bm 1.1.2.46: #i72241# When you enter a label range without corresponding values, a new sequence is created. If the range of the label sequence is changed use this sequemce again instead of creating another sequence. Also: adapt a sloppy input into a correct range string in the role listbox (like a1 -> Sheet1.$A$1)
2006/12/11 17:49:25 bm 1.1.2.45: #i72308# allow to set the label before the values of a series
2006/12/11 17:31:54 bm 1.1.2.44: #i72308# allow to set the label before the values of a series
2006/12/11 16:30:42 bm 1.1.2.43: Unnamed series get an index from the second one on
2006/12/11 14:56:02 bm 1.1.2.42: #i72308# show "Unnamed series" instead of an empty string for series with no label (and no generatable label, e.g. a new series)
2006/12/05 23:46:01 iha 1.1.2.41: #i71675# enable set data label range for xy charts
2006/11/10 21:03:06 iha 1.1.2.40: prevent immidiate redraw in wizard and according dialogs (important for charts with many data)
2006/11/02 12:26:17 bm 1.1.2.39: enable range chooser buttons for xy-chart
2006/11/01 15:36:56 iha 1.1.2.38: cleanup resources + changed variable names according to style guide
2006/10/27 14:40:49 bm 1.1.2.37: allow deleting the range for a label but not for values
2006/10/27 12:24:25 bm 1.1.2.36: remove categories when an empty string was entered
2006/10/27 11:26:51 bm 1.1.2.35: allow to add a categories range when there were no categories before
2006/10/25 11:24:11 bm 1.1.2.34: allow setting previously unset sequences, e.g. labels at data series with external data provider
2006/10/24 11:55:16 bm 1.1.2.33: enable range chooser in Calc
2006/10/09 17:18:32 bm 1.1.2.32: hide range chooser buttons if no range chooser is available (instead of just disabling)
2006/10/09 16:01:49 bm 1.1.2.31: only enable range chooser buttons if a range chooser component is available
2006/06/28 11:18:32 dr 1.1.2.30: clean up tab order of controls
2006/04/22 11:11:17 iha 1.1.2.29: park unused categories in scale with AxisType not being CATEGORY
2006/02/20 14:45:45 iha 1.1.2.28: move SchItemPool from controller to view lib -> ChartItemPool
2005/11/14 17:54:52 iha 1.1.2.27: don't update model again at end of execute as this was done already - undo is done outside of the dialog
2005/11/11 18:45:22 iha 1.1.2.26: move only compatible series
2005/11/11 14:41:52 iha 1.1.2.25: replace direct view update call with model->setModified call
2005/11/11 13:55:14 iha 1.1.2.24: guard DataRange Dialog against to many view updates
2005/11/10 09:27:52 dr 1.1.2.23: #i3997# crash when series does not contain any role
2005/10/11 09:20:15 bm 1.1.2.22: license header change
2005/08/29 14:46:56 bm 1.1.2.21: enable live preview again
2005/08/03 16:36:15 bm 1.1.2.20: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx
2005/05/09 09:50:56 bm 1.1.2.19: moved parts of API to data namespace
2005/04/19 14:34:40 bm 1.1.2.18: fixing the data source/range chooser dialogs
2005/04/15 14:48:08 bm 1.1.2.17: data source and range choose dialog rework
2004/09/15 15:39:01 iha 1.1.2.16: implement api redesign
2004/07/05 11:35:41 iha 1.1.2.15: correct update cycle
2004/06/30 16:14:16 bm 1.1.2.14: some fixes
2004/06/29 15:43:54 bm 1.1.2.13: internal strings converted to ressource strings
2004/06/29 12:21:53 bm 1.1.2.12: shared data for range chooser and data source tab pages
2004/06/17 13:05:11 bm 1.1.2.11: some minor preliminary fixes
2004/06/17 10:03:24 bm 1.1.2.10: data source dialog is a tab dialog now using
the same tabpages as the wizard
2004/06/10 11:31:11 iha 1.1.2.9: restore version 1.1.2.7 because hiding leads to more problems on linux
2004/06/09 21:57:29 iha 1.1.2.8: hide dialog instead of disabling
2004/06/08 22:18:10 iha 1.1.2.7: set data to dirty if ranges of sequences changes
2004/06/08 19:27:55 iha 1.1.2.6: changed title
2004/05/27 17:30:42 bm 1.1.2.5: use new getChartTypeForNewSeries method at template when adding series
2004/05/27 15:54:30 iha 1.1.2.4: #i20344# provide charttype template
2004/05/26 13:18:40 bm 1.1.2.3: dialog behaviour improvements
2004/05/25 11:49:01 bm 1.1.2.2: title string changed
2004/05/24 17:37:49 bm 1.1.2.1: Flexible Source Range Dialog became a tab page now
2007-05-22 16:44:53 +00:00