summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-08-20C++ name lookup is hard, especially for clang tinderboxMichael Stahl
2014-08-20i#107771: sw: burn, UnoCallBack, burn!Michael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXFootnoteMichael Stahl
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXFootnoteMichael Stahl
2014-08-20i#107771: sw: make SwXFootnote a client of its format poolitemMichael Stahl
2014-08-20SwWrtShell::StartInputFldDlg() can be called with RES_SETEXPFLD tooMichael Stahl
2014-08-20i#107771: sw: make SwXTextField a client of its format poolitemMichael Stahl
2014-08-20better error handing in SwXTextField::attach()Michael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXReferenceMarkMichael Stahl
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXReferenceMarkMichael Stahl
2014-08-20SwXReferenceMarks::GetObject() has no need for a mutex guardMichael Stahl
2014-08-20i#107771: sw: make SwXReferenceMark a client of its format poolitemMichael Stahl
2014-08-20sw: RES_TOXMARK_DELETED is unused since swunolocking1Michael Stahl
2014-08-20SwXDocumentIndexMark::CreateXDocumentIndexMark does not need SwTOXTypeMichael Stahl
2014-08-20RegisterToTOXType has a silly parameter nameMichael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXParagraphMichael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXTextSectionMichael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXDocumentIndexMichael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXDocumentIndexMarkMichael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXFieldMasterMichael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXTextFieldMichael Stahl
2014-08-20SwXBookmark: m_rThis now unusedMichael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXBookmark/SwXFieldmarkMichael Stahl
2014-08-20SwXMetaText::GetXMeta() now unusedMichael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXMeta/SwXMetaFieldMichael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXTextTableMichael Stahl
2014-08-20remove bogus mutex guard in SwXTextTables::GetObject()Michael Stahl
2014-08-20i#105557: thread-safe caching of SwXTextTable instancesMichael Stahl
2014-08-20fdo#72695: avoid double-free race condition for SwXFrameMichael Stahl
2014-08-20make SwXFrame derived constructors privateMichael Stahl
2014-08-20i#105557: even more thread-safe caching of SwXFrame instancesMichael Stahl
2014-08-20i#105557: more thread-safe caching of SwXFrame instancesMichael Stahl
2014-08-20i#105557: thread-safe caching of SwXFrame instancesMichael Stahl
2014-08-20sw/README: document refactor-god-objects progressMichael Stahl
2014-08-20sw/README: add some stuff about fieldsMichael Stahl
2014-08-20sw: ww8: fix another ~SwIndexReg() assertionMichael Stahl
2014-08-20sw: ww8: avoid ~SwIndexReg() assertionMichael Stahl
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara
2014-08-20move comment into assertCaolán McNamara
2014-08-20fix crash on loading ooo83574-1.docCaolán McNamara
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner
2014-08-19fix last commitLuboš Luňák
2014-08-19try to fix windows buildLuboš Luňák
2014-08-19DOCX export: handle SDT end right before a section break introducing headersMiklos Vajna
2014-08-19split CppunitTest_sw_ooxmlexport into several testsLuboš Luňák
2014-08-19fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin