summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-08-20C++ name lookup is hard, especially for clang tinderboxMichael Stahl1-2/+4
2014-08-20i#107771: sw: burn, UnoCallBack, burn!Michael Stahl4-22/+0
2014-08-20fdo#72695: avoid double-free race condition for SwXFootnoteMichael Stahl5-14/+31
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXFootnoteMichael Stahl5-24/+39
2014-08-20i#107771: sw: make SwXFootnote a client of its format poolitemMichael Stahl12-42/+43
2014-08-20SwWrtShell::StartInputFldDlg() can be called with RES_SETEXPFLD tooMichael Stahl4-0/+34
2014-08-20i#107771: sw: make SwXTextField a client of its format poolitemMichael Stahl9-28/+55
2014-08-20better error handing in SwXTextField::attach()Michael Stahl1-0/+5
2014-08-20fdo#72695: avoid double-free race condition for SwXReferenceMarkMichael Stahl1-6/+11
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXReferenceMarkMichael Stahl8-38/+59
2014-08-20SwXReferenceMarks::GetObject() has no need for a mutex guardMichael Stahl1-2/+0
2014-08-20i#107771: sw: make SwXReferenceMark a client of its format poolitemMichael Stahl10-36/+42
2014-08-20sw: RES_TOXMARK_DELETED is unused since swunolocking1Michael Stahl2-2/+0
2014-08-20SwXDocumentIndexMark::CreateXDocumentIndexMark does not need SwTOXTypeMichael Stahl5-12/+8
2014-08-20RegisterToTOXType has a silly parameter nameMichael Stahl1-2/+2
2014-08-20fdo#72695: avoid double-free race condition for SwXParagraphMichael Stahl6-20/+31
2014-08-20fdo#72695: avoid double-free race condition for SwXTextSectionMichael Stahl1-3/+13
2014-08-20fdo#72695: avoid double-free race condition for SwXDocumentIndexMichael Stahl5-24/+39
2014-08-20fdo#72695: avoid double-free race condition for SwXDocumentIndexMarkMichael Stahl5-14/+32
2014-08-20fdo#72695: avoid double-free race condition for SwXFieldMasterMichael Stahl3-20/+39
2014-08-20fdo#72695: avoid double-free race condition for SwXTextFieldMichael Stahl5-33/+58
2014-08-20SwXBookmark: m_rThis now unusedMichael Stahl1-6/+3
2014-08-20fdo#72695: avoid double-free race condition for SwXBookmark/SwXFieldmarkMichael Stahl5-45/+74
2014-08-20SwXMetaText::GetXMeta() now unusedMichael Stahl1-2/+0
2014-08-20fdo#72695: avoid double-free race condition for SwXMeta/SwXMetaFieldMichael Stahl3-11/+38
2014-08-20fdo#72695: avoid double-free race condition for SwXTextTableMichael Stahl1-1/+9
2014-08-20remove bogus mutex guard in SwXTextTables::GetObject()Michael Stahl1-1/+0
2014-08-20i#105557: thread-safe caching of SwXTextTable instancesMichael Stahl6-18/+37
2014-08-20fdo#72695: avoid double-free race condition for SwXFrameMichael Stahl1-7/+16
2014-08-20make SwXFrame derived constructors privateMichael Stahl4-12/+24
2014-08-20i#105557: even more thread-safe caching of SwXFrame instancesMichael Stahl2-27/+23
2014-08-20i#105557: more thread-safe caching of SwXFrame instancesMichael Stahl1-6/+19
2014-08-20i#105557: thread-safe caching of SwXFrame instancesMichael Stahl11-55/+127
2014-08-20sw/README: document refactor-god-objects progressMichael Stahl1-4/+6
2014-08-20sw/README: add some stuff about fieldsMichael Stahl1-0/+33
2014-08-20sw: ww8: fix another ~SwIndexReg() assertionMichael Stahl1-2/+4
2014-08-20sw: ww8: avoid ~SwIndexReg() assertionMichael Stahl1-1/+2
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin5-5/+5
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara4-14/+42
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara20-66/+74
2014-08-20move comment into assertCaolán McNamara1-1/+1
2014-08-20fix crash on loading ooo83574-1.docCaolán McNamara1-3/+5
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin1-2/+2
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner38-116/+121
2014-08-19fix last commitLuboš Luňák4-4/+4
2014-08-19try to fix windows buildLuboš Luňák5-5/+5
2014-08-19DOCX export: handle SDT end right before a section break introducing headersMiklos Vajna4-1/+22
2014-08-19split CppunitTest_sw_ooxmlexport into several testsLuboš Luňák12-3362/+3767
2014-08-19fdo#75757: remove inheritance to std::vectorTakeshi Abe3-8/+3
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-3/+3