summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-31tdf#114919: fix ods export in ODF 1.2 strictJulien Nabet1-1/+1
2018-07-04sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro1-5/+5
2018-04-10loplugin:useuniqueptr in ScXMLExportNoel Grandin1-39/+38
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-03-06tdf#114552 Add a third anchor type for calc graphicsSamuel Mehrbrodt1-1/+5
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin1-6/+6
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-5/+6
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-2/+2
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-07tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl1-0/+25
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-6/+6
2017-12-11loplugin:salcall fix functionsNoel Grandin1-10/+10
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist1-5/+5
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist1-26/+26
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-31/+31
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-31/+31
2017-08-24loplugin:constparam in sc part4Noel Grandin1-2/+2
2017-08-20tdf#83562: Make the EditTextObject export of automatic colors...Dennis Francis1-1/+7
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-6/+1
2017-08-15loplugin:checkunusedparams in scNoel Grandin1-4/+4
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-31add initial file format representation for data import featureMarkus Mohrhard1-0/+28
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann1-14/+7
2017-07-11use more range-for on uno::SequenceNoel Grandin1-12/+10
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: scStephan Bergmann1-1/+0
2017-06-26loplugin:oncevar in scNoel Grandin1-17/+7
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-05-19loplugin:stringcopy: scStephan Bergmann1-2/+2
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida1-0/+10
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-2/+2
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-2/+2
2017-05-10Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke1-36/+35
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-8/+4
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-1/+1
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-04-11xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-02-28tdf#48140 Replace CellRangeAddress with ScRangeBartosz Kosiorek1-15/+27
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin1-37/+13
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-5/+0
2017-01-14coverity#1371289 avoid the need for an assignmentCaolán McNamara1-1/+1
2016-12-10rename to RegisterDefinedStyleNames() to clarify, tdf#104097 follow-upEike Rathke1-3/+3
2016-12-09Resolves: tdf#104097 register reserved cell style names for auto stylesEike Rathke1-8/+16