summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-06-21hrc cleanup: Remove unused definesThomas Arnhold9-155/+5
2012-06-21Remove unused dbexch.hrcThomas Arnhold3-3/+0
2012-06-20gah :/ some cleanup for 7fff9872 that I applied to wrong source tree.Noel Power5-25/+0
2012-06-20big formula performance improvement for xlsx import (bnc#763168 & bnc#765942)Noel Power14-16/+430
2012-06-20move ScNamedEntryArr_Impl out of header to make MSVC happyMichael Stahl2-21/+35
2012-06-20Convert SV_DECL_PTRARR_DEL(ScNamedEntryArr_Impl) to boost::ptr_vectorNoel Grandin2-28/+23
2012-06-20Convert SV_DECL_PTRARR_DEL(XResultListenerArr_Impl) to ptr_vectorNoel Grandin1-1/+2
2012-06-20ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara1-2/+2
2012-06-20disable this test for now, fails on windows due to row height problemMarkus Mohrhard1-1/+2
2012-06-20Clean up logic a bit for formula cell ODS importDaniel Bankston1-15/+8
2012-06-20Use better variable and method names for ScMyTables current cell positionDaniel Bankston4-33/+33
2012-06-20Simplify table ODS import logic to improve performanceDaniel Bankston3-290/+35
2012-06-20Remove subtable import code since sc core doesn't support itDaniel Bankston6-141/+75
2012-06-20Clean minor misc code leftovers from conversionDaniel Bankston2-163/+141
2012-06-20Add test case for cell text with line breaksDaniel Bankston2-0/+7
2012-06-20Add test case for row height to formats unit testDaniel Bankston1-2/+8
2012-06-20Add test case for i53253 to formats unit testDaniel Bankston2-1/+9
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
2012-06-19fix license header for new files.Michael Meeks2-51/+12
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2-9/+5
2012-06-19death to some UniStringsCaolán McNamara1-2/+2
2012-06-19Revert "Remove License/Credits menu items"Petr Mladek1-0/+2
2012-06-19remove some UniString ctorsCaolán McNamara2-2/+2
2012-06-18Remove License/Credits menu itemsStefan Knorr (astron)1-2/+0
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara7-13/+13
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara8-52/+48
2012-06-18-Werror=unused-parameterStephan Bergmann2-9/+6
2012-06-18fix the number detection in data bar dialogMarkus Mohrhard8-15/+19
2012-06-18remove two cppcheck warnings in scMarkus Mohrhard2-3/+1
2012-06-18Change validate "between" and "not between" to "valid/invalid range"Joel Madero3-10/+10
2012-06-17Remove unused variables and parametersDaniel Bankston2-52/+34
2012-06-17Fix regression that caused extra validation entries to be added to scdocumentDaniel Bankston1-1/+1
2012-06-17Improve unit test for ODS import of data validityDaniel Bankston1-26/+41
2012-06-17Convert ODS import of Data Validaty to direct scDaniel Bankston2-71/+113
2012-06-17Add unit test for ODS import of Data ValidityDaniel Bankston4-0/+150
2012-06-17Add ODS unittest that checks merged cells and their content on multiple sheetsDaniel Bankston4-0/+74
2012-06-17Move logic in AddFormulaCell() that adds non-formula cells into its own methodDaniel Bankston2-72/+76
2012-06-17Put logic that adds nonformula cells into its own methodDaniel Bankston2-58/+59
2012-06-17Put some conditional statements into readable methods and do minor formattingDaniel Bankston2-28/+39
2012-06-17Move EndElement()'s logic (that adds formula cell to doc) into its own methodDaniel Bankston2-104/+111
2012-06-17Put EndElement()'s long for-loop into its own methodDaniel Bankston2-81/+93
2012-06-17Break contents EndElement()'s switch statement into smaller sub functionsDaniel Bankston2-66/+82
2012-06-17Extend repeated columns unit test to check both text and numbersDaniel Bankston4-3/+10
2012-06-17Fix repeating columnsDaniel Bankston1-2/+2
2012-06-17Commit files used in repeated columns unit testDaniel Bankston2-0/+1
2012-06-17Added unit test for repeated columns in ODS import.Daniel Bankston1-0/+16
2012-06-17Remove commentsDaniel Bankston1-4/+0
2012-06-17Reduce amount of casts between SCCOL, SCROW, and sal_Int32Daniel Bankston3-22/+21
2012-06-17Replace CellAddress with ScAddress in ScXMLTableRowCellContext::EndElement()Daniel Bankston4-187/+131
2012-06-17Remove unused ScMyTables merge methods and convert column/row methodsDaniel Bankston2-192/+2