summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-10-14don't execute ScOpenCLTest::testFinacialIRRFormula on OSXNoel Grandin1-0/+10
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin5-6/+6
2014-10-13fdo#84872 give each SheetDataContext a new FormulaParserCaolán McNamara4-7/+16
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-24/+26
2014-10-12coverity#735322 Unchecked return valueCaolán McNamara1-1/+2
2014-10-12coverity#735321 Unchecked return valueCaolán McNamara1-1/+1
2014-10-12fdo#83901: Write a test for this.Kohei Yoshida1-0/+32
2014-10-12fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.Kohei Yoshida2-1/+7
2014-10-11fdo#39468 Translate German Comments - sc/source/filter/inc/ leftoversChristian M. Heller5-31/+31
2014-10-11Cleanup.Kohei Yoshida1-2/+0
2014-10-11fdo#80846: Broadcast changes before EndUndo().Kohei Yoshida1-13/+10
2014-10-11fdo#84912 - MENU: Addition of AutoSpellcheck to Tools menuYousuf Philips1-0/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin50-115/+115
2014-10-11convert vcl StateChangedType to enum classNoel Grandin5-9/+9
2014-10-11fdo#75757: remove inheritance to std::mapTakeshi Abe1-3/+3
2014-10-10Have ScViewFunc::DeleteContents() to call ScDocFunc's.Kohei Yoshida1-75/+4
2014-10-10Add DeleteCell to ScDocFunc, which is a variant of DeleteContents ...Kohei Yoshida2-5/+75
2014-10-10typo: follwing -> followingAndras Timar1-1/+1
2014-10-10Adapt sorting unit tests for new default.Michael Meeks3-7/+76
2014-10-10fix coverity#1242413 Logically dead codeCaolán McNamara1-2/+2
2014-10-10coverity#1244942 Dereference null return valueCaolán McNamara1-0/+1
2014-10-09InsertCurrentTime: in input mode inherit matching format if setEike Rathke1-7/+17
2014-10-09remove warning: ‘nIndex’ may be used uninitializedLaurent Godard1-2/+2
2014-10-09fdo#84810 Avoid calc crash when using Paste Special - LinkMatthew J. Francis1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca63-289/+283
2014-10-09typo: formual -> formulaAndras Timar1-2/+2
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 Yoshida4-11/+29
2014-10-08Share undo doc creation code.Kohei Yoshida4-80/+82
2014-10-08Start sharing common code between DeleteContents of ScViewFunc/ScDocFunc.Kohei Yoshida5-21/+67
2014-10-08fdo#83141: optimize slow performance after when using replaceall or searchallSeyeong Kim1-4/+12
2014-10-08Resolves: fdo#48405 GetString can call a macro which modifies the documentCaolán McNamara1-19/+22
2014-10-08convert ParamType enum in SC to enum classNoel Grandin6-30/+30
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-10-07disambiguate uniform_int_distributionCaolán McNamara1-1/+1
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin1-12/+7
2014-10-07Don't call comphelper::rng::uniform_real_distribution(a,b) with a==bTor Lillqvist1-0/+2
2014-10-06avoid use of ref. to possibly deleted objectDavid Tardon1-1/+1
2014-10-06Resolves: fdo#80101 inserting non-chart as chart -> unhandled exceptionCaolán McNamara1-0/+5
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara7-19/+11
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-10-06fdo#39468 Translate German Comments - sc/source/filter/inc/Christian M. Heller10-157/+157
2014-10-05coverity#1231669 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-05coverity#1231670 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-05related fdo#70998 use plural for Objects/Images optionStanislav Horacek3-3/+3
2014-10-04coverity#704002 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04coverity#1242368: Unchecked return valueNorbert Thiebaud1-5/+7
2014-10-04coverity#1242369: Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida9-0/+71
2014-10-04coverity#1242413: logically dead codeNorbert Thiebaud1-2/+3