summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann8-11/+11
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks36-130/+165
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann2-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann5-15/+12
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl2-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann7-31/+31
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann2-18/+18
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann1-4/+4
2015-04-22Ensure WakeUpThread is joined before exitStephan Bergmann4-78/+52
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-04-20java: remove some unused codeNoel Grandin3-17/+0
2015-04-17framework: convert new to ::Create.Michael Meeks11-12/+12
2015-04-17Don't enable toolbar layout manager using LibreOfficeKitLászló Németh1-2/+6
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin5-24/+19
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin12-42/+42
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+1
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: some small fixesNoel Grandin1-1/+1
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10framework: fix for toolkit updates.Michael Meeks2-10/+10
2015-04-10vclwidget: only call dispose() onceNoel Grandin5-6/+6
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks7-6/+7
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin25-79/+75
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-09vcl: VclPtr conversion in frameworkNoel Grandin8-26/+64
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin3-3/+3
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann5-10/+10
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann5-10/+10
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01Typo: metod(s)->method(s)Julien Nabet1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann13-34/+34
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-17/+17
2015-03-26Resolves: tdf#90256 repair invalid docking positionsCaolán McNamara1-1/+8
2015-03-25Typo: formated->formattedJulien Nabet7-15/+15
2015-03-25new constantfunction lopluginNoel Grandin1-2/+1
2015-03-24loplugin:constantfunction: frameworkNoel Grandin7-17/+3
2015-03-23Resolves: rhbz#1204244 group sdb windows together as 'base'Caolán McNamara1-14/+6
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant3-8/+4
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-2/+2
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl1-5/+1
2015-03-11framework: reindent that tooMichael Stahl1-29/+29