summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)Author
2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin
2015-11-05class PolyOptimizeData is never instantiatedMatteo Casalin
2015-11-04tools: re-order members of SvRefBase to work around clang 3.5 bugMichael Stahl
2015-11-04boost->std in include/toolsNoel Grandin
2015-10-30loplugin:unusedmethodsNoel Grandin
2015-10-28Rename (private) Date::init and reuse itMatteo Casalin
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin
2015-10-27move SvRefMemberList into idlNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-21remove untyped Link<>Noel Grandin
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-13These warnings are covered by --enable-werror anywayStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks
2015-10-08Stream operator<<() for DateTime to help debugging.Jan Holesovsky
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-05Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObjectGiuseppe Castagno
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-18Some follow-up #include clean-upStephan Bergmann
2015-09-17writeHeaderFieldBody is only called with bInitialSpace = falseStephan Bergmann
2015-09-17Make various INetMIME members local to inetmime.cxxStephan Bergmann
2015-09-17Make createPreferredCharsetList local to inetmime.cxxStephan Bergmann
2015-09-17Make INetMIMEEncodedWordOutputSink local to inetmime.cxxStephan Bergmann
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann
2015-09-17INetMIMEOutputSink line length limit is unusedStephan Bergmann
2015-09-17All INetMIMEOutputSink instances use same fixed ctor arg valuesStephan Bergmann
2015-09-17Fold INetMIMEStringOutputSink into INetMIMEOutputSink baseStephan Bergmann
2015-09-17INetMIMEOutputSink ctor args are always given explicitlyStephan Bergmann
2015-09-17Remove unused HARD_LINE_LENGTH_LIMITStephan Bergmann
2015-09-17No need for user-prov. INetContentTypeParameter ctor, use list-initializationStephan Bergmann
2015-09-17Don't violate unordered container hash+pred requirementsStephan Bergmann
2015-09-10Remove unused INetMIMEMessage partsStephan Bergmann
2015-09-10More INetMIMEMessageStream clean upStephan Bergmann
2015-09-10Merge INetMessageIStream into INetMIMEMessageStreamStephan Bergmann
2015-09-10No need for INetMIMEMessageStream encodingStephan Bergmann
2015-09-10Remove unused INetMessageOStream functionalityStephan Bergmann
2015-09-10Reduce INetMIMEMessage::EnableAttachChild to its only use caseStephan Bergmann
2015-09-10convert Link<> to typed, and introduce LinkParamNoneNoel Grandin
2015-09-10Remove unused "#ifndef ENUM_*_DECLARED" wrappingStephan Bergmann
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann
2015-09-08Avoid pain when using selective debuginfoTor Lillqvist
2015-08-31tdf#93794 - spin buttons not rendered in gtk2/gtk3Noel Grandin
2015-08-30tdf#62525: use cow_wrapper for SvGlobalNameDaniel Robertson
2015-08-27this farcical staroffice 5.0 related junk can at least be constCaolán McNamara