0d8908b359
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16
...
Change-Id: I78b3a0151397d4e69521e6b2451e93ea6e463376
2014-05-18 00:36:10 +02:00
248145f99e
Find places where uno::Sequence is passed by value.
...
Implement a clang plugin to find them, and clean up existing code
to pass them by reference.
Change-Id: If642d87407c73346d9c0164b9fc77c5c3c4354b8
Reviewed-on: https://gerrit.libreoffice.org/9351
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
Tested-by: Noel Grandin <noelgrandin@gmail.com >
2014-05-14 08:10:22 +00:00
a1e41fc3d1
Fix previous commit (chart2 part)
...
Change-Id: I9d6491f484eb2a8989b7e3594ca2edf702557b12
2014-05-11 10:44:13 +02:00
bd59628620
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10
...
Change-Id: I67acda35fa127547dcea0cd18c9dc16db7c00294
2014-05-11 10:16:42 +02:00
200963d301
set graphic properties for error bars during import, fdo#78041
...
Change-Id: I43138745b074dcacdafa090d97eeb9aa2ccecf78
2014-05-01 02:31:58 +02:00
7470b3ef17
fix negative error bar range export, fdo#75510
...
Change-Id: Icca2f9fc26b15b968a940e5c73f7ad3781f75e94
2014-03-11 22:39:38 +01:00
5e21a413c7
cppuhelper: retrofit std::exception into overriding exception specs
...
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
f3612719e0
coverity#1019405-04 : Uninitialized scalar field
...
Change-Id: Ic784f3f1e581583b79cc26aa399f7b99dfb16481
2014-01-29 23:36:52 -06:00
a62c2a5fa5
Don't hold css::uno::Type instances by pointer
...
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the
arrays of such need to be initialized dynamically anyway, also change their name
members to proper OUStrings while at it. Plus some const clean-up.
Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-12 08:26:40 +01:00
123e2c3e93
Revert "Don't hold css::uno::Type instances by pointer"
...
This reverts commit 90f91088d238469b4a2262c91de3117ba40f5bde for now:
Ach, old GCC doesn't like plain string literals to initialize members
of OUString type...
Change-Id: I50563a00406259bb5d41831e2a2796762450d097
2013-12-11 15:38:30 +01:00
90f91088d2
Don't hold css::uno::Type instances by pointer
...
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the
arrays of such need to be initialized dynamically anyway, also change their name
members to proper OUStrings while at it. Plus some const clean-up.
Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-11 15:16:51 +01: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
bddd4d4598
Mark as const
...
Change-Id: I2746b92b1360c3c181879a81f653c44ef609f351
2013-07-22 21:03:55 +09:00
3ba4b5a907
remove this property temporarily until I understand the exception
...
Change-Id: I74a4dfcebd61ca1b6befa9f49214e4155ce0bd34
2013-04-29 00:15:00 +02:00
b3bf16a5c4
fix a problem with error bar weight
...
Change-Id: I812bbcdc346bffd2f0c968077a3fe86a241cf231
2013-04-24 12:17:48 +02:00
4b520d2ee8
protect the properties with a mutex
...
Change-Id: Iaf9752cc3abd7ac1b3b569928368dcb0a4d6a197
2013-04-24 12:17:48 +02:00
97c6d4b050
fix type mismatch
...
Change-Id: I5f8ae075c01cd78c38e6ab17a3f2c0b999c65012
2013-04-22 13:57:32 +02:00
4475e4f3d9
more work on getting the error bar export produce valid docs
...
Change-Id: I19189e6be83dde58b4b3b7b55f40b701818eceed
2013-04-22 13:57:31 +02:00
4a4bdc142a
fix the remaining issues with the changed handling of ErrorBar props
...
Change-Id: I75c839cbfccbe84e7aa98aef6959bcd0c5390ab6
2013-04-22 13:57:31 +02:00
cabb933bc2
make the properties in the error bar case explicit
...
Change-Id: I967de121418832e3a12b1b1641fb4203c3df05e2
2013-04-22 13:57:31 +02: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
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
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
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
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
6da8379e14
remove include of pch header in chart2
2011-11-27 12:59:19 -06:00
3efa3777aa
drop bogus executable flag from [ch]xx/bas/asm files
2011-03-29 21:39:42 +01: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
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
ee8bb91da8
chart49: #i113103# use corrected double-checked locking pattern for default properties
2010-10-07 16:21:04 +02:00
63af9d6233
chart49: #i113103# use corrected double-checked locking pattern for propertysetinfo
2010-10-06 13:53:07 +02:00
f0a13fa433
chart49: #i113103# prevent deadlock caused by mixed mutex locking order wiht static variable initialization
2010-10-05 11:10:54 +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
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
52a9940b54
INTEGRATION: CWS changefileheader (1.10.20); FILE MERGED
...
2008/03/28 16:44:22 rt 1.10.20.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:06:15 +00:00
83fb43ee7d
INTEGRATION: CWS chart20_DEV300 (1.9.28); FILE MERGED
...
2008/02/21 15:59:28 bm 1.9.28.1: #i366# error bars from ranges
2008-03-06 16:40:04 +00:00
52fd6fd4fa
INTEGRATION: CWS chart15 (1.8.10); FILE MERGED
...
2007/12/03 15:50:06 bm 1.8.10.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed
2008-01-14 13:03:44 +00:00
65be80f0b2
INTEGRATION: CWS chart11 (1.7.2); FILE MERGED
...
2007/07/31 12:56:46 bm 1.7.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values
2007-09-18 14:08:03 +00:00
63bf2a57e8
INTEGRATION: CWS chart07 (1.6.12); FILE MERGED
...
2007/07/10 12:56:19 bm 1.6.12.2: #i69281# warnings removed
2007/07/04 16:47:59 bm 1.6.12.1: warnings removed
2007-07-25 07:57:00 +00:00
533f7e36ec
INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGED
...
2006/10/18 17:16:20 bm 1.3.4.8: RESYNC: (1.4-1.5); FILE MERGED
2005/11/07 17:12:45 bm 1.3.4.7: some missing notifications added
2005/10/11 12:52:50 bm 1.3.4.6: #i27351# implement XCloneable for Undo
2005/10/07 12:08:03 bm 1.3.4.5: RESYNC: (1.3-1.4); FILE MERGED
2005/08/03 16:36:27 bm 1.3.4.4: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx
2005/07/14 12:32:59 iha 1.3.4.3: remove unused parameter 'bIncludeStyleProperties'
2005/06/23 14:39:10 iha 1.3.4.2: correct support for statistic properties
2004/02/13 16:51:51 bm 1.3.4.1: join from changes on branch bm_post_chart01
2007-05-22 17:58:26 +00:00
d683cb58fe
INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED
...
2006/09/01 17:18:52 kaib 1.4.80.1: #i68856# Added header markers and pch files
2006-09-17 12:24:00 +00:00
3a2b8b2cd7
INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGED
...
2005/09/05 18:43:30 rt 1.3.110.1: #i54170# Change license header: remove SISSL
2005-09-08 00:28:33 +00:00
3fe1d17a07
drafts namespace of API removed
...
public API moved to offapi
Calc as DataEditor - first integration
2004-01-26 08:13:31 +00:00
2f2c6b1fa0
error-indicator is both per default now. Handle error plus/minus as ambiguous values in InsertStat dlg
2003-12-15 14:52:18 +00:00
d471cbdb6b
property-set for error bar properties
2003-12-11 12:52:55 +00:00