summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2014-08-25Properly downcast to any type of SwFlowFrm, not just SwCntntFrmStephan Bergmann
2014-08-25Remove unnecessary invalid downcastStephan Bergmann
2014-08-25Avoid unnecessary dereferencing of potential null pointersStephan Bergmann
2014-08-25sw HTML export: avoid loosing embedded objects when skipping imagesMiklos Vajna
2014-08-25Avoid unnecessary dereferencing of potential null pointersStephan Bergmann
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-25Dump table attributes and page description itemsJan-Marek Glogowski
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist
2014-08-23fdo#80534 bad default value (0) for the number of rowsThomas Arnhold
2014-08-22Avoid undef member function call with this == nullptrStephan Bergmann
2014-08-22CppunitTest_sw_ooxmlfieldexport: enable on WindowsMiklos Vajna
2014-08-22Prevent downcast to SwTxtFrm when already in ~SwFrm superclass dtorStephan Bergmann
2014-08-22Simplify autocorrect loading - removing redundant parameter.Michael Meeks
2014-08-22Avoid unnecessary invalid downcastsStephan Bergmann
2014-08-22QueryBox RID_QB_SPELL_CONTINUE -> MessageDialog + stringCaolán McNamara
2014-08-22QueryBox DLG_CHANGE_AUTH_ENTRY -> MessageDialog + stringCaolán McNamara
2014-08-22DOCX import: list styles don't support automatic updatesMiklos Vajna
2014-08-22SwXParagraph::Impl::GetTxtNode: fix indenetationMiklos Vajna
2014-08-22The bLastBoxInChain fields are unusedTor Lillqvist
2014-08-22bHasUDefProp is unusedTor Lillqvist
2014-08-22The comment apparently pertained to the following lineStephan Bergmann
2014-08-22Open the right tab for the More... commandMaxim Monastirsky
2014-08-22QueryBox STR_QUERY_DELETE -> MessageDialog + stringCaolán McNamara
2014-08-22QueryBox QB_CONNECT -> MessageDialog + stringCaolán McNamara
2014-08-22QueryBox DLG_SPECIAL_FORCED -> MessageDialog + stringCaolán McNamara
2014-08-21sw: _one_ unit test with use_library_objects sw ought to be enoughMichael Stahl
2014-08-21RES_PARATR_ORPHANS comes before RES_PARATR_WIDOWSStephan Bergmann
2014-08-21Fix *_component_getFactory function typeStephan Bergmann
2014-08-21DOCX export: prevent multiple paragraphs in some SDT containersMiklos Vajna
2014-08-21Avoid invalid downcasts to SwFmtHeader instead of SwFmtFooterStephan Bergmann
2014-08-21avoid crash on document ending before contained table endsCaolán McNamara
2014-08-21Check pTmpFrm->GetType(), not nFrmType, for FRM_FLYStephan Bergmann
2014-08-21DOCX export: handle anchored TextFrames inside shapesMiklos Vajna
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