summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography
AgeCommit message (Expand)AuthorFilesLines
2015-07-24loplugin:unusedmethodsNoel Grandin2-5/+0
2015-07-09tdf#92611 - unwind UNO lifecycle snafu.Michael Meeks3-7/+10
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin2-4/+4
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-09dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna1-1/+1
2015-06-09extensions: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-9/+9
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin3-6/+6
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-21convert SWIB constants to scoped enumNoel Grandin2-4/+4
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini4-32/+0
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2-3/+3
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann4-6/+6
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2-3/+2
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann4-7/+4
2015-04-30Gradually typed LinkStephan Bergmann3-4/+4
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann2-2/+2
2015-04-29redundant castCaolán McNamara1-1/+1
2015-04-28extensions: fix GCC-4.7 buildMiklos Vajna1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks16-199/+374
2015-04-23loplugin:staticmethodsNoel Grandin2-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-22extensions: convert new to ::Create.Michael Meeks5-10/+10
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin4-18/+18
2015-04-10Misc. other fixing.Michael Meeks1-1/+1
2015-04-10Lots more small re-basing issues fixed.Michael Meeks1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-3/+3
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2-9/+7
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin6-9/+9
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks2-11/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin15-117/+260
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin11-54/+95
2015-04-09initial load of bibliography doesn't set bibliography typeCaolán McNamara3-67/+69
2015-04-09stop assert on exit from bibliographyCaolán McNamara1-0/+2
2015-04-09Resolves: tdf#90473 bibliography doesn't resize after reloadCaolán McNamara1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann6-15/+15
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-16/+16
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-6/+6
2015-03-24loplugin:constantfunction: variousNoel Grandin4-37/+2