summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-31LOK: add document loading failure test.feature/lok_sofficemainAndrzej Hunt1-0/+13
2014-07-31LOK documentLoad needs SolarMutex protection too.Andrzej Hunt1-0/+2
2014-07-31LOK: add test for getDocumentType.Andrzej Hunt3-0/+30
2014-07-31LOK: add slide name retrieval test.Andrzej Hunt2-0/+23
2014-07-31Use one test instance to run all LOK tests.Andrzej Hunt1-7/+18
2014-07-30Make common paths member variables.Andrzej Hunt1-6/+7
2014-07-30Use SolarMutexGuard instead of pairs of Acquire/ReleaseSolarMutexAndrzej Hunt1-53/+46
2014-07-30LokDocView: Update part selector when mode changes.Andrzej Hunt1-5/+21
2014-07-30LokDocView: set current item for part selector.Andrzej Hunt1-1/+2
2014-07-29gtktiledviewer: add part mode selector.Andrzej Hunt1-1/+34
2014-07-29Protect setPartMode and ensure we actually show the new mode.Andrzej Hunt1-1/+25
2014-07-29Impress/Tiled Rendering: implement setPartMode.Andrzej Hunt2-1/+35
2014-07-29LOKDocView: add set_part_mode.Andrzej Hunt2-0/+9
2014-07-29Impress/Tiled Rendering: return correct number for getPart.Andrzej Hunt1-1/+2
2014-07-29ITiledRenderable: provide default implementations for some methods.Andrzej Hunt3-21/+12
2014-07-29Impress: Implement getPartName.Andrzej Hunt2-0/+8
2014-07-29gtktiledviewer: show part names in selector.Andrzej Hunt1-5/+15
2014-07-29LOKDocView: add part name retrieval.Andrzej Hunt2-2/+6
2014-07-29Remove horrifically outdated comment.Andrzej Hunt1-5/+0
2014-07-29LOK: add setPartMode.Andrzej Hunt3-0/+37
2014-07-29LOK: Add getPartName.Andrzej Hunt4-0/+39
2014-07-29Fix comment typo.Andrzej Hunt1-1/+1
2014-07-29One final removal of libreofficekit static library.Andrzej Hunt1-4/+0
2014-07-29Upgrade lokconf_init to LibreOfficeKitInit.hAndrzej Hunt1-0/+1
2014-07-29Kill the libreofficekit static library / shim.c.Andrzej Hunt10-39/+25
2014-07-28LOK: do clean main thread shutdown cleanly.Andrzej Hunt1-4/+8
2014-07-26Make sure LOK is actually headless.Andrzej Hunt1-1/+12
2014-07-26Don't fail on --protector.Andrzej Hunt1-0/+12
2014-07-26Don't start Impress Remote server in headless mode.Andrzej Hunt1-0/+15
2014-07-26Use gb_CppunitTest_use_confpreinit for LOK tiled rendering.Andrzej Hunt1-1/+2
2014-07-26Add gb_CppunitTest_use_confpreinit:Andrzej Hunt1-0/+8
2014-07-26Implement lokconf_init.Andrzej Hunt4-0/+85
2014-07-26Fail LOK initialisation if restart is required.Andrzej Hunt1-0/+9
2014-07-26Add OfficeIPCThread::IsEnabled.Andrzej Hunt2-0/+6
2014-07-26Use OfficeIPCThread::WaitForReady rather than sleeping.Andrzej Hunt1-13/+20
2014-07-26Bin outdated / incorrect comment.Andrzej Hunt1-4/+1
2014-07-26Add OfficeIPCThread::WaitForReady.Andrzej Hunt2-0/+15
2014-07-26Hack soffice_main into LOK.Andrzej Hunt2-1/+37
2014-07-26gtktiledviewer: make sure we clean up the office instance.Andrzej Hunt1-0/+4
2014-07-26drop rtl:: and staticsCaolán McNamara6-27/+27
2014-07-26Related: #i125293# Further corrections for CssStyle handling in SVG importerArmin Le Grand25-136/+279
2014-07-26We're using the same rectangle for both calls, let's reuse it.Andrzej Hunt1-2/+5
2014-07-26libreofficekit_tilederendering: test all 4 tiles.Andrzej Hunt1-2/+2
2014-07-26Tiled Rendering: ensure rendered area is visible correctly.Andrzej Hunt1-2/+8
2014-07-26Revert "Tiled Rendering: ensure rendered area is visible."Andrzej Hunt1-8/+2
2014-07-26Revert "CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for now"Andrzej Hunt2-4/+1
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin84-225/+225
2014-07-26sal_uInt16 to short, constifyMatteo Casalin1-2/+2
2014-07-26sal_uInt16: avoid temporaries, simplify, constify, use USHRT_MAXMatteo Casalin3-33/+28
2014-07-26sal_uInt16: constify and avoid temporariesMatteo Casalin1-8/+5