summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
* warning C4101: unreferenced local variableMichael Stahl2013-03-141-1/+1
* warning C4101: unreferenced local variableMichael Stahl2013-03-141-1/+1
* n#734735: Decrease pie chart's thickness.Muthu Subramanian2013-03-141-1/+1
* vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl2013-03-131-1/+1
* Fix chart2 buildFridrich Štrba2013-03-114-6/+5
* #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand2013-03-114-4/+53
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-092-5/+5
* remove commented out codeThomas Arnhold2013-03-091-100/+0
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-0883-0/+244
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-065-39/+35
* improve chart2 import testMarkus Mohrhard2013-03-061-0/+20
* doubled usingThomas Arnhold2013-03-055-5/+0
* slowcheck is not executed after everything is builtMarkus Mohrhard2013-03-051-4/+1
* start for an initial chart2 import testMarkus Mohrhard2013-03-054-0/+315
* no need for the dynamic cast anymoreMarkus Mohrhard2013-03-041-1/+1
* make this a real assert to find these problems earlierMarkus Mohrhard2013-03-041-1/+1
* we need to use GetParentDialog nowadays, fdo#60253Markus Mohrhard2013-03-041-1/+1
* Remove empty namespaceThorsten Behrens2013-03-041-9/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-035-8/+8
* loplugin: improve indentationThomas Arnhold2013-03-031-14/+17
* fdo#60724: fix resizeable -> resizable misspelling found by lintianBjoern Michaelsen2013-03-031-1/+1
* coverity#736939: swapped argumentsMarkus Mohrhard2013-03-021-1/+1
* Typo fix: informations -> information and a few other adjacent typos.Gregg King2013-03-022-2/+2
* Replace rtl::O(U)String with O(U)StringÁdám Csaba Király2013-03-0115-127/+128
* coverity#705132: add missing breakMarkus Mohrhard2013-03-011-0/+1
* remove all d.lstMichael Stahl2013-02-281-0/+0
* make sure that this coverity report is really a false positiveMarkus Mohrhard2013-02-281-0/+1
* Factor out duplicate enums and types from rsc and vcl into one headerTor Lillqvist2013-02-271-45/+48
* remove some trivial duplicatesThomas Arnhold2013-02-251-1/+0
* loplugin: improve indentationThomas Arnhold2013-02-253-8/+10
* loplugin: unused variablesThomas Arnhold2013-02-252-2/+0
* Fix typo seperated/separatedJulien Nabet2013-02-231-1/+1
* Fix typo "fuction" -> "function"Julien Nabet2013-02-231-1/+1
* RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter2013-02-2055-271/+231
* do not access vector elements beyond size, rhbz#847519 relatedEike Rathke2013-02-191-9/+15
* Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2013-02-125-6/+6
* remove obsolete hidother.src filesAndras Timar2013-02-061-104/+0
* chart2: try to make MSVC happy with OUStringMichael Stahl2013-01-301-2/+4
* MSVC needs explicit OUString in ?:Luboš Luňák2013-01-301-6/+6
* remove useless macrosLuboš Luňák2013-01-301-3/+0
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-30126-1698/+1694
* fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2013-01-281-2/+1
* fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin2013-01-281-6/+3
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-262-0/+4
* bnc#590020: Sort data points stably.Kohei Yoshida2013-01-251-1/+1
* String cleanup.Kohei Yoshida2013-01-251-29/+30
* Replace use of std::auto_ptr with boost::scoped_ptr.Kohei Yoshida2013-01-252-61/+49
* Make these classes explicitly non-copyable.Kohei Yoshida2013-01-251-2/+4
* A little cleanup.Kohei Yoshida2013-01-251-27/+8