summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida
2014-01-06convert col or row dialog to .uiCaolán McNamara
2014-01-06CreateScColOrRowDlg is unusedCaolán McNamara
2014-01-04convert calc paragraph dialog to .uiCaolán McNamara
2014-01-04convert calc character dialog to .uiCaolán McNamara
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin
2013-12-30convert retype password input dialog to .uiCaolán McNamara
2013-12-30Parse CSV lines in the reader thread.Kohei Yoshida
2013-12-30convert simple reference dialog to .uiCaolán McNamara
2013-12-30convert solver options dialog to .uiCaolán McNamara
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-28convert xml source dialog to .uiCaolán McNamara
2013-12-23convert validity tabdialog to .uiCaolán McNamara
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky
2013-12-20convert solver no solution dialog to .uiCaolán McNamara
2013-12-20convert row/col height/width dialogs to .uiCaolán McNamara
2013-12-19convert show sheets dialog to .uiCaolán McNamara
2013-12-19Properly import data stream data from ods.Kohei Yoshida
2013-12-19Switch away from using the sfx2 link manager for data stream.Kohei Yoshida
2013-12-19convert sort dialog to .ui formatCaolán McNamara
2013-12-19convert subtotals dialog to .uiCaolán McNamara
2013-12-19set mnemonic widgets and a max heightCaolán McNamara
2013-12-18We don't need these yet.Kohei Yoshida
2013-12-18Detect numbers which are to be inserted as numeric cells.Kohei Yoshida
2013-12-18Use orcus csv parser to streamd data which has much less overhead.Kohei Yoshida
2013-12-18Add sc::DocumentStreamAccess class.Kohei Yoshida
2013-12-18Try to consolidate all broadcast calls into one place. Still WIP.Kohei Yoshida
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers
2013-12-13there is no need to expose an ScColumn*, and always check for validityEike Rathke
2013-12-13how about style?Eike Rathke
2013-12-12Convert OUString** to std::vector<OUString> in ScFuncDescNoel Grandin
2013-12-11Let's use a status indicator while exporting to xlsx.Kohei Yoshida
2013-12-10fdo#66969: Add test to ensure we import page field's visibility correctly.Kohei Yoshida
2013-12-10fdo#66969: Reset group dimension data from all referencing pivot objects.Kohei Yoshida
2013-12-10Allow dumping of internal states of pivot table objects for debugging.Kohei Yoshida
2013-12-09GetBasic and m_pBasic are unusedCaolán McNamara
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin
2013-12-03convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32Noel Grandin
2013-12-02Integrate branch of IAccessible2Steve Yin