summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
AgeCommit message (Expand)AuthorFilesLines
2015-11-24loplugin:unusedfields in sw/Noel Grandin5-8/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-4/+4
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-27/+29
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-42/+46
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-19/+20
2015-11-10sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-11/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann31-762/+762
2015-11-09formatting improvements in sw/Noel Grandin3-8/+8
2015-11-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak1-13/+9
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin3-10/+10
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna14-1702/+1702
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-5/+4
2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna13-924/+924
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-10-30sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl4-14/+13
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-6/+4
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+6
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+0
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-1/+2
2015-10-27don't allocate uno::Reference on the heapNoel Grandin4-22/+19
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann5-16/+13
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-1/+1
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-1/+1
2015-10-15cppcheck:variableScopeNoel Grandin2-2/+3
2015-10-13remove some useless commentsNoel Grandin6-30/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-23/+23
2015-10-06-Werror,-Wunused-private-fieldStephan Bergmann2-5/+3
2015-10-06loplugin:unusedmethodsNoel Grandin2-22/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht2-5/+5
2015-10-02Remove some unused includesStephan Bergmann1-1/+0
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken1-2/+2
2015-10-02Fix typosAndrea Gelmini4-8/+8
2015-09-18convert Link<> to typedNoel Grandin1-2/+2
2015-09-13boost->stdCaolán McNamara2-9/+8
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-0/+2
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin3-6/+6
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-4/+4
2015-09-01WaE: loplugin:staticmethods in the non-Java caseTor Lillqvist1-0/+6
2015-08-29XOutBitmap::GraphicToBase64 can return boolMatteo Casalin3-8/+4
2015-08-28tdf#93449 Internal hyperlinks are not exported corectly in HTMLVasily Melenchuk1-1/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin2-3/+2
2015-08-22tdf#93240: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-21/+22
2015-08-21loplugin:defaultparamsNoel Grandin5-21/+18
2015-08-20loplugin: defaultparamsNoel Grandin2-22/+22
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl1-10/+3
2015-08-04include: inline some use-once typedefsNoel Grandin1-1/+1
2015-08-03sw: inline use-once typedefsNoel Grandin2-5/+2
2015-07-27sw: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl3-35/+45