summaryrefslogtreecommitdiff
path: root/desktop/source/app
AgeCommit message (Expand)AuthorFilesLines
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-5/+5
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-5/+5
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-15/+15
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann6-0/+7
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-2/+2
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+4
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2-11/+11
2015-04-09Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env varTor Lillqvist1-2/+2
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin2-22/+22
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin2-30/+30
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann1-1/+1
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist1-3/+3
2015-04-01Check osl::LibreOfficeKit::isActive(), not Application::IsConsoleOnly()Tor Lillqvist1-7/+8
2015-03-30Revert "Merge the --invisible and --headless options"Tor Lillqvist5-20/+31
2015-03-30Merge the --invisible and --headless optionsTor Lillqvist5-31/+20
2015-03-29m_nofirststartwizard was never testedTor Lillqvist2-3/+1
2015-03-29Bin superfluous empty linesTor Lillqvist1-37/+0
2015-03-29Don't use any IPC pipe when in console-only mode or in a LOKit-based programTor Lillqvist1-76/+102
2015-03-29Bin pointless static const members used only in one placeTor Lillqvist2-7/+1
2015-03-28Remove #if 0 block of codeTor Lillqvist1-14/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist4-48/+0
2015-03-24loplugin:constantfunction: variousNoel Grandin1-1/+4
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-16/+17
2015-03-19fix android buildNoel Grandin1-1/+1
2015-03-19loplugin:constantfunction: vclNoel Grandin1-3/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-4/+4
2015-03-09desktop: avoid restart when running in a LOK unit testMiklos Vajna1-2/+4
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl1-1/+1
2015-02-09vcl/settings.hxx "drag full options API" uses sal_uLongStephan Bergmann1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2015-02-07Fixup --without-x buildRiccardo Magliocchetti1-1/+1
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara3-6/+6
2015-02-04Use LibreOfficeKit in the TiledLibreOffice iOS demo app, tooTor Lillqvist2-17/+19
2015-02-03Clean up some weird loggingTor Lillqvist2-7/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-20Some more loplugin:cstylecast: desktopStephan Bergmann1-1/+1
2015-01-19operator ?: has lower precedence than <<; << will be evaluated firstTor Lillqvist1-2/+1