summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excimp8.cxx
AgeCommit message (Expand)Author
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12cppcheck:variableScopeNoel Grandin
2015-10-05tdf#93243 replace boost::bind with C++11 lambdas in excimp8.cxxAlbert Thuswaldner
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-04sc: inline some use-once typedefsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-19remove operator>> methodsNoel Grandin
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-01fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-13remove dead codeNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-08resize vector in advanceEike Rathke
2014-04-08bit 0 is bit 0Eike Rathke
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-21always resize vector, reserve is just thatEike Rathke
2014-03-21refactored to use XclRangeList and XclImpAddressConverterEike Rathke
2014-03-19check return of stream read and adapt vector size if necessaryEike Rathke
2014-03-18MS-XLS documentation uses big-endian bit diagramsEike Rathke
2014-03-18start reading 0x0868 FEAT enhanced protection featureEike Rathke
2014-03-18record 0x0867 is not only SheetProtection, generalize to FeatHdr()Eike Rathke
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara