summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann14-153/+153
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin5-122/+89
2018-01-09ofz#5000 Integer-overflowCaolán McNamara1-10/+10
2018-01-08UL->UCaolán McNamara1-5/+5
2018-01-07ofz#4995 Integer-overflowCaolán McNamara1-5/+7
2018-01-07Remove XmlWriter in test module and use tools::XmlWriterTomaž Vajngerl1-0/+6
2018-01-05long->sal_Int32 in BigIntNoel Grandin2-57/+45
2018-01-03loplugin:singlevalfields improve copy constructor checkNoel Grandin1-21/+8
2017-12-25tdf#114684: don't print pages for ranges completely outside ...Mike Kaganski1-3/+16
2017-12-21new loplugin: convertlongNoel Grandin2-2/+2
2017-12-18sal_uIntPtr->sal_uInt32 in ConfigNoel Grandin1-10/+10
2017-12-15merge ImplPolygon and ImplPolygonDataCaolán McNamara2-24/+10
2017-12-14use std::unique_ptrCaolán McNamara2-226/+181
2017-12-14sal_uIntPtr->sal_Int32 in MultiSelectionNoel Grandin1-38/+38
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-13sal_uIntPtr->size_t in ZCodecNoel Grandin1-1/+1
2017-12-12sal_IntPtr->sal_uInt32 in INetMIMEMessageStreamNoel Grandin1-9/+9
2017-12-12sal_uIntPtr->sal_uInt32 in m_nMIMEIndexNoel Grandin1-2/+2
2017-12-11ofz#4592 Direct-leakCaolán McNamara1-11/+11
2017-12-11Revert "just delete, don't check for null and then delete"Caolán McNamara1-3/+7
2017-12-11just delete, don't check for null and then deleteCaolán McNamara1-7/+3
2017-12-10tdf#62525 tools: use cow_wrapper class for PolygonAndreas Brandner2-514/+478
2017-11-29lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant1-0/+10
2017-11-29loplugin:unusedmethodsNoel Grandin1-13/+0
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin1-2/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-2/+2
2017-11-22cpuid is only for x86 processors.jan Iversen1-0/+7
2017-11-22drop duplicate methodCaolán McNamara1-2/+2
2017-11-21halve the number of threads if HT is activeDennis Francis1-2/+9
2017-11-13inline INetMIMEOutputSinkNoel Grandin1-42/+27
2017-11-08Retrofit "KeepEmptyLinesAtTheStartOfBlocks: false" into .clang-formatStephan Bergmann2-27/+23
2017-11-06tdf#108748 generate PDF preview on SwapInJan-Marek Glogowski1-0/+21
2017-11-06loplugin:constparams in cppcanvas,drawinglayerNoel Grandin1-1/+1
2017-11-01Extract XmlWriter and XmlWalker from opencl into toolsTomaž Vajngerl3-0/+235
2017-10-30tdf#96505 Get rid of cargo cult long integer literalsudareechk1-4/+4
2017-10-30loplugin:constantparam in toolsNoel Grandin1-42/+40
2017-10-27loplugin:includeform: tools (Windows)Stephan Bergmann1-1/+1
2017-10-27ofz#3791 Integer-overflowCaolán McNamara1-9/+29
2017-10-27ofz#3802 Integer-overflowCaolán McNamara1-1/+1
2017-10-27ofz#3812 Divide-by-zeroCaolán McNamara1-3/+6
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin6-7/+7
2017-10-23loplugin:includeform: toolsStephan Bergmann7-25/+25
2017-10-17loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin1-9/+4
2017-10-16-Werror,-Wtautological-constant-compare (Clang 6)Stephan Bergmann1-30/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-2/+3
2017-10-03new loplugin:blockblockNoel Grandin3-139/+129
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-5/+4
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-57/+0
2017-09-27check for NaN in FractionNoel Grandin1-1/+23