summaryrefslogtreecommitdiff
path: root/extensions/source
AgeCommit message (Expand)AuthorFilesLines
2022-01-05Use GetModuleHandleExW instead of GetModuleHandleWMike Kaganski1-18/+10
2022-01-04Drop also commented-out obfuscated SAL_DEBUG callsTor Lillqvist1-3/+0
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski1-1/+1
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin1-0/+1
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin3-78/+76
2021-12-21Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski1-16/+5
2021-12-19use more cppu::BaseMutexNoel Grandin2-4/+3
2021-12-18Simplify BSTR RAIIMike Kaganski1-11/+13
2021-12-18Drop CoIfPtr and use sal::systools::COMReferenceMike Kaganski1-27/+11
2021-12-10more ofz#42182 oss-build failureCaolán McNamara1-1/+3
2021-12-10ofz#42182 oss-build failureCaolán McNamara1-1/+2
2021-12-10remove use of non-existing slot:6661Caolán McNamara1-7/+0
2021-12-06cid#1494595,1494597: Silence UNCAUGHT_EXCEPTStephan Bergmann1-0/+1
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin7-32/+28
2021-11-30Improve an snprintf printing css::util::DateTime membersStephan Bergmann1-8/+10
2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin3-8/+3
2021-11-25loplugin:stringliteraldefine in extensionsNoel Grandin12-312/+306
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin1-39/+39
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-20Don't loose scanned image's resolution precisionMike Kaganski1-11/+8
2021-11-20Drop unused variables - againMike Kaganski1-5/+3
2021-11-20Use o3tl::convertHossein1-3/+5
2021-11-19Fix --enable-online-updateStephan Bergmann1-10/+10
2021-11-19loplugin:stringliteraldefine in toolsNoel Grandin1-1/+1
2021-11-13Simplify m_aAppId initializationMike Kaganski1-21/+18
2021-11-13Drop unused variablesMike Kaganski1-5/+3
2021-11-03Add back `== 2`Stephan Bergmann1-1/+1
2021-11-03put the message into static_assertCaolán McNamara1-2/+2
2021-10-30Prepare for removal of non-const operator[] from Sequence in extensionsMike Kaganski28-134/+110
2021-10-22return weld::Builder by unique_ptrNoel Grandin2-3/+3
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-1/+1
2021-10-21loplugin:flattenNoel Grandin1-12/+11
2021-10-16Simplify vector initialization in extensionsJulien Nabet1-24/+25
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-2/+2
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski8-28/+32
2021-10-11tdf#145033 remove old focus handler so no double-connect attempt is madeCaolán McNamara1-0/+2
2021-10-11loplugin:moveparam in extensionsNoel Grandin13-36/+32
2021-10-09Typo *ropertie -> *ropertyJulien Nabet2-8/+8
2021-10-07drop 'using namespace std' in extensions(ole)Julien Nabet3-9/+5
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): extensionsStephan Bergmann2-3/+3
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin2-2/+2
2021-09-28gives names to all the Idles and TasksNoel Grandin1-0/+1
2021-09-26tdf#50421: use substVariables for remaining %PERCENT% in "Check for Updates"Julien Nabet1-1/+1
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: extensionsStephan Bergmann2-5/+10
2021-09-22lock older -> lock orderCaolán McNamara1-1/+1
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-09-15loplugin:constvarsNoel Grandin1-3/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-3/+1
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin5-7/+1