summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+2
2015-05-16refactor desktop classes to use RenderContextTomaž Vajngerl3-138/+133
2015-05-12Fixup my earlier quoting fix.Thorsten Behrens1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks3-5/+3
2015-05-11Add some quoting to shell scripts.Thorsten Behrens4-19/+19
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks3-3/+3
2015-05-11Improve exception messageStephan Bergmann1-2/+2
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks3-3/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-5/+5
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks3-5/+8
2015-05-09coverity#1257113 Uninitialized pointer fieldCaolán McNamara1-2/+3
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2-4/+4
2015-05-08read_percent returns ProgressStatus, not sal_BoolStephan Bergmann1-1/+1
2015-05-06Nah, the Android NDK we use doesn't have std::to_string()Tor Lillqvist1-3/+1
2015-05-06Include <string>Tor Lillqvist1-0/+2
2015-05-06Add support for progress bar callbacks to LibreOfficeKitTor Lillqvist1-2/+43
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin3-8/+6
2015-05-06tdf#91090 - avoid de-referencing DIALOG_NO_PARENT (-1)Michael Meeks2-14/+16
2015-05-05loplugin:staticmethodsNoel Grandin2-2/+2
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-8/+4
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-3/+2
2015-05-04Use gb_Module_add_check_targets to add CppunitTestStephan Bergmann1-1/+4
2015-05-04Enable desktop/qa/deployment_misc/test_dp_version.cxxStephan Bergmann2-0/+24
2015-04-30Gradually typed LinkStephan Bergmann6-13/+13
2015-04-29desktop: pJSON may be 0 in jsonToPropertyValues()Miklos Vajna1-17/+20
2015-04-29Fix for gcc 4.6.3Juergen Funk1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-2/+2
2015-04-29fix dubious casts post VclPtr-ingCaolán McNamara2-4/+14
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-3/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl3-4/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks21-231/+365
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann6-7/+7
2015-04-24loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-23callcatcher: remove unused RegisteredDb::getEntryCaolán McNamara2-28/+0
2015-04-22desktop: fix Android buildMiklos Vajna1-1/+1
2015-04-22lok::Document::postUnoCommand: allow passing argumentsMiklos Vajna1-3/+33
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann18-0/+19
2015-04-17desktop: convert new to ::Create.Michael Meeks8-18/+16
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin6-11/+11
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks1-6/+6
2015-04-10More misc. cleanup.Michael Meeks1-1/+1
2015-04-10rhbz#1197614: Fix calculation of m_bHasActive when removing active elementStephan Bergmann1-7/+14
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks5-8/+8
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks3-13/+12