summaryrefslogtreecommitdiff
path: root/chart2/source/tools/DiagramHelper.cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-15chart2: sal_Bool->boolNoel Grandin1-3/+3
Change-Id: I85751b4e636596ef88ef02bc958abdc6abf98427
2014-03-25Skeleton template class for GL3D bar chart type.Kohei Yoshida1-1/+1
Still very much empty. It needs to be filled with sub-categories. Change-Id: Iad7ad34efb264025541b585a92ee2ea7b8fff56f
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-28bool improvementsStephan Bergmann1-1/+1
Change-Id: I4fb554a0b703b29cb2dc70fc11111a4f2fa9af8e
2014-01-22bool improvementsStephan Bergmann1-2/+2
Change-Id: I8e83eb52a8873e6c7372091c697158053da82488
2014-01-12cppcheck: fix some redundantAssignmentJulien Nabet1-4/+2
Change-Id: I9ea73bada743b195d778b17038137e9089d03404
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard1-29/+17
This allows us easier implementation of some advanced features. Mainly the 4D chartting will now be able to work without several ugly layers of UNO. Change-Id: I74d07229eaef921c508f3bab8fae6d6075ad737a
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa1-3/+0
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-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+9
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-03-03loplugin: improve indentationThomas Arnhold1-14/+17
Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-25/+25
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>
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-3/+3
Change-Id: I2ceaa3159e8669c2c569fa8559c1e061dcad399d
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens1-1/+1
Make "export extended ODF" consistently mean "version > ODF1.2". Future ODF versions need manual review anyway, of the various changes/additions we ship. Change-Id: I0f6c1646b306e18f0abcdd1a1802fece821b2e93
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe1-1/+0
2011-12-13Fix for fdo43460 Part V getLength to isEmptyOlivier Hallot1-1/+1
Part V Module chart2
2011-11-29catch by const referenceTakeshi Abe1-19/+19
2011-11-27remove include of pch header in chart2Norbert Thiebaud1-2/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-6/+212
2011-01-19chart46: #i25706# implement date axis - #i116467# change behaviour of own ↵Ingrid Halama [iha]1-1/+12
data table
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-28/+0
2011-01-15chart46: merge with DEV300_m97Ingrid Halama [iha]1-30/+2
2011-01-14chart46: #i25706# implement date axis - #i116467# change behaviour of own ↵Ingrid Halama [iha]1-43/+50
data table
2010-12-14chart46: #i25706# implement date axis - no date axis for pure time formatIngrid Halama [iha]1-1/+1
2010-12-08chart46: #i25706# implement date axis - detect manual date formats + ↵Ingrid Halama [iha]1-1/+1
corrected drop range dialog
2010-11-30chart46: #i25706# implement date axisIngrid Halama [iha]1-3/+191
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-07chart49: #i112500# compiler warningIngrid Halama1-2/+2
2010-10-06chart49: cleanupIngrid Halama1-28/+0
2010-10-05chart49: #i113103# prevent deadlock caused by mixed mutex locking order wiht ↵Ingrid Halama1-0/+0
static variable initialization
2010-06-15CWS-TOOLING: integrate CWS chart47obo1-10/+12
2010-05-10chartpositioning: #i100778# switch to manual positioning if shapes are added ↵Ingrid Halama1-1/+34
via user interface
2010-05-07chart47: #i111102# remove assertionIngrid Halama1-10/+12
2010-05-05chartpositioning: #i100778# simplify user interface: reduce sizing options ↵Ingrid Halama1-49/+3
to new excluding mode only
2010-04-09chartpositioning: merge with DEV300_m76Ingrid Halama1-1/+7
2010-03-17chartpositioning: merge with DEV300_m75Ingrid Halama1-51/+20
2010-03-15chart43: merge with DEV300_m75Ingrid Halama1-47/+19
2010-03-09chart43: #i99562# delete secondary axis automatically if last series is ↵Ingrid Halama1-1/+7
deleted that was attached to it
2010-02-26chart43: merge with DEV300_m72Ingrid Halama1-4/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-10chartmultiline: #i82971# complex categories (#i109100# listbox for ↵Ingrid Halama1-10/+2
categories is empty in YAxis format dialog)
2009-12-15chartmultiline: #i82971# complex categories (part2 - hierarchical axis label ↵Ingrid Halama1-1/+1
display)
2009-12-01chartmultiline: #i97893# import categories from multiple lines (fixed), ↵Ingrid Halama1-34/+25
#i82971# display complex categories hierarchically (part1)
2009-11-24chartmultiline: remove unsued concept 'UnusedData'Ingrid Halama1-11/+0
2009-11-20chartpositioning: #i100778# chart positioning excluding labelsIngrid Halama1-0/+160
2009-08-26CWS-TOOLING: integrate CWS fillednetchartRelease Engineers1-0/+2
2009-07-22 17:48:07 +0200 oc r274255 : #i103584# new testcase for fillednetchart added 2009-07-22 17:42:41 +0200 oc r274254 : #i103584# Case 8 set to maximum 4 because of new fillednetchart 2009-07-13 17:29:40 +0200 iha r273946 : CWS-TOOLING: rebase CWS fillednetchart to trunk@273858 (milestone: DEV300:m52) 2009-07-03 15:04:36 +0200 dr r273704 : #i102667# import/export of filled radar charts 2009-07-03 09:50:28 +0200 dr r273680 : #i102677# import filled radar charts from MSOOXML 2009-06-11 18:21:05 +0200 iha r272896 : #i64752# filled net chart 2009-06-11 17:30:46 +0200 iha r272892 : #i64752# filled net chart 2009-06-11 17:07:11 +0200 iha r272889 : #i64752# filled net chart 2009-06-11 16:25:01 +0200 iha r272883 : #i64752# filled net chart 2009-06-11 16:15:10 +0200 iha r272878 : #i64752# filled net chart
2009-07-28CWS-TOOLING: integrate CWS chart39Jens-Heiner Rechtien1-1/+17
2009-06-30 16:55:46 +0200 iha r273522 : #i103209# im-/export attribute xlink:href at chart:chart element + some cleanup in naming 2009-06-30 16:45:59 +0200 iha r273521 : #i102701# apply patch for P1 issue on dev300m50 to be able to save again 2009-06-30 16:32:32 +0200 iha r273520 : #i103209# im-/export attribute xlink:href at chart:chart element + some cleanup in naming 2009-06-29 10:04:34 +0200 iha r273454 : #i103147# ODF, workaround broken files with a missing table:cell-range-address at the plot-area 2009-06-26 19:31:16 +0200 iha r273437 : #i103147# ODF, workaround broken files with a missing table:cell-range-address at the plot-area 2009-06-25 10:36:28 +0200 iha r273367 : #i101968# text values in data range cause incorrect x values 2009-06-24 17:34:18 +0200 iha r273357 : #i102428# x values are wrong in xy-scatter-chart with own data table if empty cells are contained in x values 2009-06-24 10:16:25 +0200 iha r273317 : #i99915# wrong matrix translation causes broken chart display for small values 2009-06-19 17:20:06 +0200 iha r273174 : #i78025# charts own borders are not completely visible 2009-06-19 17:18:41 +0200 iha r273172 : #i102950# don't paint additional borders for charts 2009-06-11 16:27:54 +0200 iha r272884 : CWS-TOOLING: rebase CWS chart39 to trunk@272827 (milestone: DEV300:m50) 2009-06-09 17:50:10 +0200 iha r272790 : #i97222# when converting a chart via API to 3D categories get lost and for line,area&xy the stacking mode is wrong 2009-06-09 16:00:27 +0200 iha r272775 : #i98319# data point properties get lost while copying charts from calc to impress 2009-06-09 10:26:51 +0200 iha r272755 : #i98392# correct orienation of gradient fillings on 3D walls 2009-05-29 10:35:16 +0200 iha r272436 : #i100529# Plot missing values - leave gap fails for smoothed lines 2009-05-04 18:20:31 +0200 iha r271478 : #i99841# Title with Vertically stacked attribute is wrong after editing 2009-05-04 18:03:01 +0200 iha r271477 : #i101050# avoid a corner in closed lines, which are smoothed by spline 2009-05-04 16:45:18 +0200 iha r271472 : #i101050# avoid crash in case the normals sequence has less points than the polygon
2008-12-12CWS-TOOLING: integrate CWS rtlchart02Rüdiger Timm1-11/+0