summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-02-18Fix typosAndrea Gelmini1-5/+5
2018-02-17Now we can remove this old checkOutput() for real.Kohei Yoshida2-114/+78
2018-02-17Use the variant of checkOutput that takes nested std::vector.Kohei Yoshida3-44/+44
2018-02-17Add a test to make sure we import docs with empty rows correctly.Kohei Yoshida2-0/+114
2018-02-17uitest for bugs #tdf114228 #tdf43078 #tdf105105Zdeněk Crhonek1-0/+152
2018-02-17uitest for tdf#99386Zdeněk Crhonek2-0/+38
2018-02-17Let's also check for the presence of the range names.Kohei Yoshida1-0/+14
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin51-425/+421
2018-02-17Add a test case for global and sheet-local named expressions.Kohei Yoshida3-0/+268
2018-02-16Consolidate the dreaded "Text - txt - csv (StarCalc)" filter nameEike Rathke6-6/+9
2018-02-16Add a test case for importing cell background colors...Kohei Yoshida2-0/+199
2018-02-16Resolves: tdf#114995 support CSV as Link to External DataEike Rathke2-34/+52
2018-02-16move CellBorderUpdater bitmap update to VirtualDeviceNoel Grandin1-77/+22
2018-02-16ofz#5951 speed up wks fuzzing, skip CalcAfterLoadCaolán McNamara4-21/+35
2018-02-16Add a test case for importing merged cells from Excel 2003 XML file.Kohei Yoshida7-11/+141
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara5-9/+9
2018-02-15Resolves: tdf#115046 don't restore a sheet-local DBData from temporaryEike Rathke2-3/+19
2018-02-14lok IME: support dialogs as wellPranav Kant3-29/+17
2018-02-14No stacked code for jump matrix is worth an assertEike Rathke1-1/+1
2018-02-14ofz#6316 Direct-leakCaolán McNamara2-2/+0
2018-02-14Unit test tdf#115493 use matrix as result of jump command, tdf#58874 relatedEike Rathke2-0/+32
2018-02-14unused ScTokenArrayCaolán McNamara2-2/+1
2018-02-14use BitmapEx in LwpBackgroundStuffNoel Grandin1-1/+1
2018-02-14loplugin:changetoolsgen in scNoel Grandin78-906/+910
2018-02-14More CheckLinkFormulaNeedingCheck() for ScDocumentImport::setFormulaCell()Eike Rathke1-1/+13
2018-02-14it does not make sense to check for nullptr and then access anywayMarkus Mohrhard1-3/+5
2018-02-14let column and row numbers in data table view start with 1Markus Mohrhard1-2/+2
2018-02-14init the selected columns in data transformations dialogMarkus Mohrhard4-11/+227
2018-02-13speed up slk fuzzingCaolán McNamara3-1/+6
2018-02-13Groupedbar Calc add priority feature and fix context-defaultandreas kainz2-621/+758
2018-02-13Force CheckLinkFormulaNeedingCheck() only if no ScSetStringParam givenEike Rathke1-1/+6
2018-02-13Use ScSetStringParam::mbCheckLinkFormula in simple ScImportExport::Text2Doc()Eike Rathke1-1/+4
2018-02-13CheckLinkFormulaNeedingCheck() for ScDocumentImport::setFormulaCell()Eike Rathke1-0/+2
2018-02-13Use ScSetStringParam::mbCheckLinkFormula insteadEike Rathke1-11/+1
2018-02-13ScSetStringParam::mbCheckLinkFormula for HTML and RTF importEike Rathke1-0/+1
2018-02-13Handle ScSetStringParam::mbCheckLinkFormula in ScColumn::ParseString()Eike Rathke1-3/+7
2018-02-13Introduce ScSetStringParam::mbCheckLinkFormulaEike Rathke2-1/+9
2018-02-13Resolves: tdf#95192 correctly split non-numeral/numeral parts for natural sortEike Rathke1-13/+22
2018-02-12Use FormulaCompiler::IsOpCodeJumpCommand() where applicableEike Rathke1-2/+2
2018-02-12tdf#72440 Abs sheet ref must be givenLaurent BP1-1/+2
2018-02-12CheckLinkFormulaNeedingCheck() for .slk importEike Rathke1-0/+1
2018-02-12Disable lok_preload_hooks when not dynamically loading.Michael Meeks1-0/+3
2018-02-12Fix typosAndrea Gelmini2-2/+2
2018-02-12Translate German variable namesJohnny_M1-10/+10
2018-02-12Translate German variable namesJohnny_M2-18/+18
2018-02-12Translate German variable namesJohnny_M1-11/+11
2018-02-12Translate German variable namesJohnny_M1-9/+9
2018-02-11lok: allow libraries to pre-init themselves.Michael Meeks2-1/+14
2018-02-10speed up qpw fuzzing, skip CalcAfterLoadCaolán McNamara3-16/+27
2018-02-10use read_uInt8s_ToOUStringCaolán McNamara2-9/+5