summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)Author
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-07condition-source-range-address is optional but may not be emptyMarkus Mohrhard
2015-04-04save at least some of the external range name stuff to XLSXMarkus Mohrhard
2015-04-04actually make the exported file valid, related tdf#59663Markus Mohrhard
2015-04-04finally a good step in the direction of valid external data exportMarkus Mohrhard
2015-04-04document when we are going to create invalid OOXML documentsMarkus Mohrhard
2015-04-04correct xlsx element order, related tdf#59663Markus Mohrhard
2015-04-02Kill INetProtocol::NewsTor Lillqvist
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
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-27loplugin:staticfunctionNoel Grandin
2015-03-26Revert "tdf#89319 remove redundant file seekings in XLS export"Eike Rathke
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
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-24loplugin:implicitboolconversionStephan Bergmann
2015-03-24also import and export to ODF the new databar propertyMarkus Mohrhard
2015-03-24add minLength and maxLength support to databarsMarkus Mohrhard
2015-03-24export showValue databar propertyMarkus 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-20coverity#988421 unchecked return valueCaolán McNamara
2015-03-20Typo: intead->insteadJulien Nabet
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11sc: use constructor syntax in scfilt.componentChris Sherlock
2015-03-11correct b0rken logic that accidentally worked neverthelessEike Rathke
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-10replace an OSL_ENSURE() with assert(), tdf#89319 relatedEike Rathke
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-10Fix issue in re-use of ScTokenArray objects from a TokenPoolTor Lillqvist
2015-03-10Also relative row references need to wrap around, like fdo#84556 for columnsTor Lillqvist
2015-03-09Bin unused static const fieldTor Lillqvist
2015-03-06V801: Decreased performanceCaolán McNamara