summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/autocdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-26Resolves: tdf#95352 resize the columns when the edits repositionCaolán McNamara1-21/+26
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-4/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-21/+21
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl1-22/+20
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-7/+3
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-37/+161
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-2/+2
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin1-3/+3
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-2/+2
2015-04-18cui: convert new to ::Create.Michael Meeks1-2/+2
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-19/+20
2015-04-15loplugin:cstylecastNoel Grandin1-2/+2
2015-04-14loplugin:cstylecastNoel Grandin1-1/+1
2015-04-13More lifecycle correction.Michael Meeks1-3/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-3/+3
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-3/+3
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-10/+10
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-7/+106
2015-04-09prophylactic double dispose audit.Michael Meeks1-5/+14
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-9/+24
2015-04-09loplugin:staticmethodsNoel Grandin1-9/+9
2015-04-08convert SV_ITEMSTATE constants to SvItemState scoped enumNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-6/+6
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-01-20Some more loplugin:cstylecast: cuiStephan Bergmann1-3/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-12-22Resolves fdo#87581: Pb to delete words with 2 initials in Autocorr ExceptJulien Nabet1-1/+1
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-1/+1
2014-10-23loplugin: cstylecastNoel Grandin1-17/+17
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-23/+23
2014-09-18fdo#82577: Handle FontNoel Grandin1-5/+5
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-3/+3
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-0/+1
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+3
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-21/+21
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-7/+7