summaryrefslogtreecommitdiff
path: root/framework/source/loadenv/loadenv.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-22improve loplugin:staticmethodsNoel Grandin1-1/+3
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: frameworkStephan Bergmann1-2/+2
2023-04-05Resolves: tdf#154308 if start center frame exists, use it as dialog parentCaolán McNamara1-1/+10
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-02-14osl::Mutex->std::mutex in LoadEnvListenerNoel Grandin1-5/+5
2022-10-31lok: fix convert-to batch mode, quiet interactionHenry Castro1-0/+8
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-09-04tdf#150773: Avoid bringing loading files to front several timesMike Kaganski1-19/+13
2022-09-04Some refactorMike Kaganski1-8/+8
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin1-2/+3
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin1-2/+1
2022-05-05loplugin:unusedvariableplusNoel Grandin1-6/+0
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann1-4/+4
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+1
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák1-5/+4
2021-12-11Fix typosAndrea Gelmini1-1/+1
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin1-52/+52
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski1-3/+3
2021-10-18Simplify Sequences init + remove dup block + typos in frameworkJulien Nabet1-14/+7
2021-09-07Guard Orcus detection shortcutMike Kaganski1-0/+4
2021-04-27tdf#141164: Add an expert config for WebDAV redirection detectionMike Kaganski1-1/+2
2021-03-14check for quit when calling Yield in loopNoel Grandin1-1/+1
2021-02-21loplugin:refcounting in frameworkNoel1-10/+6
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-1/+0
2020-10-14tdf#137356 framework: fix opening the same document twice for long loadsMiklos Vajna1-15/+43
2020-04-08loplugin:flatten in frameworkNoel Grandin1-13/+13
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-1/+1
2020-02-12tdf#126700 allow replacing the default documentsJan-Marek Glogowski1-6/+4
2020-01-07Fix typoAndrea Gelmini1-2/+2
2019-12-23tdf#46037: use officecfg/SetupJulien Nabet1-24/+10
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen1-6/+0
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen1-0/+3
2019-11-08Combine LoadEnv's initializeLoading and startLoadingStephan Bergmann1-6/+7
2019-11-06Fix typosAndrea Gelmini1-3/+3
2019-09-03Fix typosAndrea Gelmini1-1/+1
2019-08-16Fix typosAndrea Gelmini1-2/+2
2019-08-10Fix typosAndrea Gelmini1-1/+1
2019-08-09Fix typosAndrea Gelmini1-2/+2
2019-07-20loplugin:referencecasting in frameworkNoel Grandin1-9/+7
2019-06-28tdf#126121: WebDAV redirection detectionMike Kaganski1-3/+8
2019-06-20Fix typoAndrea Gelmini1-9/+9
2019-05-15tdf#83722: Restrict the condition only to File > NewKatarina Behrens1-2/+2
2019-05-13tdf#83722: don't recycle frame with unmodified templateKatarina Behrens1-1/+10
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-04-16fix usage of successful/successfully in commentsNoel Grandin1-1/+1
2019-04-13loplugin:sequentialassign in frameworkNoel Grandin1-3/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-34/+37