summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks1-6/+6
2015-04-10cleanup Printer VclRef pieces.Michael Meeks2-7/+7
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-2/+2
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-8/+8
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin4-28/+19
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in formsNoel Grandin4-6/+14
2015-04-07Remove dead INetProtocol::VimStephan Bergmann3-6/+6
2015-04-06unused ODatabaseForm::CreateCaolán McNamara2-9/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-6/+6
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-6/+6
2015-04-02loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann15-30/+30
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-10/+10
2015-03-28forms: Replace these macrosMatúš Kukan15-137/+64
2015-03-28forms: More unused services related stuffMatúš Kukan7-390/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-3/+3
2015-03-25convert EE_STAT constants to enum classNoel Grandin1-7/+7
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin1-2/+2
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-2/+2
2015-03-24loplugin:constantfunction: formsNoel Grandin8-58/+19
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-3/+3
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann48-148/+308
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin1-14/+14
2015-03-06V801: Decreased performanceCaolán McNamara1-3/+3
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl2-1/+2
2015-03-02cppcheck: duplicate inherited memberNoel Grandin1-2/+0
2015-02-27Fix OFormattedFieldWrapper[_ForcedFormatted] instance creationStephan Bergmann2-5/+51
2015-02-20Remove unnecessary prefixesStephan Bergmann1-2/+2
2015-02-19callcatcher: update unused codeCaolán McNamara16-180/+0
2015-02-17forms: Fix copy'n'paste mistakes.Jan Holesovsky5-17/+16
2015-02-17forms: Convert also com.sun.star.form.XForms.Jan Holesovsky9-545/+190
2015-02-17forms: use constructor feature for form modulesChris Sherlock39-569/+439
2015-02-11GenerateHeader(false) -> SetHeaderGenerated()Stephan Bergmann1-1/+1
2015-02-09forms: use constructor feature for ODatabaseFormMiklos Vajna3-4/+8
2015-02-09forms: use constructor feature for OFormsCollectionMiklos Vajna3-2/+8
2015-02-07loplugin:deletedspecialStephan Bergmann13-46/+28
2015-01-30coverity#704645 Dereference after null checkCaolán McNamara1-4/+3
2015-01-30chisel off some more unused codeCaolán McNamara2-9/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin3-5/+5
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin8-13/+13
2015-01-20Some more loplugin:cstylecast: formsStephan Bergmann4-14/+14
2015-01-14Revert "ListBox: refuse to give values before we are loaded"Stephan Bergmann1-3/+0
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-6/+3
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann1-2/+9
2015-01-13ListBox with value list: consider first empty value as NULLLionel Elie Mamane2-12/+27
2015-01-13ListBox: refuse to give values before we are loadedLionel Elie Mamane1-0/+3