summaryrefslogtreecommitdiff
path: root/cui/source/options/optpath.cxx
AgeCommit message (Expand)Author
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-03Resolves: tdf#101795 restore hiding on end of Gtk fpicker executeCaolán McNamara
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-07-21Resolves: tdf#101054 crash on options->path with non-native file pickerCaolán McNamara
2016-07-05Resolves: rhbz#1352835 path options doesn't promptly destroy folder pickerCaolán McNamara
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-05-23tdf#89329: use unique_ptr for pImpl in optpathXisco Fauli
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-03-02cui: classification path is a file, not a directory in SvxPathTabPageMiklos Vajna
2016-03-02cui: show classification path in SvxPathTabPageMiklos Vajna
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-09-15Remove unnecessary cDelim varsStephan Bergmann
2015-09-15loplugin:stringconstantStephan Bergmann
2015-09-15WaE: loplugin:stringconstantTor Lillqvist
2015-09-14Use search position in getTokenMatteo Casalin
2015-09-14Avoid getTokenCount in PathHdl_Impl linkMatteo Casalin
2015-09-14sFullPath is empty for sure, hereMatteo Casalin
2015-09-14Avoid getTokenCount in StandardHdl_Impl link (3)Matteo Casalin
2015-09-14Avoid getTokenCount in StandardHdl_Impl link (2)Matteo Casalin
2015-09-14Avoid getTokenCount in StandardHdl_Impl link (1)Matteo Casalin
2015-09-14Reduce OUString copiesMatteo Casalin
2015-09-14This was probably the original intent (wrong index in inner loop body)Matteo Casalin
2015-09-14Convert_Impl can be staticMatteo Casalin
2015-09-14Avoid getTokenCount in Convert_Impl (optpath.cxx)Matteo Casalin
2015-09-14boost->stdCaolán McNamara
2015-09-11convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-31convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-18Get rid of obsolete LocalFileHelper::IsFileContentStephan Bergmann
2015-08-17make Link<> typedNoel Grandin
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-15cppcheck: noExplicitConstructorCaolán McNamara
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-06Remove unused SvxControlFocusHelperStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert HIB_ constants to scoped enumNoel Grandin
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks