summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excimp8.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-1/+1
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-03sc: replace boost::bind with C++11 lambdaMichael Stahl1-2/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-7/+2
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-10-12cppcheck:variableScopeNoel Grandin1-3/+2
2015-10-05tdf#93243 replace boost::bind with C++11 lambdas in excimp8.cxxAlbert Thuswaldner1-7/+6
2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+2
2015-08-04sc: inline some use-once typedefsNoel Grandin1-3/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+0
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-2/+2
2015-05-07Remove SvStorageStreamRef aliasStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-16/+16
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-6/+0
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-19remove operator>> methodsNoel Grandin1-9/+15
2014-10-28loplugin: cstylecastNoel Grandin1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-10-01fdo#39468 Translate German Comments - sc/source/filter/excel/Christian M. Heller1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-17/+0
2014-05-13remove dead codeNoel Grandin1-14/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-1/+1
2014-04-08resize vector in advanceEike Rathke1-2/+3
2014-04-08bit 0 is bit 0Eike Rathke1-1/+1
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-03-21always resize vector, reserve is just thatEike Rathke1-2/+1
2014-03-21refactored to use XclRangeList and XclImpAddressConverterEike Rathke1-5/+9
2014-03-19check return of stream read and adapt vector size if necessaryEike Rathke1-1/+3
2014-03-18MS-XLS documentation uses big-endian bit diagramsEike Rathke1-1/+1
2014-03-18start reading 0x0868 FEAT enhanced protection featureEike Rathke1-3/+63
2014-03-18record 0x0867 is not only SheetProtection, generalize to FeatHdr()Eike Rathke1-1/+13
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-1/+0