summaryrefslogtreecommitdiff
path: root/cui/source/options
AgeCommit message (Expand)AuthorFilesLines
2016-06-10Clean up uses of Any::getValue() in cuiStephan Bergmann1-1/+2
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin10-18/+18
2016-06-01remove unused SID constants and associated codeNoel Grandin1-8/+1
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin5-6/+6
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+1
2016-05-30Convert SelectionMode to scoped enumNoel Grandin4-4/+4
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin2-3/+3
2016-05-26tdf#89329: use unique_ptr for pImpl in optasianXisco Fauli1-2/+1
2016-05-26tdf#89329: use unique_ptr for pImpl in optinet2Xisco Fauli2-3/+2
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-4/+0
2016-05-24Convert SnapType to scoped enumNoel Grandin1-5/+5
2016-05-23tdf#89329: use unique_ptr for pImpl in optsaveXisco Fauli2-5/+4
2016-05-23tdf#89329: use unique_ptr for pImpl in optpathXisco Fauli1-5/+4
2016-05-23tdf#99211 Use the restart dialog for notifications about restartirem1-6/+9
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin2-15/+16
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin3-50/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-8/+8
2016-05-17tdf#88502 Added error box to denote connection errors instead of progress barSusobhan Ghosh2-16/+24
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara1-0/+1
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin3-5/+3
2016-05-07tdf#88502 Firefox Theme URL in custom theme searchSusobhan Ghosh1-1/+4
2016-05-04loplugin:staticmethodsStephan Bergmann2-67/+70
2016-05-04tdf#88502 Firefox Theme URL in custom theme searchSusobhan Ghosh3-57/+127
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+2
2016-05-03Prevent Any ctor from reinterpreting bool* as sal_Bool*Stephan Bergmann1-1/+1
2016-05-03tdf#99211 Use the restart dialog for notifications about restartirem1-2/+5
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin1-4/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin2-14/+11
2016-04-22Related tdf#88502 a better implementation than the one in...Giuseppe Castagno1-0/+18
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-1/+1
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin4-30/+27
2016-04-21new plugin stylepoliceNoel Grandin1-10/+10
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann5-13/+13
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2-5/+2
2016-04-18cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-3/+2
2016-04-14loplugin:passstuffbyref in cuiNoel Grandin4-4/+4
2016-04-12Avoid reserved identifiersStephan Bergmann1-3/+3
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin3-4/+4
2016-04-11RID_SVXSTR_LANGUAGE_RESTART is not needed any more.Jan Holesovsky1-28/+0
2016-04-11tdf#79656 Restart now window for language changeBerk Gureken1-2/+6
2016-04-05loplugin:constantparamNoel Grandin1-2/+2
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara2-4/+6
2016-04-04Make InputDialog class global to reuse it's code and tdf#97425Akshay Deep3-93/+18
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-7/+9
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-03-25fix headless buildOliver Specht1-2/+11