summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-063-9/+9
* Fix typosAndrea Gelmini2015-09-302-2/+2
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-11/+0
* boost->stdCaolán McNamara2015-09-173-11/+8
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-152-4/+4
* remove old unused sot workben codeMarkus Mohrhard2015-09-152-90/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-133-13/+13
* convert Link<> to typedNoel Grandin2015-09-113-7/+7
* sot: don't leak uninitialized memory into temp fileMichael Stahl2015-08-311-3/+12
* Formatting and bail-out early (to not re-format too much)Matteo Casalin2015-08-291-20/+22
* Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2015-08-191-3/+2
* loplugin: defaultparamsNoel Grandin2015-08-112-7/+7
* cppcheck:noExplicitConstructorNoel Grandin2015-08-075-11/+10
* remove some unnecessary casts and local varsNoel Grandin2015-08-062-41/+33
* tdf#93018 - Copying forms not working anymore (part2)Noel Grandin2015-08-061-3/+1
* tdf#93018 - Copying forms not working anymoreNoel Grandin2015-08-061-3/+1
* loplugin:unusedmethodsNoel Grandin2015-08-056-67/+0
* -Werror,-Wunused-private-fieldStephan Bergmann2015-08-033-18/+10
* tools: prefix members of SvStreamMichael Stahl2015-07-312-7/+7
* loplugin:unusedmethodsNoel Grandin2015-07-309-162/+18
* limit storage entry max size to size of underlying streamCaolán McNamara2015-07-225-10/+31
* loplugin:simplifyboolStephan Bergmann2015-07-161-2/+2
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-5/+1
* i#107734 Support for Math Input Panel in Windows 7Regina Henschel2015-07-081-0/+1
* Fix typosAndrea Gelmini2015-07-081-1/+1
* loplugin:unusedmethods sotNoel Grandin2015-07-069-216/+2
* expand out some sot macrosNoel Grandin2015-07-032-10/+107
* loplugin:unusedmethods toolsNoel Grandin2015-07-021-21/+0
* remove custom RTTI from SotFactoryNoel Grandin2015-06-293-7/+0
* remove custom RTTI from SvDataCopyStreamNoel Grandin2015-06-291-2/+0
* Fix typosAndrea Gelmini2015-06-281-1/+1
* tdf#92037 fix dragging DataSources field into documentNoel Grandin2015-06-221-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-177-14/+14
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-4/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-13/+13
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-022-2/+2
* new clang plugin: loopvartoosmallNoel Grandin2015-05-282-4/+4
* Update Apache Bugzilla’s URLAdolfo Jayme Barrientos2015-05-191-1/+1
* callcatcher: update unused codeCaolán McNamara2015-05-081-97/+0
* Reduce enum class StorageMode to bool transactedStephan Bergmann2015-05-071-10/+10
* StorageMode::DiskspannedMode is effectively unusedStephan Bergmann2015-05-071-4/+0
* StorageMode::CreateUnpacked is never usedStephan Bergmann2015-05-071-55/+36
* SotStorage ctor nStorageMode param is effectively only used as bool transactedStephan Bergmann2015-05-071-2/+2
* Remove unused SotStorage ctor nStorageMode paramStephan Bergmann2015-05-071-2/+2
* Remove unused SotStorage::OpenSotStream nStorageMode paramStephan Bergmann2015-05-071-5/+2
* Remove unused SotStorageStream ctor nStorageMode paramStephan Bergmann2015-05-071-8/+1
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-072-4/+4
* Unwind SotStorageRef typedefStephan Bergmann2015-05-073-12/+12
* Turn StorageMode into a scoped enumStephan Bergmann2015-05-071-12/+12