summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)Author
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem
2017-06-09GSoC: import VML shape adjustmentsGrzegorz Araminowicz
2017-06-09VML: EMU to Points conversionSzymon Kłos
2017-06-08Watermark: VML export/import font sizeSzymon Kłos
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-06-02Related: tdf#108269 oox: allow recovering broken DOCM filesMiklos Vajna
2017-05-31tdf#76446 GSoC: incorrect rotation of VML shapesGrzegorz Araminowicz
2017-05-29getUtf8TokenName can return by const refNoel Grandin
2017-05-28Watermark: VML font-family import for textpathSzymon Kłos
2017-05-25loplugin:constantparamNoel Grandin
2017-05-23svtools: add GraphicProvider::queryGraphics()Miklos Vajna
2017-05-23oox: add GraphicHelper::importGraphics()Miklos Vajna
2017-05-23oox: add GraphicHelper::importEmbeddedGraphics()Miklos Vajna
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin
2017-05-14tdf#107197 Replace relationship URIFakabbir Amin
2017-05-09loplugin:constantparamNoel Grandin
2017-05-02No compelling reason for an unnamed namespace in an include file hereStephan Bergmann
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin
2017-04-29replace oox internal hashing code with new comphelper codeMarkus Mohrhard
2017-04-27tdf#107020: Reintroduce uses of I32S, I64SStephan Bergmann
2017-04-16first stab at replacing hard coded relationships with calls to a methodMarkus Mohrhard
2017-04-13convert AX_FONTDATA to o3tl::typed_flagsNoel Grandin
2017-04-12convert AX_FONTDATA constants to scoped enumNoel Grandin
2017-04-10loplugin:inlinefields in oox::vml::VMLExportNoel Grandin
2017-04-05add a clearDocumentHandler for null document handler caseCaolán McNamara
2017-04-05loplugin:constantparam part2Noel Grandin
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-31use actual UNO enums in ooxNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-30convert ApiTransparencyMode to scoped enumNoel Grandin
2017-03-30loplugin:unusedenumconstantsNoel Grandin
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-03-29loplugin:unnecessaryvirtualNoel Grandin
2017-03-25There should be no need to distinguish between I32S and I64SStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-11Passing shaperect to addShape function is uselessTamás Zolnai
2017-03-04tdf#106304: Don't unnecessarily use bogus default char size for a:endParaRPrTor Lillqvist
2017-03-03Fix typosAndrea Gelmini
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-07remove CREATE_OSTRING macroJochen Nitschke
2017-02-06loplugin:unusedenumconstants in ooxNoel Grandin
2017-02-03tdf#105707 PPTX import: warn when SmartArt is missing DrawingML fallbackMiklos Vajna
2017-01-30oox: clean-up crypto classes, use c++11 featuresTomaž Vajngerl
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-24Move two include files to oox/inc as they are used only in ooxTor Lillqvist
2017-01-24use rtl::Reference in FastParserNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ooxStephan Bergmann