summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
AgeCommit message (Expand)AuthorFilesLines
2018-11-01weld SwWordCountFloatDlgCaolán McNamara2-29/+129
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski1-2/+1
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-3/+4
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-4/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-21/+21
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-6/+6
2018-10-24clang-tidy performance-unnecessary-copy-init in sfx2..svtoolsNoel Grandin3-3/+3
2018-10-22loplugin:unusedfields improvemementsNoel Grandin1-1/+0
2018-10-18tdf#113415 - Customizable links in Help menuheiko tietze1-6/+12
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-5/+2
2018-10-16loplugin:singlevalfields in sfx2Noel Grandin2-143/+6
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke2-8/+8
2018-10-11Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski1-4/+0
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze1-0/+7
2018-10-09loplugin:constfields in sfx2Noel Grandin6-40/+37
2018-10-07drop unnecessary includesCaolán McNamara1-1/+0
2018-10-06drop some now unnecessary includeCaolán McNamara1-0/+1
2018-10-05weld modeless sfx SearchDialogCaolán McNamara2-16/+13
2018-09-25loplugin:useuniqueptr in SfxWorkWindowNoel Grandin1-29/+26
2018-09-24loplugin:external (clang-cl)Stephan Bergmann2-6/+6
2018-09-17Missing include (Windows, --disable-pch)Stephan Bergmann1-0/+1
2018-09-17New loplugin:externalStephan Bergmann8-14/+14
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-11loplugin:unusedfieldsNoel Grandin1-1/+1
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin8-13/+3
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2-0/+3
2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski1-1/+1
2018-08-30tdf#119579 skip floating windows as potential parent for missing help dialogCaolán McNamara1-0/+17
2018-08-29loplugin:constantparam (3)Noel Grandin1-1/+1
2018-08-14help: Let's make the help urls more standard, and use ?Target=...&... form.Jan Holesovsky1-5/+6
2018-08-10Use ASCII literals in indexOf and compare result against 0Matteo Casalin1-4/+4
2018-08-10Reduce OUString operationsMatteo Casalin1-14/+10
2018-08-10Fix whitespacesMatteo Casalin1-2/+1
2018-08-10Avoid getTokenCount/getToken to get last tokenMatteo Casalin1-3/+2
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin1-1/+1
2018-08-08loplugin:useuniqueptr in SfxApplication::LoadTemplate and SfxMediumNoel Grandin1-6/+2
2018-08-02turn SfxPickList singleton a member of SfxApplicationCaolán McNamara3-13/+7
2018-08-02m_xStringLength is unusedCaolán McNamara1-17/+0
2018-07-31Add missing sal/log.hxx headersGabor Kelemen12-0/+12
2018-07-30loplugin:stringloop in sfx2..svxNoel Grandin1-11/+12
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-21Remove useless self-assignment of sHelpPathMuhammet Kara1-1/+1
2018-07-17bubble referer to LinkManager::GetGraphicFromAnyCaolán McNamara1-4/+7
2018-07-13lokdialog: Don't hide dialogs in case of LOKPranav Kant1-1/+6
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-1/+1
2018-07-10tdf#118634: Don't save embedded data source to a temporary preview documentMike Kaganski1-0/+1
2018-07-09loplugin:oncevarNoel Grandin1-3/+3
2018-07-06Some cleanup and commentsJan-Marek Glogowski1-1/+4
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin1-1/+1
2018-06-30Reduce number of operations on OUStringMatteo Casalin1-11/+6