summaryrefslogtreecommitdiff
path: root/svtools/source/hatchwindow
AgeCommit message (Expand)AuthorFilesLines
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-11-22loplugin:flatten in svtoolsNoel Grandin3-82/+83
2017-10-23loplugin:includeform: svtoolsStephan Bergmann1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2-4/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna3-39/+39
2017-02-06Add missing #includesStephan Bergmann2-0/+2
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-29/+12
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl2-3/+3
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin2-19/+11
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-10/+10
2015-11-04yyyyyNoel Grandin1-2/+1
2015-10-30com::sun::star->css in svtoolsNoel Grandin3-12/+12
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-18/+18
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+3
2015-08-25SvResizeHelper::ValidateRect, simplify logicNoel Grandin1-30/+8
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin1-24/+0
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-5/+5
2015-05-11refactor SvResizeWindow to use RenderContextTomaž Vajngerl2-37/+52
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-2/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-17svtools: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin4-15/+15
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-0/+1
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17Julien Nabet1-1/+1
2014-05-11fix-includes.pl: svtoolsThomas Arnhold1-1/+1
2014-05-08svtools: sal_Bool->boolNoel Grandin3-19/+19
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-18/+18
2014-03-10svtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-14/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-29/+29
2014-02-25Remove visual noise from svtoolsAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1