summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin1-22/+0
2015-11-24add SAL_WARN_UNUSED to css::uno::WeakReference and SvCompatWeakRefNoel Grandin1-1/+1
2015-11-20mark WeakReference with SAL_WARN_UNUSEDNoel Grandin1-1/+1
2015-11-17use unique_ptr for pImpl in tools/Noel Grandin3-5/+8
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-0/+1
2015-11-13underscores are reservedTomaž Vajngerl1-2/+2
2015-11-13improve compile time SSE2 detection, fix broken android buildTomaž Vajngerl1-0/+6
2015-11-13remove SSE detection code (but keep SSE2)Tomaž Vajngerl1-1/+0
2015-11-13tools: runtime SSE/SSE2 detectionTomaž Vajngerl1-0/+28
2015-11-115th step to remove tools/rtti.hxxOliver Specht3-14/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann14-29/+29
2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin1-2/+8
2015-11-05class PolyOptimizeData is never instantiatedMatteo Casalin1-19/+2
2015-11-04tools: re-order members of SvRefBase to work around clang 3.5 bugMichael Stahl1-7/+5
2015-11-04boost->std in include/toolsNoel Grandin1-11/+7
2015-10-30loplugin:unusedmethodsNoel Grandin1-10/+0
2015-10-28Rename (private) Date::init and reuse itMatteo Casalin1-3/+3
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-1/+1
2015-10-27move SvRefMemberList into idlNoel Grandin1-52/+0
2015-10-27loplugin:unusedmethodsNoel Grandin5-25/+0
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud3-2/+4
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin5-17/+17
2015-10-21remove untyped Link<>Noel Grandin1-44/+1
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-7/+3
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-5/+1
2015-10-13These warnings are covered by --enable-werror anywayStephan Bergmann1-11/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-32/+32
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-14/+14
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-1/+1
2015-10-08Stream operator<<() for DateTime to help debugging.Jan Holesovsky1-0/+15
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-05Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObjectGiuseppe Castagno1-0/+11
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0
2015-09-18Some follow-up #include clean-upStephan Bergmann1-3/+0
2015-09-17writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann1-2/+1
2015-09-17Make various INetMIME members local to inetmime.cxxStephan Bergmann1-267/+0
2015-09-17Make createPreferredCharsetList local to inetmime.cxxStephan Bergmann1-4/+0
2015-09-17Make INetMIMEEncodedWordOutputSink local to inetmime.cxxStephan Bergmann1-92/+0
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann2-103/+4
2015-09-17INetMIMEOutputSink line length limit is unusedStephan Bergmann1-42/+1
2015-09-17All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann1-6/+2
2015-09-17Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann1-27/+10
2015-09-17INetMIMEOutputSink ctor args are always given explicitlyStephan Bergmann1-3/+1
2015-09-17Remove unused HARD_LINE_LENGTH_LIMITStephan Bergmann1-2/+1
2015-09-17No need for user-prov. INetContentTypeParameter ctor, use list-initializationStephan Bergmann1-31/+5
2015-09-17Don't violate unordered container hash+pred requirementsStephan Bergmann1-11/+3
2015-09-10Remove unused INetMIMEMessage partsStephan Bergmann1-97/+17
2015-09-10More INetMIMEMessageStream clean upStephan Bergmann1-21/+5