summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Missing includes (Windows --disable-pch)Stephan Bergmann2018-01-171-0/+4
* More loplugin:cstylecast: toolsStephan Bergmann2018-01-151-2/+2
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-3/+3
* loplugin:useuniqueptr in PolyPolygonNoel Grandin2018-01-132-265/+84
* More loplugin:cstylecast: toolsStephan Bergmann2018-01-1214-153/+153
* loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin2018-01-115-122/+89
* ofz#5000 Integer-overflowCaolán McNamara2018-01-091-10/+10
* UL->UCaolán McNamara2018-01-081-5/+5
* ofz#4995 Integer-overflowCaolán McNamara2018-01-071-5/+7
* Remove XmlWriter in test module and use tools::XmlWriterTomaž Vajngerl2018-01-071-0/+6
* long->sal_Int32 in BigIntNoel Grandin2018-01-052-57/+45
* loplugin:singlevalfields improve copy constructor checkNoel Grandin2018-01-031-21/+8
* tdf#114684: don't print pages for ranges completely outside ...Mike Kaganski2017-12-251-3/+16
* new loplugin: convertlongNoel Grandin2017-12-212-2/+2
* sal_uIntPtr->sal_uInt32 in ConfigNoel Grandin2017-12-181-10/+10
* merge ImplPolygon and ImplPolygonDataCaolán McNamara2017-12-152-24/+10
* use std::unique_ptrCaolán McNamara2017-12-142-226/+181
* sal_uIntPtr->sal_Int32 in MultiSelectionNoel Grandin2017-12-141-38/+38
* tools: remove unused #include from solar.hMichael Stahl2017-12-131-0/+1
* sal_uIntPtr->size_t in ZCodecNoel Grandin2017-12-131-1/+1
* sal_IntPtr->sal_uInt32 in INetMIMEMessageStreamNoel Grandin2017-12-121-9/+9
* sal_uIntPtr->sal_uInt32 in m_nMIMEIndexNoel Grandin2017-12-121-2/+2
* ofz#4592 Direct-leakCaolán McNamara2017-12-111-11/+11
* Revert "just delete, don't check for null and then delete"Caolán McNamara2017-12-111-3/+7
* just delete, don't check for null and then deleteCaolán McNamara2017-12-111-7/+3
* tdf#62525 tools: use cow_wrapper class for PolygonAndreas Brandner2017-12-102-514/+478
* lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant2017-11-291-0/+10
* loplugin:unusedmethodsNoel Grandin2017-11-291-13/+0
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-11-271-2/+2
* loplugin:simplifybool can't invert conditions involving float typesNoel Grandin2017-11-231-2/+2
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-2/+2
* cpuid is only for x86 processors.jan Iversen2017-11-221-0/+7
* drop duplicate methodCaolán McNamara2017-11-221-2/+2
* halve the number of threads if HT is activeDennis Francis2017-11-211-2/+9
* inline INetMIMEOutputSinkNoel Grandin2017-11-131-42/+27
* Retrofit "KeepEmptyLinesAtTheStartOfBlocks: false" into .clang-formatStephan Bergmann2017-11-082-27/+23
* tdf#108748 generate PDF preview on SwapInJan-Marek Glogowski2017-11-061-0/+21
* loplugin:constparams in cppcanvas,drawinglayerNoel Grandin2017-11-061-1/+1
* Extract XmlWriter and XmlWalker from opencl into toolsTomaž Vajngerl2017-11-013-0/+235
* tdf#96505 Get rid of cargo cult long integer literalsudareechk2017-10-301-4/+4
* loplugin:constantparam in toolsNoel Grandin2017-10-301-42/+40
* loplugin:includeform: tools (Windows)Stephan Bergmann2017-10-271-1/+1
* ofz#3791 Integer-overflowCaolán McNamara2017-10-271-9/+29
* ofz#3802 Integer-overflowCaolán McNamara2017-10-271-1/+1
* ofz#3812 Divide-by-zeroCaolán McNamara2017-10-271-3/+6
* loplugin:constmethod in tools,sax,UnoControlsNoel Grandin2017-10-256-7/+7
* loplugin:includeform: toolsStephan Bergmann2017-10-237-25/+25
* loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin2017-10-171-9/+4
* -Werror,-Wtautological-constant-compare (Clang 6)Stephan Bergmann2017-10-161-30/+1
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-2/+3