summaryrefslogtreecommitdiff
path: root/desktop/source
AgeCommit message (Expand)AuthorFilesLines
2014-08-11fdo#38511 improve guess of output filter for --convert-toDavid Tardon1-1/+74
2014-08-11nDont = SFX_FILTER_NOTINSTALLED looks more reasonableDavid Tardon1-2/+2
2014-08-10LOKit android: add support for setPartMode and getPartNameTomaž Vajngerl1-0/+16
2014-08-09remove RID_DLG_DEPENDENCIES resourcesThomas Arnhold2-71/+0
2014-08-05Fix *_component_getFactory function typeStephan Bergmann1-3/+5
2014-08-04Convert RID_DLG_DEPENDENCIES to .uiPalenik Mihály2-30/+6
2014-08-03JNI: getErrorNative should be getError nowTomaž Vajngerl1-1/+1
2014-07-31LOK documentLoad needs SolarMutex protection too.Andrzej Hunt1-0/+2
2014-07-31Use SolarMutexGuard instead of pairs of Acquire/ReleaseSolarMutexAndrzej Hunt1-53/+46
2014-07-30Protect setPartMode and ensure we actually show the new mode.Andrzej Hunt1-1/+25
2014-07-30LOK: add setPartMode.Andrzej Hunt1-0/+17
2014-07-30LOK: Add getPartName.Andrzej Hunt1-0/+21
2014-07-26fdo#75757: remove inheritance to std::mapTakeshi Abe1-0/+3
2014-07-25Typo: Destop->DesktopJulien Nabet1-2/+2
2014-07-19coverity#706501 Uncaught exceptionCaolán McNamara1-11/+25
2014-07-17fix spelling structur -> structureNoel Grandin1-1/+1
2014-07-13Add getPart(s) to lokandroid too.Andrzej Hunt1-2/+9
2014-07-12LOK: use solar mutex for setPart.Andrzej Hunt1-1/+5
2014-07-12LOK: some logging for tiled rendering.Andrzej Hunt1-0/+3
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt1-8/+39
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-4/+1
2014-07-11Check whether Command Args are already set up before doing so.Andrzej Hunt1-1/+8
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-2/+2
2014-07-03lok JNI: no "handle" in funcs & don't wrap some native funcsTomaž Vajngerl1-7/+4
2014-07-02WaE: couple of android / LibreOfficeKit bits.Michael Meeks1-2/+2
2014-07-02android lok: fix paintTile JNI methodTomaž Vajngerl1-3/+7
2014-07-01New loplugin:stringconcatStephan Bergmann4-14/+12
2014-07-01lok: It is expected that we point directly to the program/ directory.Jan Holesovsky1-3/+3
2014-07-01libreofficekit JNI for AndroidTomaž Vajngerl1-0/+124
2014-06-30lok: Correct sofficerc path for bootstrap.Jan Holesovsky1-1/+1
2014-06-30'pMap' may be used uninitialized in this function.Jan Holesovsky1-0/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2-3/+3
2014-06-25LOK: tiled rendering / svp includes are Linux only too for now.Andrzej Hunt1-1/+4
2014-06-25LOK: Tiled Rendering only useable on Linux.Andrzej Hunt1-0/+11
2014-06-25Use full sofficerc for LOK.Andrzej Hunt1-10/+1
2014-06-25Use ITiledRenderable for LIBLOK.Andrzej Hunt1-40/+24
2014-06-25LIBLOK: implement getDocumentType, make doctypes unique.Andrzej Hunt1-39/+85
2014-06-25Get rid of outdated comments.Andrzej Hunt1-21/+4
2014-06-25Use external buffer for LibLO tiled rendering.Andrzej Hunt1-19/+21
2014-06-25Upgrade LibLO tiled rendering to RGBA.Andrzej Hunt1-2/+9
2014-06-25Implement document size retrieval for LibLO.Andrzej Hunt1-0/+22
2014-06-25Add rowstride to tiled rendering via LibLO.Andrzej Hunt1-0/+3
2014-06-25Return a bitmap buffer for tiled rendering from LibLO.Andrzej Hunt1-17/+44
2014-06-25Add tiled rendering via liblibreoffice.Andrzej Hunt1-0/+76
2014-06-23LOK: kill saveAsWithOptions.Andrzej Hunt1-9/+2
2014-06-18LOK: kill double initialize.Andrzej Hunt1-3/+17
2014-06-17LOK: Split into instance and class.Andrzej Hunt1-10/+34
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-47/+9
2014-06-15callcatcher: update unused codeCaolán McNamara2-34/+2
2014-06-13loplugin:staticcallStephan Bergmann3-6/+6