summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-9/+10
2014-07-02bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+8
2014-06-25remove whitespaceMarkus Mohrhard1-20/+0
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida1-1/+13
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet1-1/+1
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara1-2/+2
2014-05-12Move this function object to o3tl.Kohei Yoshida1-2/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-23sc: sal_Bool->boolNoel Grandin1-3/+3
2014-04-17limit the range shrinking in charts to really large ranges, fdo#70609,Markus Mohrhard1-0/+5
2014-04-09coverity#708097 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-10/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2014-02-27coverity#1187678 Dereference null return valueCaolán McNamara1-0/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-31/+31
2014-02-24coverity#737469 Uncaught exceptionCaolán McNamara1-1/+1
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin1-3/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-01-29give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard1-2/+22
2014-01-29some improvements for the time based chartingMarkus Mohrhard1-29/+42
2014-01-29simlplifyMarkus Mohrhard1-2/+2
2014-01-29time based charting calc sideMarkus Mohrhard1-1/+83
2014-01-27coverity#1158331 Uncaught exceptionCaolán McNamara1-1/+1
2014-01-27coverity#1158332 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-27coverity#1158333 Uncaught exceptionCaolán McNamara1-1/+1
2014-01-27coverity#1158334 Uncaught exceptionCaolán McNamara1-4/+5
2014-01-27coverity#1158335 Uncaught exceptionCaolán McNamara1-2/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-20sal_Bool->boolNoel Grandin1-2/+2
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-3/+3
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-7/+7
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-7/+7
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-7/+7
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-12/+0
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-2/+2
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-7/+11
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida1-1/+2
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin1-10/+10
2013-10-01convert remains of String to OUString in formula moduleNoel Grandin1-3/+3
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin1-8/+8
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-2/+2
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-2/+1
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-4/+4
2013-07-30More on avoiding direct access to data members.Kohei Yoshida1-100/+97
2013-07-24More on this.Kohei Yoshida1-11/+11
2013-07-24More of the same.Kohei Yoshida1-10/+10