summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* Writer : Fix fdo#71694 by clearing old anchor frame before setting newArnaud Versini2013-11-201-1/+2
* CppunitTest_sw_ooxmlexport: disable failing testLineSpacingexport on MacMiklos Vajna2013-11-201-0/+3
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-203-8/+8
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-203-3/+3
* fdo#71645 remove footnote numbers in cross-referencesLászló Németh2013-11-209-13/+19
* CppunitTest_sw_ooxmlexport: speed this up a bitMiklos Vajna2013-11-195-13/+68
* Disambiguate std::max callStephan Bergmann2013-11-191-1/+1
* DOCX drawingML shape import: wp:anchor's behindDoc attributeMiklos Vajna2013-11-192-1/+6
* don't panic on clicking inside input fieldCaolán McNamara2013-11-191-13/+19
* Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann2013-11-19138-1553/+3117
* DOCX drawingML shape import: handle wrap typeMiklos Vajna2013-11-191-0/+2
* DOCX drawingML shape import: handle marginsMiklos Vajna2013-11-191-0/+3
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-199-35/+33
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-192-6/+6
* DOCX drawingML shape import: handle positionMiklos Vajna2013-11-181-1/+5
* cp#1000018 RTF export: avoid additional paragraph at footnote endMiklos Vajna2013-11-184-4/+20
* CppunitTest_sw_ooxmlexport: disable two testcases on MacMiklos Vajna2013-11-181-0/+6
* The new default Writer templateAhmad H. Al Harthi2013-11-171-14/+57
* Make the tiled rendering code compile for Android againTor Lillqvist2013-11-171-4/+17
* missing translatable="yes" attributesAndras Timar2013-11-1717-32/+32
* bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2013-11-174-11/+11
* undefining inline is just confusingTakeshi Abe2013-11-171-2/+0
* sal_Bool to boolTakeshi Abe2013-11-177-39/+39
* CppunitTest_sw_{odfexport,odfimport,ooxmlexport}: consistent macro namingMiklos Vajna2013-11-153-129/+131
* CppunitTest_sw_htmlexport: check for nullptrMiklos Vajna2013-11-151-2/+2
* [docx] activeX reference files (.bin) saved in InteropGrabBag and exported.sushil_shinde2013-11-153-1/+81
* Fixed for spacing between lines in table is getting preserve.PriyankaGaikwad2013-11-152-0/+6
* Fixed for spacing between lines having lineRule "auto" is getting preservedPriyankaGaikwad2013-11-153-0/+9
* LibreOffice Corrupts DOCX files containing Footnotes after RoundtripPallavi Jadhav2013-11-154-2/+16
* Added Unit test for PNG Crop image in Export.Pallavi Jadhav2013-11-152-1/+22
* Save Image-Crop information for GIF in docxPallavi Jadhav2013-11-153-2/+26
* DOCX export: fixes for para auto spacing roundtripMiklos Vajna2013-11-151-1/+5
* Resolved: Preservation of para before and after auto spacing.Nikhil Walvekar2013-11-155-10/+62
* Tiled rendering: Move the common code to the right place - PaintTile().Jan Holesovsky2013-11-153-49/+32
* Tiled rendering: Make the tiled rendering work together with normal render.Jan Holesovsky2013-11-153-9/+12
* Update the code snippet for tile rendering to be like in touch_lo_draw_tile()Tor Lillqvist2013-11-151-5/+17
* release BitmapReadAccess after use to fix 1 mb per render mem leakPtyl Dragon2013-11-151-0/+1
* removed use of envvars in touch_lo_draw_tilePtyl Dragon2013-11-151-14/+1
* Do use scaling after allTor Lillqvist2013-11-151-11/+10
* Call MakeVisible() to "scroll" the requested area into view if necessaryTor Lillqvist2013-11-151-0/+2
* Make the use of tileWidth/Height in the call to PaintTile() optionalTor Lillqvist2013-11-151-3/+7
* Make the scaling with the "tile/context" ratio optional, tooTor Lillqvist2013-11-151-5/+9
* Use SAL_INFO() instead of commented-out SAL_DEBUG() for nowTor Lillqvist2013-11-151-5/+5
* It seems that calling SetSwVisArea() has no effectTor Lillqvist2013-11-151-1/+10
* Pass tilePosX/Y also to PaintTile()Tor Lillqvist2013-11-151-1/+1
* removed DPX RIP (0,0) coords shift. played with rendering parametersPtyl Dragon2013-11-151-5/+6
* added units MLODpxes and MLORipsPtyl Dragon2013-11-151-18/+28
* ready for integration with CATiledLayerPtyl Dragon2013-11-151-5/+21
* 1st implementation of touch_lo_get_content_sizePtyl Dragon2013-11-151-0/+5
* created a long long unit for MLOContentSizePtyl Dragon2013-11-151-0/+9