summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke2-3/+3
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke1-1/+1
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida2-4/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-6/+6
2014-11-12addNewFromTitles : avoid broadcasting SC_HINT_AREAS_CHANGED twiceLaurent Godard1-2/+0
2014-11-12calc SetNewRangeNames remove useless bool typeLaurent Godard1-6/+5
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-10-31coverity#735811 Dereference after null checkEike Rathke1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin6-74/+74
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky3-8/+8
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky3-6/+6
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-6/+6
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-4/+4
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-3/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon3-6/+6
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-10Add DeleteCell to ScDocFunc, which is a variant of DeleteContents ...Kohei Yoshida1-2/+70
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca3-8/+8
2014-10-09make streamtimeout a config variable instead of an env. var.xukai1-10/+5
2014-10-08Move this one to a common place too.Kohei Yoshida2-5/+18
2014-10-08Share undo doc creation code.Kohei Yoshida2-36/+63
2014-10-08Start sharing common code between DeleteContents of ScViewFunc/ScDocFunc.Kohei Yoshida2-12/+42
2014-10-05coverity#1231670 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+34
2014-10-01fdo#82577: Handle TimeNoel Grandin1-6/+6
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann4-68/+35
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-1/+1
2014-09-26remove unnecessary casts'sNoel Grandin1-7/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin12-22/+22
2014-09-19fdo#84009: Be sure to update the sheet index when moving the sort range.Kohei Yoshida1-0/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-17Add loading document colors to CalcKrisztian Pinter1-0/+5
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann5-29/+29
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin4-28/+31
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin3-7/+7
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida1-1/+4
2014-08-27out-of-bounds string access, this comparison never matchedEike Rathke1-1/+1
2014-08-22init formula options once, fdo#82183Eike Rathke1-2/+8
2014-08-22nitpick on comment formEike Rathke2-4/+4
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke3-20/+38
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-08-06Related fdo#69006: Reintroduce some height calculation back.Jan Holesovsky1-3/+2
2014-07-31fdo#78555: Oopsy.Kohei Yoshida1-24/+4
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida1-3/+3
2014-07-29Bring this logic from ScViewFaunc::DeleteContents to ScDocFunc's.Kohei Yoshida1-3/+31