summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/itemsetwrapper
Commit message (Expand)AuthorAgeFilesLines
* Some more sal_Bool -> boolStephan Bergmann2016-04-252-12/+12
* Kill comphelper::MakeMapStephan Bergmann2016-04-256-96/+70
* new plugin stylepoliceNoel Grandin2016-04-211-14/+14
* Remove redundant comparison against sal_FalseStephan Bergmann2016-04-201-2/+2
* loplugin:passstuffbyref in chart2Noel Grandin2016-04-141-1/+1
* clang-tidy performance-unnecessary-value-param in chart2Noel Grandin2016-04-122-6/+6
* com::sun::star->css in chart2Noel Grandin2016-03-145-69/+67
* tools: rename FontUnderline to FontLineStyleChris Sherlock2016-01-311-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-107-22/+22
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* chart2: replace for_each with range-based forDaniel Robertson2015-10-087-41/+40
* CppCheck : reduce variables scopeMichaël Lefèvre2015-09-232-2/+2
* boost->stdCaolán McNamara2015-09-141-2/+0
* tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2015-09-092-0/+90
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-293-0/+3
* remove default value from SfxPoolItem::PutValueNoel Grandin2015-08-141-2/+2
* cppcheck: redundantCondition [part1]Julien Nabet2015-06-144-8/+4
* Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-04-282-4/+4
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-312-3/+3
* fix y-axis position on x-axis handlingMarkus Mohrhard2015-03-201-1/+1
* reduce scope of local variablesMichael Weghorn2014-12-061-2/+2
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* loplugin: cstylecastNoel Grandin2014-10-231-1/+1
* chart2: fix memory leak due to cyclic reference in VAxisBaseMichael Stahl2014-10-201-3/+3
* coverity#1247647 Uncaught exceptionCaolán McNamara2014-10-172-2/+2
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-126-17/+17
* prevent memory leakMarkus Mohrhard2014-08-041-4/+16
* cosmetic clean-upMarkus Mohrhard2014-08-031-8/+8
* bnc#885825: Support borders around data labels.Kohei Yoshida2014-07-262-0/+631
* boost::checked_deleter will do.Kohei Yoshida2014-07-227-11/+15
* Perhaps it's time we put ItemConverter etc into the right namespace.Kohei Yoshida2014-07-219-90/+85
* More on removing (unreasonable) use of std::auto_ptr.Kohei Yoshida2014-07-211-4/+2
* Remove auto_ptr from CharacterPropertyItemConverter.Kohei Yoshida2014-07-217-120/+67
* Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida2014-07-211-6/+6
* remove whitespacesMarkus Mohrhard2014-07-023-4/+0
* coverity#705359 Mixing enum typesCaolán McNamara2014-07-022-87/+9
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+1
* Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida2014-06-261-2/+3
* clang: Uninitialized argument valueCaolán McNamara2014-06-262-18/+18
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-191-2/+5
* Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida2014-06-193-12/+16
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-172-13/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet2014-05-181-2/+2
* remove comments why a file gets includedThomas Arnhold2014-04-216-15/+1
* chart2: sal_Bool->boolNoel Grandin2014-04-154-11/+11
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-1/+1
* chart2: prefer passing OUString by referenceNoel Grandin2014-03-172-6/+6
* svx: sal_Bool->boolNoel Grandin2014-03-141-1/+1
* svl: sal_Bool -> boolStephan Bergmann2014-02-203-8/+8