summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2014-08-13Add code to test encryption and export to .docx on iOSTor Lillqvist
Conditional on the environment variable PTYL_TEST_ENCRYPTION_AND_EXPORT, eek. The document is written out using the name of the input document with .new.docx appended. I placed the function that handles it, somewhat arbitrarily, in sofficemain.cxx. The invocation of this function is, also somewhat arbitrarily, placed in TiledView's drawLayer:inContext: method. Quite possibly this test functionality occasionally causes solar mutex deadlocks or whatever, but at least in Xcode, when one has placed some breakpoints in it, it seems to work. Which is what matters, as this is code for manual testing, not invoked normally. Change-Id: I38bb4b406edf47f0f24857b6044e3bf4eaf17c34
2014-08-13warning C4706: assignment within conditional expressionThomas Arnhold
Change-Id: I888a06feebc55a0caee8d3333fe26c22b22ce620
2014-08-13update_pchThomas Arnhold
Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
2014-08-13reduce code duplication in LOK init.cxxTomaž Vajngerl
Change-Id: I65335a2d0fb6e1ff46e3302463fbcf396fbea215
2014-08-11fdo#38511 improve guess of output filter for --convert-toDavid Tardon
Change-Id: I0479fb29fcc85f47065b1ef497216982eeae4d12
2014-08-11nDont = SFX_FILTER_NOTINSTALLED looks more reasonableDavid Tardon
Change-Id: Ic23abcfe5cdec9c8f2442cf778b365ea42b8e553
2014-08-10LOKit android: add support for setPartMode and getPartNameTomaž Vajngerl
Change-Id: Idd8bd4d4b148e88c7badd06fefb7cfcfc24ec9ea
2014-08-09remove RID_DLG_DEPENDENCIES resourcesThomas Arnhold
unused since 8c0bd0deee50a5f54926afe87d849411757c2f18 Change-Id: If720d7022e291db870fd196cf2ea0a3bc44f3ad2
2014-08-08java: remove unused importsNoel Grandin
Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec
2014-08-08java: remove unused fieldsNoel Grandin
Change-Id: I25fef9590a34ec8d9aab182b3d267ae3cd649a87
2014-08-05Fix *_component_getFactory function typeStephan Bergmann
Change-Id: I354cf9cfa5f1a749b01d16c93dbe7b86784a7d34
2014-08-04Convert RID_DLG_DEPENDENCIES to .uiPalenik Mihály
Change-Id: I45779ac7dd88608e0f46b468cc51641b386e8a1a Reviewed-on: https://gerrit.libreoffice.org/10712 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-03JNI: getErrorNative should be getError nowTomaž Vajngerl
Change-Id: If448e748f40cd8a41977129c576f6c5eac7b5727
2014-07-31LOK documentLoad needs SolarMutex protection too.Andrzej Hunt
We probably need to do this for most of LOK now that we use soffice_main. Change-Id: I77be7865511c083679cf2f68b0e5df106506fd70
2014-07-31Use SolarMutexGuard instead of pairs of Acquire/ReleaseSolarMutexAndrzej Hunt
Change-Id: I7ff41dd932fd9860dff944b3bf8ff5bdc230ae5d
2014-07-30Protect setPartMode and ensure we actually show the new mode.Andrzej Hunt
Change-Id: I3642702c5bf268f3c9ab04162166078052804270
2014-07-30LOK: add setPartMode.Andrzej Hunt
This API seems to be simplest in the long run where we'll want to be able to select between rendering slides/notes/both/embedded objects, and maybe even adding the option of switching between continuous and single page mode in writer (although I have no idea how hard getting a single page mode out of writer would be). Change-Id: I5bdfdb61854c37281c6992c8f3ed1c50c8aa0919
2014-07-30LOK: Add getPartName.Andrzej Hunt
By default (i.e. for writer) we can just return an empty string, and we only actually need to implement ITiledRenderable's getPartName for components that actually support it (i.e. calc/impress). Change-Id: I8b381e5d7a8000638b02f763b4bea8ef0226f8e0
2014-07-26fdo#75757: remove inheritance to std::mapTakeshi Abe
Typedef'ing AcceptorMap in appinit.cxx is enough. Change-Id: Ia26e119562c87b11d8dd81f49b72d825739162b2 Reviewed-on: https://gerrit.libreoffice.org/10555 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-07-25Typo: Destop->DesktopJulien Nabet
Change-Id: If09f622753c3efa449722368301f61651ad28bd5
2014-07-25Better labels for extension managerSamuel Mehrbrodt
Also align the heading on the left ("Display Extensions") Change-Id: Ied410032d9212ea2540be01447b175e0122e5707 Reviewed-on: https://gerrit.libreoffice.org/10524 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-23TyposJulien Nabet
Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d
2014-07-19coverity#706501 Uncaught exceptionCaolán McNamara
Change-Id: I435d189e6194d8d255ec88c4edad73d19a9bb5be
2014-07-17fix spelling structur -> structureNoel Grandin
Change-Id: I7aa4a9bf72732db95a67cee368f3a83a0d71bb9c
2014-07-13Add getPart(s) to lokandroid too.Andrzej Hunt
I.e. make lokandroid match 4d15212ef8de89a71387c00bdeb7d9a41409e467
2014-07-12LOK: use solar mutex for setPart.Andrzej Hunt
Needed e.g. for changing slides in impress. Change-Id: I2f5de40d4efbacde910e27225768979a98ff1c0a
2014-07-12LOK: some logging for tiled rendering.Andrzej Hunt
Change-Id: I5779eec97507b1996cda89174a6e6c55cdd57baf
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt
Change-Id: Iec3d6374f029149cadf8fb9c9b16fec90146c31e
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
Find "missing headers," where a function is declared directly in the .cxx (as extern) and not defined, and should arguably instead be declared in an include file. Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2
2014-07-11Check whether Command Args are already set up before doing so.Andrzej Hunt
Could already be set up e.g. if a client application is using UNO separately, in addition to LOK. Change-Id: I50c3230b6f2456360273902a308c303576baac10
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
Change-Id: Ic1c999ffdc391ea01be5711721e7c9e63179473e
2014-07-03Fix dependencies for libmerged wrt. libsofficeappMatúš Kukan
Change-Id: If1575e0bcacbc5c3c40d485063b1025017eef73a
2014-07-03lok JNI: no "handle" in funcs & don't wrap some native funcsTomaž Vajngerl
Change-Id: If783fecd80a0de05e94c76e23572b567d151bb06
2014-07-02WaE: couple of android / LibreOfficeKit bits.Michael Meeks
Change-Id: I2ee864977d8bb266861af95fb64eb5c0852acee8
2014-07-02android lok: fix paintTile JNI methodTomaž Vajngerl
Change-Id: Ife12b8bc49d722ae614b7de253bb2061bea5bb7f
2014-07-01New loplugin:stringconcatStephan Bergmann
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
2014-07-01lok: It is expected that we point directly to the program/ directory.Jan Holesovsky
Change-Id: I54329e8dc914ac2698c441c02dfc9da03b56614f
2014-07-01libreofficekit JNI for AndroidTomaž Vajngerl
Change-Id: Ia905c20fb4ee9b126d65fd3c8e3c1f54649abe1a
2014-06-30lok: Correct sofficerc path for bootstrap.Jan Holesovsky
Change-Id: I229958c0f2c6f8905926c95cabd45fa58aed3da1
2014-06-30'pMap' may be used uninitialized in this function.Jan Holesovsky
Change-Id: I4085801a773626824ddc5bc4fbca62240fcc171c
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b
2014-06-25LOK: can't use basebmp as a library on android.Andrzej Hunt
Change-Id: I84198ac00865991ba845a19c1810dc3f180251ce
2014-06-25LOK: tiled rendering / svp includes are Linux only too for now.Andrzej Hunt
Change-Id: Iacd8554698f309f79208fd8390800ae2c5fd8085
2014-06-25LOK: Tiled Rendering only useable on Linux.Andrzej Hunt
Change-Id: I90daddddb08c26c594109ecf926cb4ea64308770
2014-06-25Add all the required conditions for vclplug_svp.Andrzej Hunt
As per Repository.mk, we only have this on linux AND headless. Change-Id: I708c89e38a661afb839ab1ac3e48ff9b2ecc040c
2014-06-25vclplug_svp only exists with ENABLE_HEADLESS.Andrzej Hunt
Change-Id: I72fc636b1187bc99370b43927b25ed6fb89fe8f3
2014-06-25Use full sofficerc for LOK.Andrzej Hunt
Otherwise we get segfaults in cppu::idefaultConstructElements when exiting, in addition to complaints of: ignoring GError "Operation not supported" for <***RECURSION DETECTED***/log.txt> Change-Id: If2f56873f50ba957288d1e5591db967d248ee7a4
2014-06-25Use ITiledRenderable for LIBLOK.Andrzej Hunt
Means that no changes should be required here once calc/impress/draw support tiled rendering. Change-Id: I0987d94303f39ba37e29b9ae7b2276e82dc0ccbf
2014-06-25LIBLOK: implement getDocumentType, make doctypes unique.Andrzej Hunt
Change-Id: I6cf810af55284cb6ddd9e0bfd879fd19508d127a
2014-06-25Move gtktiledviewer into libreofficekit.Andrzej Hunt
desktop is no longer the right place for it now that libreofficekit has its own directory. Change-Id: I207f1d642e7e35c460ff85bb57aa142cb98023c8