summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Collapse)AuthorAgeFilesLines
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-184-6/+0
| | | | Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
* There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET2012-07-161-10/+10
| | | | | | a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
* simplify include guardsThomas Arnhold2012-07-142-2/+2
| | | | Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-145-15/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* also remove the libxml2 include from chart2Markus Mohrhard2012-07-131-4/+0
| | | | | | | all xml related dumper code is now in drawinglayer/source/dumper and no longer in chart2 Change-Id: I4197774c0ef62606e8f32e47e3fbda0a0de32ae0
* no need for libxml2 in chartview anymoreMarkus Mohrhard2012-07-131-4/+0
| | | | Change-Id: I850b25843fa602269148b9097075bdfd7410086a
* Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard2012-07-133-149/+1137
|\
| * adapt chart regression test to new dumper codeMarkus Mohrhard2012-07-121-39/+1129
| | | | | | | | Change-Id: Ia84f85062a254fd6434783f6ee323f27835ae8df
| * Restructurization of XShape- and EnhancedShape- dumpers, builds fine nowArtur Dorda2012-07-121-99/+0
| | | | | | | | Change-Id: I57e230f5b2aff8cd6818b38776ae0b0b0d614d61
| * Working version of XShapeDumperArtur Dorda2012-07-122-15/+9
| | | | | | | | Change-Id: I4f4d37abdb1865d0bc05f01518d854872235121f
| * Unfinished dumper codeArtur Dorda2012-07-121-1/+4
| | | | | | | | Change-Id: I353c93498c2e0cc8fd4450f0348dfceedb763b51
* | some UniString->rtl::OUStringCaolán McNamara2012-07-091-2/+2
|/ | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* Remove duplication of License/Credits informationStefan Knorr (astron)2012-07-031-1/+0
| | | | | | | | A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
* hrc cleanup: Remove include guardsThomas Arnhold2012-07-022-4/+0
| | | | | | Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
* hrc cleanup: Remove unused definesThomas Arnhold2012-07-022-2/+0
| | | | Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-024-16/+4
|
* removed unnecessary forward declarations of classTakeshi Abe2012-07-0213-41/+0
| | | | | | this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf
* Remove unused definesThomas Arnhold2012-07-021-1/+0
| | | | Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
* Some cppcheck cleaningJulien Nabet2012-06-302-2/+2
| | | | Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
* Remove include guardsThomas Arnhold2012-06-295-14/+1
| | | | Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
* Remove UNO includes commentsThomas Arnhold2012-06-294-8/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* Remove unused include filesThomas Arnhold2012-06-272-120/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* Get rid of annoying IAccessibility2 commentsThomas Arnhold2012-06-273-5/+1
| | | | Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
* re-base on ALv2 code.Michael Meeks2012-06-261-23/+14
|
* remove some annoying XubStringsCaolán McNamara2012-06-251-1/+1
| | | | Change-Id: I8c34a344285b6929091788c6b7a5529b48943f94
* hrc cleanup: Remove two outdated filesThomas Arnhold2012-06-2520-247/+0
| | | | | | All definitions in SchSlotIds.hxx are unused, so remove it. Change-Id: I78c1266e9b9a0cf1433e6e3cc82a80f1fc4c7c8b
* remove bunch of obsolete looking .dxp filesMichael Stahl2012-06-221-1/+0
| | | | Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
* remove bunch of obsolete looking .flt filesMichael Stahl2012-06-222-7/+0
| | | | Change-Id: Ic3d45afca14d0bebfb6168b6cf6fc6c618754183
* re-base on ALv2 code.Michael Meeks2012-06-2223-541/+334
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-1/+1
| | | | Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
* re-base on ALv2 code.Michael Meeks2012-06-21353-8389/+5215
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2160-1460/+973
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-214-12/+0
| | | | | | | | | | | All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
* Revert "Remove License/Credits menu items"Petr Mladek2012-06-191-0/+2
| | | | | | | GPLv3 has to be easily accessible. We should not hide it under too many mouse clicks. This reverts commit f4c567f8d4c46aca75f7c73d67e0bc952b4c2e2d.
* Remove License/Credits menu itemsStefan Knorr (astron)2012-06-181-2/+0
| | | | | | | | The About dialog now houses these functions. Change-Id: I7f751027564897a063d2910644c69680d471b6d9 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* Remove superfluous empty lines on topThomas Arnhold2012-06-098-16/+0
| | | | | | More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-7/+3
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* removed dead codeTakeshi Abe2012-06-064-41/+0
| | | | Change-Id: I02e535f0a0e55446e5a29297c2d05b1503805e71
* Unify ODF extended vs. ODF1.2 handlingThorsten Behrens2012-06-051-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
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-3/+3
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* targeted string re-workNorbert Thiebaud2012-06-013-7/+6
| | | | Change-Id: I8e6b9ac1e9382e7dcd51421263e1fb51605565ca
* target cppcheck index incrementing revertMichael Meeks2012-05-311-2/+2
| | | | Change-Id: I890dfe9fbd7b5a850daaa0d2b4d5040a5ddbefd7
* targetted minor size vs. empty reversionMichael Meeks2012-05-312-2/+2
| | | | Change-Id: Icf49ed7746a4325e626976ce376762804d0c82be
* nuke unused typedefTakeshi Abe2012-05-312-4/+0
| | | | Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
* hide local functions harderCaolán McNamara2012-05-292-2/+2
| | | | Change-Id: I874a7cda6b2948866a56f0559ab737fed5f42385
* status bar: Standardize the size of modification status to '9' everywhere.Jan Holesovsky2012-05-281-2/+2
| | | | Change-Id: Ic5f8473fb5edaa84cdcd5a6cb563c6a5c4fadea3
* Some cppcheck cleaningJulien Nabet2012-05-201-2/+2
| | | | Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
* removed unused const rtl::OUStringTakeshi Abe2012-05-171-1/+0
| | | | Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
* fdo#49921 make sure all tab pages have the same dimensionsDavid Tardon2012-05-1712-11/+21
| | | | | | | | | | The reason is that they can be combined arbitrarily in dialogs, so changing, e.g., height of one tab can lead to "interesting" results. Cf. commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and 29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the problem described fdo#49921. Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
* removed unused constant rtl::OUStringTakeshi Abe2012-05-162-13/+0
| | | | Change-Id: I173275e0f8faa852500d108f65636080f79636c6