summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2020-11-07std::set->o3tl::sorted_vector in SwSoftPageBreakListNoel1-1/+2
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara1-3/+3
2020-11-06tdf#136952 ww8export: always check for breakAfter on last splitJustin Luth1-0/+13
2020-11-05StartElement->startFastElement in swNoel1-34/+26
2020-11-05retire most of SwModifyBjoern Michaelsen5-7/+7
2020-11-05loplugin:unusedenumconstantsNoel1-30/+0
2020-11-03ofz#26943 detect if FormatOfJustInsertedApo was deletedCaolán McNamara7-44/+59
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen1-5/+2
2020-11-02create common macro and method for logging unknown attributesNoel3-5/+5
2020-11-02drop the SvXMLExport::EndElement method..Noel2-6/+6
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel4-23/+0
2020-11-01tdf#136814 Fix border padding in Word exportSven Lüppken2-3/+2
2020-10-31rename to NotifyContainsEmbeddedFontCaolán McNamara2-2/+2
2020-10-30ofz#26753 avoid infinite regressCaolán McNamara2-6/+13
2020-10-30convert some tools::Long->sal_Int32Noel6-6/+6
2020-10-28tdf#132149 ww8export: respect ginormous paragraphsJustin Luth1-4/+11
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann1-3/+1
2020-10-28convert some more long -> tools::LongNoel4-5/+5
2020-10-27tdf#137641 DOCX export: fix relative from top page borderSzabolcs Toth1-0/+3
2020-10-27ofz#26619 detect if SwFrameFormat deleted during importCaolán McNamara3-3/+31
2020-10-21new tools::Degree10 strong typedefNoel Grandin3-5/+5
2020-10-20sw: DOCX export: don't export numPr to style from outline numruleMichael Stahl1-3/+4
2020-10-20use tools::Long in swNoel54-475/+475
2020-10-20sw reqif-xhtml export, embedded objects: handle non-package Ole10Native streamMiklos Vajna1-1/+16
2020-10-19tdf#136983 partial revert NFC ww8 cleanup: remove unused variablesJustin Luth1-1/+5
2020-10-19ofz#26480 validate WW8PLCFpcd is sorted like WW8PLCF doesCaolán McNamara2-13/+30
2020-10-16sw: use the fastparser API when possibleNoel1-13/+20
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel1-3/+3
2020-10-13static_cast after dynamic_castNoel4-19/+14
2020-10-12ofz#23602 Timeout processing huge SEPX full of non-SEP propertiesCaolán McNamara1-11/+14
2020-10-12IsSizeLegalCheckSize is a silly nameCaolán McNamara1-2/+2
2020-10-12ofz#23523 Timeout processing huge SEPX full of non-SEP propertiesCaolán McNamara2-2/+37
2020-10-11split out check to functionCaolán McNamara1-2/+14
2020-10-10we throw away the original of the cloneCaolán McNamara1-3/+1
2020-10-10tdf#132289 missing styles when inserting file with listSerge Krot1-0/+1
2020-10-07tdf#137295 missing frames on roundtrip through docxCaolán McNamara1-1/+15
2020-10-07dynamic_cast followed by static_castCaolán McNamara1-4/+3
2020-10-07RTF import: copy direct para formatting for first para in insert modeMiklos Vajna1-0/+8
2020-10-06loplugin:const* make some params and methods constNoel3-3/+3
2020-10-05sw: ODF import: convert the simplest sub-tables to rowspan tablesMichael Stahl1-0/+16
2020-10-04DocxTableStyleExport never passed a null SwDoc*Caolán McNamara4-35/+35
2020-10-04combine these identical blocks together into a functionCaolán McNamara2-20/+21
2020-10-04related: tdf#127579: make use of FindCharFormatByName more robustXisco Fauli1-2/+18
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara1-1/+1
2020-10-04change these sal_uLong to sal_SizeCaolán McNamara1-5/+5
2020-10-02ODT import: copy direct para formatting for first para in insert modeMiklos Vajna1-0/+8
2020-10-02crashtesting: an odd number of bytes for RTL_TEXTENCODING_UCS2 encodingCaolán McNamara1-2/+3
2020-10-02MSWordExportBase never passed a null SwDoc*Caolán McNamara16-348/+344
2020-10-02SwWW8FltAnchorStack ctor never given a null SwDoc*Caolán McNamara7-76/+76
2020-10-01crashtesting: ucsdet_detect may return nullptrCaolán McNamara1-14/+16