summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-18tdf#76817: fix missing heading styles assigned to outline levels in ooxmlMark Hung1-0/+3
2015-12-15sw: DOCX export: eliminate chart numbering non-determinismMichael Stahl1-0/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-1/+1
2015-11-10sw: rename sw::Frame in the WW8 filter to ww8::FrameMiklos Vajna1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-20sw: avoid 'using namespace' in headersMiklos Vajna1-1/+1
2015-10-19tdf#36117 .docx preserve page vertical alignment after RTJustin Luth1-0/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-154/+154
2015-10-06loplugin:unusedmethodsNoel Grandin1-1/+0
2015-10-02loplugin:unusedmethodsNoel Grandin1-1/+0
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-21tdf#92521 DOCX export: handle section break right after a tableMiklos Vajna1-1/+1
2015-09-13boost->stdCaolán McNamara1-1/+1
2015-09-07tdf#83227 oox: reuse RelId in DML/VML export for the same graphicMiklos Vajna1-0/+4
2015-08-07Fix typos in comments.Thomas Klausner1-2/+2
2015-08-05sw: use std::unique_ptr in docxattributeoutputMiklos Vajna1-3/+2
2015-08-03new loplugin: refcountingNoel Grandin1-17/+19
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin1-1/+0
2015-07-09Do not downcast opened bookmarks, neither (and just in case)Matteo Casalin1-1/+1
2015-07-09Better support more than 65k annotationsMatteo Casalin1-1/+1
2015-06-20sw: WW8 export: remove newly unused parametersMichael Stahl1-1/+1
2015-06-20sw: WW8 export: RawText parameter bForceUnicode is obsoleteMichael Stahl1-1/+1
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-43/+43
2015-05-05loplugin:staticmethodsNoel Grandin1-5/+5
2015-04-22DocxAttributeOutput::m_postponedDMLDrawing: use std::unique_ptr<>Miklos Vajna1-1/+1
2015-04-21tdf#78606: Write DOCX header even if section is first paragraphEilidh McAdam1-0/+1
2015-04-20Related: tdf#90681 table model can have truly empty cellsCaolán McNamara1-4/+5
2015-04-20fix crash on export of abi9702-1.doc to docxCaolán McNamara1-2/+2
2015-04-18fix export to rtf of ooo87305-1.odtCaolán McNamara1-24/+1
2015-04-17Resolves: tdf#90681 table model can have truly empty cellsCaolán McNamara1-0/+2
2015-04-17SwTableLines::size is an unreliable way to count rowsCaolán McNamara1-1/+24
2015-04-17incredibly dubious hunk of codeCaolán McNamara1-2/+0
2015-04-17refactor a tiny bit for future plans, no change in logicCaolán McNamara1-1/+2
2015-04-14DocxAttributeOutput::m_postponedVMLDrawing: use std::unique_ptr<>Miklos Vajna1-1/+1
2015-04-13DocxAttributeOutput::m_postponedOLE: use std::unique_ptr<>Miklos Vajna1-1/+1
2015-04-10DocxAttributeOutput::m_postponedDiagram: use std::unique_ptr<>Miklos Vajna1-1/+1
2015-04-09DocxAttributeOutput::m_pPostponedGraphic: use std::unique_ptr<>Miklos Vajna1-1/+1
2015-04-03DOCX export: use std::shared_ptr<> in FieldInfos::pFieldMiklos Vajna1-2/+2
2015-04-02DocxAttributeOutput::m_pPostponedCustomShape: use std::unique_ptr<>Miklos Vajna1-1/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-1/+1
2015-03-30DocxAttributeOutput::m_pTableWrt: use std::unique_ptrMiklos Vajna1-1/+1
2015-03-26DOCX export: remove no longer needed AddToAttrList() variantsMiklos Vajna1-2/+0
2015-03-25DocxAttributeOutput::m_pParagraphSdtPrTokenAttributes: use std::unique_ptrMiklos Vajna1-2/+2
2015-03-24DocxAttributeOutput::m_pSdtPrDataBindingAttrs: use std::unique_ptrMiklos Vajna1-3/+3
2015-03-23DocxAttributeOutput::m_pParagraph/RunSdtPrTokenChildren: use std::unique_ptrMiklos Vajna1-3/+3
2015-03-21TransHighlightColor: update descriptionZolnai Tamás1-1/+1
2015-03-21Char highlight: convert LO character background to MSO highlightingZolnai Tamás1-3/+3
2015-03-17DocxAttributeOutput::m_pFoot/EndnotesList: use std::unique_ptrMiklos Vajna1-2/+2
2015-03-13DocxAttributeOutput::m_pBackgroundAttrList: use unique_ptrMiklos Vajna1-1/+1