summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:staticfunctionNoel Grandin2015-03-301-1/+1
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-291-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-287-17/+17
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-262-8/+8
* loplugin:constantfunction: sotNoel Grandin2015-03-193-16/+5
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-2/+2
* SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2015-03-182-65/+65
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-1810-1169/+1178
* V801: Decreased performanceCaolán McNamara2015-03-092-12/+12
* convert EXCHG_DEST_ constants to enum classNoel Grandin2015-02-251-22/+22
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-1/+1
* try to avoid overflows in some compare functionsMichael Stahl2015-02-052-7/+6
* Updated all precompiled headers.Ashod Nakashian2015-02-051-0/+1
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-98/+0