summaryrefslogtreecommitdiff
path: root/uui/source
AgeCommit message (Expand)AuthorFilesLines
2022-11-22loplugin:unusedfieldsNoel Grandin2-2/+0
2022-10-17use more string_viewNoel Grandin2-8/+9
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-13loplugin:unusedmethodsNoel Grandin1-1/+0
2022-06-20tdf#141026 Put user and computer name into collapsed sectionSiddhant Chaudhary3-28/+81
2022-06-01clang-tidy modernize-pass-by-value in uuiNoel Grandin4-8/+10
2022-05-31Rework UUIInteractionHelper constructionStephan Bergmann3-28/+10
2022-05-31UUIInteractionRequestStringResolver::m_pImpl can be a plain data memberStephan Bergmann2-3/+2
2022-05-21flatten UUIInteractionHandlerNoel Grandin3-8/+8
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin2-16/+16
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen4-8/+0
2022-03-24make hash encoding match decodingCaolán McNamara1-2/+3
2021-11-17tdf#143971 Removes pop-up dialog for read-only documentsMatt K5-128/+0
2021-10-31Prepare for removal of non-const operator[] from Sequence in uuiMike Kaganski2-5/+6
2021-10-14Directly initialize vectors in uuiJulien Nabet3-23/+12
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski2-3/+3
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-3/+4
2021-10-09Don't URL encode the filename in the macro security warning dialogAndreas Heinisch1-1/+1
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-2/+1
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-05drop unneeded forward declareCaolán McNamara1-2/+0
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin4-8/+9
2021-07-26use officecfg for security optionsNoel Grandin1-3/+2
2021-06-09tdf#66553 - Add file/product name to title bar for password managersAndreas Heinisch1-0/+9
2021-05-27tdf#47065 Add new file open UI options and implement a new threadMatt K11-2/+263
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara4-4/+4
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara4-6/+6
2021-04-07lok: show only the filename of the Macro Security dialogHenry Castro1-13/+5
2021-04-06lok: strip directory and suffix from filenamesHenry Castro1-1/+13
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC21-84/+21
2021-01-29loplugin:stringviewparam extend to new..Noel1-2/+2
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-05lok: add global notifier to the "Macro Security Warning"Henry Castro2-0/+8
2021-01-04lok: fix the "disable button" of the "Macro Security Warning"...Henry Castro2-0/+7
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-1/+1
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-2/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-9/+9
2020-11-16tdf#123936 Formatting files in module uui with clang-formatPhilipp Hofer8-77/+74
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-3/+3
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-08-11loplugin:flattenNoel Grandin1-12/+12
2020-07-20compact namespace declNoel Grandin1-6/+2
2020-07-08uui: create instances with uno constructorsNoel Grandin3-115/+7
2020-06-05Upcoming loplugin:elidestringvar: uuiStephan Bergmann1-3/+1
2020-05-18officecfg,unotools,cui: add ODF 1.2 Extended / ODF 1.3 versionsMichael Stahl1-1/+1
2020-05-10compact namespace in ucb..uuiNoel Grandin2-4/+4
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen4-0/+4
2020-04-10Revert "use SolarMutexReleaser in UUIInteractionHelper"Noel Grandin1-2/+8
2020-03-19use SolarMutexReleaser in UUIInteractionHelperNoel Grandin1-8/+2