summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2013-07-05accidental push of merge in progress, sighCaolán McNamara
This reverts commit c61c5a240314f1899a2160a97e00e2108104e4bd.
2013-07-05Related: #i122635# Add layouting to some sidebar panels.Andre Fischer
(cherry picked from commit 4f9ac2af7157786ee6fba46551bd6782730d8b55) Conflicts: sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx sfx2/Package_inc.mk sfx2/inc/sfx2/sidebar/SidebarToolBox.hxx svx/source/sidebar/paragraph/ParaPropertyPanel.cxx svx/source/sidebar/text/TextPropertyPanel.hrc svx/source/sidebar/text/TextPropertyPanel.src sw/source/ui/sidebar/PagePropertyPanel.cxx Change-Id: I94bfc87c9eeddd0c39bd979dd26b11c95b1e3c72
2013-07-04Opaque binary data is opaque binary dataTor Lillqvist
No need to append a newline surely. At least in Apple's OpenCL doing that seems to invalidate a binary OpenCL blob. Change-Id: I68bb12d5071f6452afe5a47ddf510f7e8e60cf3e
2013-07-04Use correct type for number of devicesTor Lillqvist
The number returned by clGetProgramInfo(..., CL_PROGRAM_NUM_DEVICES, ...) and clGetContextInfo(..., CL_CONTEXT_NUM_DEVICES, ...) is of type cl_uint, not size_t. That makes a difference for 64-bit code. Change-Id: I1b494bf604dd87930484faed64042ed211b3d705
2013-07-04Don't look for just GPUsTor Lillqvist
Change-Id: Ie7dbeac17b6dc56616ae5fa16f71d568a7771d5b
2013-07-04sizeof(char) is 1 by definitionTor Lillqvist
Change-Id: Ibd6f74a84b49e609c8771080984832eb61949a68
2013-07-04MaxTextExtent is not usedTor Lillqvist
Change-Id: I03ee9f65da11b4dc8a7a81d5f23f8103bd5a0534
2013-07-04CL_MAP_WRITE_INVALIDATE_REGION is not usedTor Lillqvist
Change-Id: Ib7bb60c26dee4a78e19dbc84cd1f8fb61d656a72
2013-07-04Bin leftover (?) no-op clGetCommandQueueInfo() callTor Lillqvist
Change-Id: I6d22847eac3e0677c5ee67378b6772980fa17272
2013-07-04Modifying comments to meet Doxygen standardsAlaa.Bukhari
Change-Id: I98ee2cc34bae677e18f7a70a212677704c9c57c5 Reviewed-on: https://gerrit.libreoffice.org/4717 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-03Force intercept import/export for binary MS office format.Tomaž Vajngerl
Change-Id: I301762b94b4471e8bb144b63892afdf7f68fed77
2013-07-03Support for trendlines in charts when exporting in OOXML format.Tomaž Vajngerl
Trendline support at exporting in OOXML was missing. Add support for exporting regression type and properties and additionally line properties. The only missing are working dashed / dotted lines which are currently kind of "broken" for all lines. Change-Id: Ib7574e58febeb70f2a488db3546b74807c14df14
2013-07-03Import/export of polynomial and moving average for old MS XP/2003 formatTomaž Vajngerl
Also make new services work, so they can be used in filters. Change-Id: If4ebd86b2b7bc4fc43d36109f05d06d42c531dab
2013-07-03WaE: unused parameter 'rMat'Tor Lillqvist
Change-Id: I5307b6eaee66dd66fbf64673767f7ac6a8225470
2013-07-03xls cells have all hard number format, fdo#66506Markus Mohrhard
Change-Id: Ia2dd206bd1e9a91bef0021a9317f0d6486b2f276
2013-07-03fix the inherited number format removal codeMarkus Mohrhard
Change-Id: Ieb17d6f8505d7a5934b9542d407be8902b4be427
2013-07-02Not to forget this header...Kohei Yoshida
Change-Id: I3f05923787ec87d5231433e4fad562326becae49
2013-07-02Dummy formula group interpreter for testing.Michael Meeks
2013-07-02Forgot to remove these debug statements.Kohei Yoshida
Change-Id: I680750c43dce4b6e7f9b9ed0a6b8550bdf485a8c
2013-07-02Detect circular dependency in formula groups to fallback to cell-based.Kohei Yoshida
Change-Id: Icfb4fd4be4e0c1f6f450fb8ddce57c7b79568e6f
2013-07-02Actually we need to reset the top row to be the top of the group.Kohei Yoshida
To ensure that a group of formula cells are either all clean or all dirty at any given time. We'll fallback to non-grouped calculation mode if that's not possible. Change-Id: I8a5d4740571ca149d32a4630555e3c213c222ef3
2013-07-02Be aware that the top row may not always be the top of the group.Kohei Yoshida
Adjust the length and the starting row position for accordingly. Change-Id: I2f9c5a515887b98334bad51c5409461d5dd1505d
2013-07-02Move this code from the column code back into the interpreter code.Kohei Yoshida
Change-Id: I7830cdf3f09ed7b6ae6221212bfb84abcdeac523
2013-07-02Move this to another file to distribute the compiler load.Kohei Yoshida
interpr1.cxx is getting way too big.... Change-Id: Ic3e4879daebd09c8dcb86a42b305864dcc1c67c4
2013-07-02Some feeble attempt to reduce dependency on token.hxx header.Kohei Yoshida
But I didn't go far. Change-Id: Iaf9cbac99812c1bf7d7f2db2ad5bb6231ea5e292
2013-07-02avoid enumeration value ... not handled in switch [-Werror=switch]Michael Stahl
Change-Id: I2b608b0c1dfe23509094ef808381a7e7c39c577d
2013-07-02fix naming snafu.Michael Meeks
2013-07-02Add a way to inverse matrix using openCL. It's an no-op for now.Kohei Yoshida
Change-Id: I4659d57505c3dccf872e124b8b569e680b307b71
2013-07-02Enable group calculation on COUNT and COUNT2.Kohei Yoshida
Change-Id: I7a1cb5aa485bd54e1f6e41262435129b6ac6b98b
2013-07-02Try not to iterate beyond the end of the formula block.Kohei Yoshida
Or else a crash would ensue... Change-Id: Ib08163ba91e4bac023ae778c704a0c052fa48ebb
2013-07-02COUNT should skip formula cells with error.Kohei Yoshida
Change-Id: I829eaf309056403f77949526877888315a2ad720
2013-07-02Re-implement SUM function to make use of new cell storage.Kohei Yoshida
And fix a bug in my new COUNT function, where I forgot to tally numeric formula cells. Change-Id: I52d26be3e48f646f656821066e23594d52f78c6d
2013-07-02Unused variable.Kohei Yoshida
Change-Id: I1df58281896687e61d40675206d0fc3854d93866
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida
By taking advantage of the block structure of the new cell storage. Change-Id: Ib953c14d364ccdff7df5caf70d57cec86189e3be
2013-07-02remove post .ui conversion unused ResId loadersCaolán McNamara
Change-Id: Ib6a5455256f4712fc62554cbcbe279e9702d0552
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
Change-Id: Ifae7f344e3827875e32afa3cda23c771f5735707 Reviewed-on: https://gerrit.libreoffice.org/4659 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-02Put the matrix header back in for Windows build...Kohei Yoshida
Change-Id: I676b3d9b702af51bf00dff9ef55d16e7fbdec65e
2013-07-02don't forget the formula cell style during xls/xlsx export, fdo#66242Markus Mohrhard
This reverts parts of commit 64223bda068cc6d82d3c5e359d465014568398bb. Change-Id: I6d5379aaedbf011b39a4cf076f0a43bc8a6cbc93
2013-07-01Nobody uses this. I forgot to remove it.Kohei Yoshida
Change-Id: Ib035466e04f37ee1d7b61d352f7a380f005b3231
2013-07-01Fix build breakage when opencl is enabled.Kohei Yoshida
Change-Id: I8ffa87c19ce110452c8280f4ee91536cd6f563d4
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
Change-Id: Iade09d108aec78f8cbe92f9103f206d0c99fab8e
2013-07-01Rework SUMPRODUCT to reduce the number of block position lookups.Kohei Yoshida
Change-Id: I22b843142b76df1c51597a8138b1674286f78792
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke
Also renamed MAXJUMPCOUNT to FORMULA_MAXJUMPCOUNT but without changing the value as the runtime array size of ocChose depends on it, should be changed before. Eliminated the duplicated and error causing redefinition of both in sc/inc/compiler.hxx Change-Id: I0e87d1439c9564a4f475fcb2870ab51c3b586942
2013-07-01WaE: pOldRanges may be used uninitializedIvan Timofeev
Change-Id: I22ff60e30b8c5697f648fcd6b7b22a302c6a2135
2013-07-01simplify AddPrintRanges calls at import timeLaurent Godard
- at import time, use directly core functions - honor IsUndoEnabled in uno calls Change-Id: If1e762df0ca9cfa22fa2c0e75518fe892be602b6 Reviewed-on: https://gerrit.libreoffice.org/4656 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-07-01Resolves: fdo#66027 #i122116# Remove GalleryExplorer member functionsAriel Constenla-Haile
(cherry picked from commit e94681fb47e3c5bdba486cd8feca92705d44840d) Conflicts: sc/source/ui/app/typemap.cxx sc/source/ui/view/galwrap.cxx sc/source/ui/view/makefile.mk sc/source/ui/view/tabvwsh9.cxx sd/source/ui/view/drviews9.cxx svx/Package_inc.mk svx/inc/GalleryControl.hxx svx/inc/galbrws2.hxx svx/inc/svx/galbrws.hxx svx/inc/svx/gallery.hxx svx/source/gallery2/GalleryControl.cxx svx/source/gallery2/galbrws.cxx svx/source/gallery2/galbrws2.cxx svx/source/gallery2/galexpl.cxx sw/source/ui/shells/basesh.cxx Change-Id: I49c2b99ca551f058b852c0e5e28cc2fe8c205031
2013-07-01Fix a crasher on copy to clip.Kohei Yoshida
The logical row position equals the top block position plus offset within block, not minus. Change-Id: Ia6376d8e971f9d3379977895d14f97f43c5664ba
2013-07-01Add tests for matrix's min and max values, and fix one bug.Kohei Yoshida
Apparently numeric_limits<type>::min() is not to be used for signed types. Change-Id: Ia9730328562905459eb1d3e5cfd1a023c644e219
2013-07-01Better to calculate max and min value of matrix *in* the matrix itself.Kohei Yoshida
Change-Id: I410b345ac32550a188aa356e133ef8e0e9b13d9f
2013-07-01This is not needed.Kohei Yoshida
Change-Id: I382b9d485b7bb58656561c4790580c9bc6339889