summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-30Kill saveAsWithOptions again. (merge error/oversight)feature/calctiledrenderingAndrzej Hunt1-4/+0
2014-06-30LOK DocView: handle document load failure without crashing.Michael Meeks1-7/+15
2014-06-26Ensure we actually render all cells in the selected area.Andrzej Hunt1-0/+4
2014-06-26Take into account drawing layer for data area size.Andrzej Hunt1-2/+18
2014-06-25DO NOT USEAndrzej Hunt3-4/+70
2014-06-25Use output device mapping for draw layer too.Andrzej Hunt1-1/+2
2014-06-25Turns out document coordinates are already in TWIPs.Andrzej Hunt1-13/+2
2014-06-25Set correct scaling for normal painting.Andrzej Hunt1-0/+5
2014-06-25Use output device scaling to determine cells in draw-area.Andrzej Hunt1-9/+10
2014-06-25Don't scale grid and cell dimensions multiple times.Andrzej Hunt2-19/+21
2014-06-25Return TWIPS for calc document size.Andrzej Hunt2-3/+11
2014-06-25Implement data area size retrieval.Andrzej Hunt3-4/+41
2014-06-25Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt2-7/+14
2014-06-25Calc: Add tiled rendering device to the paint view.Andrzej Hunt1-0/+13
2014-06-25Render tiles from calc.Andrzej Hunt3-14/+32
2014-06-25fix buildCaolán McNamara1-5/+8
2014-06-25LOK: tiled rendering / svp includes are Linux only too for now.Andrzej Hunt1-1/+4
2014-06-25LOK: Tiled Rendering only useable on Linux.Andrzej Hunt1-0/+11
2014-06-25Update libgltf: new build system and various fixesZolnai Tamás31-1274/+1357
2014-06-25MSWord uses \xb for linebreaks in DB fields, take 2 (bnc#878854)Luboš Luňák1-0/+1
2014-06-25remove spurious com::sun::star::util prefixMichael Stahl3-4/+3
2014-06-25remove spurious com::sun::star::text prefixMichael Stahl4-8/+8
2014-06-25remove spurious com::sun::star::forms prefixMichael Stahl2-2/+2
2014-06-25remove spurious com::sun::star::frame prefixMichael Stahl1-2/+2
2014-06-25remove spurious com::sun::star::script prefixMichael Stahl1-1/+1
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl9-12/+12
2014-06-25remove spurious com::sun::star::chaosMichael Stahl7-9/+9
2014-06-25SwView::EnterDrawTextMode: refuse to edit editeng text if texbox is attachedMiklos Vajna1-1/+14
2014-06-25Add all the required conditions for vclplug_svp.Andrzej Hunt1-1/+3
2014-06-25vclplug_svp only exists with ENABLE_HEADLESS.Andrzej Hunt1-1/+1
2014-06-25Related: fdo#37401 adjust fix to original aCenter useCaolán McNamara1-1/+1
2014-06-25LOK DocView: clean up document on exit.Andrzej Hunt1-0/+12
2014-06-25Add zoom controls to gtktiledviewer.Andrzej Hunt1-5/+75
2014-06-25LOK Docview: add set_zoomAndrzej Hunt2-11/+40
2014-06-25Use full sofficerc for LOK.Andrzej Hunt1-10/+1
2014-06-25Add tiled rendering outline to Calc.Andrzej Hunt4-0/+55
2014-06-25Use ITiledRenderable for LIBLOK.Andrzej Hunt2-41/+24
2014-06-25Add ITiledRenderable.Andrzej Hunt3-1/+79
2014-06-25LIBLOK: implement getDocumentType, make doctypes unique.Andrzej Hunt2-43/+90
2014-06-25Prevent GTK assertions due to scrolled window not being initialised.Andrzej Hunt1-0/+6
2014-06-25Move gtktiledviewer into libreofficekit.Andrzej Hunt4-17/+10
2014-06-25Tiled Rendering: ensure rendered area is visible.Andrzej Hunt1-2/+8
2014-06-25Implement data area size retrieval.Andrzej Hunt2-70/+10
2014-06-25Implement LibreOfficeKit gtk+ viewer widget.Andrzej Hunt5-0/+213
2014-06-25Remove outdated includes.Andrzej Hunt1-7/+0
2014-06-25Kill gtktiledviewer's alpha channel hack.Andrzej Hunt1-5/+0
2014-06-25Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt3-22/+31
2014-06-25Add base value to set alpha channel for 32 bit colourspaces.Andrzej Hunt1-0/+10
2014-06-25Get rid of outdated comments.Andrzej Hunt1-21/+4
2014-06-25Upgrade gtktiledviewer to use its own buffer.Andrzej Hunt1-13/+29