summaryrefslogtreecommitdiff
path: root/svtools/source/misc
AgeCommit message (Expand)AuthorFilesLines
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+2
2015-04-09loplugin:staticmethodsNoel Grandin2-3/+3
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-6/+6
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-6/+6
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann1-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-9/+9
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-31/+18
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin1-23/+0
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara2-3/+3
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin5-137/+138
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-1/+1
2015-02-11tdf#87303: svtools: relax the security a bit for embedded objectsMichael Stahl1-3/+10
2015-02-07loplugin:deletedspecialStephan Bergmann1-10/+0
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-2/+0
2015-01-20Some more loplugin:cstylecast: svtoolsStephan Bergmann2-4/+4
2015-01-16remove unnecessary parenthesesNoel Grandin3-3/+3
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn2-7/+5
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin4-11/+11
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-8/+8
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-09Changed Idle Timers. into IdleTobias Madl1-9/+9
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06coverity#1242570 Untrusted value as argumentCaolán McNamara1-1/+11
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-10-29coverity#1202781 Division or modulo by zeroCaolán McNamara1-2/+2
2014-10-29coverity#1078539 Division or modulo by zeroCaolán McNamara1-0/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-15/+27
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-6/+6
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-6/+6
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-4/+6
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-27/+15
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin3-24/+24
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin1-2/+2
2014-09-26remove unnecessary casts'sNoel Grandin1-5/+4
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-3/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin6-31/+31
2014-09-18fdo#82577: Handle FontNoel Grandin2-6/+6