summaryrefslogtreecommitdiff
path: root/oox/source/ole
AgeCommit message (Expand)AuthorFilesLines
2018-03-31Use for-range loops in oox (part2)Julien Nabet5-40/+53
2018-03-26forcepoint #31 survive missing control modelCaolán McNamara1-2/+8
2018-03-05use more Color in ooxNoel Grandin1-3/+3
2018-02-25use "Graphic" property to transport Graphic for controlsTomaž Vajngerl1-3/+3
2018-01-31tdf#111417 Import read only property on ActiveX text boxbrian houston morrow1-0/+3
2018-01-29Fix typosAndrea Gelmini1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann2-3/+3
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr1-3/+2
2017-12-30tdf#113788 ActiveX controls' text color is not exported to DOCXBán Róbert1-0/+7
2017-12-19inline use-once typedefsNoel Grandin1-2/+2
2017-12-12Move generateGUIDString to comphelperSamuel Mehrbrodt1-25/+3
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-04loplugin:constparams in various(1)Noel Grandin1-1/+1
2017-10-31loplugin:constantparam in oox,registry,reportdesignNoel Grandin4-16/+13
2017-10-23loplugin:includeform: ooxStephan Bergmann14-67/+67
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-7/+8
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-26tdf#111980: DOCX: Handle ActiveX radio button groupTamás Zolnai1-1/+10
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai1-34/+11
2017-08-06Avoid warning about invalid alignment valueTamás Zolnai1-1/+1
2017-08-04Make ActiveX controls import working again (PPTX / XLSX)Tamás Zolnai1-0/+19
2017-08-01loplugin:checkunusedparamsNoel Grandin1-7/+7
2017-07-31loplugin:constparams in ooxNoel Grandin5-12/+12
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-1/+1
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-1/+1
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-1/+1
2017-06-07Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna1-0/+14
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin1-2/+2
2017-04-13convert AX_FONTDATA to o3tl::typed_flagsNoel Grandin2-18/+27
2017-04-12convert AX_FONTDATA constants to scoped enumNoel Grandin2-11/+13
2017-04-05loplugin:constantparam part2Noel Grandin3-17/+16
2017-03-31use actual UNO enums in ooxNoel Grandin1-2/+2
2017-03-30convert ApiTransparencyMode to scoped enumNoel Grandin1-17/+14
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-22crashtesting: these should be opened readonlyCaolán McNamara1-3/+3
2017-03-21Does this actually want to check for alphabetic characters?Stephan Bergmann1-1/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+16
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ooxStephan Bergmann1-0/+2
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-2/+1
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin1-2/+2
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann1-1/+1
2016-11-23loplugin:unnecessaryoverride (dtors) in ooxStephan Bergmann1-5/+0