summaryrefslogtreecommitdiff
path: root/svtools/source/misc
AgeCommit message (Expand)AuthorFilesLines
2024-11-19improve loplugin passparamsbyrefNoel Grandin1-1/+1
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in svxNoel Grandin1-1/+1
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin2-2/+2
2024-11-07loplugin:passstuffbyref in svtoolsNoel Grandin1-5/+5
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+3
2024-10-14tdf#114441 change the sal_uLong to tools::Long and sal_Int32 in svtoolsDeepanshu Sharma1-1/+1
2024-10-01cid#1607958 Data race conditionNoel Grandin1-4/+5
2024-09-21Make replacement graphic management more atomicMike Kaganski1-49/+14
2024-09-20Make sure to have a graphic hereMike Kaganski1-0/+4
2024-09-20Avoid wrong "no replacement graphic" state when updating OLE graphicMike Kaganski1-3/+6
2024-05-13loplugin:ostr in svtoolsNoel Grandin12-64/+64
2024-04-04svtools: improve font name in EmbeddedObjectRef::DrawPaintReplacement()Miklos Vajna1-1/+1
2024-04-03tdf#146619 Drop unused 'using namespace' in: svtools/Gabor Kelemen2-2/+0
2024-03-27crashtesting: crash on exporting kde274105-6.docx to .rtfCaolán McNamara1-7/+14
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-1/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-12cid#1546414 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-12-10cid#1545975 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svtoolsStephan Bergmann1-2/+2
2023-10-06use more ErrCodeMsgNoel Grandin1-11/+3
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-21/+11
2023-09-28Improve OleRun error reportingMike Kaganski1-0/+12
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-3/+3
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-3/+3
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-2/+3
2023-06-12tdf#154349: round before converting to an integerMike Kaganski1-1/+1
2023-05-28tdf#154547: Improve Hebrew font preview sample textKhaled Hosny1-3/+2
2023-05-25[API CHANGE] remove XModuleUIConfigurationManager3 and XUIConfigurationManager3Miklos Vajna1-3/+3
2023-05-23[API CHANGE] Add createShortCutManager function to uiconfigurationmanager.Gökay Şatır1-0/+27
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-7/+11
2023-03-22Related tdf#154182 - Recognize flat open document formats in MRU listHeiko Tietze1-0/+4
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann2-25/+2
2023-01-05Related: tdf#152781 Add also non-on-the-fly IDs to language listEike Rathke1-4/+2
2023-01-04Related: tdf#152781 s/lang-tag of/generated/ in SAL_WARNEike Rathke1-1/+1
2022-12-25tdf#88484: Show sample text for Abyssinica SIL fontKhaled Hosny1-0/+6
2022-12-22loplugin:unocast (css::embed::EmbeddedUpdate)Stephan Bergmann2-2/+25
2022-12-14[API CHANGE] Merge sfx2::XmlDump into css::qa::XDumperStephan Bergmann1-4/+8
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara1-2/+2
2022-10-11tdf#151470 svtools: prevent storing broken graphic of embedded objectsMiklos Vajna1-1/+34
2022-10-05Use SvtLanguageTableImpl::AddEntry() to determine on-the-fly ScriptTypeEike Rathke1-7/+47
2022-10-04SvtLanguageTable::AddLanguageTag() unneeded return can be voidEike Rathke1-5/+3
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+1
2022-09-10unique_ptr->optional for GraphicNoel Grandin2-31/+32
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann5-5/+5
2022-07-14clang-tidy modernize-pass-by-value in svtoolsNoel Grandin7-40/+44
2022-07-14loplugin:moveitNoel Grandin1-3/+2
2022-07-12use a read-only stream when reading graphic dataLuboš Luňák1-1/+2
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk2-5/+30
2022-05-05use more o3tl::getTokenNoel Grandin1-6/+6
2022-05-03Just use Any ctor instead of makeAny in svtoolsStephan Bergmann1-4/+4