summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2012-08-16idxexample.odt and html.stw cleanup (fdo#49101, fdo#49098)Istvan Turi11-67/+266
2012-08-16sw layout dump: include the height and width of SwTxtPortionMiklos Vajna5-5/+14
2012-08-16sw layout dump: include the height and width of SwFlyPortionMiklos Vajna5-5/+10
2012-08-16de-duplicateMatúš Kukan1-10/+0
2012-08-15moved my border test to odfimportArtur Dorda4-199/+197
2012-08-15moving border tests from {rtf,ooxml,ww8}tok to {rtf,ooxml,ww8}importArtur Dorda4-0/+0
2012-08-15Added new border test in Writer, checks all the borders, not only the top oneArtur Dorda3-0/+199
2012-08-15Border test now available in rtftokArtur Dorda3-0/+320
2012-08-15Border test now available in ww8tokArtur Dorda3-0/+12
2012-08-15Refactoring the border test in sw, one header will be in all 3 testsArtur Dorda3-138/+194
2012-08-15Word format import - new test in ooxml checking top border's widths in tablesArtur Dorda2-0/+146
2012-08-15fdo#53113 testcaseMiklos Vajna2-0/+37
2012-08-14RtfSdrExport: unnecessary explicit OString ctorsMiklos Vajna1-33/+33
2012-08-14RTF export of fillBlip and fillOpacity shape propertiesMiklos Vajna1-0/+13
2012-08-14fdo#53113 DOCX: export fillBlip shape propertyMiklos Vajna2-0/+6
2012-08-14RTF shape filter: handle custom segment typesMiklos Vajna1-1/+8
2012-08-14fdo#50941: "Characters per line" will not change when changing "Max base text...Takeshi Abe1-0/+10
2012-08-14minimize fractured text spansCaolán McNamara1-7/+30
2012-08-14fdo#39468: Translated German comments in sw/source/core/docnode/ndnotxt.cxxBertrand Lorentz1-15/+7
2012-08-13unusedcode.easy: remove unused codeThomas Arnhold1-1/+0
2012-08-13fdo#53113 docx export: initial shape text supportMiklos Vajna3-3/+51
2012-08-13misc. cleanup.Michael Meeks1-1/+2
2012-08-13fdo#53439 SwPageFrm::PaintBorderAndShadow fix painting at small zoomMiklos Vajna1-5/+16
2012-08-13fdo#47495 fix RTF import of multiple shapes inside textframesMiklos Vajna3-0/+188
2012-08-13add cppunit tests to guard against .txt import regressionsCaolán McNamara7-4/+21
2012-08-13Default ascii import dialog to fixed text font the the detected languageCaolán McNamara1-55/+40
2012-08-13fdo#53210 testcaseMiklos Vajna3-8/+15
2012-08-11Remove unused local varsJulien Nabet1-1/+0
2012-08-11fdo#53328: sw: ascii import: fix crash:Michael Stahl2-2/+2
2012-08-10Remove TemplateManager menu entry.Rafael Dominguez6-6/+0
2012-08-10Rename Templates->Save menu to Save As Template.Rafael Dominguez6-5/+6
2012-08-10Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-4/+4
2012-08-10fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all sectionsMiklos Vajna1-1/+26
2012-08-10Bin RtfAttributeOutput::WriteHex(sal_Int32 nNum)Julien Nabet2-6/+0
2012-08-10fdo#48446 implement RTF_CPGMiklos Vajna2-0/+17
2012-08-10Page Break: set position only when button is invisibleIvan Timofeev1-1/+1
2012-08-10Page Break: don't show if mouse is gone and button is still invisibleIvan Timofeev1-1/+1
2012-08-10Translate German comments in Writer.Tim Janik1-200/+169
2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan11-33/+11
2012-08-09Bin ViewShell::getIDocumentFieldsAccess()Julien Nabet2-5/+0
2012-08-09fdo#52960 SwCursor::SelectWordWT fix text selection in commented text rangesMiklos Vajna1-2/+3
2012-08-09rtl::OUStrings are supposed to be immutableCaolán McNamara1-7/+4
2012-08-09SwFltShell::QuoteStr: UniString -> OUStringMiklos Vajna2-7/+10
2012-08-08n#774681 SwFltControlStack::NewAttr don't extend font name / size attributesMiklos Vajna1-1/+1
2012-08-08testcase for bnc#773061Luboš Luňák2-0/+17
2012-08-08make it possible to verify contents of a text run tooLuboš Luňák1-3/+5
2012-08-08fix test after the recent w:position fix (i.e. bnc#773061)Luboš Luňák1-1/+1
2012-08-08fix test after recent <w:tabs> export changeLuboš Luňák1-1/+3
2012-08-08don't write out empty <w:tabs>, not allowed by the .docx specLuboš Luňák1-1/+11
2012-08-08valgrind: leak on early return branchCaolán McNamara1-8/+7