summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.cxx
AgeCommit message (Expand)Author
2013-06-02remove inherited number formats, related fdo#60215Markus Mohrhard
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida
2013-04-25implement import for calcext:value-typeMarkus Mohrhard
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida
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-04-05new module i18nlangtagEike Rathke
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
2013-03-22More on PutCell() avoidance.Kohei Yoshida
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida
2013-03-22More on removing direct use of cell classes...Kohei Yoshida
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-15ScBaseCell::nScriptType is no more.Kohei Yoshida
2013-02-12bnc#802350: Cell validation is not a special (cell) content.Kohei Yoshida
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-02-12Avoid unnecessary cloning of text object when instantiating ScEditCell.Kohei Yoshida
2013-02-11Fix the memory leak. ScEditCell clones the EditTextObject in its ctor.Kohei Yoshida
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 all possible text format properties.Kohei Yoshida
2013-02-11Use hash map to avoid repetitious string comparisons.Kohei Yoshida
2013-02-11We don't need this anymore BTW.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-11Import multi-line content into ScEditCell.Kohei Yoshida
2013-02-11No need to check for empty value; it's checked when a value is assigned.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-26remove some data members from the classMarkus Mohrhard
2013-01-26startsWith is much better than indexOf for thisMarkus Mohrhard
2013-01-25improve handling of error cells in cahced value importMarkus Mohrhard
2013-01-25a few more fixes for cached value importMarkus Mohrhard
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard
2013-01-15for error value in matrix force recalc, fdo#59293Markus Mohrhard
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida
2013-01-05don't set formula cells with possible error val clean, fdo#59039Markus Mohrhard
2013-01-04don't forget the dependency tree during formula importMarkus Mohrhard
2013-01-04OSL_ENSURE -> SAL_WARN_IF in xmlcelli.cxxMarkus Mohrhard
2013-01-04don't overflow SCCOL during repeated cell import, fdo#58539Markus Mohrhard
2013-01-04add some more safety checks for row and column import from ODSMarkus Mohrhard