summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
AgeCommit message (Expand)Author
2015-11-24loplugin:unusedfields in sw/Noel Grandin
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin
2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-30sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin
2015-10-27don't allocate uno::Reference on the heapNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-13remove some useless commentsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06-Werror,-Wunused-private-fieldStephan Bergmann
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02Remove some unused includesStephan Bergmann
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken
2015-10-02Fix typosAndrea Gelmini
2015-09-18convert Link<> to typedNoel Grandin
2015-09-13boost->stdCaolán McNamara
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
2015-09-01WaE: loplugin:staticmethods in the non-Java caseTor Lillqvist
2015-08-29XOutBitmap::GraphicToBase64 can return boolMatteo Casalin
2015-08-28tdf#93449 Internal hyperlinks are not exported corectly in HTMLVasily Melenchuk
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-22tdf#93240: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-08-21loplugin:defaultparamsNoel Grandin
2015-08-20loplugin: defaultparamsNoel Grandin
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl
2015-08-04include: inline some use-once typedefsNoel Grandin
2015-08-03sw: inline use-once typedefsNoel Grandin
2015-07-27sw: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl