summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-04support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard1-1/+1
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+1
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+2
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-10-28com::sun::star->css in scNoel Grandin1-5/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-07-22loplugin:unusedmethods scNoel Grandin1-3/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-4/+4
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-08More consistent number format inheritence policy.Kohei Yoshida1-0/+1
2013-08-26fdo#68581: The first paragraph text can be legitimately empty.Kohei Yoshida1-1/+1
2013-08-02fdo#67099: Don't use edit engine for a single unformatted paragraph.Kohei Yoshida1-0/+4
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-1/+1
2013-04-25implement import for calcext:value-typeMarkus Mohrhard1-0/+2
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida1-5/+7
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-02-11Import URL fields as well. Now I'm done.Kohei Yoshida1-0/+1
2013-02-11Import date fields.Kohei Yoshida1-0/+1
2013-02-11Import document title field as well.Kohei Yoshida1-2/+5
2013-02-11Fix sheet name field import.Kohei Yoshida1-9/+22
2013-02-11Prepare for the import of cell field items.Kohei Yoshida1-0/+2
2013-02-11Import formatted spans correctly.Kohei Yoshida1-3/+19
2013-02-11Use EditEngine to create ScEditCell directly.Kohei Yoshida1-8/+4
2013-02-11Push everything to the cell context.Kohei Yoshida1-1/+3
2013-02-11These method names should use singular 'Cell', not 'Cells'.Kohei Yoshida1-2/+2
2013-02-11Removal of more obsolete stuff...Kohei Yoshida1-2/+0
2013-02-11First cut on the re-work. Lots of things are still broken.Kohei Yoshida1-2/+3
2013-02-11Bit of re-organization...Kohei Yoshida1-4/+6
2013-01-27use isEmpty instead of getLengthMarkus Mohrhard1-2/+2
2013-01-26remove some data members from the classMarkus Mohrhard1-9/+0
2013-01-25improve handling of error cells in cahced value importMarkus Mohrhard1-1/+5
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-31Import intended blank or error cached formula results instead of 0Daniel Bankston1-0/+2
2012-07-11ODS Import: Improve method names and commentsDaniel Bankston1-4/+4
2012-07-11Reduce some redundant codeDaniel Bankston1-0/+2
2012-06-20Remove subtable import code since sc core doesn't support itDaniel Bankston1-1/+0
2012-06-20Clean minor misc code leftovers from conversionDaniel Bankston1-6/+1
2012-06-17Remove unused variables and parametersDaniel Bankston1-4/+2
2012-06-17Convert ODS import of Data Validaty to direct scDaniel Bankston1-4/+2
2012-06-17Move logic in AddFormulaCell() that adds non-formula cells into its own methodDaniel Bankston1-9/+10
2012-06-17Put logic that adds nonformula cells into its own methodDaniel Bankston1-0/+2
2012-06-17Put some conditional statements into readable methods and do minor formattingDaniel Bankston1-1/+4
2012-06-17Move EndElement()'s logic (that adds formula cell to doc) into its own methodDaniel Bankston1-0/+2
2012-06-17Put EndElement()'s long for-loop into its own methodDaniel Bankston1-3/+5
2012-06-17Break contents EndElement()'s switch statement into smaller sub functionsDaniel Bankston1-0/+4
2012-06-17Remove commentsDaniel Bankston1-4/+0