summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-10Merge INetMessageIStream into INetMIMEMessageStreamStephan Bergmann1-29/+12
2015-09-10No need for INetMIMEMessageStream encodingStephan Bergmann1-18/+1
2015-09-10Remove unused INetMessageOStream functionalityStephan Bergmann1-39/+2
2015-09-10Reduce INetMIMEMessage::EnableAttachChild to its only use caseStephan Bergmann1-15/+1
2015-09-10convert Link<> to typed, and introduce LinkParamNoneNoel Grandin1-0/+4
2015-09-10Remove unused "#ifndef ENUM_*_DECLARED" wrappingStephan Bergmann2-41/+0
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann1-3/+0
2015-09-08Avoid pain when using selective debuginfoTor Lillqvist1-6/+4
2015-08-31tdf#93794 - spin buttons not rendered in gtk2/gtk3Noel Grandin1-2/+2
2015-08-30tdf#62525: use cow_wrapper for SvGlobalNameDaniel Robertson1-34/+26
2015-08-27this farcical staroffice 5.0 related junk can at least be constCaolán McNamara1-1/+1
2015-08-27Again add ability to change tint/shade of a color + unit testTomaž Vajngerl1-0/+10
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist2-50/+1
2015-08-25simplify some declarationsNoel Grandin1-69/+20
2015-08-25add some comments to Rectangle mutation methodsNoel Grandin1-3/+6
2015-08-20afl-clang-fast apparently miscompiles thisCaolán McNamara1-0/+4
2015-08-20remove dead commentNoel Grandin1-4/+0
2015-08-17Put Line under tools namespaceNorbert Thiebaud1-2/+7
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-17/+18
2015-08-05loplugin:unusedmethodsNoel Grandin1-14/+0
2015-08-04include: inline some use-once typedefsNoel Grandin2-8/+6
2015-07-31tools: prefix members of SvStreamMichael Stahl1-47/+47
2015-07-30loplugin:unusedmethodsNoel Grandin4-74/+0
2015-07-29solar.h: avoid some Wconversion warningsMatteo Casalin1-4/+6
2015-07-29errcode.hxx: avoid some Wconversion warningsMatteo Casalin1-95/+98
2015-07-27inline a bunch of use-once macrosNoel Grandin1-8/+5