summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-11tdf#103001 DOCX export: fix RelId cache when switching streamsMiklos Vajna1-3/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin1-2/+2
2016-07-25new loplugin overrideparamNoel Grandin1-2/+2
2016-07-19clang-tidy performance-unnecessary-value-param in swStephan Bergmann1-11/+11
2016-07-11tdf#99090 docx export page-break only inside a paragraphJustin Luth1-0/+4
2016-06-06sw: simplify identical branches in WW8AttributeOutput::DefaultStyleMichael Stahl1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-18/+18
2016-04-14loplugin:passstuffbyref in swNoel Grandin1-1/+1
2016-02-13tdf#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