summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
2015-09-17boost->stdCaolán McNamara3-11/+8
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-09-15remove old unused sot workben codeMarkus Mohrhard2-90/+0
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara3-13/+13
2015-09-11convert Link<> to typedNoel Grandin3-7/+7
2015-08-31sot: don't leak uninitialized memory into temp fileMichael Stahl1-3/+12
2015-08-29Formatting and bail-out early (to not re-format too much)Matteo Casalin1-20/+22
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-3/+2
2015-08-11loplugin: defaultparamsNoel Grandin2-7/+7
2015-08-07cppcheck:noExplicitConstructorNoel Grandin5-11/+10
2015-08-06remove some unnecessary casts and local varsNoel Grandin2-41/+33
2015-08-06tdf#93018 - Copying forms not working anymore (part2)Noel Grandin1-3/+1
2015-08-06tdf#93018 - Copying forms not working anymoreNoel Grandin1-3/+1
2015-08-05loplugin:unusedmethodsNoel Grandin6-67/+0
2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann3-18/+10
2015-07-31tools: prefix members of SvStreamMichael Stahl2-7/+7
2015-07-30loplugin:unusedmethodsNoel Grandin9-162/+18
2015-07-22limit storage entry max size to size of underlying streamCaolán McNamara5-10/+31
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+2
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-5/+1
2015-07-08i#107734 Support for Math Input Panel in Windows 7Regina Henschel1-0/+1
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06loplugin:unusedmethods sotNoel Grandin9-216/+2
2015-07-03expand out some sot macrosNoel Grandin2-10/+107
2015-07-02loplugin:unusedmethods toolsNoel Grandin1-21/+0
2015-06-29remove custom RTTI from SotFactoryNoel Grandin3-7/+0
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin1-2/+0
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-22tdf#92037 fix dragging DataSources field into documentNoel Grandin1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe7-14/+14
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-4/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-13/+13
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2-2/+2
2015-05-28new clang plugin: loopvartoosmallNoel Grandin2-4/+4
2015-05-19Update Apache Bugzilla’s URLAdolfo Jayme Barrientos1-1/+1
2015-05-08callcatcher: update unused codeCaolán McNamara1-97/+0
2015-05-07Reduce enum class StorageMode to bool transactedStephan Bergmann1-10/+10
2015-05-07StorageMode::DiskspannedMode is effectively unusedStephan Bergmann1-4/+0
2015-05-07StorageMode::CreateUnpacked is never usedStephan Bergmann1-55/+36
2015-05-07SotStorage ctor nStorageMode param is effectively only used as bool transactedStephan Bergmann1-2/+2
2015-05-07Remove unused SotStorage ctor nStorageMode paramStephan Bergmann1-2/+2
2015-05-07Remove unused SotStorage::OpenSotStream nStorageMode paramStephan Bergmann1-5/+2
2015-05-07Remove unused SotStorageStream ctor nStorageMode paramStephan Bergmann1-8/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann2-4/+4
2015-05-07Unwind SotStorageRef typedefStephan Bergmann3-12/+12
2015-05-07Turn StorageMode into a scoped enumStephan Bergmann1-12/+12
2015-04-30Gradually typed LinkStephan Bergmann3-6/+6
2015-04-24loplugin:simplifyboolStephan Bergmann1-8/+8
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1