summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-01-18convert POR constants to scoped enumNoel Grandin42-703/+761
2019-01-17rename SwLinePortion::GetPortion -> GetNextPortionNoel Grandin21-262/+262
2019-01-17use unique_ptr in swNoel Grandin4-17/+16
2019-01-17Check OS_FOR_BUILD for behavior of sed executed during buildStephan Bergmann1-2/+2
2019-01-17Non-standard sed -i option is different on macOS than with GNU sedStephan Bergmann1-2/+2
2019-01-17sw: make members of RtfExportFilter privateMiklos Vajna3-5/+10
2019-01-16SwXOLEListener: not SwClient/ModifyBjoern Michaelsen2-38/+39
2019-01-16pass RedlinData around by unique_ptrNoel Grandin1-4/+4
2019-01-16tdf#122733 NB AlignMiddle before AlignDownandreas kainz2-32/+32
2019-01-16split sw_rtfexport and sw_rtfexport2 tests upNoel Grandin7-1092/+1351
2019-01-15Removed executable permission on odt fileAndrea Gelmini1-0/+0
2019-01-15Related: tdf#122627 auto detect of toggle column doesn't workCaolán McNamara3-1/+27
2019-01-15UNO Styles: uno SvtListener instead of SwClientBjoern Michaelsen2-27/+18
2019-01-15tdf#121670 ooxmlimport: no columns in page styles, only sectionsJustin Luth2-0/+17
2019-01-15tdf#116071 ww8import: import to XATTR_FILL instead of RES_BACKGROUNDJustin Luth3-2/+20
2019-01-15tdf#122722 sw: fix hidden text crash in SwTextFrame::GetCurWord()Michael Stahl1-1/+1
2019-01-15tdf#121033 drawtextobjectbar follow now textobjectbarandreas kainz12-136/+294
2019-01-15rename GetBroadCaster->GetBroadcasterNoel Grandin3-12/+12
2019-01-15crashtesting: assert on import of ooo96040-1.odtCaolán McNamara1-2/+2
2019-01-15tdf#122455 RTF export: fix font style from list def leaking into first paraMiklos Vajna3-0/+30
2019-01-15use unique_ptr in SwPostItMgrNoel Grandin3-26/+25
2019-01-15use unique_ptr in WW8StyleNoel Grandin2-10/+9
2019-01-15use unique_ptr in swNoel Grandin2-11/+10
2019-01-15use unique_ptr in SwWW8ImplReader::ConstructApoNoel Grandin3-17/+9
2019-01-15use unique_ptr in swNoel Grandin2-19/+17
2019-01-15fix unnecessary deleteNoel Grandin1-1/+0
2019-01-15simplify UCB_GetFileListOfFolderNoel Grandin3-13/+9
2019-01-15use unique_ptr for SwTableAutoFormatNoel Grandin7-18/+17
2019-01-15use unique_ptr in swNoel Grandin3-14/+12
2019-01-15tdf#122186: Fix broken Input list after RT in DOCX formatTamás Zolnai3-1/+12
2019-01-14tdf#121111 ww8export: fillstyle_NONE needs a nil backgroundJustin Luth1-1/+19
2019-01-14ofz#12507 micro optCaolán McNamara1-1/+1
2019-01-14use unique_ptr in XMLPropertyHandlerFactory::CreatePropertyHandlerNoel Grandin2-13/+6
2019-01-14use unique_ptr in SwProgressNoel Grandin1-27/+27
2019-01-14use unique_ptr in SwXMLItemSetStyleContext_Impl::ConnectPageDescNoel Grandin1-4/+3
2019-01-14use unique_ptr in CSS1ParserNoel Grandin4-67/+35
2019-01-13ofz#12500 ubsan errorCaolán McNamara1-34/+27
2019-01-12added forgotten prefix to aDatahimajin1000001-1/+1
2019-01-12tdf#120145 ww8import: ignoreCols if section is insertedJustin Luth2-3/+15
2019-01-12Removed executable permission on (odt|cxx) filesAndrea Gelmini2-0/+0
2019-01-12make SwFormat a ::sw::BroadcastingModifyBjoern Michaelsen9-41/+48
2019-01-12use unique_ptr in SvXMLExportItemMapperNoel Grandin1-6/+4
2019-01-12use unique_ptr in SfxEventConfiguration::ConvertToMacroNoel Grandin1-2/+1
2019-01-12use unique_ptr in SwViewShell::PrintOrPDFExportNoel Grandin1-3/+3
2019-01-12tdf#122658: Empty date form field is not exported correctly to DOCX fileTamás Zolnai3-0/+26
2019-01-11sw: restore accidentally deleted/disabled UITestsMichael Stahl2-0/+76
2019-01-11tdf#122589 rtfexport: no duplicate section at document startJustin Luth4-0/+21
2019-01-11sw_redlinehide: fix infinite loop when deleting commentsMichael Stahl1-3/+31
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann6-11/+32
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen32-35/+61