summaryrefslogtreecommitdiffstats
path: root/svtools/source/graphic
Commit message (Expand)AuthorAgeFilesLines
* Remove excess newlinesChris Sherlock2016-02-099-62/+0
* Formatting changes across all modulesChris Sherlock2016-02-096-7/+0
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-062-2/+2
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-2/+2
* Resolves: tdf#96580 Sequence::get doesn't return the start of the dataCaolán McNamara2016-01-281-1/+1
* loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin2016-01-131-3/+3
* Fix typosAndrea Gelmini2016-01-101-1/+1
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-8/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-7/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-107-47/+47
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-2/+2
* com::sun::star->css in svtoolsNoel Grandin2015-10-304-47/+47
* loplugin:unusedmethodsNoel Grandin2015-10-271-45/+0
* cppcheck:variableScopeNoel Grandin2015-10-131-9/+9
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-34/+34
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-4/+4
* loplugin:unusedmethodsNoel Grandin2015-10-061-9/+0
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-42/+0
* boost->stdCaolán McNamara2015-09-164-12/+12
* tdf#94228 vcl: replace BOOST_PP with templatesDaniel Robertson2015-09-161-1/+1
* convert Link<> to typedNoel Grandin2015-09-101-1/+1
* svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-071-2/+2
* Fixed a bug the 64-bit checksum switch code was affected byMarco Cecchetti2015-09-011-1/+1
* switch to 64-bit checksum: fixed a missed substitutionMarco Cecchetti2015-09-011-1/+1
* Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti2015-09-011-2/+2
* config-less fallback valueCaolán McNamara2015-08-271-0/+3
* convert Link to TypedNoel Grandin2015-08-261-8/+7
* parameter names are useless in DECL_LINK declarationsNoel Grandin2015-08-251-1/+1
* Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2015-08-191-2/+2
* for testing allow disabling configmgr for time critical pathsCaolán McNamara2015-08-191-8/+20
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-173-9/+9
* cppcheck: noCopyConstructorCaolán McNamara2015-08-121-0/+4
* loplugin: defaultparamsNoel Grandin2015-08-112-2/+2
* Optimize a bit GraphicCache::GetUniqueIDJulien Nabet2015-07-121-3/+4
* loplugin:unusedmethods toolsNoel Grandin2015-07-021-15/+0
* remove custom RTTI from SvDataCopyStreamNoel Grandin2015-06-291-2/+0
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-11/+11
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-5/+2
* tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks2015-06-101-0/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-022-3/+3
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-291-2/+2
* convert DRAWMODE constants to scoped enumNoel Grandin2015-05-203-7/+7
* window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara2015-05-152-2/+2
* convert META_*_ACTION constants to scoped enumNoel Grandin2015-05-153-119/+119
* convert GRFILTER_I_FLAGS to scoped enumNoel Grandin2015-05-141-1/+1
* loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2015-05-121-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-112-4/+4
* convert BMP_DITHER flags to scoped enumNoel Grandin2015-05-071-1/+1
* convert BMP_MIRROR constants to scoped enumNoel Grandin2015-05-063-13/+14