summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2013-11-19DOCX drawingML shape import: handle marginsMiklos Vajna
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-18DOCX drawingML shape import: handle positionMiklos Vajna
2013-11-18cp#1000018 RTF export: avoid additional paragraph at footnote endMiklos Vajna
2013-11-18CppunitTest_sw_ooxmlexport: disable two testcases on MacMiklos Vajna
2013-11-17The new default Writer templateAhmad H. Al Harthi
2013-11-17Make the tiled rendering code compile for Android againTor Lillqvist
2013-11-17missing translatable="yes" attributesAndras Timar
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
2013-11-17undefining inline is just confusingTakeshi Abe
2013-11-17sal_Bool to boolTakeshi Abe
2013-11-15CppunitTest_sw_{odfexport,odfimport,ooxmlexport}: consistent macro namingMiklos Vajna
2013-11-15CppunitTest_sw_htmlexport: check for nullptrMiklos Vajna
2013-11-15[docx] activeX reference files (.bin) saved in InteropGrabBag and exported.sushil_shinde
2013-11-15Fixed for spacing between lines in table is getting preserve.PriyankaGaikwad
2013-11-15Fixed for spacing between lines having lineRule "auto" is getting preservedPriyankaGaikwad
2013-11-15LibreOffice Corrupts DOCX files containing Footnotes after RoundtripPallavi Jadhav
2013-11-15Added Unit test for PNG Crop image in Export.Pallavi Jadhav
2013-11-15Save Image-Crop information for GIF in docxPallavi Jadhav
2013-11-15DOCX export: fixes for para auto spacing roundtripMiklos Vajna
2013-11-15Resolved: Preservation of para before and after auto spacing.Nikhil Walvekar
2013-11-15Tiled rendering: Move the common code to the right place - PaintTile().Jan Holesovsky
2013-11-15Tiled rendering: Make the tiled rendering work together with normal render.Jan Holesovsky
2013-11-15Update the code snippet for tile rendering to be like in touch_lo_draw_tile()Tor Lillqvist
2013-11-15release BitmapReadAccess after use to fix 1 mb per render mem leakPtyl Dragon
2013-11-15removed use of envvars in touch_lo_draw_tilePtyl Dragon
2013-11-15Do use scaling after allTor Lillqvist
2013-11-15Call MakeVisible() to "scroll" the requested area into view if necessaryTor Lillqvist
2013-11-15Make the use of tileWidth/Height in the call to PaintTile() optionalTor Lillqvist
2013-11-15Make the scaling with the "tile/context" ratio optional, tooTor Lillqvist
2013-11-15Use SAL_INFO() instead of commented-out SAL_DEBUG() for nowTor Lillqvist
2013-11-15It seems that calling SetSwVisArea() has no effectTor Lillqvist
2013-11-15Pass tilePosX/Y also to PaintTile()Tor Lillqvist
2013-11-15removed DPX RIP (0,0) coords shift. played with rendering parametersPtyl Dragon
2013-11-15added units MLODpxes and MLORipsPtyl Dragon
2013-11-15ready for integration with CATiledLayerPtyl Dragon
2013-11-151st implementation of touch_lo_get_content_sizePtyl Dragon
2013-11-15created a long long unit for MLOContentSizePtyl Dragon
2013-11-15Need to acquire SolarMutex while using a VirtualDeviceTor Lillqvist
2013-11-15changed to CGSizePtyl Dragon
2013-11-15added Size touch_lo_get_content_size()Ptyl Dragon
2013-11-15for torPtyl Dragon
2013-11-15in progress tile renderingPtyl Dragon
2013-11-15iOS uses virtual device tooPtyl Dragon
2013-11-15Tiled rendering: This is wrong approach, kill it.Jan Holesovsky
2013-11-15Tiled rendering: Use VirtualDevice, and set the MapMode correctly.Jan Holesovsky
2013-11-15Tiled rendering: Update the adjustments in the test app .ui.Jan Holesovsky
2013-11-15Tiled rendering: Better way to get the values in the test app.Jan Holesovsky
2013-11-15now iOS draws something (upside down)Ptyl Dragon