summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-07-14If you do DRY don't do it with a MACRO.Tomaž Vajngerl1-14/+12
2013-07-14fdo#63998: Oops I introduced a new bug. Let's not.Kohei Yoshida1-2/+6
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara1-9/+9
2013-07-14Use CL_MAP_WRITE_INVALIDATE_REGION only if defined (in OpenCL 1.2)Tor Lillqvist2-8/+22
2013-07-13fdo#63998: Filtering by page fields to work again.Kohei Yoshida3-116/+197
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke8-12/+12
2013-07-12Don't forget to shift to the right start element within the block!Kohei Yoshida1-0/+1
2013-07-12This comment is no longer correct.Kohei Yoshida1-5/+0
2013-07-12Cache select converted tokens to avoid unnecessary token duplication.Kohei Yoshida1-2/+25
2013-07-12Set an array of doubles in one step, rather than individually in loops.Kohei Yoshida1-8/+2
2013-07-12fdo#64448: Don't get type name from incorrect filter.Kohei Yoshida1-3/+2
2013-07-12PCH for more librariesLuboš Luňák13-37/+958
2013-07-12WaE: private field 'pBtnHelp' is not usedTor Lillqvist1-1/+0
2013-07-12GtkComboBox->GtkComboBoxText to use the items, etcCaolán McNamara4-65/+64
2013-07-12modern .ui widgetlayout for areasdlg/printareasdlgCsikós Tamás6-273/+471
2013-07-12Add unit test for GETPIVOTDATA.Kohei Yoshida3-0/+165
2013-07-12prepare to read backsolver's OOo ODFF namespaced function nameEike Rathke1-5/+4
2013-07-12String.AppendAscii() cleanup in scRicardo Montania12-92/+79
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida11-116/+114
2013-07-11Add test case for matrix's double array handling & fix one bug.Kohei Yoshida2-1/+48
2013-07-11Move pivot table tests into a separate source file.Kohei Yoshida4-2108/+2127
2013-07-11Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.Kohei Yoshida5-130/+135
2013-07-11calc general page out of line with the restCaolán McNamara1-3/+0
2013-07-11move string lists into GtkComboBoxTextsCaolán McNamara2-280/+291
2013-07-11modern .ui widgetlayout for tpviewCsikós Tamás7-503/+832
2013-07-11Re-do 5dff961ba5fab6d451d9d993e076d190a93be495: Don't look for just GPUsTor Lillqvist1-2/+5
2013-07-11Again: Use correct type for number of devicesTor Lillqvist1-2/+3
2013-07-11WaE: comparison of integers of different signsTor Lillqvist1-2/+2
2013-07-11Again, bin no-op call of clGetCommandQueueInfo(CL_QUEUE_THREAD_HANDLE_AMD)Tor Lillqvist1-3/+0
2013-07-11Apple still has cl.h in a different path, fix conflict mis-resolutionTor Lillqvist1-0/+4
2013-07-11Remove superfluous #endifTor Lillqvist1-1/+0
2013-07-11chmod -xTor Lillqvist4-0/+0
2013-07-11Fix Windows build.Jan Holesovsky1-10/+10
2013-07-11Parse the token array in the RPN order.Kohei Yoshida1-51/+26
2013-07-11Move more methods to SharedFormulaUtil.Kohei Yoshida3-70/+13
2013-07-11Move these methods out of ScColumn since they don't operate on column.Kohei Yoshida5-94/+171
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida7-101/+185
2013-07-11Generate Reverse Polish token array (RPN) at the start.Kohei Yoshida3-6/+18
2013-07-11better opencl error reporting / diagnostics.Michael Meeks2-3/+9
2013-07-11try harder to setup the kernel environment.Michael Meeks1-0/+1
2013-07-11cleanup formulagroupcl and add opencl kernel for averagedelta.Michael Meeks4-67/+196
2013-07-11Add new opencl placeholder backend for specific scenarios.Michael Meeks2-1/+152
2013-07-11avoid regular re-creation of the formulagroup interpreter.Michael Meeks1-0/+1
2013-07-11Latest cleanup and improvements of opencl backend.Michael Meeks4-869/+1585
2013-07-11Fix build breakage.Kohei Yoshida1-1/+1
2013-07-11Nobody uses this marker method now.Kohei Yoshida2-11/+0
2013-07-11Check formula cell group boundaries to optionally merge.Kohei Yoshida1-1/+14
2013-07-11Formula cell grouping in CopyUpdated should already be done.Kohei Yoshida1-3/+0
2013-07-11Remove this marker.Kohei Yoshida1-1/+0
2013-07-11Add test for formula grouping during undo.Kohei Yoshida3-9/+57