summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-07-03tdf#92308: Dont crash on "File > Send > Email Document"Bjoern Michaelsen2-3/+8
2015-07-03coverity#1309050 pLayout might be 0 hereMiklos Vajna1-1/+1
2015-07-02sw: avoid layout recursion when loading documents with charts...Michael Stahl6-38/+73
2015-07-01sw redercontext: fix missing draw of the overlayMiklos Vajna1-0/+13
2015-07-01sw rendercontext: update drawlayer in SwViewShell::PaintMiklos Vajna1-15/+9
2015-07-01SwViewShell::DLPrePaint2: paint to mpOut if isOutputToWindow()Miklos Vajna1-2/+3
2015-06-30tdf#92386: Writer crashes in print preview if document in 2 windowsJulien Nabet1-0/+4
2015-06-30SwViewShell::ImplEndAction: avoid direct paintMiklos Vajna1-4/+1
2015-06-30SwViewShell::Paint: restore old render context at the endMiklos Vajna1-1/+24
2015-06-30SwFrm::Calc: use vcl::RenderContextMiklos Vajna34-147/+185
2015-06-30coverity#1308430 pSh may be 0 hereMiklos Vajna1-1/+1
2015-06-30SwFrm::PrepareMake: use vcl::RenderContextMiklos Vajna4-8/+8
2015-06-30sw: outline SwFrm::Calc()Miklos Vajna2-5/+6
2015-06-29fix crash on exporting kde140265-1.doc to ODTMiklos Vajna1-1/+1
2015-06-29SwPageFrm::MakeAll: use vcl::RenderContextMiklos Vajna19-39/+39
2015-06-29SwTextFrm::Format: use vcl::RenderContextMiklos Vajna28-43/+44
2015-06-29SwTextFrm::_Format: use vcl::RenderContextMiklos Vajna2-4/+4
2015-06-27tdf#89890 DOCX import: fix too large num pic bulletMiklos Vajna3-1/+24
2015-06-26crashtesting: fix asserts on exporting fdo66304-1.odt to docCaolán McNamara3-0/+30
2015-06-26SwTextFormatInfo::SwTextFormatInfo: use vcl::RenderContextMiklos Vajna6-14/+15
2015-06-26SwTextFormatInfo::CtorInitTextFormatInfo: use vcl::RenderContextMiklos Vajna3-5/+5
2015-06-26sw: outline SwTextFormatInfo ctorMiklos Vajna2-3/+8
2015-06-26SwTextPaintInfo::CtorInitTextPaintInfo: use vcl::RenderContextMiklos Vajna2-5/+5
2015-06-26sw: outline SwTextPaintInfo ctorMiklos Vajna2-2/+6
2015-06-26SwTextSizeInfo::CtorInitTextSizeInfo: use vcl::RenderContextMiklos Vajna2-6/+6
2015-06-26sw: outline SwTextSizeInfo ctorsMiklos Vajna2-33/+39
2015-06-26SwLayAction::FormatLayout: use vcl::RenderContextMiklos Vajna2-13/+13
2015-06-26SwLayAction::Action: use vcl::RenderContextMiklos Vajna5-11/+11
2015-06-26SwLayAction::InternalAction: use vcl::RenderContextMiklos Vajna2-6/+6
2015-06-26SwPageFrm::GetHorizontalShadowRect: use vcl::RenderContextMiklos Vajna2-5/+6
2015-06-26SwViewShellImp::GetFirstVisPage: use vcl::RenderContextMiklos Vajna9-18/+18
2015-06-26SwViewShellImp::SetFirstVisPage: use vcl::RenderContextMiklos Vajna2-7/+7
2015-06-26sw: outline SwViewShellImp::GetFirstVisPage() methodsMiklos Vajna2-16/+16
2015-06-26SwPageFrm::GetBoundRect: use vcl::RenderContextMiklos Vajna7-14/+14
2015-06-26SwPageFrm::GetBorderAndShadowBoundRect: use vcl::RenderContextMiklos Vajna5-10/+12
2015-06-26SwAlignRect: use vcl::RenderContextMiklos Vajna7-26/+26
2015-06-26SwTabFrm::Paint: use vcl::RenderContextMiklos Vajna1-2/+2
2015-06-26SwFlyFrm::Paint: use vcl::RenderContextMiklos Vajna1-14/+13
2015-06-25fix assert on exporting ooo106020-1.odt to docxCaolán McNamara3-4/+14
2015-06-25fix crash on re-export of fdo60957-2.docx to docxCaolán McNamara3-3/+12
2015-06-25best effort export of ooo72950-1.odt to docx without crashingCaolán McNamara3-3/+9
2015-06-25Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara2-38/+51
2015-06-25VMLExport::Commit is riddled with out of bounds writes on exportCaolán McNamara1-5/+5
2015-06-25similarly fix fatal export of kde216114-1.odt to docxCaolán McNamara2-0/+6
2015-06-25fix fatal attempt to export kde302504-1.odt to docxCaolán McNamara2-0/+6
2015-06-25fix crash on export of ooo67471-2.sxw to docxCaolán McNamara5-44/+82
2015-06-25Resolves: more crash on export of ooo47778-3.sxw to docxCaolán McNamara4-7/+26
2015-06-25combine duplicate code into shared methodCaolán McNamara2-22/+19
2015-06-25Resolves: crash on export of ooo47778-3.sxw to docxCaolán McNamara3-3/+49
2015-06-25fix crash on export of ooo39845-7.sxw to .docxCaolán McNamara3-3/+10