summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
AgeCommit message (Expand)AuthorFilesLines
26 hoursLet LinkManager::UpdateAllLinks honor isUntrustedRefererStephan Bergmann1-1/+4
11 dayscid#1602448 Unchecked return valueCaolán McNamara2-6/+6
13 daysloplugin:ostr in sw/../filterNoel Grandin10-191/+191
2024-05-09WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara11-37/+40
2024-05-04replace createFromAscii with OUString literals in swNoel Grandin3-28/+27
2024-05-04replace createFromAscii with OUString literals in SwHTMLWriterNoel Grandin1-3/+3
2024-05-01tdf#160867: only output first element of the map in ReqIF caseMike Kaganski1-8/+23
2024-04-26tdf#154581 tdf#157411 tdf#158549 sw: HTML import: fix SfxItemIter reuseMichael Stahl1-1/+2
2024-04-14Use more o3tl::convertMike Kaganski1-3/+3
2024-04-13Simplify and use more o3tl::convertMike Kaganski1-59/+35
2024-03-27tdf#160390: make sure to forward the iteratorMike Kaganski1-21/+19
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski2-9/+9
2024-03-08use more string_viewNoel Grandin6-12/+12
2024-03-05make more symbols private in writerNoel Grandin1-2/+2
2024-03-04tdf160017: make sure to emit the closing tags in correct orderMike Kaganski2-227/+188
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)1-1/+1
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski2-2/+2
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski2-2/+2
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)3-3/+3
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-2/+5
2024-01-11lok: send error on access denied in image import 2Szymon Kłos1-1/+1
2024-01-11lok: send error on access denied in image importSzymon Kłos1-0/+6
2024-01-10SwNumRule: SetInvalidRule(bool) -> Invalidate()Mike Kaganski2-3/+3
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+3
2023-12-28Use emplace_back instead of push_back (sw)Julien Nabet1-1/+1
2023-11-29Extended loplugin:ostr: swStephan Bergmann7-38/+38
2023-11-29Don't emit 'br clear=...' for graphics wrap in ReqIF exportMike Kaganski1-53/+59
2023-11-25Simplify HtmlWriterMike Kaganski3-15/+13
2023-11-23Limit PreserveSpaces HTML/ReqIF export option to proper space charactersMike Kaganski4-24/+68
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (sw)Julien Nabet1-1/+1
2023-11-19Extended loplugin:ostr: swStephan Bergmann9-61/+61
2023-11-08loplugin:fieldcast in SwHTMLParserNoel Grandin4-5/+7
2023-11-07use more TypedWhichIdNoel Grandin1-7/+5
2023-11-07use more TypedWhichIdNoel Grandin4-7/+10
2023-11-07warn about exotic protocols as wellCaolán McNamara1-1/+1
2023-11-02Drop SvxHtmlOptions::IsPrintLayoutExtensionGabor Kelemen1-1/+1
2023-10-31This function takes a string view - no need in OUString literalMike Kaganski1-1/+1
2023-10-31ReqIF: introduce ExportFormulasAsPDF HTML export filter optionMike Kaganski3-65/+128
2023-10-28Simplify a bitMike Kaganski1-6/+4
2023-10-23Implement PreserveSpaces boolean HTML/ReqIF export filter optionMike Kaganski15-93/+186
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: swStephan Bergmann2-3/+3
2023-10-07Make fields privateMike Kaganski1-5/+5
2023-10-07Drop newly unused m_nTopBorder and m_nBottomBorder from SwWriteTableRowMike Kaganski1-7/+0
2023-10-07tdf#157643: Drop extra cellless rows, a "substitute" for bold bordersMike Kaganski1-11/+0
2023-10-06Simplify a bitMike Kaganski1-22/+20
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-3/+3
2023-09-29cid#1546827 Unchecked return valueCaolán McNamara1-1/+1
2023-08-28new loplugin:optionalboolNoel Grandin1-4/+4
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin1-1/+1
2023-08-07tdf#156647: restore the explicitly set properties after applying defaultsMike Kaganski1-2/+25