summaryrefslogtreecommitdiff
path: root/svtools/source/hatchwindow
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-29bool improvementsStephan Bergmann1-1/+1
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2-17/+7
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2-5/+15
2014-01-21bool improvementsStephan Bergmann1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky2-6/+2
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-5/+5
2014-01-18Window::PreNotify should return boolStephan Bergmann2-2/+2
2014-01-17Window::Notify should return boolStephan Bergmann2-2/+2
2014-01-17Pass initialize arguments directly into ODocumentCloser' ctor.Matúš Kukan1-51/+22
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan2-4/+2
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan1-5/+1
2014-01-09translated German commentsLuc Castermans2-45/+46
2014-01-08svt: Use constructor feature for ODocumentCloser.Matúš Kukan1-24/+54
2013-12-23svt: use constructor feature for HatchWindowFactory.Matúš Kukan1-21/+37
2013-12-04fdo#60698: Merge hatchwindowfactory into svtMarcos Paulo de Souza5-292/+0
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-11-05fixincludeguards.sh: svtoolsThomas Arnhold4-10/+10
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza2-25/+4
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann1-1/+2
2013-06-05fdo#56412 Movement of embedded objects is opposite to the change directionabdulmajeed ahmed1-9/+53
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov2-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-32/+32
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-7/+7
2012-11-19re-base on ALv2 code. Includes:Michael Meeks4-95/+59
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-14/+3
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara1-1/+1
2012-06-21re-base on ALv2 code.Michael Meeks5-115/+70
2012-05-09removed dead codeTakeshi Abe1-34/+0
2012-04-02removed duplicate includes in svl / svtoolsTakeshi Abe1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud4-8/+0
2011-07-12Remove component_getImplementationEnvironment methodsMatus Kukan1-6/+0
2011-06-24update component factory methods to use new prefixes, to add lib mergingMatus Kukan2-3/+3
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-03-11fix up merging issues, so it compilesMichael Meeks2-3/+3
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky6-121/+61