summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)Author
2014-02-27coverity#1187678 Dereference null return valueCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24coverity#737469 Uncaught exceptionCaolán McNamara
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-29give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard
2014-01-29some improvements for the time based chartingMarkus Mohrhard
2014-01-29simlplifyMarkus Mohrhard
2014-01-29time based charting calc sideMarkus Mohrhard
2014-01-27coverity#1158331 Uncaught exceptionCaolán McNamara
2014-01-27coverity#1158332 Uncaught exceptionCaolán McNamara
2014-01-27coverity#1158333 Uncaught exceptionCaolán McNamara
2014-01-27coverity#1158334 Uncaught exceptionCaolán McNamara
2014-01-27coverity#1158335 Uncaught exceptionCaolán McNamara
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-20sal_Bool->boolNoel Grandin
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida
2013-10-08convert sc/source/ui/unoobj/*.cxx from String to OUStringNoel Grandin
2013-10-01convert remains of String to OUString in formula moduleNoel Grandin
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida
2013-07-30More on avoiding direct access to data members.Kohei Yoshida
2013-07-24More on this.Kohei Yoshida
2013-07-24More of the same.Kohei Yoshida
2013-07-09Mark as constTakeshi Abe
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa
2013-06-24CELLTYPE_DESTROYED no longer relevant. Chuck it.Kohei Yoshida
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida
2013-06-02accept this result as bug fixedMarkus Mohrhard
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida
2013-05-09Remove SC_HINT_DYING. We don't do anything specific for this hint.Kohei Yoshida
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida