summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-10splash: de-confuse mixed VCL and UNO reference counting.Michael Meeks1-58/+81
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin5-15/+15
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks2-18/+18
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin3-4/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin7-11/+11
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks4-12/+12
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin14-91/+155
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin5-43/+43
2015-04-09vcl: VclPtr conversion in formsNoel Grandin11-10/+52
2015-04-09Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env varTor Lillqvist2-4/+4
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin1-1/+7
2015-04-09loplugin:staticmethodsNoel Grandin14-39/+39
2015-04-08Add lok_init_2() that takes also the path to a user profile to useTor Lillqvist1-4/+17
2015-04-07Follow-up to 372f9bce4e28ffcc89f92dc9982ab9a5c4922994, forgot to remove thisTor Lillqvist1-4/+0
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin2-22/+22
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin2-30/+30
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna1-14/+7
2015-04-04Presumably at least the #ifndef DISABLE_BDB2PMAP thing can be killedTor Lillqvist2-109/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1