summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-28std::remove_if not usedJulien Nabet
2014-12-23Be more direct; bin simple local functionsMatúš Kukan
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-14fix indentationMarkus Mohrhard
2014-12-12rhbz#1116534 crash when pasting over a formulaDavid Tardon
2014-12-09changed timers to idlesJennifer Liebel
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12addNewFromTitles : avoid broadcasting SC_HINT_AREAS_CHANGED twiceLaurent Godard
2014-11-12calc SetNewRangeNames remove useless bool typeLaurent Godard
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-31coverity#735811 Dereference after null checkEike Rathke
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-10Add DeleteCell to ScDocFunc, which is a variant of DeleteContents ...Kohei Yoshida
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-09make streamtimeout a config variable instead of an env. var.xukai
2014-10-08Move this one to a common place too.Kohei Yoshida
2014-10-08Share undo doc creation code.Kohei Yoshida
2014-10-08Start sharing common code between DeleteContents of ScViewFunc/ScDocFunc.Kohei Yoshida
2014-10-05coverity#1231670 Unchecked return valueNorbert Thiebaud
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-19fdo#84009: Be sure to update the sheet index when moving the sort range.Kohei Yoshida