summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
AgeCommit message (Expand)Author
2013-09-04Remove more unused methodsMarcos Paulo de Souza
2013-08-25fdo#60740: Export multi-line formula results to ods without UNO API.Kohei Yoshida
2013-08-12Compile token array only once per formula group.Kohei Yoshida
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida
2013-08-12Const correctness at ScFormulaCell side.Kohei Yoshida
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida
2013-08-12Prepare for importing shared formulas as formula groups from xls.Kohei Yoshida
2013-07-30Adjust named range references on sheet move.Kohei Yoshida
2013-07-30Update range names on sheet deletion.Kohei Yoshida
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida
2013-07-24Split this method into 3.Kohei Yoshida
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida
2013-07-09More removal of implicit inlines, while I'm at it....Kohei Yoshida
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida
2013-07-09More fix for link error on windows.Kohei Yoshida
2013-07-09Attempt to fix windows link error.Kohei Yoshida
2013-07-02Detect circular dependency in formula groups to fallback to cell-based.Kohei Yoshida
2013-07-02COUNT should skip formula cells with error.Kohei Yoshida
2013-07-02Put the matrix header back in for Windows build...Kohei Yoshida
2013-06-27Some attempt to clean ScFormulaCell::UpdateReference() a bit.Kohei Yoshida
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida
2013-06-27Avoid redundant if branches.Kohei Yoshida
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-06-23we don't need this hack without inherited number formats, fdo#66076Markus Mohrhard
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard
2013-06-02accept this result as bug fixedMarkus Mohrhard
2013-06-02remove inherited number formats, related fdo#60215Markus Mohrhard
2013-06-02this method is unused nowMarkus Mohrhard
2013-06-02preparations for inherited number format removalMarkus Mohrhard
2013-06-02make the method privateMarkus Mohrhard
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida
2013-04-30Move the group calculation code into its own class.Kohei Yoshida
2013-04-30Move the invariant group handler into its own method.Kohei Yoshida
2013-04-30Handle invariant group with single references.Kohei Yoshida
2013-04-30Not yet used, but a hook to retrieve a vector reference value.Kohei Yoshida
2013-04-30We really don't need to use similar data unless I missed something.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida