summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-09-30Revert "Fix OpenCL use on Mac"Tor Lillqvist
Nah, do use clew after all. Makes it easier to build against an old SDK. Do always link against the OpenCL framework, though, and use NULL instead of some dylib name as the parameter to clewInit() (and thus dlopen()). This reverts commit d0fdae78797979949ec7ead20ad52b901c8c7e9a. Change-Id: I2ec07ddf60941851ea70523113296627fbd80a0c
2013-09-30n realloc -> 1 malloc + n same assignments -> 1 onlyJulien Nabet
Change-Id: Ib65fabfb7445c8548845f89e5fa957a412b4222f Reviewed-on: https://gerrit.libreoffice.org/6063 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara
Change-Id: Icb7850aaabe59f96ea26a665a8d25617b2741d68
2013-09-29Kill internationaloptions page, it has been unused for years.Jan Holesovsky
Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05
2013-09-28Fix OpenCL use on MacTor Lillqvist
Don't use glew but just include the <OpenCL/cl.h> which is present in the SDK and link to the OpenCL framework. Change-Id: I3e1c3773078bc5d2550be832a273273d89381dff
2013-09-27cppcheck: memleaksJulien Nabet
Change-Id: I3c326d649d7bbc0ff4d663a2fd865ed95dc9b985
2013-09-27fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.Michael Meeks
Change-Id: Ib971824a7f274334012b872acec65310535ad767
2013-09-27ignore hidden row/columns when navigating, fdo#45020Markus Mohrhard
Change-Id: I597d7dbef07479f66894c7fce5ee21f340b43120
2013-09-27add a unit test for fdo#66646Markus Mohrhard
Change-Id: I15bef4e0422261ec473263ac8fc239604146f864
2013-09-27add test case for fdo#69720Markus Mohrhard
Change-Id: Ib89a596f0e28cacc9ae180d23b9995e524c45b52
2013-09-27Add a new import filter test case for data table from xls.Kohei Yoshida
Data Table is in Data -> Table in Excel XP, and is under "What-if Analysis" in 2007 and newer. Change-Id: Iec1f944a8643bafb71341981bf94c6c536c63484
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara
Change-Id: Ia474ee07b1bd411eae8cd1ddd55c4fa83dbd5f47
2013-09-26typo fixes in commentsAndras Timar
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-25Use ScDocumentImport to set matrix formula cells from xls.Kohei Yoshida
Change-Id: I3462dffea93c151ccf85eb51cda9511757b72fb2
2013-09-25We need to clone the edit text instance to avoid double deletion.Kohei Yoshida
Change-Id: I94faea482e8ceffe6f13362756274f3dbf0639ba
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
2013-09-25compare against IDF_HARDATTR, fdo#39484Markus Mohrhard
regression from e851ea0ed30e9bb95c273a29aeab7f48f606145f Change-Id: I07819f90efe87fe9d82515d637960fe48ca40c80
2013-09-25fdo#66646: fix paste special with empty cellsMarkus Mohrhard
Change-Id: I5323645f3b045574f3d02a895fbe309b52b2ca3d
2013-09-23fdo#69536 - Moved Averageif(s)Joel Madero
Moved averageif and averageifs to statistical category instead of mathematical Change-Id: Ibcf7f5a5e12b528c4877232e4c56d5167b1df40a Reviewed-on: https://gerrit.libreoffice.org/6010 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-09-23fdo#69685 - move count functionsJoel Madero
Moved Count functions (countif, countifs and countblank to statistical instead of mathematical group) Change-Id: If8faeabb8f43810a96d919b59116157ae107c12c Reviewed-on: https://gerrit.libreoffice.org/6022 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-09-23fdo#60889: FILEOPEN: Incorrect opening XLSX file (sharedStrings.xml)Raymond Wells
Change-Id: I2fc39999ecdb13eecc28e012debdeda811e98581 Reviewed-on: https://gerrit.libreoffice.org/5763 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara
Change-Id: I4a9b34d63d2534a35aa9a878b8c2bec15262c2be
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
2013-09-22drop remaining easy UniString::InsertAscii casesCaolán McNamara
Change-Id: Ie7f33d0debfdb91db842608d5b14d0671b44c76d
2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl
Note: do NOT put file paths to static libraries into FOO_LIBS variables that are passed to bundled externals that are built with --enable-static: on Mac OS X this will result in .a archives that contain other .a archives as entries, and trying to link those results in errors like: ld: warning: ignoring file .../libodfgen-0.0.a, file was built for archive which is not the architecture being linked (i386) Change-Id: If2c5a458058e4da76f80b3643e55b489d1edee24
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl
Change-Id: Ic0a2fd3c1adeb55ec27f6a2eb4709be598120fba
2013-09-22warning C4305: 'return' : truncation from 'int' to 'bool'Michael Stahl
... also only deleting an object if it _is_ null is surely an error? And if the condition were inverted it would be unnecessary too since operator delete[] handles null fine. Change-Id: Ib644447437864f9c6f34d13c75598f0e06d86f65
2013-09-21Make it compile in the DISABLE_DYNLOADING caseTor Lillqvist
Change-Id: I360ec27ff268b7189af2f001806c9af5806953a5
2013-09-20Turn sidebar back to non-experimentalCaolán McNamara
This reverts commit 7ce2a89f4f8fa84232896766276cb3433ada239c. Change-Id: I53f572777e84f66fd4c3d18fb686dac09095804a revert d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46 Change-Id: I5b243b69e50084316aaeab250d6b01079c12b718 Revert "sidebar: disable impress task pane if sidebar is enabled." This reverts commit ee1726bfdba483623d496a3bcc09089e8b55cd65. revert 54d820a7815af03a248c1aa424fae9bf9a4881f4 Change-Id: Ie7c83d88f5427a7e42fa50879280a0c4a7c2cdd1 Revert "Only register and use the Sidebar if it is globally enabled." This reverts commit 66a5cc468cef0c6db8b42b7f25367f04208e6f2e. Conflicts: sfx2/source/view/viewfrm.cxx Change-Id: I17fe702996c4adf7f387573d36ea993f8cc32c96 Revert "disable sidebar menu option if it is disabled." This reverts commit 05f0eb57618d090fa45011120a907a3b1157accb. Revert "finally get the taskpane rendering again" This reverts commit 228bb7ffe0d404ba1225f7b4d26ca71e098577d9. Conflicts: officecfg/registry/data/org/openoffice/Office/Impress.xcu sd/source/ui/framework/factories/TaskPanelFactory.cxx sd/source/ui/framework/tools/FrameworkHelper.cxx Change-Id: I248cc9a769695cde19e78774d42ce666dc685599 Revert "don't throw up the sidebar on start." This reverts commit 645db9a2bd9b1eec381de60c491e6b7f9ee7a7b4. Conflicts: officecfg/registry/data/org/openoffice/Office/Views.xcu Change-Id: I911859757e2e019836e8ed5213d2ba69ff82aec8 Revert "update to the right service name for new URLs." This reverts commit 55f49970f4085e3a1498961edabd5303bd6bea6c. Conflicts: sd/source/ui/framework/tools/FrameworkHelper.cxx Change-Id: I1ba2762a4c969a9125ff8354a9b6035813290021 Revert "tentatively restore more UNO / task-pane goo ..." This reverts commit 052ac10a6f9b28b9b06884dd3ed41879722be6c9. Conflicts: officecfg/registry/data/org/openoffice/Office/Impress.xcu Change-Id: I7e62f27329af033df811549436718648a6447dea Revert "more reverts, first cut at making sidebar optional." This reverts commit a65a423e22fc03d0b7850bbf20dfc30f6cfa34dd. Revert "add experimental option for sidebar to 'Advanced' pane." This reverts commit 54d820a7815af03a248c1aa424fae9bf9a4881f4. Conflicts: cui/source/options/optjava.cxx sd/source/ui/framework/module/ImpressModule.cxx Change-Id: I09a6c0f7834c8ef330d05a014505aaaf09ae096f Revert "Restore FrameworkHelper taskpane URLs." This reverts commit e9c2d5b26b1e1b52bdf87192a76314b7362fa80c. more foo Change-Id: I2eaa2fbd74dc7a2f7ba937d310472cee6b5a0b57 really go to town on it Change-Id: I885dc03cd0286bbfdf05c05da9f0bbea2b78bcf4
2013-09-20fdo#39881 change Find All behaviour in CalcMatúš Kukan
Allow to search in all sheets. Find all now creates new dialog describing all matching cells. Change-Id: I36a9bee314b620384937fff074680022397c8c5f Reviewed-on: https://gerrit.libreoffice.org/5886 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-09-20Blind fix attempt: extern "C" decls must be at outer levelTor Lillqvist
Change-Id: Ic034f63f604d86e420adb0a4106c1501db5a552f
2013-09-20extern "C" it should beTor Lillqvist
Change-Id: If44baa59b524f2fdf9bca77e404142a569090d72
2013-09-20The code has unconditional fprintfs so need cstdioTor Lillqvist
Change-Id: Ia509f7a88443e2a2992347c7d31469b5c658c8e8
2013-09-20TypoTor Lillqvist
Change-Id: I77a428cb637d92cb656d16bcc6e1c9892f713669
2013-09-20indent: Just some indenting for better readingAndres Gomez
Change-Id: Id840dd00c71afc1930e6bb9b634e888b88fe7391 Reviewed-on: https://gerrit.libreoffice.org/6001 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
Added the new InteropGrabBag property to the OfficeDocument service and modified the JUnit UNO unit tests for it. Added specific implementation in the sfx2 module for the SfxBaseModel class. Added specific inherited implementations in the sc, sd, starmath and sw modules for the ScModelObj, SdXImpressDocument, SmModel, and SwXTextDocument classes. This new property is intended by now for its usage on preserving OOX's theming although the aim is to be able to re-create the theming in the future from saved properties. It could also be used for preserving other attributes for interoperability among document formats. Change-Id: Ia822856293c70ae22911afa794e3e38bcaa31f86 Reviewed-on: https://gerrit.libreoffice.org/6000 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-20Try to fix the DISABLE_DYNLOADING caseTor Lillqvist
Actually, though, I don't think the platforms where we use DISABLE_DYNLOADING (Android and iOS) have any OpenCL. Change-Id: I51c8fdfcec866a32ba72c84038bd63e9def74de6
2013-09-19fix windows build with pchMarkus Mohrhard
2013-09-19"what!?" - Let's not say that...Kohei Yoshida
Change-Id: I1c9c2a62b2a1ede08fb2f27f541b501dc3ce7b2f
2013-09-19Work around another Excel bug with incorrect shared formula range.Kohei Yoshida
Take the start row position from the preceding formula record, rather than believing what's in the shared formula record. The latter can be wrong, and can be wrong often. Change-Id: I3a4da110727a7719e5f8cb3e6250c0e1bef04c64
2013-09-19fix storing of open cl device in configuration filesMarkus Mohrhard
Change-Id: Icc343b55fe40c430b87d2e4c98701d78c61e3a96
2013-09-19small fixes for broken codeMarkus Mohrhard
Change-Id: I77afc818d5575523077328042ac9418f521edc9c
2013-09-19select maximum one opencl deviceMarkus Mohrhard
Change-Id: If06caaa6b39131359ffc81fadad200c8cf8fe24a
2013-09-19fix memory leakMarkus Mohrhard
Change-Id: If1afe59bc5bb40bb3fff4c74b863c6d77e006cc5
2013-09-19fall back to compiling from source if binary failedMarkus Mohrhard
Change-Id: I8e8d8fb5b1da18c44e1537f97317d4e5b57c47b6
2013-09-19void* is dangerousMarkus Mohrhard
no idea how that ever worked Change-Id: Ie14c86a241a2fa7e1963385987245cd0ee965fcf
2013-09-19use $UserInstallation/cache to cache opencl kernelsMarkus Mohrhard
Change-Id: I2ba1fb6172cfd0c725a45d4506b46e8f04a33093
2013-09-19read the binary files from the cached folderMarkus Mohrhard
Change-Id: Ifc5084a3d8ef661e3b3fca7fbc76e1c0c62b2056
2013-09-19replace one more file write with location in profile directoryMarkus Mohrhard
Change-Id: I1774f66d018923c6f892d21acf8a81330628cd98
2013-09-19fix another memory leakMarkus Mohrhard
Change-Id: I6761bcc137934b02815ce10d43f3bc9bee7a1b90