summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)Author
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05GPU Calc: implemented STANDARDIZEshiming zhang
2013-11-05GPU Calc: unit test cases for STANDARDIZEshiming zhang
2013-11-05GPU Calc: implemented TANHfengzeng
2013-11-05GPU Calc: unit test cases for TANHfengzeng
2013-11-05GPU Calc: implemented TANfengzeng
2013-11-05GPU Calc: unit test cases for TANfengzeng
2013-11-05GPU Calc: implement fix for SINfengzeng
2013-11-05GPU Calc: unit test cases for SINfengzeng
2013-11-05GPU Calc: implement fix for PVyiming ju
2013-11-05GPU Calc: unit test cases for PVyiming ju
2013-11-05GPU Calc: implement fix for ABSyangzhang
2013-11-05GPU Calc: unit test cases for ABSyangzhang
2013-11-05removed unused aStrRow member variableEike Rathke
2013-11-05OUStringBuffer is unnecessary hereEike Rathke
2013-11-05fdo#71120: use native checkbox heightIvan Timofeev
2013-11-05"%1 is replaced to column letter" ... so do itEike Rathke
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05fix some further include guard fooThomas Arnhold
2013-11-05fix STL debug build againDavid Tardon
2013-11-04Import data tables from xlsx via ScDocumentImport.Kohei Yoshida
2013-11-04Use position hints for broadcasters when activating formula cells.Kohei Yoshida
2013-11-04No point using the pimpl pattern here.Kohei Yoshida
2013-11-04Have all formula cells start listening at once after the file load.Kohei Yoshida
2013-11-04Fix multiple operations with formula cell with indirect dependency.Kohei Yoshida
2013-11-04We need to update sheet positions of range names when modifying sheets.Kohei Yoshida
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida
2013-11-04Populate raw cell values using ScDocumentImport.Kohei Yoshida
2013-11-04Set up ScDocumentImport accessor and initialize it.Kohei Yoshida
2013-11-04fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INVWinfried Donkers
2013-11-04fdo#71128 arguments of calc function MMULT have same nameWinfried Donkers
2013-11-04fdo#40788: Allow manual breaks in Calc to be forcedEilidh McAdam
2013-11-04Fix for Calc page scaling - see #i54993#Eilidh McAdam
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt
2013-11-04fdo#69971 formula dialog crash when Paint restores EditEngine listenerCaolán McNamara
2013-11-04small optimization, don't get selection unless it gets usedCaolán McNamara
2013-11-04minor cleanup in ScHeaderControl: nCount is always greater than 0Rodolfo Ribeiro Gomes
2013-11-04German translations and minor clean-up in ScHeaderControlsRodolfo Ribeiro Gomes
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04WaE: unused variablesTor Lillqvist
2013-11-04WaE: statement aligned ... [loplugin]Tor Lillqvist
2013-11-04GPU Calc: implement fix for SINHdechuang
2013-11-04GPU Calc: unit test cases for SINHdechuang
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-11-03GPU Calc: implemented COUPNUMminwang
2013-11-03GPU Calc: implemented DURATIONxinjiang
2013-11-03GPU Calc: unit test cases for DURATIONxinjiang
2013-11-03GPU Calc: refactor op_financial.cxx to fix warning and bad indentationI-Jui (Ray) Sung