summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-10-18fdo#82047: Correctly adjust references in range names on row deletion.Kohei Yoshida
2014-10-18fdo#82047: Write test for this.Kohei Yoshida
2014-10-18NamedExpression is too lengthy. Let's just call it 'Name'. We'll know.Kohei Yoshida
2014-10-18fdo#39468 Translate German Comments - sc/source/filter/{lotus,rtf}Christian M. Heller
2014-10-17fdo#80284: Avoid broadcasting during cell delete & shift.Kohei Yoshida
2014-10-17fdo#80284: Write test for this first.Kohei Yoshida
2014-10-17Move these tests to ucalc_formula.cxx.Kohei Yoshida
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann
2014-10-16fdo#73080: Fix the single cell reference cases as well.Kohei Yoshida
2014-10-16fdo#73080: Write another test case for single cell reference cases.Kohei Yoshida
2014-10-16fdo#85050 - MENU: change related menu items shouldnt be separated find itemsYousuf Philips
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara
2014-10-15fdo#73080: Correctly count blank cells in COUNTBLANK.Kohei Yoshida
2014-10-15fdo#73080: Write test for this first.Kohei Yoshida
2014-10-15fdo#83141: also optimize ScTable::HasAttribSelectionLaurent Godard
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna
2014-10-15remove duplicated call to mpChildrenShapes->SelectionChanged()Eike Rathke
2014-10-15speed up simple range list joins that could be appends, fdo#75486 relatedEike Rathke
2014-10-15speed up range list generation from multi marks, fdo#75486 relatedEike Rathke
2014-10-15sc: fix temp file leak in ScHTMLExportTestMichael Stahl
2014-10-15sc: fix temp file leaks in ucalc TestMichael Stahl
2014-10-15sc: fix temp file leak in ScFiltersTestMichael Stahl
2014-10-15sc: fix temp file leak in ScExportTestMichael Stahl
2014-10-14coverity#735315 Unchecked return valueCaolán McNamara
2014-10-14coverity#982180 Unchecked return valueCaolán McNamara
2014-10-14coverity#1242430 Dereference after null checkCaolán McNamara
2014-10-14do not forward-declare templatesDavid Tardon
2014-10-14Use C++11 std::thread::hardware_concurrency()Stephan Bergmann
2014-10-14don't execute ScOpenCLTest::testFinacialIRRFormula on OSXNoel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-13fdo#84872 give each SheetDataContext a new FormulaParserCaolán McNamara
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-12coverity#735322 Unchecked return valueCaolán McNamara
2014-10-12coverity#735321 Unchecked return valueCaolán McNamara
2014-10-12fdo#83901: Write a test for this.Kohei Yoshida
2014-10-12fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.Kohei Yoshida
2014-10-11fdo#39468 Translate German Comments - sc/source/filter/inc/ leftoversChristian M. Heller
2014-10-11Cleanup.Kohei Yoshida
2014-10-11fdo#80846: Broadcast changes before EndUndo().Kohei Yoshida
2014-10-11fdo#84912 - MENU: Addition of AutoSpellcheck to Tools menuYousuf Philips
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-11fdo#75757: remove inheritance to std::mapTakeshi Abe
2014-10-10Have ScViewFunc::DeleteContents() to call ScDocFunc's.Kohei Yoshida
2014-10-10Add DeleteCell to ScDocFunc, which is a variant of DeleteContents ...Kohei Yoshida
2014-10-10typo: follwing -> followingAndras Timar
2014-10-10Adapt sorting unit tests for new default.Michael Meeks