summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xiescher.cxx
AgeCommit message (Expand)Author
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin
2016-05-07tdf#84394: xls load: delay cell-anchoring of object groupsGiuseppe Bilotta
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-01-09crashtesting: ooo29815-1.doc assert on reexport to docCaolán McNamara
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-06Return SdrObjectPtr from some XclImpDrawObjBase::Create... etc. functionsStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-14remove default value from DffPropSet::GetPropertyValueNoel Grandin
2015-07-17loplugin:unusedmethods filterNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-05-19fix Windows buildNoel Grandin
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-02-05Revert "ODF export: don't write invalid "group-name" attribute"Lionel Elie Mamane
2015-01-26coverity#1266451 Explicit null dereferencedCaolán McNamara
2015-01-26coverity#1266448 Explicit null dereferencedCaolán McNamara
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
2014-12-19WaE: variable 'nBofType' set but not usedTor Lillqvist
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara
2014-12-19remove operator>> methodsNoel Grandin
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-11-27unused function Calc_nBLIPPosAndras Timar
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-29tools: remove DBG_ERRORFILE and replace all callersMichael Stahl
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-01Replace TSdrObjectPtr with unique_ptr with custom deleterStephan Bergmann
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-20ODF export: don't write invalid "group-name" attributeMichael Stahl
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann
2014-08-14fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-08-06Consistency around SdrOnOffItem in svx/sdasitm.hxxStephan Bergmann
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna