summaryrefslogtreecommitdiff
path: root/desktop/source/lib/init.cxx
AgeCommit message (Expand)Author
2015-07-07LOK: Cleanup absolutizing of URLs.Jan Holesovsky
2015-07-03LOK: Don't try to absolutize URL's.Jan Holesovsky
2015-06-22LOK: return used format in Document::getTextSelection()Miklos Vajna
2015-06-18LOK: add lok::Document::getTextSelection()Miklos Vajna
2015-05-29SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna
2015-05-09coverity#1257113 Uninitialized pointer fieldCaolán McNamara
2015-05-06Nah, the Android NDK we use doesn't have std::to_string()Tor Lillqvist
2015-05-06Include <string>Tor Lillqvist
2015-05-06Add support for progress bar callbacks to LibreOfficeKitTor Lillqvist
2015-04-29desktop: pJSON may be 0 in jsonToPropertyValues()Miklos Vajna
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22lok::Document::postUnoCommand: allow passing argumentsMiklos Vajna
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks
2015-04-10Manual cleanup of misc. issues.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks
2015-04-08Add lok_init_2() that takes also the path to a user profile to useTor Lillqvist
2015-04-07LOK: reimplement lok::Document::postKeyEvent()Miklos Vajna
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
2015-04-01Check osl::LibreOfficeKit::isActive(), not Application::IsConsoleOnly()Tor Lillqvist
2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist
2015-03-29Add a commentTor Lillqvist
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-28Using LO code through LOKit should imply "console only", too, I thinkTor Lillqvist
2015-03-28We already log successful UNO initialisation in initialize_uno()Tor Lillqvist
2015-03-28Exclamation marks are unprofessionalTor Lillqvist
2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist
2015-03-20Don't include vcl's private include files in desktopTor Lillqvist
2015-03-20drop unneeded includeDavid Tardon
2015-03-16LOK: Implement posting of .uno: commands.Jan Holesovsky
2015-03-16lok::Document: add resetSelection()Miklos Vajna
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna
2015-03-11Use osl/thread.h abstractionStephan Bergmann
2015-03-02LOK: move Office::postKeyEvent to DocumentMiklos Vajna
2015-03-02desktop: move tiled rendering debug code from swMiklos Vajna
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna
2015-02-23Use SdrModel::isTiledRendering()Miklos Vajna
2015-02-23Add OutputDevice::isTiledRendering()Miklos Vajna
2015-02-23lok::Office::postKeyEvent: allow different char and key codeMiklos Vajna
2015-02-17SkipImages option for PDF importMihai
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna
2015-02-16LOK: Return NULL when we failed to load the document.Jan Holesovsky
2015-02-11We can put a few more lines inside the #ifndef IOSTor Lillqvist
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna
2015-02-04Use LibreOfficeKit in the TiledLibreOffice iOS demo app, tooTor Lillqvist
2015-02-04For iOS we already hardocde the inifile as rc in the .app directoryTor Lillqvist
2015-02-03Make the handling of the pAppPath==NULL case actually workTor Lillqvist