summaryrefslogtreecommitdiff
path: root/cui/source/options/optpath.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-06Remove unused SvxControlFocusHelperStephan Bergmann1-11/+0
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-11/+20
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-12/+12
2015-04-18cui: convert new to ::Create.Michael Meeks1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-5/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+4
2015-04-09prophylactic double dispose audit.Michael Meeks1-5/+8
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-04-09loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-8/+8
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-07-30Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin1-1/+1
2014-07-09use define rather than raw numbersCaolán McNamara1-2/+2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-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-1/+1
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann1-1/+1
2014-04-16cui: sal_Bool->boolNoel Grandin1-9/+9
2014-03-27sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-18convert select multi paths dialogs to .uiCaolán McNamara1-1/+0
2014-03-07coverity#982453 Dereference after null checkCaolán McNamara1-1/+1
2014-03-07coverity#982454 Dereference after null checkCaolán McNamara1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-14/+14
2014-02-06Introduce com.sun.star.util.thePathSettings singleton.Matúš Kukan1-3/+3
2014-01-22bool improvementsStephan Bergmann1-1/+1
2014-01-17Window::Notify should return boolStephan Bergmann1-2/+2
2013-10-01convert CUI module from String to OUStringNoel Grandin1-70/+70
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara1-2/+2
2013-08-08fdo#36558 Allow custom paths for user dictionariesAndras Timar1-2/+2
2013-05-30Convert Languages tab page to .uiabdulmajeed ahmed1-1/+0
2013-05-13fdo#46808, Convert util::PathSettings service to new styleNoel Grandin1-79/+71
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-02-25RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-18/+16
2013-02-24loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-11move paths option page .ui to cui and adapt codeCaolán McNamara1-75/+75
2013-01-29loplugin: remove some unused strings, etc.Caolán McNamara1-1/+1
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-2/+1