summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-06-04DeInitVCL at end of testsStephan Bergmann15-0/+15
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard8-10/+10
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe11-45/+41
2014-06-04Drop an unused fileTakeshi Abe1-19/+0
2014-06-03fdo#79384: replace the work-around with a different oneMichael Stahl1-0/+1
2014-06-03fdo#79384: RTF import: fix literal Shift-JIS textMichael Stahl2-0/+17
2014-06-03Finished rebasing to master.Valentin Kettner3-37/+7
2014-06-03sw: fix some assertions that still use removed SwDoc methodsMichael Stahl3-3/+6
2014-06-03Moved SwDoc's get<Interface> methods from docnew to doc.cxxValentin Kettner2-42/+36
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner57-486/+728
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner31-259/+259
2014-06-03Added IDocumentSettingAccess& getIDocumentSettingAccess() to SwDocValentin Kettner2-2/+15
2014-06-03Fixed a typo in IDocumentSettingAccess.hxxValentin Kettner6-29/+29
2014-06-03Removed IDocumentDeviceAccess.hxx include in SwDoc.hxxValentin Kettner32-2/+31
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner27-1/+26
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner58-379/+336
2014-06-03Added 32DummyCompatabilityOptions to DocumentSettingManangerValentin Kettner4-4/+44
2014-06-03Work on DocumentSettingManager for SwDoc.Valentin Kettner6-101/+98
2014-06-03Made SwDoc::getDocumentDeviceAccess return a reference.Valentin Kettner24-61/+61
2014-06-03Finished cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner6-19/+7
2014-06-03Cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner3-16/+4
2014-06-03Cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner7-17/+5
2014-06-03Removed getVirtualDevice and setVirtualDevice from SwDoc.Valentin Kettner2-12/+0
2014-06-03Started cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner19-44/+32
2014-06-03ODF loext:text-box import/export testcaseMiklos Vajna2-0/+15
2014-06-03SwTextBoxHelper::queryInterface: handle css::text::XTextRange as wellMiklos Vajna1-0/+4
2014-06-03SwXFrame::setPropertyValue: ignore setting ZOrder on TextBoxesMiklos Vajna1-1/+5
2014-06-03sw: let layout not mark embedded object as modifiedMiklos Vajna2-0/+15
2014-06-03sw: fix include guardsThomas Arnhold218-461/+461
2014-06-02coverity#735904 Unchecked dynamic_castMiklos Vajna1-1/+1
2014-06-02fdo#79384 RTF import: allow { without } in style namesMiklos Vajna1-0/+5
2014-06-02coverity#704885 Unchecked dynamic_castCaolán McNamara1-2/+4
2014-06-02coverity#1219786 Dereference after null checkCaolán McNamara1-1/+1
2014-06-02Avoid possible memory leaks in case of exceptionsTakeshi Abe9-31/+28
2014-06-02Fix memory leaks in test codeStephan Bergmann2-13/+22
2014-06-02SwTextBoxHelper: take care of position after a CustomShapeGeometry changeMiklos Vajna1-0/+11
2014-06-02fdo#76934 : DOCX: Preservation: AutoSpacing property not getting preserved.Pallavi Jadhav3-1/+17
2014-06-01Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet2-3/+3
2014-06-01sal_uInt16 to size_tMatteo Casalin1-4/+4
2014-06-01Avoid temporary OUStringsMatteo Casalin1-4/+3
2014-06-01sal_uInt16 to size_t, constifyMatteo Casalin1-29/+29
2014-06-01OUString: avoid temporaries and simplifyMatteo Casalin1-8/+5
2014-06-01sal_uInt16 to more proper types + minor optimizationsMatteo Casalin1-9/+8
2014-06-01Group common codeMatteo Casalin1-8/+19
2014-06-01OUString: simplify, constify, remove temporariesMatteo Casalin1-29/+20
2014-06-01sal_uInt16 to more proper types, constifyMatteo Casalin1-12/+13
2014-06-01Don't re-iterate over string to get consecutive tokensMatteo Casalin1-1/+2
2014-06-01OUString: avoid temporaries, plus minor optimizationsMatteo Casalin1-61/+39
2014-06-01sal_uInt16 to more proper types, constify, minor optimizationsMatteo Casalin1-20/+16
2014-06-01OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin1-40/+29