summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-10-22callcatcher: update unused codeCaolán McNamara1-2/+2
2014-10-22Remove unused FormulaToken::Is3DRefStephan Bergmann2-24/+0
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist31-37/+55
2014-10-21fdo#83579 - 'Extrusion On/Off' should be added to Fontwork toolbarYousuf Philips2-3/+5
2014-10-21sc: remove duplicate test methods from ScTableSheetsObjMichael Stahl1-3/+1
2014-10-21sc: fix temp file leak in ScTableSheetObjMichael Stahl1-5/+17
2014-10-21conversion to double should not be necessaryDavid Tardon1-3/+7
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin3-3/+3
2014-10-21nShearWink -> nShearAngleMiklos Vajna2-2/+2
2014-10-20fdo#78826 HIG: missing colons and capitalization in scAdolfo Jayme Barrientos96-1651/+674
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin4-15/+15
2014-10-18fdo#82047: Correctly adjust references in range names on row deletion.Kohei Yoshida1-0/+47
2014-10-18fdo#82047: Write test for this.Kohei Yoshida2-0/+76
2014-10-18NamedExpression is too lengthy. Let's just call it 'Name'. We'll know.Kohei Yoshida2-9/+9
2014-10-18fdo#39468 Translate German Comments - sc/source/filter/{lotus,rtf}Christian M. Heller9-261/+260
2014-10-17fdo#80284: Avoid broadcasting during cell delete & shift.Kohei Yoshida1-5/+2
2014-10-17fdo#80284: Write test for this first.Kohei Yoshida2-0/+117
2014-10-17Move these tests to ucalc_formula.cxx.Kohei Yoshida2-213/+214
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann1-2/+2
2014-10-16fdo#73080: Fix the single cell reference cases as well.Kohei Yoshida1-22/+33
2014-10-16fdo#73080: Write another test case for single cell reference cases.Kohei Yoshida1-0/+21
2014-10-16fdo#85050 - MENU: change related menu items shouldnt be separated find itemsYousuf Philips1-3/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon61-218/+218
2014-10-16Resolves: fdo#81496 crash in calc format pageCaolán McNamara1-8/+1
2014-10-15fdo#73080: Correctly count blank cells in COUNTBLANK.Kohei Yoshida1-2/+20
2014-10-15fdo#73080: Write test for this first.Kohei Yoshida2-0/+28
2014-10-15fdo#83141: also optimize ScTable::HasAttribSelectionLaurent Godard1-4/+11
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann22-38/+6
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin2-4/+4
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna3-3/+3
2014-10-15remove duplicated call to mpChildrenShapes->SelectionChanged()Eike Rathke1-4/+0
2014-10-15speed up simple range list joins that could be appends, fdo#75486 relatedEike Rathke2-4/+46
2014-10-15speed up range list generation from multi marks, fdo#75486 relatedEike Rathke3-1/+32
2014-10-15sc: fix temp file leak in ScHTMLExportTestMichael Stahl1-7/+12
2014-10-15sc: fix temp file leaks in ucalc TestMichael Stahl1-0/+3
2014-10-15sc: fix temp file leak in ScFiltersTestMichael Stahl1-0/+2
2014-10-15sc: fix temp file leak in ScExportTestMichael Stahl1-0/+1
2014-10-14coverity#735315 Unchecked return valueCaolán McNamara1-2/+2
2014-10-14coverity#982180 Unchecked return valueCaolán McNamara1-1/+1
2014-10-14coverity#1242430 Dereference after null checkCaolán McNamara1-3/+2
2014-10-14do not forward-declare templatesDavid Tardon3-3/+5
2014-10-14Use C++11 std::thread::hardware_concurrency()Stephan Bergmann1-1/+3
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