summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc
Commit message (Expand)AuthorAgeFilesLines
* start wrapping OutputDevice in VclPtrNoel Grandin2015-04-101-7/+7
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-101-1/+1
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-092-3/+3
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-022-6/+6
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-022-6/+6
* Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann2015-04-021-2/+2
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-312-9/+9
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* tdf#88230: cleanup solar mutex yieldingPranav Kant2015-03-201-31/+18
* loplugin:constantfunction: svtoolsNoel Grandin2015-03-191-23/+0
* SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2015-03-182-3/+3
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-185-137/+138
* Idle: Changed to new enum nameTobias Madl2015-03-061-1/+1
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-061-1/+1
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-061-1/+1
* tdf#87303: svtools: relax the security a bit for embedded objectsMichael Stahl2015-02-111-3/+10
* loplugin:deletedspecialStephan Bergmann2015-02-071-10/+0
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-2/+0
* Some more loplugin:cstylecast: svtoolsStephan Bergmann2015-01-202-4/+4
* remove unnecessary parenthesesNoel Grandin2015-01-163-3/+3
* fdo#39440 reduce scope of local variablesMichael Weghorn2015-01-122-7/+5
* fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-074-11/+11
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-051-8/+8
* svtools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-2/+2
* Changed Idle Timers. into IdleTobias Madl2014-12-091-9/+9
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-141-0/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* coverity#1242570 Untrusted value as argumentCaolán McNamara2014-11-061-1/+11
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* coverity#1202781 Division or modulo by zeroCaolán McNamara2014-10-291-2/+2
* coverity#1078539 Division or modulo by zeroCaolán McNamara2014-10-291-0/+3
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-15/+27
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-6/+6
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-6/+6
* vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock2014-10-131-4/+6
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-27/+15
* fdo#82577: Handle TimeNoel Grandin2014-10-011-2/+2
* loplugin: cstylecastNoel Grandin2014-09-293-24/+24
* remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2014-09-261-2/+2
* remove unnecessary casts'sNoel Grandin2014-09-261-5/+4
* loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin2014-09-231-3/+3