summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-12-09fdo#54938: Convert sc to use cppu::supportsServiceMarcos Paulo de Souza
2013-12-09GetBasic and m_pBasic are unusedCaolán McNamara
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-09Use OUString::startsWithStephan Bergmann
2013-12-08Improve failure logStephan Bergmann
2013-12-08Remove EmptyNumericField as it looks like it isn't used anymore.Tomaž Vajngerl
2013-12-08fix OOXML validation error with conditional formattingMarkus Mohrhard
2013-12-07don't write this default attributeMarkus Mohrhard
2013-12-07correct UTF8 handling for FILTERXML, fdo#72427Markus Mohrhard
2013-12-06fdo#66984: Define an assignment operator to prevent double deletion.Kohei Yoshida
2013-12-07check string boundsEike Rathke
2013-12-06resolved fdo#66564 calculate formula cell once if AutoCalc disabledEike Rathke
2013-12-06fdo#69518: Correctly handle the old constraint syntax.Kohei Yoshida
2013-12-06count notes - GetNotesInRange now include last tabLaurent Godard
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-12-05Insert hyperlinks via ScDocumentImport.Kohei Yoshida
2013-12-05fdo#69984: Handle duplicate field names correctly.Kohei Yoshida
2013-12-05fixed out of bounds string accessEike Rathke
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann
2013-12-05Avoid multiple definitions of two lovingly copy-pasted functionsTor Lillqvist
2013-12-05Test our re-grouping of formula cells on load.Kohei Yoshida
2013-12-05Close the document when done.Kohei Yoshida
2013-12-05New test document to handle Excel's wrong shared formula range.Kohei Yoshida
2013-12-05counting notes is per table, not on the whole documentLaurent Godard
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann
2013-12-04Resolves: fdo#72280 Wrong title for Analysis of Variance (ANOVA) dialogJulien Nabet
2013-12-04Update the comment & use the column position of the last formula record.Kohei Yoshida
2013-12-04Never attempt to create formula groups based on Excel's shared formula ranges.Kohei Yoshida
2013-12-05resolved fdo#71667 and fdo#72278, fdo#69971 follow-up fixEike Rathke
2013-12-04Assign top cell to the formula group if it's still NULL.Kohei Yoshida
2013-12-04oox: remove debugging printf.Michael Meeks
2013-12-04oox: render progress bar in main thread for threaded import.Michael Meeks
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke
2013-12-03remove and reinsert formula cell from/to tree during CompileXMLEike Rathke
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers
2013-12-03fix crash when no platform is availableMarkus Mohrhard
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin
2013-12-03simplify logic in ScFuncDesc::getFormulaNoel Grandin
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel 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-02in .xlsx import append a parameter for CEILING, FLOOR and WEEKNUM againEike Rathke
2013-12-02GPU Calc: cache the very last compiled program in memoryI-Jui (Ray) Sung
2013-12-02store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke
2013-12-02fix previous fixStephan Bergmann