summaryrefslogtreecommitdiff
path: root/tools/source
AgeCommit message (Expand)AuthorFilesLines
2018-08-23tdf#119326 crash when adding "Windows Share" File resourceNoel Grandin1-9/+0
2018-05-15there are 3600000 seconds in an hourCaolán McNamara1-1/+1
2018-04-26tdf#116420: Windows: Test if a filepath redirects to a WebDAV resourceMike Kaganski1-0/+78
2018-03-20tdf#114684: don't print pages for ranges completely outside ...Mike Kaganski1-3/+16
2018-03-19lokdialog: Changed dialog painting to allow for modal dialogsPranav Kant1-0/+10
2018-02-16Resolves: tdf#115750 SvStream::WriteStream was brokenCaolán McNamara1-6/+5
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ž Vajngerl2-0/+231
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-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 Grandin1-27/+23
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
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist3-8/+8
2017-09-21ofz#3454 Floating-point-exceptionCaolán McNamara1-1/+3
2017-09-21nothing to see here, move alongCaolán McNamara1-4/+4
2017-09-20use aStripOffsets.size instead of nNumStripOffsetsCaolán McNamara1-4/+4
2017-09-19-Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann1-1/+1
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann1-0/+5
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski3-0/+9
2017-09-15Fix INetURLObject::operator==() when comparing pathsEike Rathke1-1/+1
2017-09-15Add tools::Time::GetMonotonicTicks (us)Jan-Marek Glogowski1-20/+46
2017-09-15long->sal_Int32 in FractionNoel Grandin1-57/+31
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-4/+2
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M3-3/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-25loplugin:unusedmethodsNoel Grandin2-60/+0
2017-08-22Remove 500ns offset from GetSystemTicks()Jan-Marek Glogowski1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-2/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin5-21/+21
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-3/+3
2017-08-10tdf#39468: Translate some german commentsChristian Barth1-1/+1
2017-08-08SvPersistStream deadNoel Grandin1-516/+0