summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2013-11-20CppunitTest_sw_ooxmlexport: disable failing testLineSpacingexport on MacMiklos Vajna1-0/+3
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émeth9-13/+19
2013-11-19CppunitTest_sw_ooxmlexport: speed this up a bitMiklos Vajna5-13/+68
2013-11-19Disambiguate std::max callStephan Bergmann1-1/+1
2013-11-19DOCX drawingML shape import: wp:anchor's behindDoc attributeMiklos Vajna2-1/+6
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 Wittmann138-1553/+3117
2013-11-19DOCX drawingML shape import: handle wrap typeMiklos Vajna1-0/+2
2013-11-19DOCX drawingML shape import: handle marginsMiklos Vajna1-0/+3
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-18DOCX drawingML shape import: handle positionMiklos Vajna1-1/+5
2013-11-18cp#1000018 RTF export: avoid additional paragraph at footnote endMiklos Vajna4-4/+20
2013-11-18CppunitTest_sw_ooxmlexport: disable two testcases on MacMiklos Vajna1-0/+6
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-17missing translatable="yes" attributesAndras Timar17-32/+32
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar4-11/+11
2013-11-17undefining inline is just confusingTakeshi Abe1-2/+0
2013-11-17sal_Bool to boolTakeshi Abe7-39/+39
2013-11-15CppunitTest_sw_{odfexport,odfimport,ooxmlexport}: consistent macro namingMiklos Vajna3-129/+131
2013-11-15CppunitTest_sw_htmlexport: check for nullptrMiklos Vajna1-2/+2
2013-11-15[docx] activeX reference files (.bin) saved in InteropGrabBag and exported.sushil_shinde3-1/+81
2013-11-15Fixed for spacing between lines in table is getting preserve.PriyankaGaikwad2-0/+6
2013-11-15Fixed for spacing between lines having lineRule "auto" is getting preservedPriyankaGaikwad3-0/+9
2013-11-15LibreOffice Corrupts DOCX files containing Footnotes after RoundtripPallavi Jadhav4-2/+16
2013-11-15Added Unit test for PNG Crop image in Export.Pallavi Jadhav2-1/+22
2013-11-15Save Image-Crop information for GIF in docxPallavi Jadhav3-2/+26
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 Walvekar5-10/+62
2013-11-15Tiled rendering: Move the common code to the right place - PaintTile().Jan Holesovsky3-49/+32
2013-11-15Tiled rendering: Make the tiled rendering work together with normal render.Jan Holesovsky3-9/+12
2013-11-15Update the code snippet for tile rendering to be like in touch_lo_draw_tile()Tor Lillqvist1-5/+17
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
2013-11-15Need to acquire SolarMutex while using a VirtualDeviceTor Lillqvist1-0/+4