summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-04-09cleanup SwContentTree constructTomaž Vajngerl1-42/+35
2015-04-08fix assert on exporting fdo79938-1.ott to .docCaolán McNamara1-2/+4
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna19-26/+31
2015-04-08MM: fixed invalid UNO-Reference as return value of UNO MailMergeServiceChristoph Lutz1-2/+1
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin1-4/+4
2015-04-08SwViewShell::PaintTile: avoid incomplete tiles when layout is not readyMiklos Vajna1-0/+3
2015-04-08convert SHADOW_ constants to enum classNoel Grandin9-28/+29
2015-04-07tdf#89802: xmloff: fix ODF import of frame with empty style name refMichael Stahl2-0/+68
2015-04-07Resolves: tdf#90504 0x7 chars in .doc are not always cell/row endsCaolán McNamara1-8/+11
2015-04-07Remove dead INetProtocol::VimStephan Bergmann12-18/+9
2015-04-07fix assert on export of fdo77716-1.docx to odtCaolán McNamara1-1/+1
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann1-5/+4
2015-04-07tdf#90362 sw: config option for ignoring protected areasMiklos Vajna10-9/+85
2015-04-07tdf#90441: sw: *another* crash on shutdown after changing SvxAutoCorrCfgMichael Stahl1-0/+1
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin2-2/+2
2015-04-07negative after-text indents ignored by msword for aposCaolán McNamara3-0/+31
2015-04-07loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-07Coverity#1292911: Capture by referenceStephan Bergmann1-5/+5
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna3-1/+24
2015-04-07SwSelPaintRects: avoid rendering the overlay on AndroidMiklos Vajna1-4/+4
2015-04-07Prevent showing the dialog (and crashing) when tiled rendering.Tomaž Vajngerl1-5/+12
2015-04-07Change the Logic in SetGraphicLogicPosition()Miklos Vajna3-4/+4
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna68-185/+176
2015-04-05tdf#51287: Personalisation of keyboard shortcuts incoherenceRishabh Kumar1-1/+1
2015-04-05Why use sal_Unicode for this when OUStringLiteral1 takes a char anyway?Tor Lillqvist1-1/+1
2015-04-05WaE: elide construction of rtl::OUString with ASCII sal_Unicode argument ...Tor Lillqvist1-1/+1
2015-04-05Use more proper integer types and range-for loops, reduce scopeMatteo Casalin1-117/+104
2015-04-05Reduce scope and improve readabilityMatteo Casalin1-7/+6
2015-04-05Use +=Matteo Casalin1-4/+3
2015-04-05Use more proper integer types and range-for loopsMatteo Casalin1-49/+41
2015-04-05Use indexes in OUString::getTokenMatteo Casalin1-5/+7
2015-04-05SimplifyMatteo Casalin1-7/+6
2015-04-05Reduce OUString temporariesMatteo Casalin1-21/+12
2015-04-05Use more proper types and range-for loopsMatteo Casalin1-37/+39
2015-04-05Filled vector already provides nuber of itemsMatteo Casalin4-21/+20
2015-04-05Fix my previous commitsMatteo Casalin1-2/+2
2015-04-05Some OUString simplificationsMatteo Casalin1-13/+5
2015-04-05SimplifyMatteo Casalin1-42/+32
2015-04-05Avoid two special values as "whole array" flagMatteo Casalin2-6/+5
2015-04-05Default value of nLookahead is never overriddenMatteo Casalin2-6/+6
2015-04-05Use more proper integer typesMatteo Casalin1-14/+19
2015-04-04sw: prefix members of SwRootFrmMiklos Vajna6-170/+170
2015-04-04cppcheck: Identical code for different branchesJulien Nabet1-2/+1
2015-04-03CppunitTest_sw_ooxmlexport5: fix Fedora 22 alpha buildMiklos Vajna1-10/+2
2015-04-03Resolves: tdf#83977 Push/Pop before/after messing with the cursorCaolán McNamara1-2/+2
2015-04-03Resolves: tdf#90138 don't try to save a marks OtherPos if it doesn't have oneCaolán McNamara1-1/+1
2015-04-03Resolves: tdf#87548 don't create a new list for each multiselection portionCaolán McNamara3-10/+24
2015-04-03Resolves: tdf#90099 group new style and change style together as one undoCaolán McNamara1-2/+30
2015-04-03use UNDO_EMPTY instead of bare 0Caolán McNamara1-2/+2