summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2017-10-27loplugin:finalclasses in scNoel Grandin4-51/+32
2017-10-26vcl: make MapMode constructor explicitMichael Stahl3-5/+5
2017-10-26drop old SetBufferSize stuffCaolán McNamara1-5/+2
2017-10-24rework TestImportXLS to take a SvStream argCaolán McNamara1-2/+5
2017-10-23loplugin:includeform: scStephan Bergmann271-1741/+1741
2017-10-23Simplify some includesStephan Bergmann1-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin7-7/+7
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-1/+2
2017-10-19tdf#113268: Pivot table: Missing popup button after opening a ODSTamás Zolnai1-0/+1
2017-10-19It's a simple assignmentTamás Zolnai1-1/+1
2017-10-19tdf#113159: Pivot table: tabular mode is converted to oultine modeTamás Zolnai1-13/+44
2017-10-18svx: remove pointless duplicate SdrFitToSizeTypeMichael Stahl1-1/+1
2017-10-18dyncolcontainer: use std::map in DifAttrCacheNoel Grandin2-6/+7
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin1-5/+6
2017-10-07This method was replaced accidentallyTamás Zolnai1-1/+1
2017-10-07tdf#109016: Avoid to write the same pivot item member more timesTamás Zolnai1-2/+3
2017-10-06tdf#112946: Pivot table: Missing selector for a row field after RT in CalcTamás Zolnai1-0/+6
2017-10-06tdf#112936: Pivot table: LO created XLSX file makes Excel to crashTamás Zolnai1-0/+1
2017-10-06use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin1-15/+18
2017-10-05tdf#112893: Pivot table: filtering of error item is not importedTamás Zolnai4-7/+8
2017-10-04Fix typosAndrea Gelmini1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin3-7/+7
2017-10-02Resolves: tdf#112780 no ResetDirty() after SetHybridEmptyDisplayedAsString()Eike Rathke1-1/+6
2017-09-30Resolves: tdf#100822 use sax::Converter::parseDateTime() for 'd' ISO 8601 dateEike Rathke1-8/+11
2017-09-30tdf#107711:Pivot table: filtering of non-string fields is not exported to XLSXTamás Zolnai4-8/+49
2017-09-30tdf#112733: Pivot table is displayed wrong in Excel after saved in LO CalcTamás Zolnai1-1/+1
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-0/+1
2017-09-27Typo: Grafic -> GraphicSamuel Mehrbrodt1-4/+4
2017-09-26Don't use RTL_TEXTENCODING_DONTKNOW in OUStringToOStringStephan Bergmann1-1/+5
2017-09-26close sc and sw docshells tooCaolán McNamara1-0/+2
2017-09-25FormulaTokenArray::Clear() virtual, ScTokenArray::Clear() overridesEike Rathke1-1/+1
2017-09-23tdf#112089 add charts to the ShapeMapSzymon Kłos1-1/+2
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara17-64/+64
2017-09-21tdf#112501: Pivot table: popupbuttons are placed on wrong cellsTamás Zolnai5-1/+50
2017-09-21add fods fuzzerCaolán McNamara1-0/+49
2017-09-21ScXMLImport dtor deleted pSolarMutex before SvXMLImport dtor is calledCaolán McNamara1-2/+5
2017-09-20filter,sc: try to prevent potential SeekToEndOfRecord infinite loopsMichael Stahl2-15/+16
2017-09-20unused aCId in ScHTMLExportNoel Grandin3-31/+2
2017-09-19sc: fix infinite loop in XclImpDffConverter::ProcessShGrContainer()Michael Stahl1-4/+6
2017-09-19fix SequenceOutputStream constnessNoel Grandin2-2/+2
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin3-3/+3
2017-09-16Removed duplicated includeAndrea Gelmini1-1/+0
2017-09-15convert SvxFileType to scoped enumNoel Grandin1-1/+1
2017-09-15convert SvxFileFormat to scoped enumNoel Grandin2-5/+5
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin10-54/+54
2017-09-14Replace some lists by vectors (sc/filter)Julien Nabet6-51/+49
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin1-2/+2
2017-09-14simplify calls to IsStreamValid/SetStreamValidNoel Grandin1-2/+1
2017-09-14convert ScAttrArray to use std::vectorNoel Grandin4-18/+12
2017-09-13This return value is unused nowTamás Zolnai2-7/+5