summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.cxx
AgeCommit message (Expand)Author
2013-01-14docx export: invalid sectPr added at the beginning of the docPierre-Eric Pelloux-Prayer
2013-01-07WW8 filter: export zoom factorMiklos Vajna
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-27fdo#56513 second header/footer lost saving as .docLuke Deller
2012-11-14Turn some memmove into memcpy when it is safe to do so.jailletc36
2012-11-03msvc can't handle #if inside macro argumentsLuboš Luňák
2012-11-02change std::clog debug output to SAL_INFO, so that it can be turned offLuboš Luňák
2012-10-26Resolves: fdo#35991 rowspan is of size sal_Int32, not size longCaolán McNamara
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-25Convert aTOXArr member from Svptrarr to std::vectorNoel Grandin
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin
2012-05-25Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vectorNoel Grandin
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(WW8_WrFkpPtrs) to boost::ptr_vectorNoel Grandin
2012-04-21Use boost::ptr_vector in WW8_WrPct instead of SV_DECL_PTRARR_DELArnaud Versini
2012-03-09update code a bitCaolán McNamara
2012-03-07We just want to know if this ole object is already exported or notCaolán McNamara
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák
2012-03-02Convert SvPtrarr usage to std::vectorNoel Grandin
2012-01-31SWAPLONG->OSL_BIGENDIANCaolán McNamara
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-12-05WW8TableNodeInfo debug outputs now for DBG_UTIL only buildsCédric Bosdonnat
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-11-24sw: remove some debugging cruftMichael Stahl
2011-11-24sw: enable more debug code:Michael Stahl
2011-11-24sw: replace abuses of OSL_DEBUG_LEVEL with DBG_UTILMichael Stahl
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-10-07Remove Declaration of WW8Bytes now not usedMaciej Rumianowski
2011-10-072nd part of Replace WW8Bytes with ww::bytesMaciej Rumianowski
2011-10-07Remove unused Variables in WW8ExportMaciej Rumianowski
2011-10-071st part of Replace WW8Bytes with ww::bytesMaciej Rumianowski
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-08-19ByteString->rtl::OStringCaolán McNamara
2011-08-12SvtFilterOptions::Get can never be NULL, return ref and don't leakCaolán McNamara
2011-08-04[PATCH] Get rid of SvULongs in writerMaciej Rumianowski
2011-08-02MSWordExportBase::ExportDocument: check if we have a DocShellMiklos Vajna
2011-07-29Get rid of these non-printable charsThomas Arnhold
2011-07-21check reads and seeksCaolán McNamara
2011-06-13catch by const referenceCaolán McNamara
2011-06-10createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-05-17Replace #ifdef DEBUG with #if OSL_DEBUG_LEVEL > 1Jacek Wolszczak
2011-05-13sw34bf06: #i104384#: problem exporting section breaks in tablesHenning Brinkmann
2011-05-09revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845Noel Power