summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-08-27fdo#68581: The first paragraph text can be legitimately empty.Kohei Yoshida1-8/+8
2013-08-05fdo#67684: Store imported text style entries, else they won't get exported.Kohei Yoshida1-0/+5
2013-08-05fdo#67099: Don't use edit engine for a single unformatted paragraph.Kohei Yoshida1-8/+34
2013-08-05fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida1-17/+14
2013-06-28we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard1-4/+1
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard1-0/+2
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-2/+1
2013-04-25implement import for calcext:value-typeMarkus Mohrhard1-3/+26
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida1-1/+2
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida1-21/+29
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-12/+12
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-0/+1
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-2/+1
2013-03-22More on PutCell() avoidance.Kohei Yoshida1-16/+11
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida1-3/+1
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida1-34/+34
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-12/+22
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-2/+2
2013-03-15ScBaseCell::nScriptType is no more.Kohei Yoshida1-2/+3
2013-02-12bnc#802350: Cell validation is not a special (cell) content.Kohei Yoshida1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-5/+5
2013-02-12Avoid unnecessary cloning of text object when instantiating ScEditCell.Kohei Yoshida1-2/+4
2013-02-11Fix the memory leak. ScEditCell clones the EditTextObject in its ctor.Kohei Yoshida1-1/+2
2013-02-11Import URL fields as well. Now I'm done.Kohei Yoshida1-0/+5
2013-02-11Import date fields.Kohei Yoshida1-0/+5
2013-02-11Import document title field as well.Kohei Yoshida1-8/+18
2013-02-11Fix sheet name field import.Kohei Yoshida1-11/+31
2013-02-11Prepare for the import of cell field items.Kohei Yoshida1-2/+11
2013-02-11Import all possible text format properties.Kohei Yoshida1-13/+162
2013-02-11Use hash map to avoid repetitious string comparisons.Kohei Yoshida1-58/+43
2013-02-11We don't need this anymore BTW.Kohei Yoshida1-3/+0
2013-02-11Import formatted spans correctly.Kohei Yoshida1-11/+147
2013-02-11Use EditEngine to create ScEditCell directly.Kohei Yoshida1-39/+21
2013-02-11Push everything to the cell context.Kohei Yoshida1-2/+7
2013-02-11Import multi-line content into ScEditCell.Kohei Yoshida1-1/+22
2013-02-11No need to check for empty value; it's checked when a value is assigned.Kohei Yoshida1-3/+3
2013-02-11These method names should use singular 'Cell', not 'Cells'.Kohei Yoshida1-6/+7
2013-02-11Removal of more obsolete stuff...Kohei Yoshida1-56/+1
2013-02-11First cut on the re-work. Lots of things are still broken.Kohei Yoshida1-55/+19
2013-02-11Bit of re-organization...Kohei Yoshida1-31/+29
2013-01-26remove some data members from the classMarkus Mohrhard1-2/+4
2013-01-26startsWith is much better than indexOf for thisMarkus Mohrhard1-2/+2
2013-01-25improve handling of error cells in cahced value importMarkus Mohrhard1-13/+21
2013-01-25a few more fixes for cached value importMarkus Mohrhard1-1/+1
2013-01-24import inherited number formats with cached values, fdo#59724Markus Mohrhard1-4/+10
2013-01-15for error value in matrix force recalc, fdo#59293Markus Mohrhard1-6/+28
2013-01-09fdo#58539: Correctly set cached matrix formula result.Kohei Yoshida1-8/+22
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida1-1/+1