summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET
2012-07-16unusedcode: drop CellBlock and one small methodMatúš Kukan
2012-07-16disable edit field for min and max type, fdo#51834Markus Mohrhard
2012-07-16use correct value to check for min and max, fdo#51831Markus Mohrhard
2012-07-15MSVC complains about too many implicit conversionsMichael Stahl
2012-07-15fdo#47947 Data Form dialog layout fixAndras Timar
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard
2012-07-15Revert "don't delete ScPatternAttr from doc pool for swap, i#118877"Markus Mohrhard
2012-07-14Remove unused HIDsThomas Arnhold
2012-07-14Remove unused HIDsThomas Arnhold
2012-07-14disable chart test for nowMarkus Mohrhard
2012-07-14Check for assignment to self for =operatorJulien Nabet
2012-07-13Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
2012-07-13Resolves: fdo#48256 clean out Hide/Show CursorThomas Arnhold
2012-07-13java: printStackTrace always to stderrThomas Arnhold
2012-07-13test: move XMLDiff implementation details to cxx fileMichael Stahl
2012-07-13don't use wrong sort direction in some casesMarkus Mohrhard
2012-07-13don't delete ScPatternAttr from doc pool for swap, i#118877Markus Mohrhard
2012-07-12Fix broken ODS column width import fdo#51446Daniel Bankston
2012-07-12Add test case for ODS column width importDaniel Bankston
2012-07-12ExtGlobalContext::onCreateContext: warning C4702: unreachable codeMichael Stahl
2012-07-12ScValidationDataList: use const_iteratorMichael Stahl
2012-07-12NumberFormatsBuffer: use new configmgr apiMiklos Vajna
2012-07-12fdo#35953 resize controls on Solver dialog of CalcAndras Timar
2012-07-12hrc cleanup: Remove unused Strings in scThomas Arnhold
2012-07-12Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::setNoel Grandin
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInAsyncs) to std::setNoel Grandin
2012-07-12Convert SV_DECL_PTRARR_SORT(ScAddInDocs) to std::setNoel Grandin
2012-07-12show comments in the navigator, fdo#51859Markus Mohrhard
2012-07-12fdo#51852: Temporary, band-aid fix.Kohei Yoshida
2012-07-12this change was a mistakeMarkus Mohrhard
2012-07-12adapt chart regression test to new dumper codeMarkus Mohrhard
2012-07-11Remove method that is no longer neededDaniel Bankston
2012-07-11Fix cause of osl warningDaniel Bankston
2012-07-11ODS Import: Improve method names and commentsDaniel Bankston
2012-07-11Distinguish between DATE and DATETIME formats in ODS importDaniel Bankston
2012-07-11Add test for volatile functions for ODS importDaniel Bankston
2012-07-11Always Recalc volatile formula cells in importDaniel Bankston
2012-07-11Reduce some redundant codeDaniel Bankston
2012-07-11Always recalc certain functions on importDaniel Bankston
2012-07-11Remove calls to ScFormulaCell::SetFormatType() that are no longer necessaryDaniel Bankston
2012-07-11Expand cached matrix formula result test case to include other potential probsDaniel Bankston
2012-07-11Fix problem with cached matrix formula results that contain errorsDaniel Bankston
2012-07-11Add test for cached matrix formula resultsDaniel Bankston
2012-07-11Use cached formula results for matricesDaniel Bankston
2012-07-11Use indexOf instead of matchDaniel Bankston
2012-07-11Use text:p value if cached formula result is Err:### or #N/ADaniel Bankston
2012-07-11Set proper number format for formula cellDaniel Bankston
2012-07-11Add test for import of cached formula results (without hard-recalc)Daniel Bankston