summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2014-11-27Related: #i17171# identify places where -1 was cast to 0xFFFF in the pastCaolán McNamara2-8/+8
2014-10-08fdo#79269: fix ODF import of style:footer-firstMichael Stahl1-15/+20
2014-08-14Resolves: fdo#81046 don't crash on compilers that enforce exception specsCaolán McNamara1-5/+13
2014-08-07SwDoc::CopyPageDesc(): probably sending Modify for first too cannot hurtMichael Stahl1-0/+6
2014-08-07fdo#69282: sw: fix updating of page styles via SwDocShell::_LoadStyles()Michael Stahl1-0/+16
2014-07-22fdo#79221: Wrong rendering of bottom and right character borderZolnai Tamás1-2/+4
2014-07-15fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida3-3/+5
2014-07-05Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet1-1/+1
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+8
2014-06-26Resolves fdo#54155: Crash when playing with a Group inside a GroupJulien Nabet1-1/+1
2014-06-12avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard3-3/+3
2014-06-11Related: #i125072# map given style name to corresponding UI name...Oliver-Rainer Wittmann1-0/+1
2014-06-09fix fdo#40073 : look for translated frame stylesElie Roux1-0/+1
2014-05-30handle direct formatting for numbering in .docx (bnc#875717)Luboš Luňák3-0/+36
2014-05-28fdo#78332: sw: fix separators in SwDDEFieldType::PutValue()Michael Stahl1-1/+2
2014-05-27various situations where graphic go missing on saveOliver-Rainer Wittmann2-10/+9
2014-05-26Resolves: fdo#79139 Crash in SwDropCapCache::CalcFontSizeJulien Nabet1-1/+1
2014-05-09fdo#77720: Mail Merge: reset cursors after clearing documentMichael Stahl1-0/+1
2014-05-09SwDoc::ConvertFieldsToText(): don't insert empty stringsMichael Stahl1-1/+2
2014-05-08fdo#75519: fix chapter cross referencesMichael Stahl1-31/+0
2014-05-08fdo#74790: sw: Compare Document: fix assertions about RSID-only hintsMichael Stahl2-3/+21
2014-05-03fix crash found when exploring fdo#50697Caolán McNamara1-3/+4
2014-04-30allow accepting/rejecting changes in a selection (bnc#874790)Luboš Luňák2-33/+51
2014-04-17fdo#77342: sw: fix copy/paste of footnote cross referencesMichael Stahl1-38/+34
2014-04-07fdo#76298: sw: do not start up every OLE object on deletionMichael Stahl1-8/+9
2014-04-04bnc#821208 DOC import: fix unwanted char background in numbering char styleMiklos Vajna1-1/+1
2014-04-03Resolves: fdo#73936 make FormFieldDropDowns a real fieldportionCaolán McNamara7-80/+87
2014-03-31Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand1-1/+1
2014-03-25fdo#74981: cutting nothing should do nothing, should fix field dupesBjoern Michaelsen1-0/+2
2014-03-22fdo#76235 #i124039# assure correct line break for multi-lined Input FieldsOliver-Rainer Wittmann2-1/+10
2014-03-22fdo#73466 SwTxtSizeInfo / SwTxtInputFldPortion: invalid string accessMiklos Vajna2-2/+2
2014-03-21Resolves: fdo#75728 #i124474# on change of User Field via UNO-API...Oliver-Rainer Wittmann1-5/+16
2014-03-20fdo#75260: Apply the same fix from writer table to character bordering.Kohei Yoshida1-12/+20
2014-03-20fdo#75260: Apply the same fix from writer table to paragraph bordering.Kohei Yoshida1-0/+20
2014-03-18workaround for rounding errors when handling merged cells (fdo#38414)Luboš Luňák1-3/+13
2014-03-18fdo#75260: Improve double line drawing for writer table.Kohei Yoshida1-51/+19
2014-03-18fdo#76195: Set the border type to NONE to ensure it won't be drawn.Kohei Yoshida1-15/+27
2014-03-17fdo#47355: partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22Bjoern Michaelsen1-8/+0
2014-03-14fdo#75898 SwFEShell::InsertRow: fix this in case bSelectAll == trueMiklos Vajna1-0/+8
2014-03-13fdo#75110 SwEditShell::DeleteSel fix start of selection when bSelAll == trueMiklos Vajna1-2/+7
2014-03-12fdo#76030: Use the table boundaries view option to toggle border drawing.Kohei Yoshida1-12/+9
2014-03-09fdo#75492: table names can start the same way and still be differentBjoern Michaelsen1-1/+1
2014-03-09rhbz#1043551: sw: avoid division-by-0 in Text Grid painting codeMichael Stahl1-0/+12
2014-03-07fdo#74854: better loose selection than crashingBjoern Michaelsen1-0/+7
2014-03-05fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida1-134/+235
2014-03-04fdo#47811: fix setPropertyValue("Name") of Database fieldmasterMichael Stahl1-1/+1
2014-02-20fdo#75118: sw: do not paint zero-width linesMichael Stahl1-4/+8
2014-02-17fdo#68927: sw: fix painting of SVG page backgroundMichael Stahl3-25/+49
2014-02-14fdo#50763: handle inlined base64 imagesChr. Rossmanith2-1/+10
2014-02-12Resolves: #i124179# trigger update User Fields...Oliver-Rainer Wittmann3-4/+60