summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin1-1/+1
2016-09-27Add note that Rectangle::toString() format now has a stability requirementTor Lillqvist1-0/+3
2016-09-16loplogin:singlevalfields in include/Noel Grandin3-22/+5
2016-09-15tools: SvFileStream::LockRange/UnlockRange take 64 bit positionsMichael Stahl2-11/+11
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl6-97/+97
2016-09-02coverity#1371213 Missing move assignment operatorCaolán McNamara2-0/+12
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (tools)Stephan Bergmann1-3/+3
2016-08-29cid#1371171 Missing move assignment operatorNoel Grandin1-0/+6
2016-08-29cid#1371160 Missing move assignment operatorNoel Grandin1-0/+10
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin1-2/+1
2016-07-16nBufSiz can be a non-class local constantMatteo Casalin1-3/+9
2016-07-16Reduce #include dependenciesMatteo Casalin1-1/+0
2016-07-13loplugin:constparams in toolsNoel Grandin11-32/+32
2016-07-13Moved SfxModule owner to SfxApplicationMark Page2-34/+0
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann1-3/+3
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke4-65/+280
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-8/+8
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-80/+21
2016-06-28Drop overflow warning that was produced repeatedly on WindowsTor Lillqvist1-1/+0
2016-06-27tdf#75280 Cleaning up of sal_uIntPtr usage #1atymyjan1-10/+10
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-4/+5
2016-06-13improve formatting of DBG_UNHANDLED_EXCEPTION messageNoel Grandin1-7/+6
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-06-09attempt to document the obscure MAX_DAYS valueEike Rathke1-0/+11
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-09reduce "no DbgTestSolarMutex function set" warningNoel Grandin1-19/+15
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl8-56/+59
2016-06-03drop "Solar-Version not set on rIStream" messagesNoel Grandin2-8/+0
2016-06-02loplugin:unusedfieldsNoel Grandin1-1/+0
2016-05-26improve the logging of resource loading failuresNoel Grandin1-8/+8
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann1-0/+1
2016-05-19loplugin:unusedmethods in toolsNoel Grandin1-54/+0
2016-05-16remove unused RSC_SYSWINDOW and RSC_WORKWINNoel Grandin1-2/+0
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin5-20/+20
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann3-5/+7
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-24/+24
2016-04-25use std::vector<> instead of embedding next pointers for ErrorHandler dataNoel Grandin1-69/+52
2016-04-25rename Errhdl_Impl to ErrorHandler_ImplNoel Grandin1-4/+4
2016-04-25rename EDcr_Impl to DynamicErrorInfo_ImplNoel Grandin1-7/+7
2016-04-18coverity#1358589 Uninitialized scalar fieldCaolán McNamara1-1/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-15remove tools/solarmutex.hxxNoel Grandin2-43/+0
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+5
2016-04-12give tools::ResId a shave and a haircutNoel Grandin2-8/+7
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-0/+1
2016-04-11clang-tidy performance-unnecessary-value-param in toolsNoel Grandin1-1/+1
2016-04-11loplugin:constantparamNoel Grandin2-7/+5