summaryrefslogtreecommitdiff
path: root/cui/source/options/optgenrl.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen1-1/+0
2018-02-27tdf#1155015: Make sure checkbox text really wrapsKatarina Behrens1-0/+1
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-21tdf#115015: make crypto settings better fit allocated spaceKatarina Behrens1-1/+12
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann1-2/+2
2017-12-22Avoid crash without GPGTor Lillqvist1-7/+10
2017-12-19Read/write 'encrypt to self' bitKatarina Behrens1-2/+7
2017-12-19Read/write preferred GPG signing/encryption keysKatarina Behrens1-2/+31
2017-12-19List private GPG keys in crypto config dialogKatarina Behrens1-13/+43
2017-12-08gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGMEThorsten Behrens1-4/+4
2017-12-06Restore GPG SEInitializer serviceKatarina Behrens1-0/+22
2017-10-23loplugin:includeform: cuiStephan Bergmann1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-04-28loplugin:salunicodeliteral: cuiStephan Bergmann1-1/+1
2017-04-28Fix indentationTor Lillqvist1-4/+4
2017-04-28tdf#105841: Avoid REGRESSION!!!Tor Lillqvist1-55/+47
2017-04-26use strong_int for LanguageTypeNoel Grandin1-10/+7
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-15/+15
2017-01-02WaE: unused variableDavid Tardon1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-08-23Simplify user name option GUI: Just a single "name" fieldTor Lillqvist1-47/+55
2016-08-23Rename two functions that had misleading namesTor Lillqvist1-4/+4
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-11/+0
2016-01-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-25loplugin:unusedfields variousNoel Grandin1-6/+3
2015-10-16convert Link<> to typedNoel Grandin1-5/+4
2015-09-14boost->stdCaolán McNamara1-5/+2
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara1-5/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-19Use explicit OUString::copy(0, 1) rather than odd OUString::getCharStephan Bergmann1-1/+2
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin1-29/+29
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29convert _EDIT constants to scoped enumNoel Grandin1-28/+29
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-8/+13
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+12
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-5/+0
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-13WaE: C4245: signed/unsigned mismatchThomas Arnhold1-1/+1
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann1-3/+3
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann1-3/+3
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-2/+2