summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)Author
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-06-23we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard
2013-06-10Possibly uninitialized variablesFridrich Štrba
2013-06-05remove unused componentcontext.hxx includesNoel Grandin
2013-06-03move these two variables from member variables to normal variablesMarkus Mohrhard
2013-06-03restore old codeMarkus Mohrhard
2013-06-03correct fix for fdo#62938Markus Mohrhard
2013-06-03Revert "the print range may start in row 0, fdo#62938"Markus Mohrhard
2013-06-03the print range can start in row 0, fdo#62938Markus Mohrhard
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard
2013-06-02remove inherited number formats, related fdo#60215Markus Mohrhard
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard
2013-05-23prevent invalid files if file contains currency formatsMarkus Mohrhard
2013-05-23only export these attributes into ODF1.2 extendedMarkus Mohrhard
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin
2013-05-13fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-05-09coverity#705446: self assignmentMarkus Mohrhard
2013-05-09Adjust for API change in mdds 0.8.0.Kohei Yoshida
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-29use boost::scoped_ptr and direct valuesMarkus Mohrhard
2013-04-26Revert "remove a bit of unnecessary whitespace to make lines shorter"Markus Mohrhard
2013-04-25prevent unnecessary String->OUString conversionsMarkus Mohrhard
2013-04-25implement import for calcext:value-typeMarkus Mohrhard
2013-04-25remove a bit of unnecessary whitespace to make lines shorterMarkus Mohrhard
2013-04-25ScXMLExport::GetCellText returned always trueMarkus Mohrhard
2013-04-25add error to office:value-type for calc cells and fdo#51810Markus Mohrhard
2013-04-25fix indentationMarkus Mohrhard
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-19fdo#61541 : Count Number of selected Cells in calcPrashant Pandey
2013-04-19Remove pass-through header svtools/inc/svtools/txtcmp.hxxMichael Dunphy
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-17let us use startsWith instead of indexOfMarkus Mohrhard
2013-04-11Related: #i120077# Added local var for SfxItemPool for EditEngineArmin Le Grand
2013-04-10Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
2013-03-27More ScBaseCell reduction...Kohei Yoshida
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard