summaryrefslogtreecommitdiff
path: root/include/oox
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann57-474/+474
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-18/+18
2015-10-08add test for projkey generationMarkus Mohrhard1-0/+2
2015-10-08add initial tests for vba encryptionMarkus Mohrhard1-3/+4
2015-10-08Implement encryption for the VBA exportRosemary1-0/+32
2015-10-06loplugin:unusedmethodsNoel Grandin3-44/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-30shared_array->unique_ptr<[]>Caolán McNamara1-9/+4
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-31/+0
2015-09-25better OOXML VBA exportMarkus Mohrhard1-0/+1
2015-09-25remove whitespaceMarkus Mohrhard1-4/+0
2015-09-14tdf#91293: Preserve hyperlink on URL field OOXML exportKatarina Behrens1-1/+1
2015-09-10loplugin:staticmethodsNoel Grandin1-4/+4
2015-09-10oox: workaround C2249 error on MSVC 14.0David Ostrovsky2-0/+8
2015-09-10handle different callers for vba export codeMarkus Mohrhard1-1/+3
2015-09-10get correct vba project nameMarkus Mohrhard1-2/+8
2015-09-10add first vba compression testMarkus Mohrhard1-1/+1
2015-09-10fix my horrible chunk header codeMarkus Mohrhard1-3/+2
2015-09-10extract compression methods to make them testableMarkus Mohrhard1-0/+69
2015-09-10structure for vba exportMarkus Mohrhard1-0/+40
2015-09-07Related: tdf#93676 unwanted duplicate axis title exportedCaolán McNamara1-4/+4
2015-09-07tdf#83227 oox: reuse RelId in DML/VML export for the same graphicMiklos Vajna2-0/+8
2015-09-03convert Axis constants to an enum and hilight suspicious absenceCaolán McNamara1-11/+18
2015-08-25Fix tdf#80224 Custom text color changed to black on .PPTX exportMark Hung1-2/+4
2015-08-24coverity#1317300 Untrusted array index readCaolán McNamara1-1/+1
2015-08-23oox: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe6-14/+13
2015-08-04include: inline some use-once typedefsNoel Grandin4-20/+12
2015-07-21loplugin:unusedmethods ooxNoel Grandin22-147/+1
2015-07-02tdf#87348 implement mso-next-textbox vml-style textbox chaining importJustin Luth2-0/+2
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-4/+0
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-27transform calc URLs to OOXML format, related tdf#91334Markus Mohrhard1-0/+13
2015-05-27tdf#90338 tdf#84254 DrawingML export fixAndras Timar1-0/+1
2015-05-12export each axis only once non-deleted, related tdf#84347Markus Mohrhard1-0/+4
2015-05-12tdf#90246 PPTX paragraph and bullet leftMargin and Indentation is not exportedPriyankaGaikwad1-0/+1
2015-05-11Unused oox::AttributeConversion::decodeUnsignedHex()Miklos Vajna1-3/+0
2015-05-11split exportSeries function upMarkus Mohrhard1-1/+3
2015-05-09tdf#90190 PPTX table cell border width is not exported.yogesh.bharate0011-0/+2
2015-05-08Unused oox::AttributeList::getUnsignedHex() variantMiklos Vajna1-3/+0
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-1/+3
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin7-36/+36
2015-04-27support axis text properties during OOXML export, tdf#90532Markus Mohrhard2-1/+3
2015-04-25replace com::sun::star with css in chart ooxml exportMarkus Mohrhard1-54/+54
2015-04-25first part for manualLayout plot area support, tdf#90851Markus Mohrhard1-0/+5
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1