summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
AgeCommit message (Expand)AuthorFilesLines
2015-06-22LOK: return used format in Document::getTextSelection()Miklos Vajna2-4/+6
2015-06-18LOK: add lok::Document::getTextSelection()Miklos Vajna2-0/+14
2015-05-29gtktiledviewer: use SearchItem.SearchStartPoint*Miklos Vajna1-0/+3
2015-05-28LOK: change PAGE_COUNT to a more generic DOCUMENT_SIZEMiklos Vajna1-4/+4
2015-05-28lokdocview: fix not updated part selector when search changes partMiklos Vajna1-0/+1
2015-05-28gtktiledviewer: handle LOK_CALLBACK_SEARCH_NOT_FOUNDMiklos Vajna1-0/+1
2015-05-27sd: fix LOK search result highlight when result is not on the current slideMiklos Vajna1-1/+8
2015-05-26SwView::UpdatePageNums: add LOK callback about page count changeMiklos Vajna1-1/+9
2015-05-19LOKit callback for search not foundMihai Varga1-1/+6
2015-05-06Enable passing in a UserInstallation also in the C++ APITor Lillqvist1-2/+2
2015-05-06Add support for progress bar callbacks to LibreOfficeKitTor Lillqvist2-1/+35
2015-04-24Don't be fooled by the dummy libsofficeapp.so in the mergedlib caseTor Lillqvist1-7/+7
2015-04-23No F_OK on Windows eitherTor Lillqvist1-0/+1
2015-04-23No <unistd.h> on _WIN32Tor Lillqvist1-2/+3
2015-04-23Improve error handlingTor Lillqvist1-2/+16
2015-04-23More informative error message after dlopen() or LoadLibrary() has failedTor Lillqvist1-2/+14
2015-04-22lok::Document::postUnoCommand: allow passing argumentsMiklos Vajna3-4/+21
2015-04-16The mode lines says we use 4-column indentation steps, so do that thenTor Lillqvist1-80/+91
2015-04-16CID#1294411: dlhandle is "leaked"Tor Lillqvist1-0/+4
2015-04-14lokdocview: implement LOK_CALLBACK_STATE_CHANGEDMiklos Vajna1-0/+1
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu1-1/+8
2015-04-09WaE: ‘LibreOfficeKit* lok_init(const char*)’ defined but not usedTor Lillqvist1-1/+5
2015-04-08Add lok_init_2() that takes also the path to a user profile to useTor Lillqvist1-7/+29
2015-04-07LOK: document remaining Document member functionsMiklos Vajna2-17/+67
2015-03-30lokdocview: move keyboard handling to LOKDocView_ImplMiklos Vajna1-0/+3
2015-03-30Minor tweak of the LOK_CALLBACK_TEXT_SELECTION_START / _END docu.Jan Holesovsky1-10/+12
2015-03-23Typo: s/SEPERATOR/SEPARATORTor Lillqvist1-3/+5
2015-03-23lokdocview: add lok_docview_get_document()Miklos Vajna1-62/+6
2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist2-3/+1
2015-03-19Indent parameter lists consistently.Tor Lillqvist1-6/+6
2015-03-16LOK: extract the callback typedef to a separate LibreOfficeKitTypes.h headerMiklos Vajna2-4/+32
2015-03-16LOK: Implement posting of .uno: commands.Jan Holesovsky3-0/+17
2015-03-16lok::Document: add resetSelection()Miklos Vajna2-0/+10
2015-03-16lokdocview: add edit-changed signal, so toolbar toggle button is in syncMiklos Vajna1-0/+1
2015-03-16lokdocview: add lok_docview_get_edit()Miklos Vajna1-0/+2
2015-03-16lokdocview: implement move of imagesMiklos Vajna1-0/+1
2015-03-16lokdocview: use lok::Document::setGraphicSelection()Miklos Vajna1-0/+8
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna3-0/+42
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann1-1/+8
2015-03-10Avoid undef use of null ptr, use offsetof insteadStephan Bergmann1-2/+1
2015-03-09Look for .dylib on OS X, but ...Tor Lillqvist1-2/+7
2015-03-09tdf#89705: provides callback for url handling on android.Siqi Liu1-1/+7
2015-03-09sw: move LOK_CALLBACK_CURSOR_VISIBLE event from SwVisCrsr to SwCrsrShellMiklos Vajna1-3/+3
2015-03-09lokdocview: render graphic selection handlesMiklos Vajna1-0/+2
2015-03-09lokdocview: initial LOK_CALLBACK_GRAPHIC_SELECTION handlingMiklos Vajna1-0/+1
2015-03-09LOK: add LOK_CALLBACK_GRAPHIC_SELECTION API and implement it in svxMiklos Vajna1-2/+9
2015-03-09LOK: add LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna2-1/+12
2015-03-09lokdocview: CursorVisible -> CursorOverlayVisibleMiklos Vajna1-2/+2
2015-03-02LOK: move Office::postKeyEvent to DocumentMiklos Vajna2-17/+17
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna4-101/+136