summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-29WaE: struct 'ScRefCellValue' was previously declared as a classTor Lillqvist
2013-03-28Slightly more efficient assign().Kohei Yoshida
2013-03-28Remove GetCell() from ScDocument, and make PutCell() private.Kohei Yoshida
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida
2013-03-27More ScBaseCell reduction...Kohei Yoshida
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida
2013-03-22Simplify ScCellIterator.Kohei Yoshida
2013-03-22Remove a variant of PutCell().Kohei Yoshida
2013-03-22Remove direct use of ScBaseCell.Kohei Yoshida
2013-03-22More on PutCell() avoidance.Kohei Yoshida
2013-03-22More on reducing the use of ScDocument::PutCell().Kohei Yoshida
2013-03-22Do the same for formula cells.Kohei Yoshida
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida
2013-03-22More on removing direct use of cell classes...Kohei Yoshida
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida
2013-03-19re-build formula groups inside Interpret instead.Michael Meeks
2013-03-15ScBaseCell::nScriptType is no more.Kohei Yoshida
2013-03-15Accessor methods in ScDocument for cell text's script types.Kohei Yoshida
2013-03-15Create skeleton accessors for cell text script types.Kohei Yoshida
2013-03-14Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida
2013-03-14ScBaseCell::nTextWidth is no more.Kohei Yoshida
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida
2013-03-04doubled includesThomas Arnhold
2013-02-27enable disabled test for rotated anchored shape,Noel Power
2013-02-21basic support for writing embedded fonts for calc docsNoel Power
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power
2013-02-07another row height ( related to optimalheight and deleting content ) fdo#59193Noel Power
2013-01-30bnc#615317: Recompile cells with #NAME! for English function name option.Kohei Yoshida
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-30make clear that this variable should not be used inside of ScDocumentMarkus Mohrhard
2013-01-30no user of nVisibleTab inside ScDocument anymoreMarkus Mohrhard
2013-01-30make some more methods constMarkus Mohrhard
2013-01-29bnc#484599: Prevent pivot table from getting sheared when cells are shifted.Kohei Yoshida
2013-01-29We don't need this hack anymore for unit test.Kohei Yoshida
2013-01-18fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida
2013-01-10fdo#58069: Invalidate sheet stream cache when directory path changes.Kohei Yoshida
2013-01-08Add new ods import test for rich-text cell contents.Kohei Yoshida
2013-01-04New ods test document to check the import of row height values.Kohei Yoshida
2012-12-11fdo#58149: Recalculate HYPERLINK formula cells on load.Kohei Yoshida
2012-12-04Actually let's use the internal API directly here.Kohei Yoshida
2012-12-04Ask the user if she wants to do full recalc on load, for ods and xlsx import.Kohei Yoshida