summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)Author
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-12-09SearchResults dialog: Use also AlignToCursor when setting cursor.Matúš Kukan
2013-12-09fdo#72413: Fix O(n^2) in inserting SearchResults' items.Matúš Kukan
2013-12-08Remove EmptyNumericField as it looks like it isn't used anymore.Tomaž Vajngerl
2013-12-06resolved fdo#66564 calculate formula cell once if AutoCalc disabledEike Rathke
2013-12-06count notes - GetNotesInRange now include last tabLaurent Godard
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida
2013-12-05fixed out of bounds string accessEike Rathke
2013-12-05Avoid multiple definitions of two lovingly copy-pasted functionsTor Lillqvist
2013-12-05counting notes is per table, not on the whole documentLaurent Godard
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin
2013-12-03convert ScInputHandler::InputGetSelection from xub_StrLen -> sal_Int32Noel Grandin
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin
2013-12-03warning C4702: unreachable codeStephan Bergmann
2013-12-03Revert ScAccessibleCellBase::getCurrentValue to reutnr a numeric value againStephan Bergmann
2013-12-03fix windows buildMarkus Mohrhard
2013-12-02fix previous fixStephan Bergmann
2013-12-02-Werror,-Wunused-variableStephan Bergmann
2013-12-02WaE: initialize boolean variable to prevent compiler warning.Pavel Janík
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-12-02ditch _TPHFEDIT_CXX fooCaolán McNamara
2013-12-02don't use fixed size icon sets, fdo#62652Markus Mohrhard
2013-12-01Add strings in statistics dialogs to the SRC/HRC file.Tomaž Vajngerl
2013-11-30Add t-test Statistics Dialog.Tomaž Vajngerl
2013-11-29typo: seperator -> separatorAndras Timar
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers
2013-11-29static, not mysteriousStephan Bergmann
2013-11-29WaE: Silence bogus MSVC 2012 warningTor Lillqvist
2013-11-29Drop duplicate #includeTakeshi Abe
2013-11-28fix error C3665: override specifier 'override' not allowed on a destructorMatúš Kukan
2013-11-28make data streams an experimental featureMatúš Kukan
2013-11-28fix memory leakMatúš Kukan
2013-11-28datastreams: No need to disable undo. We do not add undo actions.Matúš Kukan
2013-11-28datastreams: Simplify code for importing CSV data.Matúš Kukan
2013-11-28datastreams: for security, ask before executing a script when importingMatúš Kukan
2013-11-28Let's use ScRefreshTimer for data streams instead of our own thread.Matúš Kukan
2013-11-28Allow to edit data stream from Edit-> Links... dialog.Matúš Kukan
2013-11-28export data streams; pretend to be an area linkMatúš Kukan
2013-11-28Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan
2013-11-28Rework data streams to be more like file links (ScAreaLink).Matúš Kukan
2013-11-28Clear the data cache here as well.Kohei Yoshida
2013-11-28Clear column data cache here too.Kohei Yoshida
2013-11-27Don't forget to broadcast to chart objects.Kohei Yoshida
2013-11-27Broadcast changes on undo / redo of cell range deletion.Kohei Yoshida
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard