summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-07-16convert versions of dialog to .uiCaolán McNamara
2013-07-15sc: fix Date/DateTime ambiguityMichael Stahl
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-07-15attempt at HIG compliance (./bin/lint-ui.py path/to/.ui)Caolán McNamara
2013-07-15RNG: Externalize strings and add .ui to UIConfigTomaž Vajngerl
2013-07-14fdo#66477 Random Number Generation added to menu>fill.Tomaž Vajngerl
2013-07-14If you do DRY don't do it with a MACRO.Tomaž Vajngerl
2013-07-14fdo#63998: Oops I introduced a new bug. Let's not.Kohei Yoshida
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara
2013-07-14Use CL_MAP_WRITE_INVALIDATE_REGION only if defined (in OpenCL 1.2)Tor Lillqvist
2013-07-13fdo#63998: Filtering by page fields to work again.Kohei Yoshida
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-12Don't forget to shift to the right start element within the block!Kohei Yoshida
2013-07-12This comment is no longer correct.Kohei Yoshida
2013-07-12Cache select converted tokens to avoid unnecessary token duplication.Kohei Yoshida
2013-07-12Set an array of doubles in one step, rather than individually in loops.Kohei Yoshida
2013-07-12fdo#64448: Don't get type name from incorrect filter.Kohei Yoshida
2013-07-12PCH for more librariesLuboš Luňák
2013-07-12WaE: private field 'pBtnHelp' is not usedTor Lillqvist
2013-07-12GtkComboBox->GtkComboBoxText to use the items, etcCaolán McNamara
2013-07-12modern .ui widgetlayout for areasdlg/printareasdlgCsikós Tamás
2013-07-12Add unit test for GETPIVOTDATA.Kohei Yoshida
2013-07-12prepare to read backsolver's OOo ODFF namespaced function nameEike Rathke
2013-07-12String.AppendAscii() cleanup in scRicardo Montania
2013-07-11fdo#66655: Get GETPIVOTDATA to work again.Kohei Yoshida
2013-07-11Add test case for matrix's double array handling & fix one bug.Kohei Yoshida
2013-07-11Move pivot table tests into a separate source file.Kohei Yoshida
2013-07-11Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.Kohei Yoshida
2013-07-11calc general page out of line with the restCaolán McNamara
2013-07-11move string lists into GtkComboBoxTextsCaolán McNamara
2013-07-11modern .ui widgetlayout for tpviewCsikós Tamás
2013-07-11Re-do 5dff961ba5fab6d451d9d993e076d190a93be495: Don't look for just GPUsTor Lillqvist
2013-07-11Again: Use correct type for number of devicesTor Lillqvist
2013-07-11WaE: comparison of integers of different signsTor Lillqvist
2013-07-11Again, bin no-op call of clGetCommandQueueInfo(CL_QUEUE_THREAD_HANDLE_AMD)Tor Lillqvist
2013-07-11Apple still has cl.h in a different path, fix conflict mis-resolutionTor Lillqvist
2013-07-11Remove superfluous #endifTor Lillqvist
2013-07-11chmod -xTor Lillqvist
2013-07-11Fix Windows build.Jan Holesovsky
2013-07-11Parse the token array in the RPN order.Kohei Yoshida
2013-07-11Move more methods to SharedFormulaUtil.Kohei Yoshida
2013-07-11Move these methods out of ScColumn since they don't operate on column.Kohei Yoshida
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida
2013-07-11Generate Reverse Polish token array (RPN) at the start.Kohei Yoshida
2013-07-11better opencl error reporting / diagnostics.Michael Meeks
2013-07-11try harder to setup the kernel environment.Michael Meeks
2013-07-11cleanup formulagroupcl and add opencl kernel for averagedelta.Michael Meeks
2013-07-11Add new opencl placeholder backend for specific scenarios.Michael Meeks
2013-07-11avoid regular re-creation of the formulagroup interpreter.Michael Meeks