summaryrefslogtreecommitdiff
path: root/oox/source/ole/axcontrol.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-17/+15
2016-01-12loplugin:unusedmethods unused return value in include/ooxNoel Grandin1-5/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-57/+56
2015-03-19loplugin:constantfunction: ooxNoel Grandin1-12/+0
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-12-12remove operator>> and operator<< methodsNoel Grandin1-14/+23
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-10-28coverity#735309 Unchecked return valueCaolán McNamara1-2/+2
2014-06-25remove whitespacesMarkus Mohrhard1-54/+0
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-04-23oox: sal_Bool->boolNoel Grandin1-1/+1
2014-04-14SCROLLABLEFRAME never definedThomas Arnhold1-3/+0
2014-02-26Remove visual noise from ooxAlexander Wilms1-26/+26
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-14mnMultiSelect takes AX_SELECTION_* valuesStephan Bergmann1-1/+1
2013-10-20wrong comparisonCaolán McNamara1-1/+1
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-14/+0
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile1-4/+4
2013-06-26forgotten tweak for spinbuttonNoel Power1-0/+1
2013-06-26tweak ppt ole import for libreoffice codebaseNoel Power1-6/+26
2013-06-12typo correction AX_SELCTION_xxx -> AX_SELECTION_xxxNoel Power1-5/+5
2013-06-12Fix Excel still complains about exported MorphData controlsNoel Power1-12/+20
2013-06-11squash some excel fileformat warnings ( and protected mode opening )Noel Power1-8/+37
2013-06-04fix for fdo#53042 fix ole object macro bindings ( for xlsm )Noel Power1-5/+5
2013-04-18fix Frame import for oox filterNoel Power1-0/+1
2013-04-17implement MultiPage, Page & TabStrip import for ooxNoel Power1-0/+115
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-15/+15
2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák1-1/+1
2013-01-04oox: kill no longer needed CREATE_OUSTRINGMiklos Vajna1-39/+37
2012-12-26OUString cleanup in ooxJosé Guilherme Vanz1-19/+19
2012-12-13PCH for Library_ooxLuboš Luňák1-19/+20
2012-11-16targetted cleanup of misc. vba pieces.Noel Power1-6/+0
2012-11-09oox: make things easier to debug by tracing exceptionsMichael Stahl1-7/+14
2012-10-13oox: fix loplugin warningsMiklos Vajna1-2/+2
2012-10-06Remove 3 oox::ole elements:Julien Nabet1-96/+0
2012-09-27Bin some newly unused methodsJulien Nabet1-10/+0
2012-09-13targetted container_controls rework.Noel Power1-1/+1
2012-09-11disable scrollable Frame ( not working well )Noel Power1-2/+2
2012-09-11get scrollbar details actually read for groupboxNoel Power1-1/+0
2012-09-11fixed the unable to close dialog when vert scrollbars setNoel Power1-0/+3
2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power1-0/+16