summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-04Drop an unused fileTakeshi Abe
2014-06-03fdo#79384: replace the work-around with a different oneMichael Stahl
2014-06-03fdo#79384: RTF import: fix literal Shift-JIS textMichael Stahl
2014-06-03Finished rebasing to master.Valentin Kettner
2014-06-03sw: fix some assertions that still use removed SwDoc methodsMichael Stahl
2014-06-03Moved SwDoc's get<Interface> methods from docnew to doc.cxxValentin Kettner
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner
2014-06-03Added IDocumentSettingAccess& getIDocumentSettingAccess() to SwDocValentin Kettner
2014-06-03Fixed a typo in IDocumentSettingAccess.hxxValentin Kettner
2014-06-03Removed IDocumentDeviceAccess.hxx include in SwDoc.hxxValentin Kettner
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner
2014-06-03Added 32DummyCompatabilityOptions to DocumentSettingManangerValentin Kettner
2014-06-03Work on DocumentSettingManager for SwDoc.Valentin Kettner
2014-06-03Made SwDoc::getDocumentDeviceAccess return a reference.Valentin Kettner
2014-06-03Finished cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner
2014-06-03Cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner
2014-06-03Cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner
2014-06-03Removed getVirtualDevice and setVirtualDevice from SwDoc.Valentin Kettner
2014-06-03Started cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner
2014-06-03ODF loext:text-box import/export testcaseMiklos Vajna
2014-06-03SwTextBoxHelper::queryInterface: handle css::text::XTextRange as wellMiklos Vajna
2014-06-03SwXFrame::setPropertyValue: ignore setting ZOrder on TextBoxesMiklos Vajna
2014-06-03sw: let layout not mark embedded object as modifiedMiklos Vajna
2014-06-03sw: fix include guardsThomas Arnhold
2014-06-02coverity#735904 Unchecked dynamic_castMiklos Vajna
2014-06-02fdo#79384 RTF import: allow { without } in style namesMiklos Vajna
2014-06-02coverity#704885 Unchecked dynamic_castCaolán McNamara
2014-06-02coverity#1219786 Dereference after null checkCaolán McNamara
2014-06-02Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-02Fix memory leaks in test codeStephan Bergmann
2014-06-02SwTextBoxHelper: take care of position after a CustomShapeGeometry changeMiklos Vajna
2014-06-02fdo#76934 : DOCX: Preservation: AutoSpacing property not getting preserved.Pallavi Jadhav
2014-06-01Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet
2014-06-01sal_uInt16 to size_tMatteo Casalin
2014-06-01Avoid temporary OUStringsMatteo Casalin
2014-06-01sal_uInt16 to size_t, constifyMatteo Casalin
2014-06-01OUString: avoid temporaries and simplifyMatteo Casalin
2014-06-01sal_uInt16 to more proper types + minor optimizationsMatteo Casalin
2014-06-01Group common codeMatteo Casalin
2014-06-01OUString: simplify, constify, remove temporariesMatteo Casalin
2014-06-01sal_uInt16 to more proper types, constifyMatteo Casalin
2014-06-01Don't re-iterate over string to get consecutive tokensMatteo Casalin
2014-06-01OUString: avoid temporaries, plus minor optimizationsMatteo Casalin
2014-06-01sal_uInt16 to more proper types, constify, minor optimizationsMatteo Casalin
2014-06-01OUString: constify, avoid temporaries and concatenated appendsMatteo Casalin
2014-06-01Use more proper integer types and constifyMatteo Casalin
2014-06-01OUstring: avoid temporaries and constifyMatteo Casalin