summaryrefslogtreecommitdiff
path: root/sc/inc/xmlwrap.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-10-16sc: use the fastparser API when possibleNoel1-1/+0
2020-05-11remove archaic Content.xml fallbackCaolán McNamara1-1/+1
2020-05-09compact namespace in scNoel Grandin1-3/+4
2019-09-26loplugin:constmethod in scNoel Grandin1-1/+1
2019-01-08use unique_ptr in ScXMLImportWrapperNoel Grandin1-1/+1
2018-12-09loplugin:unusedmethodsNoel Grandin1-12/+0
2018-08-14loplugin:returnconstant in ScXMLChartExportWrapperNoel Grandin1-1/+1
2018-06-20tdf#42949 Fix IWYU warnings in sc/inc/[ux]*Gabor Kelemen1-5/+2
2017-08-24loplugin:constparam in sc part4Noel Grandin1-7/+7
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock1-1/+1
2016-09-26convert ScXMLImportWrapper import flags to typed_flags_setNoel Grandin1-7/+14
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-15/+15
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-05-21Finer grained ODS import mode selection.Kohei Yoshida1-1/+8
2014-05-21Let's not use ScDocument as a convenient "anything goes" storage place.Kohei Yoshida1-5/+9
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-02-15fdo#63154 Remove unused solar.h reference in scAlexandre Vicenzi1-2/+1
2014-02-14sal_Bool->boolNoel Grandin1-4/+4
2013-12-19Properly import data stream data from ods.Kohei Yoshida1-0/+6
2013-05-13fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-15initial work on an odc exportMarkus Mohrhard1-0/+13
2012-11-14Fix fdo#51121 OWA misbehaviour with uncompressed meta.xmlThorsten Behrens1-1/+1
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-2/+2
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-2/+2
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-2/+2
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-2/+2
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+2
2010-09-29I think that this eliminates the remaining //UNUSED commentsJustin Malcolm1-2/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-09-30CWS-TOOLING: integrate CWS koheicoderemovalVladimir Glazounov1-3/+3
2008-04-10INTEGRATION: CWS changefileheader (1.15.700); FILE MERGEDRüdiger Timm1-30/+18
2005-09-08INTEGRATION: CWS ooo19126 (1.14.174); FILE MERGEDRüdiger Timm1-47/+21
2005-01-28INTEGRATION: CWS calc28 (1.13.142); FILE MERGEDRüdiger Timm1-3/+3
2004-10-04INTEGRATION: CWS mav09 (1.11.432); FILE MERGEDKurt Zenker1-6/+8
2004-06-04INTEGRATION: CWS rowlimit (1.11.324); FILE MERGEDOliver Bolte1-3/+14
2001-10-08#90836#; better Errorhandling on loading of xml filesSascha Ballach1-4/+5
2001-07-26#80365#; add ProgressBar for XML importSascha Ballach1-2/+3
2001-05-04make encryption of streams possibleSascha Ballach1-3/+3
2001-03-29add the possibibility only to load and to save the styles in xmlSascha Ballach1-4/+4
2001-03-02split the export and the import in seperate streamsSascha Ballach1-4/+6
2001-03-01remove warningSascha Ballach1-3/+3
2001-03-01add class forward declarationsSascha Ballach1-2/+6
2001-02-28import meta with a own component; put shared calls of methos in one methodSascha Ballach1-2/+16
2001-02-09allow construction with medium or storageNiklas Nebel1-4/+6