summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)AuthorFilesLines
2013-11-26Mailmerge shows wrong number of emails to be sentRodolfo Ribeiro Gomes1-1/+1
2013-11-25Fixed for libreoffice crashes while opening file.PriyankaGaikwad1-1/+1
2013-11-21Resolves: fdo#67263 CRASH when deleting applied bulleted paragraph styleJulien Nabet1-1/+1
2013-11-20Clean up SwXTextDocument::createStephan Bergmann1-96/+85
2013-11-20Freeze layout / page format normalization.Jan-Marek Glogowski3-1/+28
2013-11-20Resolves: #i123578# adjust table layout algorithm to avoid layout loopsOliver-Rainer Wittmann2-47/+65
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin3-15/+15
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann4-12/+19
2013-11-20fdo#71740 AutoCorrection Border emphasis differencesLaurent Balland-Poirier1-9/+9
2013-11-20bnc#837302: Allow insertion of redlines with an empty author.Jan Holesovsky1-2/+1
2013-11-20Highlight fade in SwCommentRulerRodolfo Ribeiro Gomes2-13/+60
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin3-15/+15
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2-12/+7
2013-11-20Remove now useless RTL code-comment on SwCommentRulerRodolfo Ribeiro Gomes1-4/+3
2013-11-20Writer : Fix fdo#71694 by clearing old anchor frame before setting newArnaud Versini1-1/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin3-8/+8
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin3-3/+3
2013-11-20fdo#71645 remove footnote numbers in cross-referencesLászló Németh6-10/+13
2013-11-19Disambiguate std::max callStephan Bergmann1-1/+1
2013-11-19don't panic on clicking inside input fieldCaolán McNamara1-13/+19
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann121-1401/+2863
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin9-35/+33
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2-6/+6
2013-11-18cp#1000018 RTF export: avoid additional paragraph at footnote endMiklos Vajna3-3/+18
2013-11-17The new default Writer templateAhmad H. Al Harthi1-14/+57
2013-11-17Make the tiled rendering code compile for Android againTor Lillqvist1-4/+17
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2-2/+2
2013-11-17sal_Bool to boolTakeshi Abe5-30/+30
2013-11-15[docx] activeX reference files (.bin) saved in InteropGrabBag and exported.sushil_shinde1-1/+53
2013-11-15Fixed for spacing between lines having lineRule "auto" is getting preservedPriyankaGaikwad1-0/+3
2013-11-15LibreOffice Corrupts DOCX files containing Footnotes after RoundtripPallavi Jadhav2-2/+6
2013-11-15Save Image-Crop information for GIF in docxPallavi Jadhav1-2/+8
2013-11-15DOCX export: fixes for para auto spacing roundtripMiklos Vajna1-1/+5
2013-11-15Resolved: Preservation of para before and after auto spacing.Nikhil Walvekar3-10/+56
2013-11-15Tiled rendering: Move the common code to the right place - PaintTile().Jan Holesovsky1-23/+29
2013-11-15Tiled rendering: Make the tiled rendering work together with normal render.Jan Holesovsky2-9/+11
2013-11-15release BitmapReadAccess after use to fix 1 mb per render mem leakPtyl Dragon1-0/+1
2013-11-15removed use of envvars in touch_lo_draw_tilePtyl Dragon1-14/+1
2013-11-15Do use scaling after allTor Lillqvist1-11/+10
2013-11-15Call MakeVisible() to "scroll" the requested area into view if necessaryTor Lillqvist1-0/+2
2013-11-15Make the use of tileWidth/Height in the call to PaintTile() optionalTor Lillqvist1-3/+7
2013-11-15Make the scaling with the "tile/context" ratio optional, tooTor Lillqvist1-5/+9
2013-11-15Use SAL_INFO() instead of commented-out SAL_DEBUG() for nowTor Lillqvist1-5/+5
2013-11-15It seems that calling SetSwVisArea() has no effectTor Lillqvist1-1/+10
2013-11-15Pass tilePosX/Y also to PaintTile()Tor Lillqvist1-1/+1
2013-11-15removed DPX RIP (0,0) coords shift. played with rendering parametersPtyl Dragon1-5/+6
2013-11-15added units MLODpxes and MLORipsPtyl Dragon1-18/+28
2013-11-15ready for integration with CATiledLayerPtyl Dragon1-5/+21
2013-11-151st implementation of touch_lo_get_content_sizePtyl Dragon1-0/+5
2013-11-15created a long long unit for MLOContentSizePtyl Dragon1-0/+9