summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-25fix crash on export of ooo34469-1.sxw to docxCaolán McNamara3-2/+12
2015-06-25move ++m_nFieldsInHyperlink from StartField_Impl to callersCaolán McNamara1-2/+6
2015-06-25SwLayoutFrm::Paint: use vcl::RenderContextMiklos Vajna1-3/+1
2015-06-25SwTextFrm::Paint: use vcl::RenderContextMiklos Vajna1-3/+3
2015-06-25sw: add SwViewShell::mbOutputToWindowMiklos Vajna5-1/+23
2015-06-25SwNoTextFrm::Paint: stop using SwViewShell::GetOut()Miklos Vajna1-10/+9
2015-06-25SwFrm::Paint: take a vcl::RenderContextMiklos Vajna17-32/+32
2015-06-25SwViewShell::PrtOle2: take a vcl::RenderContextMiklos Vajna3-8/+8
2015-06-25SwViewShell::Paint: can use render context here directlyMiklos Vajna1-5/+5
2015-06-24tdf#89698 DOCX import: inline picture should have no spacingMiklos Vajna1-2/+2
2015-06-24sw: HTML import: Do not mix normal, CTL or CJK attributesMatteo Casalin1-45/+52
2015-06-23tdf#87460 DOCX import: fix missing endnote in floattableMiklos Vajna2-0/+9
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky8-12/+12
2015-06-23LinkUpdateMode is a global settingStephan Bergmann2-39/+51
2015-06-22rtf: skip binary data also in skip-group modeThorsten Behrens2-0/+25
2015-06-22tdf#92061 RTF import: fix missing body text after footnoteMiklos Vajna2-0/+11
2015-06-22LOK: return used format in Document::getTextSelection()Miklos Vajna3-6/+8