summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-09Mark as constTakeshi Abe1-2/+2
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+1
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa1-2/+2
2013-06-24CELLTYPE_DESTROYED no longer relevant. Chuck it.Kohei Yoshida1-3/+0
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-1/+1
2013-06-02accept this result as bug fixedMarkus Mohrhard1-11/+1
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida1-1/+1
2013-05-09Remove SC_HINT_DYING. We don't do anything specific for this hint.Kohei Yoshida1-1/+1
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-50/+48
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1