summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin3-7/+7
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara2-2/+2
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin3-119/+119
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-1/+1
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-4/+4
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin3-13/+14
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann3-7/+3
2015-04-30Gradually typed LinkStephan Bergmann2-3/+3
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2-16/+16
2015-04-22convert ADJUSTMENT_ flags to scoped enumNoel Grandin2-23/+23
2015-04-22convert GRFMGR_DRAW_ constants to scoped enumNoel Grandin2-18/+18
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann2-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-2/+2