summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
AgeCommit message (Expand)Author
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet
2014-05-13SAL_INT64_IS_STRUCT is never definedThomas Arnhold
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-05-08coverity#1209298 Logically dead codeCaolán McNamara
2014-05-08coverity#735938 Explicit null dereferencedCaolán McNamara
2014-05-08coverity#735937 Explicit null dereferencedCaolán McNamara
2014-05-08coverity#735936 Explicit null dereferencedCaolán McNamara
2014-05-08coverity#735935 Explicit null dereferencedCaolán McNamara
2014-05-07coverity#735932 Explicit null dereferencedCaolán McNamara
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-23coverity#708484 Uninitialized scalar fieldCaolán McNamara
2014-04-23coverity#708481 Uninitialized scalar fieldCaolán McNamara
2014-04-23coverity#708480 Uninitialized scalar fieldCaolán McNamara
2014-04-17fdo#57950 Replace chained append() with operator+Krisztian Pinter
2014-04-17Enable letter-spacing for Firefox HTML exportHarri Pitkänen
2014-04-15sw: clean up inter-module includesThomas Arnhold
2014-04-15sw: -Werror=unused-but-set-variableMichael Stahl
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-14typo: arround -> aroundThomas Arnhold
2014-04-14typo: forground -> foregroundThomas Arnhold
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist
2014-04-10coverity#735933 Explicit null dereferencedCaolán McNamara
2014-04-08liblo: Return early everywhere where we potentially export images.Tomaž Vajngerl
2014-04-08html: rename IgnoreImages -> SkipImages, initialize to falseTomaž Vajngerl
2014-04-08html: "IgnoreImages" Option, which ignores images at exportTomaž Vajngerl
2014-04-07sw html: revert license content changesTomaž Vajngerl
2014-04-06html: "using namespace css" missingTomaž Vajngerl
2014-04-06sw html: cleanup htmlatrTomaž Vajngerl
2014-04-06sw html: cleanup wrthtmlTomaž Vajngerl
2014-04-06sw html: use HtmlWriter in htmlatr in some placesTomaž Vajngerl
2014-04-06sw html: convert stringbuffer chaining (append) to use + operatorTomaž Vajngerl
2014-04-06sw html: also change commented constants in css1kywd + translateTomaž Vajngerl
2014-04-06sw html: css1atr - put local stuff in anonymous namespaceTomaž Vajngerl
2014-04-06sw html: get rid of macro - use const sal_Char* constant insteadTomaž Vajngerl
2014-04-06sw html: split htmldraw.cxx to reader and writer partsTomaž Vajngerl
2014-04-06sw html: cleanup wrthtml.hxxTomaž Vajngerl
2014-04-06sw html: use scoped_ptr in htmlatrTomaž Vajngerl
2014-04-06sw html: split htmlfly to writer and class definition partTomaž Vajngerl
2014-04-06sw html: split htmlnum to reader, writer and common partTomaž Vajngerl
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist
2014-03-31coverity#1130409 Missing break in switchCaolán McNamara
2014-03-31coverity#1130391 Missing break in switchCaolán McNamara
2014-03-31fdo#57950 Replace chained append in htmlatr.cxxKrisztian Pinter
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand