summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlform.cxx
AgeCommit message (Expand)Author
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-06-16Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-04-30Use typed MaybeFile LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-16Misused sal_True/sal_False to integerMatteo Casalin
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-24coverity#1130394 Missing break in switchCaolán McNamara
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner
2014-07-29Cleanup OUString-use in filter/htmlJoren De Cuyper
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-04-15The only instantiation of SwHTMLFormPendingStackData_Impl is long goneStephan Bergmann
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist
2014-04-10coverity#735933 Explicit null dereferencedCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31coverity#1130391 Missing break in switchCaolán McNamara
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-11coverity#1130400 Missing break in switchCaolán McNamara
2014-02-11coverity#1130385 Missing break in switchCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin
2013-10-14Related: fdo#38838 remove UniString::AppendAsciiCaolán McNamara