summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-11Grouping of formula cells during undo.Kohei Yoshida1-9/+6
2013-07-11Group a new formula cell in CopyCellToDocument.Kohei Yoshida1-2/+1
2013-07-11Remove these markers.Kohei Yoshida1-2/+0
2013-07-11Add test for formula grouping during copy and paste.Kohei Yoshida3-24/+85
2013-07-11Group formula cells when copying to clip, prevent crash during pasting.Kohei Yoshida2-4/+49
2013-07-10fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák1-1/+1
2013-07-10use LanguageTag to convert to LocaleEike Rathke1-6/+1
2013-07-10use language tags in lclMatchKeyword() and lclLocaleCompare()Eike Rathke1-9/+18
2013-07-10additionally handle string types for ScMacro dealing with svExternalSingleRefNoel Power1-7/+6
2013-07-10use GetMatrix instead of manually disambiguating External and normal refsNoel Power1-5/+1
2013-07-09Revert "Separate ScDocShell declaration with ScDocShellRef declaration."Markus Mohrhard3-470/+449
2013-07-09fix Windows buildMarkus Mohrhard1-2/+5
2013-07-09More on windows link error.Kohei Yoshida2-2/+5