summaryrefslogtreecommitdiff
path: root/chart2/inc
AgeCommit message (Collapse)Author
2014-04-15remove some crap that should not have been pushedMarkus Mohrhard
Change-Id: I92b9aa565fc04fb095cedc2a89df468b2f568ea1
2014-04-15chart2: sal_Bool->boolNoel Grandin
Change-Id: I85751b4e636596ef88ef02bc958abdc6abf98427
2014-04-14update_pchThomas Arnhold
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-14update_pch: fix precompiled_chartopenglThomas Arnhold
Change-Id: Iddc978672533d42e15ae901fc50c4adc53e65485
2014-04-08add initial code for creating 3D bar shapesMarkus Mohrhard
Change-Id: I55489fad8723f204003fe502eea5e02de4c8d6ef
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida
Now the new proprety gets properly imported and exported to and from ODF. Also, more on replacing string literals with define macro constants. Change-Id: I4b773d68610a8aeaeb239901dac166e4dc2dd80d
2014-03-29Let's use define constants here rather than string values....Kohei Yoshida
Easier to keep track of their call sites. Change-Id: I5f874194425ae8f5043bef45cce63a5e1d51a400
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida
This will make it easier to track all uses of a UNO property name using symbol database lookup, which is much faster and more accurate than grepping. Change-Id: I8c2857504c29bcce01eb8c1f406dcbfb24331510
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-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-08coverity#737047 Uncaught exceptionCaolán McNamara
Change-Id: Icdb50f632654f0e46c41fa3e98741a00dfbc0feb
2014-02-07coverity#737046 Uncaught exceptionCaolán McNamara
Change-Id: Icc089ca0b320c7db0e00b48a787e1657d65514ae
2014-01-29make glew a normal external shared projectMarkus Mohrhard
Change-Id: I6306e23b3f20817de87951a8848de373fc5dbf85
2014-01-29some improvements for text renderingMarkus Mohrhard
Change-Id: Ifa52fbd0f5359c505f12d12281ec7bdfb959d8c5
2014-01-29give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard
I was always hitting a corner case so it seems that this need some drastic measures. Change-Id: I3fdd278b9c3fed178513d653ef24ad8adf20cbd2
2014-01-29some improvements for the time based chartingMarkus Mohrhard
The updating seems to work. It just does not update the references yet. Change-Id: I0a971dbe2beb113c1c3e9ef103d77d5d8c7174a0
2014-01-29first try at implementing time based updates in new chart implementationMarkus Mohrhard
Change-Id: I3d03e44a415023ca12548ea99a3732cba49c8074
2014-01-29remaining chart work for time based chartingMarkus Mohrhard
Change-Id: Iac33c81df199a942ddf073f9eb1b34e147a34f3c
2014-01-29implement time based charting based on new approachMarkus Mohrhard
The old approach does not work with the current implementation of the OpenGL backend. We now need to repaing every time the whole chart. Change-Id: I2151a3f016c6ceecaec2d45db0cb967cfee59af6
2014-01-29make it easier to draw with all propertiesMarkus Mohrhard
Change-Id: Ia563f703d5bc622f9577fee177b4f558c100be87
2014-01-29remove unused methodMarkus Mohrhard
Change-Id: Ifad7334a50eff0b4cd5c08f4b4907a98f09bd104
2014-01-24fdo#63154 Removed unused solar.h reference in chart2Alexandre Vicenzi
Change-Id: I4a16cd5492ced3c067fb037f31cb74a6d8068de1 Reviewed-on: https://gerrit.libreoffice.org/7603 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-19coverity#738570 coverity#738571 : Uninit scalar (unused in fact)Norbert Thiebaud
Change-Id: Id1f14669c3e88e5abf92a9b1443245d81f360e62
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan
Change-Id: I1dd51df0e78a3cc89cdfcaec91ffd9a753393e2e
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
Change-Id: Ia6799c852eb95d496fbc8dcfdabde62dffc263a6 Reviewed-on: https://gerrit.libreoffice.org/7066 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-11-19fix windows buildMarkus Mohrhard
Change-Id: I51942eb3719459abc0353a7fd024784f2c4abdb3
2013-11-19we need to init manually nowMarkus Mohrhard
Change-Id: I1374814e549dcbb33de75ffa118d1eccfd168893
2013-11-19fix lifetime problems of ChartViewMarkus Mohrhard
Change-Id: I99b24b026c50a05f8f3803348c76277e29a45ec7
2013-11-19add glew and make chartopengl a dynamically loaded libMarkus Mohrhard
2013-11-19fix buildMarkus Mohrhard
Change-Id: I776455675a066dad790bc6beac4aa545186d5192
2013-11-19some small cosmetic changesMarkus Mohrhard
Change-Id: I2bc8c39f91faf6915c4970a002e4030f81c95bc5
2013-11-19add methods to render whole data series at onceMarkus Mohrhard
additionally we have now a method for timebased data series in the shape factory. The method contains the two points in time and the rendering backend should calculate intermitiate points for a good interpolation. Change-Id: Id30e2039ec90a6c36e947b7a7f9bca65ef0e8961
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
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-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
2013-11-05update pchThomas Arnhold
Change-Id: I10f3dbd9513052b3bbe30ddc6523cd231f26ded3
2013-10-15update pchThomas Arnhold
Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
2013-09-05update pchThomas Arnhold
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
2013-07-12PCH for more librariesLuboš Luňák
Change-Id: I6f9a1969605e0016b11157ddb5754ac77fd3966b
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header in chart2Norbert Thiebaud
2011-04-15gbuildize chart2David Tardon
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2010-11-24vcl117: header cleanupPhilipp Lohmann [pl]
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)