summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-08-25convert MSG_PRINT_AS_MERGE with custom buttons to .uiCaolán McNamara6-12/+87
2014-08-25convert MSG_COMCORE_ASKSEARCH with custom buttons to .uiCaolán McNamara5-10/+88
2014-08-25Properly downcast to any type of SwFlowFrm, not just SwCntntFrmStephan Bergmann1-1/+1
2014-08-25Remove unnecessary invalid downcastStephan Bergmann1-1/+1
2014-08-25Avoid unnecessary dereferencing of potential null pointersStephan Bergmann2-7/+7
2014-08-25sw HTML export: avoid loosing embedded objects when skipping imagesMiklos Vajna4-4/+47
2014-08-25Avoid unnecessary dereferencing of potential null pointersStephan Bergmann3-8/+8
2014-08-25set names on a bunch more threads...Michael Stahl3-0/+8
2014-08-25Dump table attributes and page description itemsJan-Marek Glogowski1-1/+19
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt23-42/+13
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist31-51/+52
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist3-3/+3
2014-08-23fdo#80534 bad default value (0) for the number of rowsThomas Arnhold1-0/+1
2014-08-22Avoid undef member function call with this == nullptrStephan Bergmann1-4/+8
2014-08-22CppunitTest_sw_ooxmlfieldexport: enable on WindowsMiklos Vajna1-4/+0
2014-08-22Prevent downcast to SwTxtFrm when already in ~SwFrm superclass dtorStephan Bergmann4-1/+7
2014-08-22Simplify autocorrect loading - removing redundant parameter.Michael Meeks2-3/+3
2014-08-22Avoid unnecessary invalid downcastsStephan Bergmann2-2/+2
2014-08-22QueryBox RID_QB_SPELL_CONTINUE -> MessageDialog + stringCaolán McNamara3-8/+7
2014-08-22QueryBox DLG_CHANGE_AUTH_ENTRY -> MessageDialog + stringCaolán McNamara3-7/+4
2014-08-22DOCX import: list styles don't support automatic updatesMiklos Vajna1-0/+0
2014-08-22SwXParagraph::Impl::GetTxtNode: fix indenetationMiklos Vajna1-1/+1
2014-08-22The bLastBoxInChain fields are unusedTor Lillqvist1-1/+0
2014-08-22bHasUDefProp is unusedTor Lillqvist1-1/+0
2014-08-22The comment apparently pertained to the following lineStephan Bergmann1-1/+0
2014-08-22Open the right tab for the More... commandMaxim Monastirsky3-5/+28
2014-08-22QueryBox STR_QUERY_DELETE -> MessageDialog + stringCaolán McNamara3-10/+9
2014-08-22QueryBox QB_CONNECT -> MessageDialog + stringCaolán McNamara3-8/+5
2014-08-22QueryBox DLG_SPECIAL_FORCED -> MessageDialog + stringCaolán McNamara3-8/+4
2014-08-21sw: _one_ unit test with use_library_objects sw ought to be enoughMichael Stahl4-94/+3
2014-08-21RES_PARATR_ORPHANS comes before RES_PARATR_WIDOWSStephan Bergmann1-1/+1
2014-08-21Fix *_component_getFactory function typeStephan Bergmann1-7/+6
2014-08-21DOCX export: prevent multiple paragraphs in some SDT containersMiklos Vajna4-1/+26
2014-08-21Avoid invalid downcasts to SwFmtHeader instead of SwFmtFooterStephan Bergmann1-5/+7
2014-08-21avoid crash on document ending before contained table endsCaolán McNamara1-0/+2
2014-08-21Check pTmpFrm->GetType(), not nFrmType, for FRM_FLYStephan Bergmann1-1/+1
2014-08-21DOCX export: handle anchored TextFrames inside shapesMiklos Vajna2-1/+1
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