summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2017-07-06tdf#108873 fix merge data handling in fieldsJan-Marek Glogowski3-3/+21
2017-07-06ofz: stay inside stringCaolán McNamara1-1/+1
2017-07-06Watermark: tdf#91687 correct size in the .docSzymon Kłos3-1/+16
2017-07-06sw: fix use-after-free in SwAccessibleMap::FireEvents()Michael Stahl1-0/+5
2017-07-04tdf#105095 DOCX import: conditionally ignore leading tab in footnotesMiklos Vajna3-1/+16
2017-07-04tdf#108836 sw: don't enable Undo if Steps configured to 0Michael Stahl2-2/+10
2017-07-04tdf#101821 sw: fix layout footnote use-after-freeMichael Stahl2-3/+38
2017-07-04tdf#108826 sw: also handle RES_REMOVE_UNO_OBJECT in SwCallMouseEventMichael Stahl1-3/+5
2017-07-04tdf#101821 sw: layout: don't move endnotes into footnotes' containerMichael Stahl1-1/+2
2017-06-29tdf#100075 DOCX frame height rule updatedVasily Melenchuk2-0/+17
2017-06-26ofz#2392 restored props don't match saved propsCaolán McNamara1-2/+13
2017-06-26tdf#98800 Enable Next button on the third page of the MM WizardGabor Kelemen1-0/+1
2017-06-23tdf#91781 Move watermark from insert to format menuYousuf Philips1-1/+1
2017-06-23tdf#101821 sw: fix layout footnote use-after-free in SwRootFrameMichael Stahl1-10/+14
2017-06-23Watermark: auto size in the RTFSzymon Kłos2-0/+417
2017-06-21these checkbox group entries are mutually exclusiveCaolán McNamara3-30/+30
2017-06-20tdf#108416 RTF import: fix unexpected bold list numberingMiklos Vajna2-0/+26
2017-06-19tdf#81475 Add separator before clone formatting buttonYousuf Philips2-0/+3
2017-06-19tdf#85940 Use correct reference ID for QuotationXisco Fauli2-2/+2
2017-06-19tdf#85940 Add basic character styles to context menuYousuf Philips2-0/+12
2017-06-19tdf#108418 Fix vertical alignment of checkbox textGabor Kelemen1-1/+0
2017-06-19Watermark: Right-align labels in dialogAdolfo Jayme Barrientos1-5/+5
2017-06-18coverity#1409893 Division or modulo by float zeroCaolán McNamara1-2/+6
2017-06-18coverity#1409895 Resource leakCaolán McNamara1-2/+6
2017-06-18coverity#1409896 Dereference before null checkCaolán McNamara1-2/+2
2017-06-17tdf#108494 incorrect Watermark positionSzymon Kłos1-0/+9
2017-06-16Watermark: RTF font import and exportSzymon Kłos2-3/+48
2017-06-16Watermark: fix rotation calculationSzymon Kłos1-11/+25
2017-06-16Watermark: RTF import / exportSzymon Kłos3-3/+675
2017-06-16Watermark: VML export/import font sizeSzymon Kłos2-0/+5
2017-06-16tdf#108486 Only apply hyperlink settings if something did changeSamuel Mehrbrodt1-0/+2
2017-06-15tdf#104640, tdf#108469: Insert image where the cursor isXisco Fauli1-1/+7
2017-06-14various extensions to REDLINE_ sequence not reflected in related resourcesCaolán McNamara5-45/+100
2017-06-14tdf#103091 conditional style conditions not savedTroy Rollo2-2/+53
2017-06-14tdf#103311 Conditionally disable Next button on MM Wizard page 4Gabor Kelemen1-4/+5
2017-06-14tdf#107618 DOCX export: fix missing header when doc ends with sectionMiklos Vajna3-11/+37
2017-06-12sw: DisableCallbackAction in a bunch more placesMichael Stahl6-10/+24
2017-06-12sw: use DisableCallbackAction here alsoMichael Stahl1-6/+7
2017-06-12tdf#108118 sw: fix recursive layouting during SwCursorShell::Paint()Michael Stahl4-24/+28
2017-06-10there are *two* STR_REDLINE_INSERT sequencesCaolán McNamara3-11/+11
2017-06-10tdf#99074: export Web view to DOCXAron Budea4-12/+18
2017-06-09missing STR_SAVEACOPY_SRC resourceCaolán McNamara1-0/+4
2017-06-09missing STR_TBL_FORMULA resourceCaolán McNamara1-0/+5
2017-06-08Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna1-41/+20
2017-06-08Related: tdf#108269 DOCM filter: reuse oox code for VBA preservationMiklos Vajna1-23/+32
2017-06-08tdf#108123 RTF paste: fix asymmetric shape <-> table manager stackMiklos Vajna2-0/+58
2017-06-07tdf#108305 sw: fix crash on fly "Position and Size"Michael Stahl1-2/+4
2017-06-07tdf#108349: fix LanguageType conversions from UNO "short"Michael Stahl1-4/+4
2017-06-07Related: tdf#108269 DOCM filter: preserve VBA streamMiklos Vajna4-0/+90
2017-06-07Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke3-3/+3