summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
AgeCommit message (Expand)AuthorFilesLines
2012-11-09fix for fdo#55875 numbers as text converted strangelyNoel Power1-1/+8
2012-11-04we don't need to use the indirection hereMarkus Mohrhard1-2/+2
2012-11-04clean cond format ooxml import codeMarkus Mohrhard1-30/+0
2012-11-04implement text cond formats ooxml importMarkus Mohrhard1-4/+14
2012-11-04fix ooxml (no) error cond format importMarkus Mohrhard1-8/+9
2012-11-04add (no) error cond format import from ooxmlMarkus Mohrhard1-2/+9
2012-11-02fix duplicate/unique cond format import from ooxmlMarkus Mohrhard1-3/+12
2012-11-02implement the above/below average import from ooxmlMarkus Mohrhard1-4/+17
2012-11-02implement ooxml import for new conditional formatsMarkus Mohrhard1-3/+23
2012-11-02change ooxml cond format import from API to calc core enumsMarkus Mohrhard1-8/+25
2012-10-31valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-2/+3
2012-10-30implement basic support for icon setsMarkus Mohrhard2-1/+98
2012-10-30extract same code into shared methodMarkus Mohrhard1-47/+28
2012-10-11kill this hard coded sheet limit for xlsx import, rhbz#864858Markus Mohrhard1-1/+1
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard1-2/+2
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon18-106/+106
2012-10-06adapt oox import to cond format changeMarkus Mohrhard1-10/+3
2012-10-04xlsx fix import/export of column widths fdo#55623Noel Power1-3/+2
2012-09-29fdo #50343: Fixed crash on xlsx import of file with array formulaKatarina Behrens1-7/+6
2012-09-28vba procedures and macro names will result in crash, fdo#55174Markus Mohrhard1-0/+4
2012-09-28fix vell value import from ooxml with array formulas, fdo#54559Markus Mohrhard1-8/+9
2012-09-28ooxml spec allow ext ref to non existent entry, fdo#54558Markus Mohrhard1-1/+7
2012-09-26don't let numforats in dxf entries clobber global number formats & update testNoel Power2-1/+24
2012-09-24fix parent style import xlsx fdo#55198Noel Power1-4/+24
2012-09-20xlsx fix cyclic referenced defined names partially fixes bnc#780296 bnc#781166Noel Power1-2/+11
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann5-11/+2
2012-08-31also handle the cond format code for xlsb the new way, fdo#53424Markus Mohrhard1-0/+1
2012-08-23A little cleanup and avoid exporting all methods from ScDatabaseRangeObj.Kohei Yoshida1-2/+1
2012-08-23Convert xlsx unnamed database range import to direct scDaniel Bankston1-4/+16
2012-08-23Prevent broadcasts to gain xlsx formula import performance boostDaniel Bankston1-0/+8
2012-08-13fdo#53456: initialize pivot tables *after* the formula cells.Kohei Yoshida1-4/+7
2012-08-13this method is no longer usedMarkus Mohrhard1-5/+0
2012-08-13remove some empty methods from cond format oox import codeMarkus Mohrhard2-13/+0
2012-08-13add autoMin/autoMax oox importMarkus Mohrhard1-1/+33
2012-08-13write the conditional formatting earlier into the modelMarkus Mohrhard2-1/+22
2012-08-13don't use a reference parameter hereMarkus Mohrhard1-1/+1
2012-08-13remove unused includeMarkus Mohrhard1-2/+0
2012-08-13use an enum instead of several flagsMarkus Mohrhard1-4/+7
2012-08-09misc comment import/export fixesNoel Power1-2/+1
2012-08-02Use the internal API to set field item's properties.Kohei Yoshida1-11/+41
2012-07-16unusedcode: drop CellBlock and one small methodMatúš Kukan1-58/+0
2012-07-12ExtGlobalContext::onCreateContext: warning C4702: unreachable codeMichael Stahl1-2/+0
2012-07-12NumberFormatsBuffer: use new configmgr apiMiklos Vajna1-25/+7
2012-07-03remove a forgotten about (harmless) hack for the formulabuffer changeNoel Power1-2/+0
2012-06-27add import of axis color for data bars from xlsxMarkus Mohrhard1-0/+13
2012-06-25callcatcher: update unused codeCaolán McNamara3-39/+0
2012-06-22more new formulabuffer const cleanupNoel Power1-5/+5
2012-06-21some const correctness tweaks to various signatures in new formulabufferNoel Power1-26/+27
2012-06-21fix core dump setting preload value for some cell formulaNoel Power2-6/+9
2012-06-20gah :/ some cleanup for 7fff9872 that I applied to wrong source tree.Noel Power3-22/+0