summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara1-1/+0
2014-08-14sw: initialize SwDoc::mbCopyIsMoveMichael Stahl1-0/+1
2014-08-14bnc#865381 DOCX import: handle <w:hideMark> table cell propertyMiklos Vajna2-0/+13
2014-08-14fix indentationMiklos Vajna1-3/+1
2014-08-14sw: assert that UnlockExpFlds() isn't called when it's not lockedMichael Stahl1-0/+1
2014-08-14sw: initialize SwDoc::mbInReadingMichael Stahl1-0/+1
2014-08-14sw: use less confusing variable names in python testMichael Stahl1-10/+10
2014-08-14java: remove commented out codeNoel Grandin1-12/+0
2014-08-14warning C4702: unreachable codeMichael Stahl1-1/+1
2014-08-14spurious warning C4189 local variable initialized but not referencedMichael Stahl1-2/+3
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl1-3/+5
2014-08-13check_table.py: use assertEqual()Thomas Arnhold1-124/+124
2014-08-13RTF import: fix handling of RTF_SHPFBLWTXTMiklos Vajna2-0/+28
2014-08-13DOCX export: write qFormat for style names having an STI numberMiklos Vajna2-2/+8
2014-08-13java: remove dead methodsNoel Grandin1-1/+0
2014-08-13warning C4245: 'initializing' : conversion from 'int' to 'sal_uLong'...Thomas Arnhold1-4/+7
2014-08-13warning C4245: '=' : conversion from 'char' to 'sal_Unicode'...Thomas Arnhold1-3/+3
2014-08-13warning C4365: '=' : conversion from 'int' to 'sal_uInt16', signed/unsigned m...Thomas Arnhold1-2/+2
2014-08-13update_pchThomas Arnhold4-7/+22
2014-08-13java: reduce scope, make some methods privateNoel Grandin1-11/+11
2014-08-13java: reduce scope, make fields privateNoel Grandin2-2/+2
2014-08-12Refactored IDocumentExternalData out of SwDoc.Valentin Kettner8-22/+109
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner72-2294/+2524
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner114-796/+1053
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner76-372/+568
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner24-241/+397
2014-08-12Refactored IDocumentLineNumberAccess.Valentin Kettner6-57/+6
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner92-1978/+2223
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner83-3224/+3470
2014-08-12show fly anchored inside selection as selected tooLuboš Luňák3-1/+32
2014-08-12fix deleting an image anchored to last paragraph in documentLuboš Luňák3-6/+19
2014-08-12fdo#82165: ODF import: clear all shapes when removing header contentMichael Stahl2-0/+10
2014-08-12DOCX export: handle wrap polygon around picturesMiklos Vajna3-0/+41
2014-08-12DOC export: factor out wrap polygon handling to to sw::utilMiklos Vajna3-26/+34
2014-08-12Remove invalid and unnecessary downcastStephan Bergmann1-1/+1
2014-08-12Resolves: fdo#81046 don't crash on compilers that enforce exception specsCaolán McNamara1-5/+13
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann97-244/+244
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+74
2014-08-11Resolves: fdo#81795 open the font tab via More... languagesCaolán McNamara1-0/+7
2014-08-11DOCX drawingML export: handle ContourPolyPolygon for drawinglayer shapesMiklos Vajna3-1/+60
2014-08-11java: remove unused parametersNoel Grandin2-2/+2
2014-08-11callcatcher: update unused codeCaolán McNamara1-5/+0
2014-08-11fdo#82123 : DOCX: Corruption: File was getting corrupt fafter RTPallavi Jadhav3-0/+38
2014-08-10fdo#82106 RTF import: fix missing tab after special footnoteMiklos Vajna2-0/+10
2014-08-09remove now unused tabpage.hrcThomas Arnhold2-4/+0
2014-08-09Resolves: #i125391# textbox object's location changes...Steve Yin1-13/+8
2014-08-08DOCX export: handle date SDT on paragraphsMiklos Vajna4-5/+59
2014-08-08fix image dragging inside a documentLuboš Luňák1-5/+1
2014-08-08sw: improve doc model xml dump of SwFmtAnchorMiklos Vajna1-1/+22
2014-08-08fdo#81946 Corrupt : DOCX file getting corrupt after RTPriyankaGaikwad3-0/+15