summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-12-31svx: Use constructor feature for SvXMLGraphicImportExportHelper.Matúš Kukan
2013-12-30Display 3D address & honor current reference address convension.Kohei Yoshida
2013-12-30Remove CallerThread and use Timer to do the same, on the main thread.Kohei Yoshida
2013-12-30Move this opencl test to slowcheck. It's too slow.Kohei Yoshida
2013-12-30GPU Calc: fix compiler warningI-Jui (Ray) Sung
2013-12-30GPU Calc: Optimized COUPPCDminwang
2013-12-30GPU Calc: Optimized COUPNCDminwang
2013-12-30GPU Calc: Optimized AMORLINCminwang
2013-12-30GPU Calc: Optimized AMORDEGRCminwang
2013-12-30GPU Calc: Optimized COUPNUMminwang
2013-12-30GPU Calc: Optimized COUPDAYSNCminwang
2013-12-30GPU Calc: Optimized PRICEmulei
2013-12-30GPU Calc: Fix the precision of the Financial formula DISCxinjiang
2013-12-30GPU Calc: unit test cases for AVEDEVmingli
2013-12-30GPU Calc: implemented AVEDEVmingli
2013-12-30GPU Calc: Optimized RANDOMyangzhang
2013-12-30GPU Calc: unit test cases for NEGSUBhaochen
2013-12-30GPU Calc: implemented NEGSUBhaochen
2013-12-30GPU Calc: Fix bug of SIN,POWER,EXP,SQRTfengzeng
2013-12-30free resource missing hereCaolán McNamara
2013-12-30convert retype password input dialog to .uiCaolán McNamara
2013-12-30std::auto_ptr->boost::scoped_ptrCaolán McNamara
2013-12-30fdo#72995: Changed label to 'Formula cell must contain a formula.'yjw9012
2013-12-30This part requires orcus library presence.Kohei Yoshida
2013-12-30Parse CSV lines in the reader thread.Kohei Yoshida
2013-12-30Disallow direct access to member variables.Kohei Yoshida
2013-12-30Protect access to the terminate flag.Kohei Yoshida
2013-12-30Misc cleanup.Kohei Yoshida
2013-12-30convert simple reference dialog to .uiCaolán McNamara
2013-12-30convert solver options dialog to .uiCaolán McNamara
2013-12-30Resolves: fdo#73137 undo name for 'Covariance' is differentJulien Nabet
2013-12-30Resolves: fdo#73138 undo name for 'Chi Squared' is differentJulien Nabet
2013-12-30Resolves: #i123910# reference in validation condition changed...Steve Yin
2013-12-30convert solver progress dialog to .uiCaolán McNamara
2013-12-29convert solver success dialog to .uiCaolán McNamara
2013-12-29convert tab background color to .uiCaolán McNamara
2013-12-29convert multiple operations dialog to .uiCaolán McNamara
2013-12-28implement datastream timings.Michael Meeks
2013-12-28don't create and destroy SvtMiscOptions here unless its needed.Michael Meeks
2013-12-28convert xml source dialog to .uiCaolán McNamara
2013-12-28don't write new elements/attribs to ODF namespacesMarkus Mohrhard
2013-12-28only write new element and attributes in ODF 1.2 extendedMarkus Mohrhard
2013-12-28fix invalid string access in OUString::copyMarkus Mohrhard
2013-12-27fdo#72874: Strip const-ness from pointer value when setting it to storage.Kohei Yoshida
2013-12-27cppcheck: fix 2 consecutive breaksJulien Nabet
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás
2013-12-26add test case for fdo#72999Markus Mohrhard
2013-12-26fix handling of range parameters in COUNT, fdo#72999Markus Mohrhard
2013-12-23Moved buttons columns to the bottom rowAlexander Wilms
2013-12-23GPU Calc: Optimized CHISQINVhongyu zhong