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