summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen2.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida1-0/+8
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-14/+12
2013-07-30Adjust named range references on sheet move.Kohei Yoshida1-7/+11
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida1-3/+5
2013-07-30Let's not use numerical magic numbers. Prefer enum.Kohei Yoshida1-2/+2
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-2/+2
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-7/+13
2013-07-01We don't need these header includes.Kohei Yoshida1-2/+0
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks1-0/+2
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara1-3/+3
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+0
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-1/+1
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-13/+0
2013-06-06Resolves: #i121448# Aligned default fill color/line style for all appsArmin Le Grand1-1/+0
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-1/+0
2013-05-20A bit of a cleanup.Kohei Yoshida1-2/+0
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida1-2/+7
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-15basic inplace Font preview for calcNoel Power1-0/+36
2013-03-28Slightly more efficient assign().Kohei Yoshida1-0/+7
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-0/+1
2013-03-22Do the same for formula cells.Kohei Yoshida1-0/+12
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-14/+19
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida1-0/+10
2013-03-16sc: translate some debug messagesThomas Arnhold1-2/+2
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida1-1/+1
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-11/+11
2013-02-21basic support for writing embedded fonts for calc docsNoel Power1-1/+2
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-5/+5
2013-01-29We don't need this hack anymore for unit test.Kohei Yoshida1-2/+1
2012-12-25simplify cond format copy&paste code, fdo#58677Markus Mohrhard1-0/+2
2012-12-04Ask the user if she wants to do full recalc on load, for ods and xlsx import.Kohei Yoshida1-0/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+15
2012-11-08VBA_InsertModule: warning C4804 usafe use of type boolMichael Stahl1-1/+1
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud1-3/+4
2012-10-10Remove a flag that nobody uses.Kohei Yoshida1-1/+0
2012-07-30small code cleanupMarkus Mohrhard1-68/+66
2012-07-27copy conditional formats with sheets, fdo#52457Markus Mohrhard1-0/+6
2012-07-12Convert SV_DECL_PTRARR_SORT(ScValidationEntries_Impl) to std::setNoel Grandin1-2/+6
2012-07-11Use bool instead of sal_uInt16 for HardCalcStateDaniel Bankston1-1/+1
2012-07-11Use cached formula results instead of recalculatingDaniel Bankston1-1/+0
2012-07-11Use imported formula results if ODS doc was generated by LibreOfficeDaniel Bankston1-0/+1
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-2/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-06-08Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin1-2/+3
2012-06-07dead code: ScDocument::DeleteNumberFormatThomas Arnhold1-4/+0
2012-06-07nuke dead codeTakeshi Abe1-4/+0
2012-06-01Missing initializationStephan Bergmann1-1/+2
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-26/+0
2012-05-18restructure colorscale code a bit to allow adding databarsMarkus Mohrhard1-2/+2