summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8atr.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-3/+3
2013-05-07writerfilter: remove Package_sprmidsMichael Stahl1-1/+1
2013-04-19sw: missing prefix for global pBreakItMiklos Vajna1-4/+4
2013-04-14Fix issue #i120140: After doc file saved by AOO, one more section is createdJian Hong Cheng1-1/+2
2013-04-12Resolves: #i119632# Macro button lost if save template to .doc fileLei De Bin1-0/+8
2013-04-07Fix issue #i119650: Font size increased if saved by AOOJian Hong Cheng1-0/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-04-05Fix issue #i119649: Hyperlink font size increased if saved to .doc fileJian Hong Cheng1-0/+7
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-28export placeholder (RES_JUMPEDITFLD) to .docx (part of bnc#779630)Luboš Luňák1-1/+9
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-5/+5
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-10/+10
2013-02-22fix sw buildCaolán McNamara1-2/+2
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-10/+10
2013-02-11export different first page header/footer to doc/docxLuke Deller1-1/+1
2013-01-30sw: handle RES_FILL_STYLE/GRADIENT in AttributeOutputBase::OutputItemMiklos Vajna1-1/+17
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-1/+1
2013-01-14docx export: invalid sectPr added at the beginning of the docPierre-Eric Pelloux-Prayer1-1/+10
2012-12-27Get rid of duplicated and apparently unused historical leftoversTor Lillqvist1-27/+0
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist1-1/+3
2012-12-06sw: kill RTL_CONSTASCII_STRINGPARAM and friends in ww8 filtersMiklos Vajna1-46/+46
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27fdo#56513 second header/footer lost saving as .docLuke Deller1-9/+0
2012-11-23some i18n wrappers with LanguageTagEike Rathke1-1/+1
2012-11-19use LanguageTagEike Rathke1-2/+2
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-4/+4
2012-07-13add constLuboš Luňák1-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-2/+2
2012-07-04refactor handling of double border widths:Michael Stahl1-1/+2
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-17/+18
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-2/+2
2012-06-25Convert aTOXArr member from Svptrarr to std::vectorNoel Grandin1-5/+8
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin1-1/+1
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-3/+3
2012-06-22fdo#50831 fix RTF export of direct run formatting for empty paragraphsMiklos Vajna1-1/+1
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-2/+3
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin1-3/+3
2012-04-02ww8: sprmPFContextualSpacing is a Bool8 valueMiklos Vajna1-1/+1
2012-03-13ww8: implement sprmPFContextualSpacingMiklos Vajna1-0/+6
2012-03-08tidy up WW8FormulaControl, with knock on results elsewhereCaolán McNamara1-4/+4
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-10-072nd part of Replace WW8Bytes with ww::bytesMaciej Rumianowski1-10/+8
2011-10-071st part of Replace WW8Bytes with ww::bytesMaciej Rumianowski1-140/+134
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-1/+1
2011-08-10fdo#33960 - import/export xrefs to numbered parasTroy Rollo1-0/+12
2011-07-29Get rid of these non-printable charsThomas Arnhold1-1/+0
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-15/+32