summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.hxx
AgeCommit message (Expand)Author
2018-11-15tdf#42949 Fix IWYU warnings in sc/source/filter/{excel,lotus,xml}/*hxxGabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-07-13pass SvxFieldData around by std::unique_ptrNoel Grandin
2018-04-06loplugin:useuniqueptr in ScXMLTableRowCellContextNoel Grandin
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-08-30Refactoring fastcontexts code:Mohammed Abdul Azeem
2017-07-31Moving legacy contexts to FastContexts:Mohammed Abdul Azeem
2017-05-10loplugin:checkunusedparams in sc(part3)Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem
2017-01-24manage SvRefBase-subclass by tools::SvRef in ScXMLTableRowCellContextNoel Grandin
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2016-11-16tdf#96475 restore the EmptyDisplayedAsString condition during loadEike Rathke
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-10-02support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan 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-07-22loplugin:unusedmethods scNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-08More consistent number format inheritence policy.Kohei Yoshida
2013-08-26fdo#68581: The first paragraph text can be legitimately empty.Kohei Yoshida
2013-08-02fdo#67099: Don't use edit engine for a single unformatted paragraph.Kohei Yoshida
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke
2013-04-25implement import for calcext:value-typeMarkus Mohrhard
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-11Import URL fields as well. Now I'm done.Kohei Yoshida
2013-02-11Import date fields.Kohei Yoshida
2013-02-11Import document title field as well.Kohei Yoshida
2013-02-11Fix sheet name field import.Kohei Yoshida
2013-02-11Prepare for the import of cell field items.Kohei Yoshida
2013-02-11Import formatted spans correctly.Kohei Yoshida
2013-02-11Use EditEngine to create ScEditCell directly.Kohei Yoshida
2013-02-11Push everything to the cell context.Kohei Yoshida
2013-02-11These method names should use singular 'Cell', not 'Cells'.Kohei Yoshida
2013-02-11Removal of more obsolete stuff...Kohei Yoshida
2013-02-11First cut on the re-work. Lots of things are still broken.Kohei Yoshida
2013-02-11Bit of re-organization...Kohei Yoshida
2013-01-27use isEmpty instead of getLengthMarkus Mohrhard
2013-01-26remove some data members from the classMarkus Mohrhard