summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
AgeCommit message (Expand)Author
2015-06-25TableRef: move getTables().applyTableColumns() to the correct positionEike Rathke
2015-06-24sc: suppress some [loplugin:staticmethods]Michael Stahl
2015-06-24TableRef: import OOXML table column names to ScDBDataEike Rathke
2015-06-24TableRef: read <table><tableColumns><tableColumn> from OOXMLEike Rathke
2015-06-23TableRef: finalize database ranges before defined namesEike Rathke
2015-06-12tdf#62095 fix O(n^2) algorithm in opening pathological fileNoel Grandin
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-05-20better algorithm for OOXML column width import, tdf#91267Markus Mohrhard
2015-05-19don't use default style as parent for OOXML cond format style, tdf#91335Markus Mohrhard
2015-05-19use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard
2015-05-19replace import with direct ScCompiler calls, related tdf#91367Markus Mohrhard
2015-05-17don't use alpha for now in cond format OOXML colorsMarkus Mohrhard
2015-05-16getCurrentSheetIndex should not be used anymoreMarkus Mohrhard
2015-05-16fix sheet into which we insert extLst cond formatsMarkus Mohrhard
2015-05-16fix import for extlst entriesMarkus Mohrhard
2015-05-16rename classMarkus Mohrhard
2015-05-15import cusotm icon set collections from OOXMLMarkus Mohrhard
2015-05-15support iconSets in extLst entriesMarkus Mohrhard
2015-05-14work around Excel bug with negative bar theme based colorMarkus Mohrhard
2015-05-14better databar negative color and axis color importMarkus Mohrhard
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23set DatabaseRange TotalsRow if Table TotalsRowsEike Rathke
2015-04-16fix werror problem around sal_uInt32 vs sal_Int32Markus Mohrhard
2015-04-16support tint for databar and colorscale colors, related tdf#90511Markus Mohrhard
2015-04-16same problem for color scales, related tdf#90511Markus Mohrhard
2015-04-15use index as real index and not token, tdf#90511Markus Mohrhard
2015-04-13So much for confusing variable with even more confusing nameKatarina Behrens
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-27loplugin:literaltoboolconversionMiklos Vajna
2015-03-27we need to use the edit engine attibute id for rich text, tdf#89170Markus Mohrhard
2015-03-27a boolean variable is enoughMarkus Mohrhard
2015-03-26tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Austin Chen
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-24tdf#40835 add ODFF function FDISTWinfried Donkers
2015-03-24add minLength and maxLength support to databarsMarkus Mohrhard
2015-03-23loplugin:constantfunction: scNoel Grandin
2015-03-20tdf#89597: Resize formula buffers after adding a dummy sheetKatarina Behrens
2015-03-20Add const version of getDocImportKatarina Behrens
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11sc: use constructor syntax in scfilt.componentChris Sherlock
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl