summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/oox
Commit message (Expand)AuthorAgeFilesLines
...
* cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin2015-07-101-3/+2
* fix export to xls, tdf#69552Winfried Donkers2015-07-091-3/+3
* Fix typosAndrea Gelmini2015-07-041-1/+1
* TableRef: compile named expression into RPN once to populate informationEike Rathke2015-06-251-0/+7
* TableRef: move getTables().applyTableColumns() to the correct positionEike Rathke2015-06-252-1/+1
* sc: suppress some [loplugin:staticmethods]Michael Stahl2015-06-241-0/+2
* TableRef: import OOXML table column names to ScDBDataEike Rathke2015-06-244-13/+46
* TableRef: read <table><tableColumns><tableColumn> from OOXMLEike Rathke2015-06-244-2/+237
* TableRef: finalize database ranges before defined namesEike Rathke2015-06-231-2/+2
* cppcheck: redundantCondition [part1]Julien Nabet2015-06-141-1/+1
* tdf#62095 fix O(n^2) algorithm in opening pathological fileNoel Grandin2015-06-121-4/+5
* tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers2015-06-111-5/+4
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-3/+3
* remove hack that results in mispositioning of shapes, tdf#91266Markus Mohrhard2015-05-251-7/+0
* better algorithm for OOXML column width import, tdf#91267Markus Mohrhard2015-05-201-1/+22
* don't use default style as parent for OOXML cond format style, tdf#91335Markus Mohrhard2015-05-191-2/+5
* use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard2015-05-191-0/+20
* replace import with direct ScCompiler calls, related tdf#91367Markus Mohrhard2015-05-191-4/+13
* don't use alpha for now in cond format OOXML colorsMarkus Mohrhard2015-05-171-2/+3
* getCurrentSheetIndex should not be used anymoreMarkus Mohrhard2015-05-161-2/+2
* fix sheet into which we insert extLst cond formatsMarkus Mohrhard2015-05-162-1/+8
* fix import for extlst entriesMarkus Mohrhard2015-05-162-40/+70
* rename classMarkus Mohrhard2015-05-162-15/+15
* import cusotm icon set collections from OOXMLMarkus Mohrhard2015-05-152-9/+33
* support iconSets in extLst entriesMarkus Mohrhard2015-05-153-42/+213
* work around Excel bug with negative bar theme based colorMarkus Mohrhard2015-05-141-0/+7
* better databar negative color and axis color importMarkus Mohrhard2015-05-141-11/+33
* fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers2015-05-051-1/+1
* loplugin:staticmethodsNoel Grandin2015-05-0513-24/+24
* fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers2015-04-291-5/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-4/+4
|\
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-2/+2
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-5/+5
* | set DatabaseRange TotalsRow if Table TotalsRowsEike Rathke2015-04-231-1/+9
* | fix werror problem around sal_uInt32 vs sal_Int32Markus Mohrhard2015-04-161-4/+4
* | support tint for databar and colorscale colors, related tdf#90511Markus Mohrhard2015-04-161-8/+32
* | same problem for color scales, related tdf#90511Markus Mohrhard2015-04-161-1/+1
* | use index as real index and not token, tdf#90511Markus Mohrhard2015-04-152-1/+7
* | So much for confusing variable with even more confusing nameKatarina Behrens2015-04-131-2/+1
|/
* convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2015-04-012-9/+9
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* loplugin:literaltoboolconversionMiklos Vajna2015-03-271-2/+2
* we need to use the edit engine attibute id for rich text, tdf#89170Markus Mohrhard2015-03-271-1/+1
* a boolean variable is enoughMarkus Mohrhard2015-03-272-25/+24
* tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Austin Chen2015-03-261-1/+1
* convert EE_CNTRL constants to enum classNoel Grandin2015-03-251-1/+1
* tdf#40835 add ODFF function FDISTWinfried Donkers2015-03-241-1/+1
* add minLength and maxLength support to databarsMarkus Mohrhard2015-03-241-0/+2
* loplugin:constantfunction: scNoel Grandin2015-03-232-13/+0