summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VCartesianAxis.hxx
AgeCommit message (Collapse)Author
2014-10-09Use typedef rather than raw nested std::vector everywhere...Kohei Yoshida
Change-Id: Id4b58d13b229776f2ef1f270e937547ece9e1248
2014-10-09Re-organize method / class descriptions.Kohei Yoshida
Change-Id: Ib7fe33581c3aec2f58f8a16a07215b69080e0a51
2014-10-09TickFactory_2D -> TickFactory2D.Kohei Yoshida
For consistent naming. Change-Id: Ic94681d4d18c0330ea5a8393c1b3d863c81e1ea8
2014-10-09Make thie method consistent with the others.Kohei Yoshida
Change-Id: I028f0dd833cb2307e842805636458f51c71dbd66
2014-10-09Simplify AxisProperties and its surrounding code.Kohei Yoshida
Change-Id: Ie47421d778c2beb8eb8e132532220054f183a5f1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-02-14Drop unused #includeTakeshi Abe
Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
Change-Id: I166e054926fb975949b3021cbc43b25a222f6198
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
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-26some more namespace cleanupThomas Arnhold
Change-Id: Ib1e80d717f199db8f8ac4181d4377a86d88e3244
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-03-05move some auto_ptr to boost::scoped_ptrMarkus Mohrhard
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2010-11-30chart46: #i25706# implement date axisIngrid Halama [iha]
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-02-26chart43: merge with DEV300_m72Ingrid Halama
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-29chartmultiline: fixed compiler warningsIngrid Halama
2009-12-15chartmultiline: #i82971# complex categories (part2 - hierarchical axis label ↵Ingrid Halama
display)
2008-12-12CWS-TOOLING: integrate CWS rtlchart02Rüdiger Timm
2008-05-15INTEGRATION: CWS chart26_DEV300 (1.5.130); FILE MERGEDVladimir Glazounov
2008/04/23 19:27:24 iha 1.5.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-04-10INTEGRATION: CWS changefileheader (1.5.126); FILE MERGEDRüdiger Timm
2008/04/01 15:04:26 thb 1.5.126.2: #i85898# Stripping all external header guards 2008/03/28 16:44:34 rt 1.5.126.1: #i87441# Change license header to LPGL v3.
2007-05-22INTEGRATION: CWS chart2mst3 (1.3.4); FILE MERGEDVladimir Glazounov
2006/11/23 17:41:06 iha 1.3.4.11: replace Vector2D with B2DVector 2006/10/13 08:21:59 iha 1.3.4.10: implement automatic break feature for horizontal text axes 2006/08/29 09:19:44 iha 1.3.4.9: implement automatic staggering of axis labels 2006/08/25 17:16:47 iha 1.3.4.8: text- and diagram-size dependent auto main step width 2006/08/22 19:46:37 iha 1.3.4.7: some axes cleanup 2006/08/10 16:06:23 iha 1.3.4.6: Axis Label Layout - Font&Diagram Size 2006/04/10 15:03:36 iha 1.3.4.5: api restructure axis, grids, scales and increments 2006/04/10 12:25:17 iha 1.3.4.4: api restructure axis, grids, scales and increments 2005/10/07 12:16:49 bm 1.3.4.3: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 16:03:04 iha 1.3.4.2: use numberformatter from model 2004/02/20 17:56:41 iha 1.3.4.1: integrate categories at axis in view
2005-09-08INTEGRATION: CWS ooo19126 (1.3.110); FILE MERGEDRüdiger Timm
2005/09/05 18:43:39 rt 1.3.110.1: #i54170# Change license header: remove SISSL
2004-01-26drafts namespace of API removedBjörn Milcke
public API moved to offapi Calc as DataEditor - first integration
2004-01-22restructure of cartesian axis, integrate polar axisIngrid Halama
2004-01-17introduced polarcoordinate system + axis + grids + some cleanupIngrid Halama