summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)Author
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-09C++11 replace std::remove_copy_if with std::copy_ifJochen Nitschke
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-07-02loplugin:casttovoid: chart2Stephan Bergmann
2017-06-29ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignoredStephan Bergmann
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin
2017-06-20loplugin:oncevar chart2Noel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-05-23loplugin:comparisonwithconstant in chart2Noel Grandin
2017-05-19loplugin:stringcopy: chart2Stephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-18can drop SCH_RESSTR nowCaolán McNamara
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 tools source from OSL_ASSERT to assertChris Sherlock
2017-04-29tdf#107097 invoke internal DP and correctly handle "range" namesTomaž Vajngerl
2017-04-28loplugin:salunicodeliteral: chart2Stephan Bergmann
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin
2017-04-15Fix typosAndrea Gelmini
2017-03-31use actual UNO enums in chart2Noel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-19TyposJulien Nabet
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-21loplugin:subtlezeroinit: chart2Stephan Bergmann
2017-02-17convert StackMode to scoped enumNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-12[API CHANGE] Add PopupRequest - a callback to open a pop-up win. in calcTomaž Vajngerl
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist
2017-02-08The string "###" can be written as such, no need for a Special Const VariableTor Lillqvist
2017-02-08A newline is not that special or hard to rememberTor Lillqvist
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-20chart2: replace custom Deg2Rad/Rad2Deg for basegfx functionsTomaž Vajngerl
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-12-01tdf#102621: import empty chart cells as NaN instead of 0Jean-Tiare Le Bigot
2016-11-23loplugin:unnecessaryoverride (dtors) in chart2Stephan Bergmann
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-11-07loplugin:oncevar in chart2Noel Grandin
2016-11-01Omit the default comparator for std::sort()Takeshi Abe
2016-10-22fix for windows buildsJochen Nitschke