summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* ditch last (?) uses of UniString::UniString(sal_Unicode, ...)Caolán McNamara2012-06-201-2/+2
* disable this test for now, fails on windows due to row height problemMarkus Mohrhard2012-06-201-1/+2
* Clean up logic a bit for formula cell ODS importDaniel Bankston2012-06-201-15/+8
* Use better variable and method names for ScMyTables current cell positionDaniel Bankston2012-06-204-33/+33
* Simplify table ODS import logic to improve performanceDaniel Bankston2012-06-203-290/+35
* Remove subtable import code since sc core doesn't support itDaniel Bankston2012-06-206-141/+75
* Clean minor misc code leftovers from conversionDaniel Bankston2012-06-202-163/+141
* Add test case for cell text with line breaksDaniel Bankston2012-06-202-0/+7
* Add test case for row height to formats unit testDaniel Bankston2012-06-201-2/+8
* Add test case for i53253 to formats unit testDaniel Bankston2012-06-202-1/+9
* typo: paramters, paramaters -> parametersAndras Timar2012-06-191-1/+1
* fix license header for new files.Michael Meeks2012-06-192-51/+12
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-192-9/+5
* death to some UniStringsCaolán McNamara2012-06-191-2/+2
* Revert "Remove License/Credits menu items"Petr Mladek2012-06-191-0/+2
* remove some UniString ctorsCaolán McNamara2012-06-192-2/+2
* Remove License/Credits menu itemsStefan Knorr (astron)2012-06-181-2/+0
* convert LocaleDataWrapper to OUStringCaolán McNamara2012-06-187-13/+13
* callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara2012-06-188-52/+48
* -Werror=unused-parameterStephan Bergmann2012-06-182-9/+6
* fix the number detection in data bar dialogMarkus Mohrhard2012-06-188-15/+19
* remove two cppcheck warnings in scMarkus Mohrhard2012-06-182-3/+1
* Change validate "between" and "not between" to "valid/invalid range"Joel Madero2012-06-183-10/+10
* Remove unused variables and parametersDaniel Bankston2012-06-172-52/+34
* Fix regression that caused extra validation entries to be added to scdocumentDaniel Bankston2012-06-171-1/+1
* Improve unit test for ODS import of data validityDaniel Bankston2012-06-171-26/+41
* Convert ODS import of Data Validaty to direct scDaniel Bankston2012-06-172-71/+113
* Add unit test for ODS import of Data ValidityDaniel Bankston2012-06-174-0/+150
* Add ODS unittest that checks merged cells and their content on multiple sheetsDaniel Bankston2012-06-174-0/+74
* Move logic in AddFormulaCell() that adds non-formula cells into its own methodDaniel Bankston2012-06-172-72/+76
* Put logic that adds nonformula cells into its own methodDaniel Bankston2012-06-172-58/+59
* Put some conditional statements into readable methods and do minor formattingDaniel Bankston2012-06-172-28/+39
* Move EndElement()'s logic (that adds formula cell to doc) into its own methodDaniel Bankston2012-06-172-104/+111
* Put EndElement()'s long for-loop into its own methodDaniel Bankston2012-06-172-81/+93
* Break contents EndElement()'s switch statement into smaller sub functionsDaniel Bankston2012-06-172-66/+82
* Extend repeated columns unit test to check both text and numbersDaniel Bankston2012-06-174-3/+10
* Fix repeating columnsDaniel Bankston2012-06-171-2/+2
* Commit files used in repeated columns unit testDaniel Bankston2012-06-172-0/+1
* Added unit test for repeated columns in ODS import.Daniel Bankston2012-06-171-0/+16
* Remove commentsDaniel Bankston2012-06-171-4/+0
* Reduce amount of casts between SCCOL, SCROW, and sal_Int32Daniel Bankston2012-06-173-22/+21
* Replace CellAddress with ScAddress in ScXMLTableRowCellContext::EndElement()Daniel Bankston2012-06-174-187/+131
* Remove unused ScMyTables merge methods and convert column/row methodsDaniel Bankston2012-06-172-192/+2
* Convert GetRealCellPos and calls to use ScAddressDaniel Bankston2012-06-174-40/+53
* Convert ScMyTableData to use ScAddressDaniel Bankston2012-06-172-17/+14
* Remove unused methodDaniel Bankston2012-06-171-1/+0
* removed unused forward declarations of classTakeshi Abe2012-06-162-7/+0
* add HelpId to key binding selection listboxAndras Timar2012-06-151-0/+1
* callcatcher: chainsaw out some unnecessary codeCaolán McNamara2012-06-1524-188/+1
* Remove unused template.cxxThomas Arnhold2012-06-151-76/+0