summaryrefslogtreecommitdiff
path: root/sot/source
AgeCommit message (Expand)AuthorFilesLines
2015-08-07tdf#93018 - Copying forms not working anymore (part2)Noel Grandin1-3/+1
2015-08-07tdf#93018 - Copying forms not working anymoreNoel Grandin1-3/+1
2015-06-22tdf#92037 fix dragging DataSources field into documentNoel Grandin1-2/+2
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 SotStorageRef typedefStephan Bergmann1-1/+1
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
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann2-11/+13
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-04-02loplugin:staticmethodsNoel Grandin3-9/+9
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-142/+142
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-30drop rather awkward debugging hunkCaolán McNamara1-12/+0
2015-03-30loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-16/+16
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-8/+8
2015-03-19loplugin:constantfunction: sotNoel Grandin3-16/+5
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2-65/+65
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin9-1167/+1176
2015-03-09V801: Decreased performanceCaolán McNamara2-12/+12
2015-02-25convert EXCHG_DEST_ constants to enum classNoel Grandin1-22/+22
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-05try to avoid overflows in some compare functionsMichael Stahl2-7/+6
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-98/+0
2015-01-20Some more loplugin:cstylecast: sotStephan Bergmann2-10/+10
2015-01-16remove unnecessary parenthesesNoel Grandin4-7/+7
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-07fix windows buildNoel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin10-132/+107
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-2/+5
2014-12-30fdo#84229 - don't set error when seeking beyond end of valid data.Michael Meeks1-2/+13
2014-12-18sot: Use appropriate OUString functions on string constantsStephan Bergmann2-7/+7
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl5-0/+7
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-11/+11
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1