summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.hxx
AgeCommit message (Expand)Author
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
2013-01-25improve handling of error cells in cahced value importMarkus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-07-31Import intended blank or error cached formula results instead of 0Daniel Bankston
2012-07-11ODS Import: Improve method names and commentsDaniel Bankston
2012-07-11Reduce some redundant codeDaniel Bankston
2012-06-20Remove subtable import code since sc core doesn't support itDaniel Bankston
2012-06-20Clean minor misc code leftovers from conversionDaniel Bankston
2012-06-17Remove unused variables and parametersDaniel Bankston
2012-06-17Convert ODS import of Data Validaty to direct scDaniel Bankston
2012-06-17Move logic in AddFormulaCell() that adds non-formula cells into its own methodDaniel Bankston
2012-06-17Put logic that adds nonformula cells into its own methodDaniel Bankston
2012-06-17Put some conditional statements into readable methods and do minor formattingDaniel Bankston
2012-06-17Move EndElement()'s logic (that adds formula cell to doc) into its own methodDaniel Bankston
2012-06-17Put EndElement()'s long for-loop into its own methodDaniel Bankston
2012-06-17Break contents EndElement()'s switch statement into smaller sub functionsDaniel Bankston
2012-06-17Remove commentsDaniel Bankston
2012-06-17Reduce amount of casts between SCCOL, SCROW, and sal_Int32Daniel Bankston
2012-06-17Replace CellAddress with ScAddress in ScXMLTableRowCellContext::EndElement()Daniel Bankston
2012-06-01Remove ScDocFunc calls and unnecessary checks from ODS import for merged cellsDaniel Bankston
2012-06-01Remove unnecessary code in ODS import for matrix and mergeDaniel Bankston
2012-06-01Convert ODS import merge methods to use direct Sc callsDaniel Bankston
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-08-28some more sal_Bool -> bool in sc/source/filter/xmlMarkus Mohrhard
2011-08-28sal_Bool->bool in xmlcelli.[ch]xxMarkus Mohrhard
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko