summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2012-06-25set the zoom only once, prevents infinite loop, fdo#51040Markus Mohrhard
2012-06-25handle also COLLAPSEd in switchMarkus Mohrhard
2012-06-25we still need to check that we have a token, fdo#51326Markus Mohrhard
2012-06-25if no new cell exists, create hidden broadcaster cell, fdo#51368Markus Mohrhard
2012-06-25only show dialog elements if entry is not collapsedMarkus Mohrhard
2012-06-24rearranged forward declarations of classTakeshi Abe
2012-06-23removed unused forward declarations of classTakeshi Abe
2012-06-22Resolves: fdo#45869 we want page preview text to layout for print outputCaolán McNamara
2012-06-22more new formulabuffer const cleanupNoel Power
2012-06-22Remove empty or non-called methodsThomas Arnhold
2012-06-22Remove some PCH tracesThomas Arnhold
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
2012-06-21some const correctness tweaks to various signatures in new formulabufferNoel Power
2012-06-21fdo#51249 Disable stream copy when saving a file with 'Changes Record' activePierre-Eric Pelloux-Prayer
2012-06-21fix core dump setting preload value for some cell formulaNoel Power
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold
2012-06-21Remove unused dbexch.hrcThomas Arnhold
2012-06-20gah :/ some cleanup for 7fff9872 that I applied to wrong source tree.Noel Power
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power
2012-06-20move ScNamedEntryArr_Impl out of header to make MSVC happyMichael Stahl
2012-06-20Convert SV_DECL_PTRARR_DEL(ScNamedEntryArr_Impl) to boost::ptr_vectorNoel Grandin
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara
2012-06-20Clean up logic a bit for formula cell ODS importDaniel Bankston
2012-06-20Use better variable and method names for ScMyTables current cell positionDaniel Bankston
2012-06-20Simplify table ODS import logic to improve performanceDaniel Bankston
2012-06-20Remove subtable import code since sc core doesn't support itDaniel Bankston
2012-06-20Clean minor misc code leftovers from conversionDaniel Bankston
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
2012-06-19fix license header for new files.Michael Meeks
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara
2012-06-19death to some UniStringsCaolán McNamara
2012-06-19remove some UniString ctorsCaolán McNamara
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara
2012-06-18-Werror=unused-parameterStephan Bergmann
2012-06-18fix the number detection in data bar dialogMarkus Mohrhard
2012-06-18remove two cppcheck warnings in scMarkus Mohrhard
2012-06-18Change validate "between" and "not between" to "valid/invalid range"Joel Madero
2012-06-17Remove unused variables and parametersDaniel Bankston
2012-06-17Fix regression that caused extra validation entries to be added to scdocumentDaniel Bankston
2012-06-17Convert ODS import of Data Validaty to direct scDaniel Bankston
2012-06-17Move logic in AddFormulaCell() that adds non-formula cells into its own methodDaniel Bankston
2012-06-17Put logic that adds nonformula cells into its own methodDaniel Bankston
2012-06-17Put some conditional statements into readable methods and do minor formattingDaniel Bankston
2012-06-17Move EndElement()'s logic (that adds formula cell to doc) into its own methodDaniel Bankston
2012-06-17Put EndElement()'s long for-loop into its own methodDaniel Bankston
2012-06-17Break contents EndElement()'s switch statement into smaller sub functionsDaniel Bankston