summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2013-07-10fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák1-1/+1
2013-07-09read/write ODF *:script* and *:rfc-language-tag*Eike Rathke5-18/+18
2013-07-09Mark as constTakeshi Abe1-81/+81
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud3-3/+3
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-07-01simplify AddPrintRanges calls at import timeLaurent Godard1-7/+5
2013-07-01the calculation of the progressbar leads to very slow savingLaurent Godard1-3/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold4-12/+12
2013-06-29handle localized default style names, fdo#61339Markus Mohrhard2-4/+7
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa3-9/+9
2013-06-27Remove duplicate code blocks.Kohei Yoshida1-12/+1
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara1-2/+3
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-1/+1
2013-06-23we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard1-4/+1
2013-06-10Possibly uninitialized variablesFridrich Štrba1-2/+2
2013-06-05remove unused componentcontext.hxx includesNoel Grandin1-1/+0
2013-06-03move these two variables from member variables to normal variablesMarkus Mohrhard2-8/+5
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-06-02all formula cells have now an explicit number formatMarkus Mohrhard1-24/+5
2013-06-02remove inherited number formats, related fdo#60215Markus Mohrhard1-0/+2
2013-06-01use size_t where possible and fix some more placesMarkus Mohrhard1-7/+6
2013-05-23prevent invalid files if file contains currency formatsMarkus Mohrhard1-3/+3
2013-05-23only export these attributes into ODF1.2 extendedMarkus Mohrhard1-6/+6
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-2/+2
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