summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer
AgeCommit message (Expand)Author
2023-11-16tdf#146386 cui,sc,sw: Office::Common::Filter::HTML::Export::LocalGraphicMichael Stahl
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-10-07Make fields privateMike Kaganski
2023-10-07Drop newly unused m_nTopBorder and m_nBottomBorder from SwWriteTableRowMike Kaganski
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-09-29rename SfxMedium::GetError -> GetErrorIgnoreWarningNoel Grandin
2023-04-11Drop Writer::OutLongMike Kaganski
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski
2023-03-03reduce casting in writer html export filterNoel Grandin
2022-10-09use more SwPosition::GetNodeNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin
2022-08-04introduce SwPosition::AssignStartIndex and AssignEndIndexNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin
2022-03-04use SfxItemSet::GetItemIfSet in sw/source/filterNoel Grandin
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-07-29no need for this map to be optionalNoel Grandin
2021-06-28sw: prefix members of HTMLTableColumn, HTMLTableContext, SwWriteTableCol ...Miklos Vajna
2021-06-14sw: prefix members of HTMLAttrContext_SaveDoc, SvxCSS1Parser, ...Miklos Vajna
2021-05-29std::unique_ptr->std::optionalNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-15tdf#135014 sw: fix crash exporting numbering to DOCXMichael Stahl
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin
2020-11-12remove Fraction::operator tools::Long()Noel
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-28convert some more long -> tools::LongNoel
2020-10-20use tools::Long in swNoel
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara
2020-07-07Typo: pargraph->paragraphJulien Nabet
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin
2020-02-03sw: prefix members of StgWriter, SwAsciiOptions, SwReader and SwTextBlocksMiklos Vajna
2019-12-23sal_Char->char in swNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen
2019-12-11rename Prc->Percent in swNoel Grandin
2019-11-03loplugin:stringaddNoel Grandin
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-08-10sw: fix ~SwIndexReg asserts on ODF export of ooo83072-1.odtMichael Stahl
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski
2019-06-18loplugin:logexceptionnicely in swNoel Grandin
2019-05-26move some searching inside IDocumentMarkAccessNoel Grandin
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen