summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/svxcss1.cxx
AgeCommit message (Expand)Author
2015-04-30Use typed MaybeFile LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
2013-08-17fix copypastaIvan Timofeev
2013-08-12Change String to OUString in some class and functions.Palenik Mihály
2013-08-08WaE: C4701: potentially uninitialized local variable 'nValue' usedTor Lillqvist
2013-08-06remove unused variableLuboš Luňák
2013-08-06Change String to OUString in some class.Palenik Mihály
2013-06-16cppcheck: fix some uninitMemberVar in sw partJulien Nabet
2013-05-14coverity#1019413: Unitialized scalar variableNorbert Thiebaud
2013-04-26Use <div> instead of <multicol> when exporting multi-column sectionsHarri Pitkänen
2013-04-05new module i18nlangtagEike Rathke
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-21unused variablesLuboš Luňák
2012-11-19use LanguageTagEike Rathke
2012-11-15sal_Bool to boolTakeshi Abe
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2011-12-12de-ICC this for maximum readabilityCaolán McNamara
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-11-01eliminate SvUShorts typeDaniel Di Marco
2011-07-29Get rid of these non-printable charsThomas Arnhold
2011-07-27Let's not make these methods inline....Kohei Yoshida
2011-07-27Replace SV_*_PTRARR_SORT with boost::ptr_map.Kohei Yoshida
2011-07-26Replace SV_*_PTRARR with boost::ptr_vector.Kohei Yoshida
2011-06-20Support CSS text-transform property in HTML importHarri Pitkänen
2011-06-03__cdecl -> SAL_CALLChristina Rossmanith
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak
2011-04-22left arrow comments removed // <--Júlio Hoffimann
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat