summaryrefslogtreecommitdiff
path: root/cui/source/options
AgeCommit message (Expand)AuthorFilesLines
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-4/+4
2015-05-19tdf#91185 - appearance settings lifecycle fix.Michael Meeks1-2/+12
2015-05-18perform a boundary checkTakeshi Abe1-1/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini20-89/+12
2015-05-13convert BUTTON_DRAW constants 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-11convert COMMAND_ constants to scoped enumNoel Grandin1-5/+4
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl2-39/+37
2015-05-10Crash Options->Advanced->Advanced, missing disposeAndClearPhilippe Jung1-0/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-5/+2
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-4/+4
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks5-24/+11
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann3-7/+8
2015-05-06Remove unused SvxControlFocusHelperStephan Bergmann1-11/+0
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin1-29/+29
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-3/+2
2015-05-05loplugin:staticmethodsNoel Grandin7-12/+12
2015-04-30Gradually typed LinkStephan Bergmann10-23/+23
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist2-4/+4
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-6/+4
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-4/+1
2015-04-29convert _EDIT constants to scoped enumNoel Grandin1-28/+29
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin3-7/+7
2015-04-28cui: fix GCC-4.7 buildMiklos Vajna1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks57-639/+1330
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann9-9/+9
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin2-6/+6
2015-04-22convert HIB_ constants to scoped enumNoel Grandin9-42/+42
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin1-1/+2
2015-04-18cui: convert new to ::Create.Michael Meeks12-25/+25
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks43-122/+107
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-5/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-2/+2
2015-04-14wrap dialog subclass in ScopedVclPtrInstanceNoel Grandin1-3/+1
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks7-23/+30
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks10-23/+23
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks2-4/+4
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin11-25/+25
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin31-47/+47