summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-12-19Remove the data stream bits from ods import.Kohei Yoshida1-20/+0
2013-12-18Pass enum values around rather than OUString ones.Kohei Yoshida1-7/+13
2013-12-18Put these new classes in sc namespace.Kohei Yoshida1-1/+1
2013-11-28make data streams an experimental featureMatúš Kukan1-1/+3
2013-11-28Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan1-0/+15
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-1/+1
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-11-04Have all formula cells start listening at once after the file load.Kohei Yoshida1-3/+0
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-4/+3
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-26fdo#68581: The first paragraph text can be legitimately empty.Kohei Yoshida1-8/+8
2013-08-21fdo#60740: Populate auto styles from edit cells without using UNO API.Kohei Yoshida1-1/+1
2013-08-05fdo#67099: Call Clear() before setting SetText() for the first time.Kohei Yoshida1-0/+3
2013-08-02fdo#67684: Store imported text style entries, else they won't get exported.Kohei Yoshida1-0/+5
2013-08-02fdo#67099: Don't use edit engine for a single unformatted paragraph.Kohei Yoshida1-8/+31
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida1-19/+14
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-1/+1
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara1-2/+3
2013-06-23we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard1-4/+1
2013-06-02remove inherited number formats, related 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