1d38cb3655
fdo#71076, fdo#71767: Preserve number formats when charts are copied.
...
Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
2014-06-19 14:46:56 -04:00
008998decc
coverity#706264 Uncaught exception
...
Change-Id: Ia197a0de24a282bbfcbfc80ee283f530ac12c287
2014-05-28 13:49:51 +01:00
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
329332ba52
chart2: sal_Bool->bool
...
Change-Id: I85751b4e636596ef88ef02bc958abdc6abf98427
2014-04-15 15:23:29 +02:00
06a4698850
chart::impl::StockBar is not a UNO service implementation
...
Change-Id: I5faa0dd028dcc79d09c47fd53b7804121a062e2e
2014-03-28 11:54:21 +01:00
8bd24f37fe
Missing XServiceInfo base class
...
Change-Id: Ib295357574a54de4716fcd2ff8f57c604729214d
2014-03-28 11:37:52 +01:00
567ef6d578
Second batch of adding SAL_OVERRIDE to overriding function declarations
...
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27 18:12:18 +01:00
5e21a413c7
cppuhelper: retrofit std::exception into overriding exception specs
...
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
75b7ce9c66
fixincludeguards.sh: chart2
...
Change-Id: I166e054926fb975949b3021cbc43b25a222f6198
2013-10-23 23:22:34 +02:00
3aea6c121d
Mark as const
...
Change-Id: I7ad2a1bd29afbf4813b1ad984081935ca84ec98a
2013-08-02 10:34:43 +09: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
f30399c540
Revert "fdo#46808, Convert chart2::Title service to new style"
...
This reverts commit d256dbede60533369d1aac64cca34721183f6a8a:
For one, the new css.chart2.XTitle2 looked unfinished, in that it transfered the
direct properties of the old-style css.chart2.Title service into attributes, but
left out all the properties inherited by the old-style service from
css.style.ParagraphProperties, css.drawing.FillProperties,
css.drawing.LineProperties (and that missing FIXME css.layout.LayoutElement,
whatever that is supposed to be). This needs more thought, to either make
available all propertiers as attributes, or none.
For another, this broke JunitTest_chart2_unoapi (sch.ChXChartDocument,
sch.ChartTitle), for hard-to-debug reasons.
Conflicts:
chart2/source/model/main/Title.cxx
chart2/source/model/main/Title.hxx
offapi/com/sun/star/chart2/XTitle2.idl
sc/source/filter/inc/xlchart.hxx
Change-Id: I4747208a13984904d0e409ea49a73b0f667c86c7
2013-05-23 10:39:21 +02:00
d256dbede6
fdo#46808, Convert chart2::Title service to new style
...
API CHANGE: The chart2::XTitled interface now takes and returns
a XTitle2 instead of an XTitle.
Change-Id: I96c35909d3a13f1abb544296a782a0b6a7a58ec6
2013-05-21 08:24:01 +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
fb741b5e1e
fdo#46808, Adapt xml::sax::XWriter UNO service to new style
...
Create a merged XWriter interface for the service.
The xml.sax.Writer service already existed, it just did not have
an IDL file.
Change-Id: I4e6d3f3c68f9282a55fc7aa19778f97632fd8ad5
2012-10-22 17:01:11 +02:00
d221d4e5a7
removed unnecessary forward declarations of class
...
this also moved necessary ones to right headers
Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
2012-07-02 22:07:55 +09:00
6fcac7dfc4
Remove unused include files
...
Those never get included at any point in the code.
Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27 13:34:23 +02:00
ecf943247f
re-base on ALv2 code.
...
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-22 09:51:05 +01:00
b9042fad7c
re-base on ALv2 code.
...
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
12343c1556
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
2011-03-10 20:21:13 -05:00
2ce9a356b9
chart46: merge with DEV300_m97
2011-01-15 17:21:37 +01:00
f6136ef422
Removed commented code
...
Signed-off-by: Timo Heino <eraggo@gmail.com >
2010-12-10 20:40:17 +00:00
b2b21642be
chart46: #i25706# implement date axis - cleanup
2010-12-10 14:10:17 +01:00
ad3292e2b3
add modelines to .hxx files as well
2010-10-28 15:47:29 +01:00
f0a13fa433
chart49: #i113103# prevent deadlock caused by mixed mutex locking order wiht static variable initialization
2010-10-05 11:10:54 +02:00
57500bd17b
Remove redundant #include directives & comments
2010-10-04 11:03:38 +02:00
eb94da5c50
chart43: merge with DEV300_m72
2010-02-26 14:38:16 +01: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
8cd4824f5a
chartmultiline: remove unsued concept 'UnusedData'
2009-11-24 11:19:08 +01:00
921ff4b99a
CWS-TOOLING: integrate CWS chartuseability01
...
2009-09-07 17:26:44 +0200 iha r275906 : CWS-TOOLING: rebase CWS chartuseability01 to trunk@275801 (milestone: DEV300:m57)
2009-08-27 13:48:16 +0200 iha r275481 : #7049# listbox to select chart elements
2009-08-27 11:54:53 +0200 iha r275464 : #i58163# #i69422# #i102820# enhance chart context menu
2009-08-26 16:49:58 +0200 iha r275435 : #i102820# added missing case 'floor'
2009-08-26 15:33:51 +0200 iha r275427 : #i102820# make 'insert legend' work properly
2009-08-25 16:35:00 +0200 ufi r275369 : i104087
2009-08-25 15:12:17 +0200 iha r275360 : #i104087# 'Object Properties' -> 'Format Selection'
2009-08-25 15:11:31 +0200 iha r275359 : #i104087# 'Object Properties' -> 'Format Selection'
2009-08-25 15:11:15 +0200 iha r275358 : #i104087# 'Object Properties' -> 'Format Selection'
2009-08-25 11:57:43 +0200 iha r275344 : #i104087# changed behavior of insert menu
2009-08-18 12:53:54 +0200 oc r275093 : #i104082,104086,104089# multiple changes because of changed chartUI
2009-08-10 16:46:17 +0200 ufi r274824 : i104083 i104087 i104090
2009-08-07 14:04:34 +0200 iha r274763 : #7049# listbox to select chart elements
2009-08-07 13:06:05 +0200 iha r274760 : #7049# listbox to select chart elements
2009-08-07 13:05:06 +0200 iha r274759 : #7049# listbox to select chart elements
2009-08-07 12:32:31 +0200 iha r274756 : #i58163# #i69422# #i102820# enhance chart context menu
2009-08-07 12:31:54 +0200 iha r274755 : #i58163# #i69422# #i102820# enhance chart context menu
2009-08-06 19:00:48 +0200 iha r274742 : #i103593# make insert menu behavior selection dependent
2009-08-06 19:00:14 +0200 iha r274741 : #i103593# make insert menu behavior selection dependent
2009-08-06 15:34:01 +0200 iha r274731 : #i58163# #i69422# #i102820# enhance chart context menu
2009-08-06 14:39:20 +0200 iha r274728 : #i86146# ease adding R-squared value with an equation
2009-08-06 14:37:02 +0200 iha r274727 : #i86146# ease adding R-squared value with an equation
2009-08-06 13:37:54 +0200 iha r274724 : #i86146# ease adding R-squared value with an equation
2009-08-06 13:37:15 +0200 iha r274723 : #i86146# ease adding R-squared value with an equation
2009-08-06 13:04:27 +0200 iha r274722 : #i103593# make insert menu behavior selection dependent
2009-08-06 13:03:35 +0200 iha r274721 : #i103593# make insert menu behavior selection dependent
2009-08-05 18:26:31 +0200 iha r274693 : #i104033# inconsistent wording 'error indicator' <-> 'error bar'
2009-08-05 16:51:45 +0200 iha r274688 : #i104028# rename font tabpage 'Characters'->'Font'
2009-08-05 16:30:21 +0200 iha r274685 : #i58163# #i69422# #i102820# enhance chart context menu
2009-08-05 15:34:11 +0200 iha r274680 : #i58163# #i69422# #i102820# enhance chart context menu
2009-08-05 15:32:43 +0200 iha r274679 : #i58163# #i69422# #i102820# enhance chart context menu
2009-08-05 15:31:26 +0200 iha r274678 : #i58163# #i69422# #i102820# enhance chart context menu
2009-08-05 15:17:51 +0200 iha r274676 : #i58163# #i69422# #i102820# enhance chart context menu
2009-08-05 15:16:22 +0200 iha r274675 : #i58163# #i69422# #i102820# enhance chart context menu
2009-08-05 14:58:59 +0200 iha r274674 : #7049# listbox to select chart elements
2009-08-05 14:33:54 +0200 iha r274669 : #7049# listbox to select chart elements
2009-08-05 14:22:17 +0200 iha r274665 : #7049# listbox to select chart elements
2009-08-05 13:21:05 +0200 iha r274656 : #i102820# offer insertion of several elements in context menu also if nothing is selected
2009-08-05 11:56:06 +0200 iha r274647 : #7049# listbox to select chart elements
2009-08-05 11:43:40 +0200 iha r274645 : #7049# listbox to select chart elements
2009-07-24 19:46:50 +0200 iha r274318 : #i58163# #i69422# #i102820# enhance chart context menu
2009-07-24 16:23:13 +0200 iha r274313 : #i58163# #i69422# #i102820# enhance chart context menu
2009-07-24 16:13:22 +0200 iha r274311 : #i58163# #i69422# #i102820# enhance chart context menu
2009-09-11 16:06:18 +00: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
0a6cdcfc34
INTEGRATION: CWS chart26_DEV300 (1.12.74); FILE MERGED
...
2008/04/09 08:13:21 iha 1.12.74.3: #i72994# simpler access to 3D settings
2008/04/08 15:56:02 iha 1.12.74.2: #i72994# simpler access to 3D settings
2008/04/07 15:46:24 iha 1.12.74.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04
2008-05-15 07:25:39 +00:00
3a923120e6
INTEGRATION: CWS xmlfilter04 (1.12.58); FILE MERGED
...
2008/03/27 13:17:57 sj 1.12.58.2: fixed build problem
2008/03/14 15:43:06 iha 1.12.58.1: #i72994# simpler access to 3D settings
2008-04-18 12:22:21 +00:00
4c768a4ea9
INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED
...
2008/04/01 15:04:16 thb 1.2.126.2: #i85898# Stripping all external header guards
2008/03/28 16:44:03 rt 1.2.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 20:31:52 +00:00
5c2ced6f43
INTEGRATION: CWS changefileheader (1.4.20); FILE MERGED
...
2008/04/01 15:04:16 thb 1.4.20.3: #i85898# Stripping all external header guards
2008/04/01 10:50:31 thb 1.4.20.2: #i85898# Stripping all external header guards
2008/03/28 16:44:03 rt 1.4.20.1: #i87441# Change license header to LPGL v3.
2008-04-10 20:31:36 +00:00
0518fbace1
INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED
...
2008/04/01 15:04:16 thb 1.3.70.3: #i85898# Stripping all external header guards
2008/04/01 10:50:31 thb 1.3.70.2: #i85898# Stripping all external header guards
2008/03/28 16:44:03 rt 1.3.70.1: #i87441# Change license header to LPGL v3.
2008-04-10 20:31:20 +00:00
f39d7ea60f
INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED
...
2008/03/28 16:44:03 rt 1.5.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 20:31:06 +00:00
aa2167a5ec
INTEGRATION: CWS changefileheader (1.12.70); FILE MERGED
...
2008/04/01 15:04:16 thb 1.12.70.3: #i85898# Stripping all external header guards
2008/04/01 10:50:31 thb 1.12.70.2: #i85898# Stripping all external header guards
2008/03/28 16:44:03 rt 1.12.70.1: #i87441# Change license header to LPGL v3.
2008-04-10 20:30:48 +00:00
3919dda2c8
INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED
...
2008/04/01 15:04:16 thb 1.4.126.3: #i85898# Stripping all external header guards
2008/04/01 10:50:31 thb 1.4.126.2: #i85898# Stripping all external header guards
2008/03/28 16:44:03 rt 1.4.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 20:30:33 +00:00
a59604db19
INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED
...
2008/04/01 15:04:15 thb 1.4.126.3: #i85898# Stripping all external header guards
2008/04/01 10:50:31 thb 1.4.126.2: #i85898# Stripping all external header guards
2008/03/28 16:44:03 rt 1.4.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 20:29:58 +00:00
25801a0701
INTEGRATION: CWS changefileheader (1.4.126); FILE MERGED
...
2008/03/28 16:44:02 rt 1.4.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 20:29:42 +00:00
d59c1e4267
INTEGRATION: CWS changefileheader (1.3.70); FILE MERGED
...
2008/04/01 15:04:15 thb 1.3.70.3: #i85898# Stripping all external header guards
2008/04/01 10:50:31 thb 1.3.70.2: #i85898# Stripping all external header guards
2008/03/28 16:44:02 rt 1.3.70.1: #i87441# Change license header to LPGL v3.
2008-04-10 20:29:27 +00:00
84e694881b
INTEGRATION: CWS rptchart01_DEV300 (1.3.76); FILE MERGED
...
2008/01/25 08:32:20 oj 1.3.76.1: #i85225# allow dochandler and new filter for report chart filtering
2008-03-05 16:15:20 +00:00
7b6d777671
INTEGRATION: CWS chart11 (1.2.38); FILE MERGED
...
2007/07/31 22:19:25 bm 1.2.38.1: #i79522# warnings on Solaris removed
2007-09-18 14:01:54 +00:00
9c73bbc04b
INTEGRATION: CWS chart11 (1.10.38); FILE MERGED
...
2007/08/23 12:36:13 bm 1.10.38.2: RESYNC: (1.10-1.11); FILE MERGED
2007/07/31 22:19:25 bm 1.10.38.1: #i79522# warnings on Solaris removed
2007-09-18 13:58:40 +00:00
7df8ffbc43
INTEGRATION: CWS chart12 (1.10.40); FILE MERGED
...
2007/08/06 08:05:50 bm 1.10.40.1: #i80297# rename set/getTitle of interface XTitled to set/getTitleObject to avoid name clash with old API XChartDocument::getTitle
2007-08-17 11:13:53 +00:00
620c60b7e5
INTEGRATION: CWS mav23 (1.2.18); FILE MERGED
...
2007/06/19 12:06:42 mav 1.2.18.1: #i78344# even plain streams must be encrypted in encrypted document
2007-06-26 09:06:17 +00:00
1278192f1c
INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
...
2006/03/10 10:55:22 iha 1.1.2.4: don't use leading underscore
2005/10/11 09:20:41 bm 1.1.2.3: license header change
2004/09/16 16:10:02 bm 1.1.2.2: API simplification
2004/09/16 16:01:37 bm 1.1.2.1: API simplification
2007-05-22 17:30:44 +00:00
5113fe52d5
INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDED
...
2006/07/27 14:33:02 bm 1.1.2.5: #i60323# export and import meta data. Implement the BuildId Property for storing the build id in the InfoProperties
2005/10/11 09:20:41 bm 1.1.2.4: license header change
2005/06/10 18:19:46 iha 1.1.2.3: load gradients, hatches etc. correct (transport StyleNameMap)
2004/09/03 17:15:15 iha 1.1.2.2: enable save
2004/03/02 09:32:18 bm 1.1.2.1: filter calling xmloff subfilter for chart im-/export
Issue number:
Submitted by:
Reviewed by:
2007-05-22 17:30:35 +00:00