summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-11tdf#103001 DOCX export: fix RelId cache when switching streamsMiklos Vajna1-9/+23
2016-10-10tdf#95367 DOCX: allow r-t of changed first/follow sectionsJustin Luth1-3/+3
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-29loplugin:staticmethodsStephan Bergmann1-1/+1
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-1/+1
2016-08-29Add convenience function getOtherTextBoxFormatJan-Marek Glogowski1-2/+2
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin1-2/+2
2016-08-17convert SvxEscapement to scoped enumNoel Grandin1-1/+1
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-7/+7
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin1-1/+1
2016-08-05use std::move in a few placesNoel Grandin1-1/+1
2016-07-19clang-tidy performance-unnecessary-value-param in swStephan Bergmann1-18/+18
2016-07-11tdf#99090 docx export page-break only inside a paragraphJustin Luth1-1/+15
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-3/+1
2016-07-06clang-tidy performance-implicit-cast-in-loopStephan Bergmann1-1/+1
2016-06-10Convert SvxPraVertAlignItem::Align to scoped enumNoel Grandin1-6/+6
2016-06-06sw: simplify identical branches in WW8AttributeOutput::DefaultStyleMichael Stahl1-6/+2
2016-06-03Convert FontRights to scoped enumNoel Grandin1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-32/+32
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl1-1/+1
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-3/+3
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-3/+3
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-8/+6
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-16/+8
2016-05-05crashtesting: fix a gadzillion docx export crashesCaolán McNamara1-4/+6
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-5/+4
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-13/+10
2016-02-16cid#1352648 uninitialized membersMiklos Vajna1-0/+1
2016-02-13tdf#76817: fix missing heading styles assigned to outline levels in ooxmlMark Hung1-18/+26
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-18/+18
2016-01-27tdf#84317 convert missing numbering types to OOXML tokens.Mark Hung1-1/+33
2016-01-15starmath: only use WordProcessingML elements in DOCX filesMichael Stahl1-1/+2
2016-01-10crashtesting: fix assert on re-export of ooo74510-1.odt to docxCaolán McNamara1-2/+9
2016-01-10Fix typosAndrea Gelmini1-2/+2
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-1/+1
2016-01-04DOC(X) filter: BAF -> BAILS in the smart tag mappingMiklos Vajna1-1/+1
2015-12-15sw: DOCX export: eliminate chart numbering non-determinismMichael Stahl1-3/+3
2015-12-15sw: move ProgId parsing to DocxExport::WriteOLEObjectMichael Stahl1-93/+2
2015-12-08sw: un-break DOCX formula exportMichael Stahl1-0/+5
2015-12-03Silence warning in --disable-assert-always-abort buildsStephan Bergmann1-1/+1
2015-12-03sw: fix DOCX export of embedded OOXML objectsMichael Stahl1-14/+19
2015-12-03sw: docx export: write something more specific for embedded PDFMichael Stahl1-0/+6
2015-12-02DOCX export: handle <w:smartTag>Miklos Vajna1-0/+20
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-11/+11
2015-11-16tdf#92754: Excel Chart content type is not exported properly.yogesh.bharate0011-0/+6
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna1-17/+17
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-74/+74