summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2015-01-28remove unused typedefsNoel Grandin1-1/+0
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
2015-01-26Add initial lok::Office::postMouseEvent()Miklos Vajna1-0/+24
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-3/+3
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist1-1/+1
2015-01-22Re-indent to make precedence clearStephan Bergmann1-4/+5
2015-01-22areBothOpenFrom can be a free functionStephan Bergmann1-6/+8
2015-01-22fdo#88158 Display two "Open..." entries in the file-menuJuergen Funk1-4/+12
2015-01-20Remove unused codeJuergen Funk2-35/+1
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann2-9/+3
2015-01-20Some more loplugin:cstylecast: desktopStephan Bergmann4-8/+9
2015-01-19operator ?: has lower precedence than <<; << will be evaluated firstTor Lillqvist1-2/+1
2015-01-19executeDispatchRequests : cleaning outputsLaurent Godard1-15/+22
2015-01-19convert-to : display error messages in console fdo#88326Laurent Godard1-3/+3
2015-01-16jni: if documentLoad returns NULL don't call NewDirectByteBufferTomaž Vajngerl1-0/+4
2015-01-16LOK: add LibreOfficeKitKeyEventType enumerationMiklos Vajna1-2/+7
2015-01-13svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at allDouglas Mencken1-10/+0
2015-01-12jni: add postKeyEvent to Office and redirect the call to LOKTomaž Vajngerl1-3/+13
2015-01-12Add lok::Office::postKeyEvent()Miklos Vajna1-0/+18
2015-01-12android: Add support for callbacks from LO to JNI and Java LOKTomaž Vajngerl1-0/+69
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin1-3/+3
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara3-55/+0
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-07fix spelling: garded -> guardedNoel Grandin1-6/+6
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk2-3/+2
2015-01-06lok::Document: add registerCallback()Miklos Vajna1-0/+18
2015-01-07android: Add initializeForRendering to LOKTomaž Vajngerl2-0/+19
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-05desktop: fix copypasta in officeloader.cxxMichael Stahl1-1/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos2-16/+4
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara12-35/+30
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-3/+2
2015-01-02Fix --help outputStephan Bergmann1-2/+2
2015-01-01desktop: adapt pArgDescr to CommandLineArgs::ParseCommandLine_Impl()Miklos Vajna1-0/+1
2014-12-22desktop, sysui: let --convert-to imply --headlessMiklos Vajna2-1/+3
2014-12-22Drop unused member variablesTakeshi Abe1-6/+0
2014-12-19desktop: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann2-0/+4
2014-12-18desktop: Use appropriate OUString functions on string constantsStephan Bergmann11-17/+16
2014-12-16LOK: let doc_getDocumentType() use supportsService()Miklos Vajna1-18/+6
2014-12-12desktop: Use appropriate OUString functions on string constantsStephan Bergmann6-28/+18
2014-12-12java: fix non-public UNO implementation classesNoel Grandin1-1/+1
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann2-3/+2
2014-12-12fdo#39440 reduce scope of local variablesMichael Weghorn2-3/+2
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara1-1/+1
2014-12-11desktop: avoid loading to-be-recovered documents when recovery is disabledMiklos Vajna1-2/+4