summaryrefslogtreecommitdiff
path: root/desktop/source/lib
AgeCommit message (Expand)AuthorFilesLines
2015-04-29desktop: pJSON may be 0 in jsonToPropertyValues()Miklos Vajna1-17/+20
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-11/+11
2015-04-22desktop: fix Android buildMiklos Vajna1-1/+1
2015-04-22lok::Document::postUnoCommand: allow passing argumentsMiklos Vajna1-3/+33
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks1-6/+6
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks1-5/+5
2015-04-08Add lok_init_2() that takes also the path to a user profile to useTor Lillqvist1-4/+17
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna1-14/+7
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist1-2/+2
2015-04-01Check osl::LibreOfficeKit::isActive(), not Application::IsConsoleOnly()Tor Lillqvist1-1/+0
2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist1-0/+3
2015-03-29Add a commentTor Lillqvist1-0/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-28Using LO code through LOKit should imply "console only", too, I thinkTor Lillqvist1-0/+1
2015-03-28We already log successful UNO initialisation in initialize_uno()Tor Lillqvist1-1/+0
2015-03-28Exclamation marks are unprofessionalTor Lillqvist1-4/+4
2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist2-10/+1
2015-03-20Don't include vcl's private include files in desktopTor Lillqvist1-19/+6
2015-03-20drop unneeded includeDavid Tardon1-1/+0
2015-03-16android: Make the Bold button actually work - switches to typing in bold.Jan Holesovsky1-0/+12
2015-03-16LOK: Implement posting of .uno: commands.Jan Holesovsky1-0/+14
2015-03-16android: add to JNI - setGraphicSelection, resetSelectionTomaž Vajngerl1-0/+14
2015-03-16lok::Document: add resetSelection()Miklos Vajna1-0/+14
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna1-0/+17
2015-03-11Use osl/thread.h abstractionStephan Bergmann1-5/+6
2015-03-02LOK: move Office::postKeyEvent to DocumentMiklos Vajna2-28/+31
2015-03-02desktop: move tiled rendering debug code from swMiklos Vajna1-0/+13
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna2-6/+7
2015-02-23Use SdrModel::isTiledRendering()Miklos Vajna1-1/+0
2015-02-23Add OutputDevice::isTiledRendering()Miklos Vajna1-0/+1
2015-02-23lok::Office::postKeyEvent: allow different char and key codeMiklos Vajna2-5/+5
2015-02-17SkipImages option for PDF importMihai1-2/+15
2015-02-16android: add support for text selection to JNITomaž Vajngerl1-0/+7
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna1-0/+16
2015-02-16LOK: Return NULL when we failed to load the document.Jan Holesovsky1-1/+1
2015-02-11We can put a few more lines inside the #ifndef IOSTor Lillqvist1-1/+2
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna2-5/+6
2015-02-04Use LibreOfficeKit in the TiledLibreOffice iOS demo app, tooTor Lillqvist1-2/+14
2015-02-04For iOS we already hardocde the inifile as rc in the .app directoryTor Lillqvist1-0/+5
2015-02-03Make the handling of the pAppPath==NULL case actually workTor Lillqvist1-1/+4
2015-02-03We (try to) handle the pAppPath==NULL case below anywayTor Lillqvist1-3/+0
2015-02-03libreofficekit_hook must be exported on iOS for dlsym() to find itTor Lillqvist1-1/+14
2015-01-26android: add postMouseEvent to LOKit JNI interfaceTomaž Vajngerl1-0/+7
2015-01-26LOK: move postMouseEvent to DocumentMiklos Vajna1-24/+18
2015-01-26android: release local ref to string after callback exec. in JNITomaž Vajngerl1-1/+5