summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
AgeCommit message (Expand)Author
2018-11-05Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky
2018-08-27sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro
2018-03-19Convert ScFormatEntryType to scoped enumTor Lillqvist
2018-02-15tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-08-20tdf#83562: Make the EditTextObject export of automatic colors...Dennis Francis
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-31add initial file format representation for data import featureMarkus Mohrhard
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: scStephan Bergmann
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-05-10Disambiguate Reference -> uno::Reference (tdf#107724 prep rel)Eike Rathke
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-05-05Fix typosAndrea Gelmini
2017-04-11xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-11Fix typosAndrea Gelmini
2017-02-28tdf#48140 Replace CellRangeAddress with ScRangeBartosz Kosiorek
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-14coverity#1371289 avoid the need for an assignmentCaolán McNamara
2016-12-10rename to RegisterDefinedStyleNames() to clarify, tdf#104097 follow-upEike Rathke
2016-12-09Resolves: tdf#104097 register reserved cell style names for auto stylesEike Rathke
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann
2016-11-24tdf#48140 Change types of variables and remove uneeded codeBartosz Kosiorek
2016-11-21tdf#42949 Remove not needed uno headers from filters/xmlBartosz Kosiorek
2016-11-21tdf#48140 Replace uno CellRangeAddress and CellAddress with direct callsBartosz Kosiorek
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-10-17pamper over-pessimistic whining compilers, tdf#102357 follow-upEike Rathke
2016-10-17Resolves: tdf#102357 export correct locale attribution, not just countryEike Rathke
2016-10-11loplugin:constantfunctionNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-02support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard