summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers1-0/+6
2013-12-13there is no need to expose an ScColumn*, and always check for validityEike Rathke1-2/+0
2013-12-13how about style?Eike Rathke1-1/+1
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin1-2/+2
2013-12-11Let's use a status indicator while exporting to xlsx.Kohei Yoshida1-1/+2
2013-12-10fdo#66969: Add test to ensure we import page field's visibility correctly.Kohei Yoshida2-3/+3
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida1-5/+5
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida2-0/+17
2013-12-09GetBasic and m_pBasic are unusedCaolán McNamara1-1/+1
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida1-0/+3
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida2-21/+6
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida2-3/+12
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke1-0/+1
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke1-1/+1
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin1-1/+1
2013-12-03convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32Noel Grandin1-2/+2
2013-12-02Integrate branch of IAccessible2Steve Yin5-1/+43
2013-11-30Add t-test Statistics Dialog.Tomaž Vajngerl1-0/+1
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers1-0/+3
2013-11-28drop unused RID_SCDLG_DATABARCaolán McNamara1-1/+0
2013-11-28Background OpenCL compilation re-factoringTor Lillqvist2-7/+15
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida1-0/+5
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard3-0/+3
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke1-0/+1
2013-11-27resolved fdo#53103 actually use the external data filter optionsEike Rathke1-1/+7
2013-11-25add methods to enable and disable automatic device selectionMarkus Mohrhard2-1/+7
2013-11-25add API to retrieve all available OpenCL platforms and devicesMarkus Mohrhard1-0/+5
2013-11-25provide UNO API for OpenCL selectionMarkus Mohrhard2-1/+20
2013-11-24checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard2-0/+2
2013-11-22Set default cell style directly, without UNO API.Kohei Yoshida1-0/+6
2013-11-22More removal of UNO API for setting document properties.Kohei Yoshida1-1/+1
2013-11-22Call the method directly via ScDocument, not via obscure UNO API.Kohei Yoshida1-1/+1
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers1-0/+4
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers1-0/+5
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist1-2/+4
2013-11-20WIP: Background ahead-of-time OpenCL compilationTor Lillqvist2-5/+11
2013-11-20WIP commit of threaded OpenCL compilation workTor Lillqvist2-1/+18
2013-11-20Use the more generic CompiledFormula typeTor Lillqvist1-7/+2
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist2-3/+4
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist2-0/+39
2013-11-20Refactoring in preparation for threaded OpenCL kernel compilationTor Lillqvist3-0/+21
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann1-0/+4
2013-11-18Handle external reference bits too. This is the last missing piece.Kohei Yoshida2-0/+11
2013-11-18Avoid passing the external ref manager pointer to make it re-entrant.Kohei Yoshida1-7/+8
2013-11-18Try not to pass ScCompiler as a parameter.Kohei Yoshida1-2/+2
2013-11-18EncodeUrlMode always set to "by grammer". Remove it.Kohei Yoshida1-9/+1
2013-11-18Let's have makeRefStr() take individual parameters again.Kohei Yoshida1-8/+5
2013-11-18Handle sheet-local range names too.Kohei Yoshida1-0/+2
2013-11-18Handle named database ranges in CreateString().Kohei Yoshida1-0/+1
2013-11-18Have makeRefStr() accept a context object rather than individual params.Kohei Yoshida1-2/+10