summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-07-16correct but ugly fix for i#118877Markus Mohrhard1-0/+5
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-3/+3
2012-07-16unusedcode: drop CellBlock and one small methodMatúš Kukan2-103/+0
2012-07-16disable edit field for min and max type, fdo#51834Markus Mohrhard2-0/+41
2012-07-16use correct value to check for min and max, fdo#51831Markus Mohrhard1-1/+1
2012-07-15MSVC complains about too many implicit conversionsMichael Stahl1-1/+1
2012-07-15fdo#47947 Data Form dialog layout fixAndras Timar3-31/+35
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard1-0/+1
2012-07-15Revert "don't delete ScPatternAttr from doc pool for swap, i#118877"Markus Mohrhard5-26/+4
2012-07-14Remove unused HIDsThomas Arnhold1-3/+0
2012-07-14Remove unused HIDsThomas Arnhold1-46/+0
2012-07-14disable chart test for nowMarkus Mohrhard1-1/+3
2012-07-14Check for assignment to self for =operatorJulien Nabet1-0/+4
2012-07-13Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard1-3/+2
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET2-4/+4
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold8-96/+0
2012-07-13java: printStackTrace always to stderrThomas Arnhold1-3/+3
2012-07-13test: move XMLDiff implementation details to cxx fileMichael Stahl1-3/+2
2012-07-13don't use wrong sort direction in some casesMarkus Mohrhard1-1/+20
2012-07-13don't delete ScPatternAttr from doc pool for swap, i#118877Markus Mohrhard5-4/+26
2012-07-12Fix broken ODS column width import fdo#51446Daniel Bankston3-11/+11
2012-07-12Add test case for ODS column width importDaniel Bankston2-5/+9
2012-07-12ExtGlobalContext::onCreateContext: warning C4702: unreachable codeMichael Stahl1-2/+0
2012-07-12ScValidationDataList: use const_iteratorMichael Stahl1-2/+6
2012-07-12NumberFormatsBuffer: use new configmgr apiMiklos Vajna1-25/+7
2012-07-12fdo#35953 resize controls on Solver dialog of CalcAndras Timar1-42/+42
2012-07-12hrc cleanup: Remove unused Strings in scThomas Arnhold3-345/+0
2012-07-12Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::setNoel Grandin4-49/+40
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInAsyncs) to std::setNoel Grandin3-26/+25
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInDocs) to std::setNoel Grandin4-29/+23
2012-07-12show comments in the navigator, fdo#51859Markus Mohrhard1-1/+1
2012-07-12fdo#51852: Temporary, band-aid fix.Kohei Yoshida1-2/+10
2012-07-12this change was a mistakeMarkus Mohrhard1-1/+2
2012-07-12adapt chart regression test to new dumper codeMarkus Mohrhard1-2/+1
2012-07-11Remove method that is no longer neededDaniel Bankston1-1/+0
2012-07-11Fix cause of osl warningDaniel Bankston2-0/+17
2012-07-11ODS Import: Improve method names and commentsDaniel Bankston2-15/+22
2012-07-11Distinguish between DATE and DATETIME formats in ODS importDaniel Bankston2-1/+3
2012-07-11Add test for volatile functions for ODS importDaniel Bankston2-0/+24
2012-07-11Always Recalc volatile formula cells in importDaniel Bankston3-4/+8
2012-07-11Reduce some redundant codeDaniel Bankston2-21/+18
2012-07-11Always recalc certain functions on importDaniel Bankston1-4/+8
2012-07-11Remove calls to ScFormulaCell::SetFormatType() that are no longer necessaryDaniel Bankston1-3/+0
2012-07-11Expand cached matrix formula result test case to include other potential probsDaniel Bankston2-2/+5
2012-07-11Fix problem with cached matrix formula results that contain errorsDaniel Bankston1-14/+17
2012-07-11Add test for cached matrix formula resultsDaniel Bankston3-1/+24
2012-07-11Use cached formula results for matricesDaniel Bankston4-115/+68
2012-07-11Use indexOf instead of matchDaniel Bankston2-3/+14
2012-07-11Use text:p value if cached formula result is Err:### or #N/ADaniel Bankston1-0/+10
2012-07-11Set proper number format for formula cellDaniel Bankston2-1/+2