summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gradually typed LinkStephan Bergmann2015-04-303-6/+6
* loplugin:simplifyboolStephan Bergmann2015-04-241-8/+8
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* loplugin:implicitboolconversion clean-upStephan Bergmann2015-04-172-11/+13
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-2/+2
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-2/+2
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-023-9/+9
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-142/+142
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* drop rather awkward debugging hunkCaolán McNamara2015-03-301-12/+0