summaryrefslogtreecommitdiffstats
path: root/include/LibreOfficeKit/LibreOfficeKit.hxx
Commit message (Expand)AuthorAgeFilesLines
* sfx2: add SfxLokHelper::getViewIdsMiklos Vajna2016-09-161-0/+16
* lok::Document: rename getViews() to getViewsCount()Miklos Vajna2016-09-161-6/+6
* Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti2016-09-151-11/+0
* LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti2016-09-111-0/+11
* lok: Change version string to JSON formatPranav Kant2016-06-211-3/+6
* lok: Expose LO version informationPranav Kant2016-06-211-0/+13
* LOK: change type of view ids to uintptr_tMiklos Vajna2016-06-171-4/+4
* Allow painting for arbitrary partAshod Nakashian2016-05-091-0/+21
* lokit: add getPartHashHenry Castro2016-04-211-0/+6
* In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann2016-04-191-2/+2
* lok: Introduce a "TakeOwnership" filter option for saveAs().Jan Holesovsky2016-02-111-0/+5
* LibreOfficeKit: document availability of some LibreOfficeKit C++ APIRiccardo Magliocchetti2016-02-041-1/+6
* LOK: add Document::setClientVisibleArea()Miklos Vajna2016-02-021-0/+15
* libreofficekit: password interaction optional and off by defaultMichael Stahl2016-01-271-0/+10
* libreofficekit: ask for password when loading encrypted documentsMichael Stahl2016-01-251-0/+24
* Clean up lok::Office::freeError()Miklos Vajna2016-01-211-7/+4
* Make LibreOffice kit usable on windowsOliver Specht2016-01-191-0/+9
* Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2015-12-071-4/+4
* LOK: renderFont methodMihai Varga2015-11-301-0/+12
* LOK: add Document::getTileMode()Miklos Vajna2015-11-231-0/+10
* lok::Document::initializeForRendering: support init. argumentsMiklos Vajna2015-11-181-2/+14
* LOK: setClientZoom() - sets the client zoom levelMihai Varga2015-11-131-0/+17
* Missing include (for NULL)Stephan Bergmann2015-11-101-0/+2
* Keep LibreOfficeKit.hxx compatible with C++03Stephan Bergmann2015-11-101-10/+10
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-10/+10
* lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky2015-11-031-2/+2
* add LOKit interface missing descriptionTomaž Vajngerl2015-11-011-2/+3
* fix includes that are not stand-aloneNorbert Thiebaud2015-10-261-0/+1
* LOK: add Document::paste()Miklos Vajna2015-10-221-0/+12
* LOK: added the button type and key modifier to postMouseEvent()Mihai Varga2015-10-051-2/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* lok: add Document::getPartPageRectangles()Miklos Vajna2015-09-291-0/+14
* lok: add Office::getFilterTypes()Miklos Vajna2015-09-251-0/+21
* Add missing lok::Document::setPartMode() wrapperMiklos Vajna2015-09-211-0/+5
* LOK: make getViews() be a member function of DocumentMiklos Vajna2015-09-211-10/+8
* lok::Document: add get/setView()Miklos Vajna2015-09-211-1/+19
* lok::Document: add destroyView()Miklos Vajna2015-09-211-0/+9
* lok::Office: add getViews()Miklos Vajna2015-09-211-0/+10
* lok::Document: add createView()Miklos Vajna2015-09-211-0/+10
* LOK: added a general getCommandValues methodMihai Varga2015-09-101-3/+6
* Revert "LOK: added a general getCommandValues method"Mihai Varga2015-09-041-6/+3
* LOK: added a general getCommandValues methodMihai Varga2015-09-041-3/+6
* lok::Document getStyles methodMihai Varga2015-08-181-0/+8
* LOK: return used format in Document::getTextSelection()Miklos Vajna2015-06-191-3/+4
* LOK: add lok::Document::getTextSelection()Miklos Vajna2015-06-171-0/+10
* Enable passing in a UserInstallation also in the C++ APITor Lillqvist2015-05-061-2/+2
* lok::Document::postUnoCommand: allow passing argumentsMiklos Vajna2015-04-221-2/+18
* LOK: document remaining Document member functionsMiklos Vajna2015-04-071-1/+59
* Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist2015-03-201-2/+1
* LOK: Implement posting of .uno: commands.Jan Holesovsky2015-03-161-0/+10