summaryrefslogtreecommitdiffstats
path: root/svtools/source/hatchwindow
Commit message (Expand)AuthorAgeFilesLines
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-10/+10
* yyyyyNoel Grandin2015-11-041-2/+1
* com::sun::star->css in svtoolsNoel Grandin2015-10-303-12/+12
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-18/+18
* svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-072-4/+4
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-4/+3
* SvResizeHelper::ValidateRect, simplify logicNoel Grandin2015-08-251-30/+8
* loplugin:unusedmethods svtoolsNoel Grandin2015-07-141-24/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-2/+2
* convert POINTER constants to scoped enumNoel Grandin2015-05-221-5/+5
* refactor SvResizeWindow to use RenderContextTomaž Vajngerl2015-05-112-37/+52
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-101-2/+1
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-292-2/+2
* svtools: convert new to ::Create.Noel Grandin2015-04-171-1/+1
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-021-2/+2
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-2/+2
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-234-15/+15
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-071-0/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part17Julien Nabet2014-05-181-1/+1
* fix-includes.pl: svtoolsThomas Arnhold2014-05-111-1/+1
* svtools: sal_Bool->boolNoel Grandin2014-05-083-19/+19
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-2/+2
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-263-18/+18
* svtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-14/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-263-29/+29
* Remove visual noise from svtoolsAlexander Wilms2014-02-251-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-6/+6
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-1/+1
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* bool improvementsStephan Bergmann2014-01-291-1/+1
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-222-17/+7
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-212-5/+15
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-202-6/+2
* Unify ctor functions for component implementations.Matúš Kukan2014-01-181-5/+5
* Window::PreNotify should return boolStephan Bergmann2014-01-182-2/+2
* Window::Notify should return boolStephan Bergmann2014-01-172-2/+2
* Pass initialize arguments directly into ODocumentCloser' ctor.Matúš Kukan2014-01-171-51/+22
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-152-4/+2
* Initialize constructor based implementations in one place.Matúš Kukan2014-01-151-5/+1
* translated German commentsLuc Castermans2014-01-092-45/+46
* svt: Use constructor feature for ODocumentCloser.Matúš Kukan2014-01-081-24/+54
* svt: use constructor feature for HatchWindowFactory.Matúš Kukan2013-12-231-21/+37
* fdo#60698: Merge hatchwindowfactory into svtMarcos Paulo de Souza2013-12-045-292/+0