summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-08-16RTF import: handle pWrapPolygonVertices shape propertyMiklos Vajna
2014-08-15fdo#82191 sw::DocumentLayoutManager: copy textbox content of draw formatsMiklos Vajna
2014-08-15SwTextBoxHelper::findTextBoxes: return a set of const pointersMiklos Vajna
2014-08-15SwTextBoxHelper::findTextBox: take a const SwFrmFmtMiklos Vajna
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara
2014-08-14sw: initialize SwDoc::mbCopyIsMoveMichael Stahl
2014-08-14bnc#865381 DOCX import: handle <w:hideMark> table cell propertyMiklos Vajna
2014-08-14fix indentationMiklos Vajna
2014-08-14sw: assert that UnlockExpFlds() isn't called when it's not lockedMichael Stahl
2014-08-14sw: initialize SwDoc::mbInReadingMichael Stahl
2014-08-14sw: use less confusing variable names in python testMichael Stahl
2014-08-14java: remove commented out codeNoel Grandin
2014-08-14warning C4702: unreachable codeMichael Stahl
2014-08-14spurious warning C4189 local variable initialized but not referencedMichael Stahl
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl
2014-08-13check_table.py: use assertEqual()Thomas Arnhold
2014-08-13RTF import: fix handling of RTF_SHPFBLWTXTMiklos Vajna
2014-08-13DOCX export: write qFormat for style names having an STI numberMiklos Vajna
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13warning C4245: 'initializing' : conversion from 'int' to 'sal_uLong'...Thomas Arnhold
2014-08-13warning C4245: '=' : conversion from 'char' to 'sal_Unicode'...Thomas Arnhold
2014-08-13warning C4365: '=' : conversion from 'int' to 'sal_uInt16', signed/unsigned m...Thomas Arnhold
2014-08-13update_pchThomas Arnhold
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12Refactored IDocumentExternalData out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentLineNumberAccess.Valentin Kettner
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
2014-08-12show fly anchored inside selection as selected tooLuboš Luňák
2014-08-12fix deleting an image anchored to last paragraph in documentLuboš Luňák
2014-08-12fdo#82165: ODF import: clear all shapes when removing header contentMichael Stahl
2014-08-12DOCX export: handle wrap polygon around picturesMiklos Vajna
2014-08-12DOC export: factor out wrap polygon handling to to sw::utilMiklos Vajna
2014-08-12Remove invalid and unnecessary downcastStephan Bergmann
2014-08-12Resolves: fdo#81046 don't crash on compilers that enforce exception specsCaolán McNamara
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11Resolves: fdo#81795 open the font tab via More... languagesCaolán McNamara
2014-08-11DOCX drawingML export: handle ContourPolyPolygon for drawinglayer shapesMiklos Vajna
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11callcatcher: update unused codeCaolán McNamara
2014-08-11fdo#82123 : DOCX: Corruption: File was getting corrupt fafter RTPallavi Jadhav
2014-08-10fdo#82106 RTF import: fix missing tab after special footnoteMiklos Vajna
2014-08-09remove now unused tabpage.hrcThomas Arnhold
2014-08-09Resolves: #i125391# textbox object's location changes...Steve Yin