summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-04fix indentationMarkus Mohrhard1-21/+21
2014-06-04remove whitespaceMarkus Mohrhard1-194/+0
2014-06-04remove whitespaceMarkus Mohrhard1-130/+0
2014-06-04remove whitespaceMarkus Mohrhard1-25/+0
2014-06-04remove whitespaceMarkus Mohrhard1-62/+0
2014-06-04remove whitespaceMarkus Mohrhard1-23/+0
2014-06-04remove whitespaceMarkus Mohrhard1-5/+0
2014-06-04remove whitespaceMarkus Mohrhard1-8/+0
2014-06-04remove whitespaceMarkus Mohrhard1-14/+0
2014-06-04fix new[]/delete mismatchMarkus Mohrhard1-1/+1
2014-06-04fix refresh problem with 2D OpenGL chart and OpenGLWindowMarkus Mohrhard2-0/+46
2014-06-04Avoid accessing freed memory and freeing already freed resourcesTor Lillqvist2-0/+9
2014-06-03writerfilter: fix log areaMichael Stahl1-1/+1
2014-06-04Add more source files for debugging convenienceTor Lillqvist1-1/+37
2014-06-04Add (debugging) function to get the symbolic name of a MetaActionTor Lillqvist2-1/+83
2014-06-03fixup coverity#1219801Caolán McNamara1-1/+1
2014-06-04Avoid possible memory leaks in case of exceptionsTakeshi Abe11-45/+41
2014-06-04Drop an unused fileTakeshi Abe1-19/+0
2014-06-03coverity#982753 Dereference null return valueCaolán McNamara1-1/+1
2014-06-03coverity#982755 Dereference null return valueCaolán McNamara1-1/+1
2014-06-03coverity#982756 Dereference null return valueCaolán McNamara1-1/+1
2014-06-03coverity#1219794 Uncaught exceptionCaolán McNamara3-12/+7
2014-06-03coverity#1219801 Uncaught exceptionCaolán McNamara4-3/+17
2014-06-03(related: bnc#823675) RTF import: get rid of hacks for \f in LISTLEVELMichael Stahl1-6/+3
2014-06-03RTF import: fix handling of \loch \hich \dbch \ltrch \rtlchMichael Stahl2-5/+20
2014-06-03fdo#79384: replace the work-around with a different oneMichael Stahl2-7/+8
2014-06-03fdo#79384: RTF import: fix literal Shift-JIS textMichael Stahl4-5/+48
2014-06-03WaE: 'guessesForWord:' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-1/+1
2014-06-03WaE: 'convertBaseToScreen:' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-0/+4
2014-06-03WaE: 'scrollerWidth' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-1/+4
2014-06-03WaE: 'NSPrintSavePath' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-1/+1
2014-06-03WaE: comparison of two values with different enumeration typesTor Lillqvist1-1/+2
2014-06-03WaE: 'setFlipped' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-2/+1
2014-06-03WaE: case value not in enumerated type 'NSEventSubtype'Tor Lillqvist1-1/+2
2014-06-03Initial attempt at implementing NSTextInputClient instead of NSTextInputTor Lillqvist2-11/+20
2014-06-03WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-7/+3
2014-06-03Remove xub_StrLen refsJulien Nabet1-2/+2
2014-06-03unknown log area [loplugin:sallogareas]Eike Rathke1-1/+1
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 Kettner58-486/+1320
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