summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2014-01-14fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida2-9/+17
2014-01-14sc: re-work ScHorizontalCellIterator to try to improve performance.Michael Meeks1-1/+6
2014-01-10fdo#73484: Ensure that we import all tab settings from Excel.Kohei Yoshida1-0/+7
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann7-14/+14
2014-01-09Move some of the link related methods to the document link manager.Kohei Yoshida2-8/+14
2014-01-08Oops. We don't want to leak here.Kohei Yoshida1-0/+1
2014-01-08Move the LinkManager instance from ScDocument to ScDocumentLinkManager.Kohei Yoshida2-3/+22
2014-01-08fdo#73408: Make the software interpreter selection stick in the UI.Kohei Yoshida1-0/+4
2014-01-08resolved fdo#72929 buffer jump matrix' result matrix blocksEike Rathke1-0/+12
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan1-1/+0
2014-01-07fdo#72774: Generate correct group items for the year group.Kohei Yoshida1-1/+1
2014-01-07fdo#72774: Add test for group field cache population on file load.Kohei Yoshida2-2/+13
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida1-0/+12
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida2-9/+2
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida1-11/+0
2014-01-06convert col or row dialog to .uiCaolán McNamara1-1/+0
2014-01-06CreateScColOrRowDlg is unusedCaolán McNamara1-6/+0
2014-01-04convert calc paragraph dialog to .uiCaolán McNamara2-5/+2
2014-01-04convert calc character dialog to .uiCaolán McNamara2-3/+2
2014-01-03resolved fdo#72949 evaluate criteria on the query rangeEike Rathke1-1/+1
2014-01-03Resolves: #i123909# Select one column, paste cell range...Steve Yin4-0/+14
2013-12-30convert retype password input dialog to .uiCaolán McNamara1-1/+0
2013-12-30Parse CSV lines in the reader thread.Kohei Yoshida1-0/+3
2013-12-30convert simple reference dialog to .uiCaolán McNamara1-1/+0
2013-12-30convert solver options dialog to .uiCaolán McNamara2-5/+0
2013-12-30convert solver progress dialog to .uiCaolán McNamara2-2/+0
2013-12-29convert solver success dialog to .uiCaolán McNamara2-2/+0
2013-12-29convert tab background color to .uiCaolán McNamara2-3/+1
2013-12-29convert multiple operations dialog to .uiCaolán McNamara1-2/+9
2013-12-28convert xml source dialog to .uiCaolán McNamara1-1/+3
2013-12-23convert validity tabdialog to .uiCaolán McNamara1-2/+2
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky1-0/+1
2013-12-20convert solver no solution dialog to .uiCaolán McNamara2-2/+0
2013-12-20convert row/col height/width dialogs to .uiCaolán McNamara2-11/+3
2013-12-19convert show sheets dialog to .uiCaolán McNamara2-3/+1
2013-12-19Properly import data stream data from ods.Kohei Yoshida2-0/+55
2013-12-19Switch away from using the sfx2 link manager for data stream.Kohei Yoshida2-0/+41
2013-12-19convert sort dialog to .ui formatCaolán McNamara2-4/+1
2013-12-19convert subtotals dialog to .uiCaolán McNamara2-3/+2
2013-12-19set mnemonic widgets and a max heightCaolán McNamara2-14/+1
2013-12-18We don't need these yet.Kohei Yoshida1-3/+0
2013-12-18Detect numbers which are to be inserted as numeric cells.Kohei Yoshida1-0/+1
2013-12-18Use orcus csv parser to streamd data which has much less overhead.Kohei Yoshida2-0/+26
2013-12-18Add sc::DocumentStreamAccess class.Kohei Yoshida4-0/+43
2013-12-18Try to consolidate all broadcast calls into one place. Still WIP.Kohei Yoshida1-0/+4
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