summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
AgeCommit message (Expand)AuthorFilesLines
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-3/+3
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-79/+79
2016-04-29libsvtlo: convert set of #define to enum classDouglas Mencken1-25/+31
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin3-12/+11
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-03-23loplugin:constantparm in svtoolsNoel Grandin3-7/+4
2016-03-17loplugin:constantparam in svtoolsNoel Grandin1-2/+2
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin4-61/+61
2016-02-23new loplugin: commaoperatorNoel Grandin3-22/+58
2016-02-09Remove excess newlinesChris Sherlock9-62/+0
2016-02-09Formatting changes across all modulesChris Sherlock6-7/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-28Resolves: tdf#96580 Sequence::get doesn't return the start of the dataCaolán McNamara1-1/+1
2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin1-3/+3
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-8/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-7/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-47/+47
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-30com::sun::star->css in svtoolsNoel Grandin4-47/+47
2015-10-27loplugin:unusedmethodsNoel Grandin1-45/+0
2015-10-13cppcheck:variableScopeNoel Grandin1-9/+9
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-34/+34
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-4/+4
2015-10-06loplugin:unusedmethodsNoel Grandin1-9/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-42/+0
2015-09-16boost->stdCaolán McNamara4-12/+12
2015-09-16tdf#94228 vcl: replace BOOST_PP with templatesDaniel Robertson1-1/+1
2015-09-10convert Link<> to typedNoel Grandin1-1/+1
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-09-01Fixed a bug the 64-bit checksum switch code was affected byMarco Cecchetti1-1/+1
2015-09-01switch to 64-bit checksum: fixed a missed substitutionMarco Cecchetti1-1/+1
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti1-2/+2
2015-08-27config-less fallback valueCaolán McNamara1-0/+3
2015-08-26convert Link to TypedNoel Grandin1-8/+7
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-1/+1
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+2
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-8/+20
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud3-9/+9
2015-08-12cppcheck: noCopyConstructorCaolán McNamara1-0/+4
2015-08-11loplugin: defaultparamsNoel Grandin2-2/+2
2015-07-12Optimize a bit GraphicCache::GetUniqueIDJulien Nabet1-3/+4
2015-07-02loplugin:unusedmethods toolsNoel Grandin1-15/+0
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin1-2/+0
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-11/+11
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-5/+2
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks1-0/+1
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara2-3/+3