summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2013-07-15fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida1-2/+2
2013-07-11fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák1-1/+1
2013-07-03the calculation of the progressbar leads to very slow savingLaurent Godard1-3/+3
2013-07-03simplify AddPrintRanges calls at import timeLaurent Godard1-7/+5
2013-07-01handle localized default style names, fdo#61339Markus Mohrhard2-4/+7
2013-06-28we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard1-4/+1
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard2-24/+7
2013-06-03restore old codeMarkus Mohrhard1-2/+2
2013-06-03correct fix for fdo#62938Markus Mohrhard1-3/+4
2013-06-03Revert "the print range may start in row 0, fdo#62938"Markus Mohrhard3-9/+7
2013-06-03the print range can start in row 0, fdo#62938Markus Mohrhard3-7/+9
2013-05-23only export these attributes into ODF1.2 extendedMarkus Mohrhard1-6/+6
2013-05-23prevent invalid files if file contains currency formatsMarkus Mohrhard1-3/+3
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin1-22/+15
2013-05-13fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-25/+16
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-1/+1
2013-05-09coverity#705446: self assignmentMarkus Mohrhard1-8/+6
2013-05-09Adjust for API change in mdds 0.8.0.Kohei Yoshida1-1/+1
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-2/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák18-125/+125
2013-04-29use boost::scoped_ptr and direct valuesMarkus Mohrhard1-5/+4
2013-04-26Revert "remove a bit of unnecessary whitespace to make lines shorter"Markus Mohrhard1-16/+16
2013-04-25prevent unnecessary String->OUString conversionsMarkus Mohrhard1-1/+1
2013-04-25implement import for calcext:value-typeMarkus Mohrhard4-3/+30
2013-04-25remove a bit of unnecessary whitespace to make lines shorterMarkus Mohrhard1-15/+15
2013-04-25ScXMLExport::GetCellText returned always trueMarkus Mohrhard2-33/+25
2013-04-25add error to office:value-type for calc cells and fdo#51810Markus Mohrhard1-3/+40
2013-04-25fix indentationMarkus Mohrhard1-67/+65
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks4-88/+18
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza4-4/+4
2013-04-19fdo#61541 : Count Number of selected Cells in calcPrashant Pandey1-0/+3
2013-04-19Remove pass-through header svtools/inc/svtools/txtcmp.hxxMichael Dunphy1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane2-8/+8
2013-04-17let us use startsWith instead of indexOfMarkus Mohrhard1-25/+25
2013-04-11Related: #i120077# Added local var for SfxItemPool for EditEngineArmin Le Grand1-32/+53
2013-04-10Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand1-1/+7
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida1-1/+2
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida6-43/+156
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák90-1806/+1769
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida5-5/+5
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-2/+1
2013-03-27More ScBaseCell reduction...Kohei Yoshida3-22/+19
2013-03-26WaE: 'ScCellValue' defined as a struct here but previously declared as a classTor Lillqvist1-1/+1
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida5-236/+229
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida1-1/+1
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard2-1/+29
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida1-5/+7
2013-03-22More on PutCell() avoidance.Kohei Yoshida1-16/+11