summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Resolves: tdf#83073 use loaded graphic's width/height as defaultsCaolán McNamara1-28/+42
2015-01-26coverity#1266508 Useless call (gold)Caolán McNamara1-2/+1
2015-01-23valgrind invalid read after delete in rhbz499052-1.htmlCaolán McNamara3-3/+10
2015-01-22Resolves: fdo#87601 specific html doc hangs on loadCaolán McNamara1-1/+1
2014-12-02fdo#68684 export more numbering types correctly into HTMLAndras Timar1-4/+14
2014-10-20html export: Fix export of checked checkbox and radiobutton.Marco Cecchetti1-1/+4
2014-09-23bnc#580834: HTML import: Embed images if source URL is a local file.Matúš Kukan1-7/+16
2014-08-27DOCX import: fix handling of embedded DOCX filesMiklos Vajna3-6/+28
2014-08-27sw HTML export: avoid loosing embedded objects when skipping imagesMiklos Vajna1-3/+39
2014-07-23fdo#81276: sw: HTML import: fix inverted test in CSS importMichael Stahl1-1/+1
2014-07-04fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna2-0/+4
2014-06-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard2-2/+2
2014-06-04Export fieldmark check boxes as HTML checkboxes.Kohei Yoshida3-0/+56
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet2-23/+23
2014-05-13SAL_INT64_IS_STRUCT is never definedThomas Arnhold1-33/+0
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-26/+26
2014-05-08coverity#1209298 Logically dead codeCaolán McNamara1-1/+1
2014-05-08coverity#735938 Explicit null dereferencedCaolán McNamara1-0/+3
2014-05-08coverity#735937 Explicit null dereferencedCaolán McNamara1-0/+3
2014-05-08coverity#735936 Explicit null dereferencedCaolán McNamara1-0/+3
2014-05-08coverity#735935 Explicit null dereferencedCaolán McNamara1-1/+3
2014-05-07coverity#735932 Explicit null dereferencedCaolán McNamara1-1/+3
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin32-1660/+1660
2014-04-23coverity#708484 Uninitialized scalar fieldCaolán McNamara1-1/+7
2014-04-23coverity#708481 Uninitialized scalar fieldCaolán McNamara1-2/+10
2014-04-23coverity#708480 Uninitialized scalar fieldCaolán McNamara1-0/+4
2014-04-17fdo#57950 Replace chained append() with operator+Krisztian Pinter1-104/+82
2014-04-17Enable letter-spacing for Firefox HTML exportHarri Pitkänen2-6/+1
2014-04-15sw: clean up inter-module includesThomas Arnhold1-1/+1
2014-04-15sw: -Werror=unused-but-set-variableMichael Stahl1-8/+0
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann4-32/+4
2014-04-15The only instantiation of SwHTMLFormPendingStackData_Impl is long goneStephan Bergmann2-60/+4
2014-04-14typo: arround -> aroundThomas Arnhold1-1/+1
2014-04-14typo: forground -> foregroundThomas Arnhold1-1/+1
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-12/+12
2014-04-10coverity#735933 Explicit null dereferencedCaolán McNamara1-5/+5
2014-04-08liblo: Return early everywhere where we potentially export images.Tomaž Vajngerl2-11/+20
2014-04-08html: rename IgnoreImages -> SkipImages, initialize to falseTomaž Vajngerl2-2/+3
2014-04-08html: "IgnoreImages" Option, which ignores images at exportTomaž Vajngerl3-1/+28
2014-04-07sw html: revert license content changesTomaž Vajngerl1-3/+3
2014-04-06html: "using namespace css" missingTomaž Vajngerl1-0/+2
2014-04-06sw html: cleanup htmlatrTomaž Vajngerl1-35/+32
2014-04-06sw html: cleanup wrthtmlTomaž Vajngerl1-19/+14
2014-04-06sw html: use HtmlWriter in htmlatr in some placesTomaž Vajngerl1-58/+53
2014-04-06sw html: convert stringbuffer chaining (append) to use + operatorTomaž Vajngerl1-18/+11
2014-04-06sw html: also change commented constants in css1kywd + translateTomaž Vajngerl2-34/+19
2014-04-06sw html: css1atr - put local stuff in anonymous namespaceTomaž Vajngerl1-15/+20