summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msocximex.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-28loplugin:stringloop in filterNoel Grandin1-2/+1
2017-01-09New loplugin:externvar: filterStephan Bergmann1-1/+1
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-2/+1
2016-01-12loplugin:unusedmethods unused return value in include/filterNoel Grandin1-4/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-1/+1
2013-04-03fdo#39468: Translated German comments in filterHansgerd Schneider1-2/+2
2013-01-30remove useless macrosLuboš Luňák1-2/+0
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-4/+4
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-04String cleanup in filterRicardo Montania1-7/+7
2012-10-03re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
2011-11-27remove include of pch header from filterNorbert Thiebaud1-2/+0
2011-09-26doesn't use a DocShell anymore, so can ditch check for itCaolán McNamara1-1/+0
2011-09-26fix merge foo and waeNoel Power1-1/+1
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power1-2725/+18
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara1-165/+158
2011-08-24kill old vba and ole control filter(s) for import at leastNoel Power1-3603/+0
2011-07-12use oox filter for *all* control importNoel Power1-89/+0
2011-06-07Possible inefficient checking for emptinessJulien Nabet1-2/+2
2011-05-03svx-hacky-htmlselect-control-import.diff ( bnc#523191 )Noel Power1-0/+139
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-15/+15
2011-03-13fix mis-merge (mostly tools type remnants)Norbert Thiebaud1-4/+4
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-11/+11
2011-03-04Remove various useless comments in filters.Guillaume Poussel1-3/+3
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-3/+3
2011-02-06sgi hash containers -> boost unordered containersFridrich Štrba1-1/+1
2011-01-25Remove some dead code.Thomas Arnhold1-31/+3
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara1-10/+6
2011-01-14removetooltypes01: #i112600# remove tooltypes from filterMikhail Voytenko1-17/+17
2010-12-12change of __READONLY_DATA define to constGert Faller1-29/+29
2010-11-27RTL_CONSTASCII_USTRINGPARAM in filters 1Gert Faller1-1/+1
2010-11-22sizeof(foo)/sizeof(foo[0]) -> SAL_N_ELEMENTSJulien Nabet1-1/+2
2010-11-20EasyHack: RTL conversion from createFromAsciiKevin Hunter1-10/+8
2010-11-03tweak after rebase from masterNoel Power1-6/+0
2010-11-02initial import of latest cws container_controlsNoel Power1-1094/+1161
2010-10-29filter: Remove emacs modelines in the middle of the fileSebastian Spaeth1-1/+0
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-2/+0
2010-10-20WaE, remove unused parametersCaolán McNamara1-2/+2
2010-10-15revisit fix fdo#30856, remove bogus header and pull in correct headersNoel Power1-1/+2
2010-10-15fix fdo#30856 remove VBAForm property and associated geometry hackNoel Power1-50/+227
2010-10-13initial commit for vba blob ( not including container_control stuff )Noel Power1-385/+560
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-05more removed include guards using fixguard.pyPetr Mladek1-2/+0
2010-09-14sw-import-html-controls.diff:Florian Reuter1-1/+99