summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2013-02-21generic integers to enumsLuboš Luňák1-4/+2
2013-02-21pass the storage to the XML import filterLuboš Luňák1-0/+3
2013-02-21basic support for writing embedded fonts for calc docsNoel Power3-4/+20
2013-02-21delay importing all drawing elements until content is loaded, fdo#60488Markus Mohrhard3-2/+27
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power1-1/+1
2013-02-19fdo#38838 ScGlobal::GetRscString() now returns OUString instead of String.Jean-Noël Rouvignac1-4/+4
2013-02-17coverity: fix memory leakMarkus Mohrhard1-1/+1
2013-02-17coverity: fix memory leakMarkus Mohrhard1-1/+1
2013-02-17coverity: fix memory leakMarkus Mohrhard2-3/+2
2013-02-15coverity: fix memory leakMarkus Mohrhard1-1/+1
2013-02-15coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-02-15coverity: fix memory leakMarkus Mohrhard1-0/+1
2013-02-15coverity: fix memory leakMarkus Mohrhard1-0/+2
2013-02-15renamed SetRecalcMode...() to SetExclusiveRecalcMode...()Eike Rathke1-1/+1
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 Yoshida20-41/+41
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida5-4/+1
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida6-17/+15
2013-02-12Avoid unnecessary cloning of text object when instantiating ScEditCell.Kohei Yoshida1-2/+4
2013-02-12fdo#46808, convert xmloff module code to use XComponentContextNoel Grandin2-9/+8
2013-02-12WaE: anonymous type with no linkage used to declare variable with linkageTor Lillqvist1-5/+1
2013-02-11Fix the memory leak. ScEditCell clones the EditTextObject in its ctor.Kohei Yoshida1-1/+2
2013-02-11Forgot to name it consistently...Kohei Yoshida1-4/+4
2013-02-11Fix for one of the filter tests.Kohei Yoshida1-1/+1
2013-02-11Import URL fields as well. Now I'm done.Kohei Yoshida6-17/+127
2013-02-11Import date fields.Kohei Yoshida4-8/+12
2013-02-11Import document title field as well.Kohei Yoshida4-12/+27
2013-02-11Fix sheet name field import.Kohei Yoshida2-20/+53
2013-02-11Prepare for the import of cell field items.Kohei Yoshida6-7/+177
2013-02-11Import all possible text format properties.Kohei Yoshida2-24/+211
2013-02-11Use hash map to avoid repetitious string comparisons.Kohei Yoshida6-60/+156
2013-02-11We don't need this anymore BTW.Kohei Yoshida1-3/+0
2013-02-11Import formatted spans correctly.Kohei Yoshida6-20/+230
2013-02-11Use EditEngine to create ScEditCell directly.Kohei Yoshida5-47/+51
2013-02-11Push everything to the cell context.Kohei Yoshida4-16/+22
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 Yoshida2-8/+9
2013-02-11Removal of more obsolete stuff...Kohei Yoshida2-58/+1
2013-02-11First cut on the re-work. Lots of things are still broken.Kohei Yoshida10-331/+255
2013-02-11Bit of re-organization...Kohei Yoshida2-35/+35
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin2-14/+13
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright4-5/+5
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers2-2/+2
2013-02-05pData can't be NULL anymoreMarkus Mohrhard1-0/+1
2013-02-04clean up EnableAdjustHeight calls, disable at start of import reset at endNoel Power1-1/+0
2013-02-02fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2Winfried Donkers1-1/+1
2013-01-31Hyperlink is an optional property, fdo#58858Markus Mohrhard1-3/+10
2013-01-31import/export new Excel 2013 ODF functions, fdo#60032Eike Rathke2-68/+158
2013-01-30resolved fdo#60087 corrected .xlsx export of functionsEike Rathke2-41/+71