summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-15changed to CGSizePtyl Dragon1-12/+0
2013-11-15added Size touch_lo_get_content_size()Ptyl Dragon1-0/+10
2013-11-15for torPtyl Dragon1-4/+4
2013-11-15in progress tile renderingPtyl Dragon1-3/+13
2013-11-15iOS uses virtual device tooPtyl Dragon1-7/+10
2013-11-15Tiled rendering: This is wrong approach, kill it.Jan Holesovsky1-4/+0
2013-11-15Tiled rendering: Use VirtualDevice, and set the MapMode correctly.Jan Holesovsky1-16/+11
2013-11-15Tiled rendering: Update the adjustments in the test app .ui.Jan Holesovsky1-2/+9
2013-11-15Tiled rendering: Better way to get the values in the test app.Jan Holesovsky1-12/+6
2013-11-15now iOS draws something (upside down)Ptyl Dragon1-6/+5
2013-11-15Tiled rendering: Very crude way to "show something".Jan Holesovsky2-7/+24
2013-11-15now showing blank tilePtyl Dragon1-1/+13
2013-11-15refactored to allow copying FixedImage to iosPtyl Dragon1-1/+9