summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2015-02-24TyposJulien Nabet3-7/+7
2015-02-23related lp#1419836: provide decent error messageBjoern Michaelsen1-2/+11
2015-02-23use initializer listBjoern Michaelsen1-7/+7
2015-02-23fdo#57950: skip verbose OUStringBufferBjoern Michaelsen1-6/+1
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna2-6/+7
2015-02-23Use SdrModel::isTiledRendering()Miklos Vajna1-1/+0
2015-02-23Add OutputDevice::isTiledRendering()Miklos Vajna1-0/+1
2015-02-23lok::Office::postKeyEvent: allow different char and key codeMiklos Vajna2-5/+5
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-11/+11
2015-02-18TyposJulien Nabet1-1/+1
2015-02-17SkipImages option for PDF importMihai1-2/+15
2015-02-16android: add support for text selection to JNITomaž Vajngerl1-0/+7
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna1-0/+16
2015-02-16LOK: Return NULL when we failed to load the document.Jan Holesovsky1-1/+1
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-1/+0
2015-02-12Remove dead implementation specificationStephan Bergmann1-3/+0
2015-02-11We can put a few more lines inside the #ifndef IOSTor Lillqvist1-1/+2
2015-02-09On Mac OS X, directly name the executable "unopkg"Stephan Bergmann1-1/+1
2015-02-09vcl/settings.hxx "drag full options API" uses sal_uLongStephan Bergmann1-2/+2
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna2-5/+6
2015-02-07loplugin:deletedspecialStephan Bergmann10-25/+20
2015-02-07Fixup --without-x buildRiccardo Magliocchetti3-2/+10
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara3-6/+6
2015-02-05Updated all precompiled headers.Ashod Nakashian4-16/+12
2015-02-04Use LibreOfficeKit in the TiledLibreOffice iOS demo app, tooTor Lillqvist3-19/+33
2015-02-04For iOS we already hardocde the inifile as rc in the .app directoryTor Lillqvist1-0/+5
2015-02-03Fix Extension_test-{active,passive}Stephan Bergmann2-40/+40
2015-02-03Clean up some weird loggingTor Lillqvist3-9/+2
2015-02-03Build the applicable LibreOfficeKit bits for iOS, tooTor Lillqvist1-3/+4
2015-02-03Make the handling of the pAppPath==NULL case actually workTor Lillqvist1-1/+4
2015-02-03We (try to) handle the pAppPath==NULL case below anywayTor Lillqvist1-3/+0
2015-02-03libreofficekit_hook must be exported on iOS for dlsym() to find itTor Lillqvist1-1/+14
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