summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Build the applicable LibreOfficeKit bits for iOS, tooTor Lillqvist2015-02-031-3/+4
* Make the handling of the pAppPath==NULL case actually workTor Lillqvist2015-02-031-1/+4
* We (try to) handle the pAppPath==NULL case below anywayTor Lillqvist2015-02-031-3/+0
* libreofficekit_hook must be exported on iOS for dlsym() to find itTor Lillqvist2015-02-031-1/+14
* remove unused typedefsNoel Grandin2015-01-281-1/+0
* android: add postMouseEvent to LOKit JNI interfaceTomaž Vajngerl2015-01-261-0/+7
* LOK: move postMouseEvent to DocumentMiklos Vajna2015-01-261-24/+18
* android: release local ref to string after callback exec. in JNITomaž Vajngerl2015-01-261-1/+5
* Add initial lok::Office::postMouseEvent()Miklos Vajna2015-01-261-0/+24
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-262-3/+3
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-231-1/+1
* Re-indent to make precedence clearStephan Bergmann2015-01-221-4/+5
* areBothOpenFrom can be a free functionStephan Bergmann2015-01-221-6/+8
* fdo#88158 Display two "Open..." entries in the file-menuJuergen Funk2015-01-221-4/+12
* Remove unused codeJuergen Funk2015-01-202-35/+1
* Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann2015-01-202-9/+3
* Some more loplugin:cstylecast: desktopStephan Bergmann2015-01-204-8/+9
* operator ?: has lower precedence than <<; << will be evaluated firstTor Lillqvist2015-01-191-2/+1
* executeDispatchRequests : cleaning outputsLaurent Godard2015-01-191-15/+22
* convert-to : display error messages in console fdo#88326Laurent Godard2015-01-191-3/+3
* jni: if documentLoad returns NULL don't call NewDirectByteBufferTomaž Vajngerl2015-01-161-0/+4
* LOK: add LibreOfficeKitKeyEventType enumerationMiklos Vajna2015-01-161-2/+7
* svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at allDouglas Mencken2015-01-131-10/+0
* jni: add postKeyEvent to Office and redirect the call to LOKTomaž Vajngerl2015-01-121-3/+13
* Add lok::Office::postKeyEvent()Miklos Vajna2015-01-121-0/+18
* android: Add support for callbacks from LO to JNI and Java LOKTomaž Vajngerl2015-01-121-0/+69
* fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin2015-01-091-3/+3
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-1/+0
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-073-55/+0
* fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin2015-01-071-2/+2
* fix spelling: garded -> guardedNoel Grandin2015-01-071-6/+6
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-072-3/+2
* lok::Document: add registerCallback()Miklos Vajna2015-01-061-0/+18
* android: Add initializeForRendering to LOKTomaž Vajngerl2015-01-072-0/+19
* fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin2015-01-061-2/+2
* desktop: fix copypasta in officeloader.cxxMichael Stahl2015-01-051-1/+1
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-1/+1
* fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos2015-01-052-16/+4
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0212-35/+30
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-3/+2
* Fix --help outputStephan Bergmann2015-01-021-2/+2
* desktop: adapt pArgDescr to CommandLineArgs::ParseCommandLine_Impl()Miklos Vajna2015-01-011-0/+1
* desktop, sysui: let --convert-to imply --headlessMiklos Vajna2014-12-222-1/+3
* Drop unused member variablesTakeshi Abe2014-12-221-6/+0
* desktop: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-191-1/+1
* Introduce gb_*_set_external_codeStephan Bergmann2014-12-182-0/+4
* desktop: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1811-17/+16
* LOK: let doc_getDocumentType() use supportsService()Miklos Vajna2014-12-161-18/+6
* desktop: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-126-28/+18
* java: fix non-public UNO implementation classesNoel Grandin2014-12-121-1/+1