summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)Author
2015-08-31orcus: don't leak old state into new style objectsMarkus Mohrhard
2015-08-31import borders from orcusMarkus Mohrhard
2015-08-31some work on orcus conditional format importMarkus Mohrhard
2015-08-31loplugin:staticmethodsStephan Bergmann
2015-08-31TableRef: refresh table column names before savingEike Rathke
2015-08-31TableRef: adapt to ::std::vector<std::unique_ptr<ScDBData>> changeEike Rathke
2015-08-31TableRef: write OOXML table autoFilter fragmentEike Rathke
2015-08-31TableRef: write OOXML tableColumns,tableColumnEike Rathke
2015-08-31TableRef: first wave of writing ScDBData to OOXML tablesEike Rathke
2015-08-31remove some typedef indirectionNoel Grandin
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-29Formatting and bail-out early (to not re-format too much)Matteo Casalin
2015-08-28Work around loplugin:staticmethodsStephan Bergmann
2015-08-28initial work for conditional formatting import for orcusMarkus Mohrhard
2015-08-28call it as wellMarkus Mohrhard
2015-08-28implement the applyToItemSet for more propertiesMarkus Mohrhard
2015-08-28add applyToItemSet method to all propertiesMarkus Mohrhard
2015-08-28apply fill properties to item setMarkus Mohrhard
2015-08-28import the background colorMarkus Mohrhard
2015-08-28make sure to print numbers as ints and not as charactersMarkus Mohrhard
2015-08-28make sure that the cell properties are really importedMarkus Mohrhard
2015-08-28use a consistent log area for orcus stylesMarkus Mohrhard
2015-08-28correct import for row height and col widthMarkus Mohrhard
2015-08-28tempMarkus Mohrhard
2015-08-28implement import_sheet_properties interfaceMarkus Mohrhard
2015-08-28import cell fill colorMarkus Mohrhard
2015-08-28we need to create the default styles in the interface right nowMarkus Mohrhard
2015-08-28import font underlineMarkus Mohrhard
2015-08-28next step on correct styles import from orcusMarkus Mohrhard
2015-08-28import font color correctlyMarkus Mohrhard
2015-08-28tep for correct styles import from orcusMarkus Mohrhard
2015-08-28parse the range for autofilterMarkus Mohrhard
2015-08-28import table as ScDBDataMarkus Mohrhard
2015-08-28add more orcus debug outputMarkus Mohrhard
2015-08-28make these types future proofMarkus Mohrhard
2015-08-28add ScOrcusSheet::get_table methodMarkus Mohrhard
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-23tdf#39440 sc: reduce scope of local variablesMichael Weghorn
2015-08-21loplugin:defaultparamsNoel Grandin
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-19sc: these are ptr_map not ptr_setMichael Stahl
2015-08-19loplugin:literaltoboolconversionStephan Bergmann
2015-08-19tdf#77431: Move setting sheet visibility to finalize phaseKatarina Behrens
2015-08-17tdf#93392 leak when linking to external html data file with auto updateDennis P. Francis
2015-08-14tdf#92256: Don't force CalcA1 syntax on all !Microsoft xlsx docsKatarina Behrens
2015-08-14tdf#92256: Save ref syntax when different from native oneKatarina Behrens
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-14remove default value from DffPropSet::GetPropertyValueNoel Grandin