summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2013-03-11Fix chart2 buildFridrich Štrba4-6/+5
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand4-4/+53
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-5/+5
2013-03-09remove commented out codeThomas Arnhold1-100/+0
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim83-0/+244
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong5-39/+35
2013-03-06improve chart2 import testMarkus Mohrhard1-0/+20
2013-03-05doubled usingThomas Arnhold5-5/+0
2013-03-05slowcheck is not executed after everything is builtMarkus Mohrhard1-4/+1
2013-03-05start for an initial chart2 import testMarkus Mohrhard4-0/+315
2013-03-04no need for the dynamic cast anymoreMarkus Mohrhard1-1/+1
2013-03-04make this a real assert to find these problems earlierMarkus Mohrhard1-1/+1
2013-03-04we need to use GetParentDialog nowadays, fdo#60253Markus Mohrhard1-1/+1
2013-03-04Remove empty namespaceThorsten Behrens1-9/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold5-8/+8
2013-03-03loplugin: improve indentationThomas Arnhold1-14/+17
2013-03-03fdo#60724: fix resizeable -> resizable misspelling found by lintianBjoern Michaelsen1-1/+1
2013-03-02coverity#736939: swapped argumentsMarkus Mohrhard1-1/+1
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King2-2/+2
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király15-127/+128
2013-03-01coverity#705132: add missing breakMarkus Mohrhard1-0/+1
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-28make sure that this coverity report is really a false positiveMarkus Mohrhard1-0/+1
2013-02-27Factor out duplicate enums and types from rsc and vcl into one headerTor Lillqvist1-45/+48
2013-02-25remove some trivial duplicatesThomas Arnhold1-1/+0
2013-02-25loplugin: improve indentationThomas Arnhold3-8/+10
2013-02-25loplugin: unused variablesThomas Arnhold2-2/+0
2013-02-23Fix typo seperated/separatedJulien Nabet1-1/+1
2013-02-23Fix typo "fuction" -> "function"Julien Nabet1-1/+1
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter55-271/+231
2013-02-19do not access vector elements beyond size, rhbz#847519 relatedEike Rathke1-9/+15
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida5-6/+6
2013-02-06remove obsolete hidother.src filesAndras Timar1-104/+0
2013-01-30chart2: try to make MSVC happy with OUStringMichael Stahl1-2/+4
2013-01-30MSVC needs explicit OUString in ?:Luboš Luňák1-6/+6
2013-01-30remove useless macrosLuboš Luňák1-3/+0
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac126-1698/+1694
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+1
2013-01-28fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin1-6/+3
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl2-0/+4
2013-01-25bnc#590020: Sort data points stably.Kohei Yoshida1-1/+1
2013-01-25String cleanup.Kohei Yoshida1-29/+30
2013-01-25Replace use of std::auto_ptr with boost::scoped_ptr.Kohei Yoshida2-61/+49
2013-01-25Make these classes explicitly non-copyable.Kohei Yoshida1-2/+4
2013-01-25A little cleanup.Kohei Yoshida1-27/+8
2013-01-25C2U macros no longer necessary.Kohei Yoshida1-9/+9
2013-01-24bnc#798271: Don't delete the PropertyMapEntry instance prematurely.Kohei Yoshida1-21/+19
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara2-2/+2
2013-01-24Unused #includeStephan Bergmann1-3/+0
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith4-13/+12