summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-05-06make Excel happyMarkus Mohrhard
2013-05-03Additional unit test for sorting.Kohei Yoshida
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna
2013-05-02we can just use a PopupMenu* hereCaolán McNamara
2013-05-02fdo#64048 - fix calc/VBA clearcontents regression.Michael Meeks
2013-05-02fdo#39593 - share copy/paste code, and add a few consts.Minh Ngo
2013-05-02Update pchAurimas Fišeras
2013-05-02fix fdo#64085 : set proper alignment for justified align text.navin patidar
2013-05-01convert message box return types to an enumCaolán McNamara
2013-04-30Unit test for the earlier reference toggling bug.Kohei Yoshida
2013-04-30Fix erroneous reference conversion.Tomofumi Yagi
2013-04-30Surpress warning on comparison between signed and unsigned.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-30Typo.Kohei Yoshida
2013-04-30Reset dirty.Kohei Yoshida
2013-04-30We don't need this code.Kohei Yoshida
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida
2013-04-30Handle range reference as well for group calculation. Not tested yet.Kohei Yoshida
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida
2013-04-30Some comment.Kohei Yoshida
2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida
2013-04-30CellStorageModified() is the right (and only) place to mark group dirty.Kohei Yoshida
2013-04-30Test-drive grouped formula calculation.Kohei Yoshida
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida
2013-04-30Move the invariant group handler into its own method.Kohei Yoshida
2013-04-30Don't forget to add breaks here...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 can't support all cases until we have real range-based dep tracking.Kohei Yoshida
2013-04-30We really don't need to use similar data unless I missed something.Kohei Yoshida
2013-04-30Adding comment as I go along...Kohei Yoshida
2013-04-30Let's use std::for_each for this.Kohei Yoshida
2013-04-30Wrap inside smart pointer on instantiation, for exception safety.Kohei Yoshida
2013-04-30We have function object for this.Kohei Yoshida
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-30bnc#816516: Implement easy access to the recent documents.Jan Holesovsky
2013-04-29fdo#63592 Solve context numerical problem when changing text directionabdulmajeed ahmed
2013-04-29Resolves: fdo#51556 allow tab traversing into the conditional formatting listCaolán McNamara
2013-04-29fdo#61060 - Freezing now marks spreadsheet as unsaved.Sameer Deshmukh
2013-04-29fdo#63546: set appropriate alignment when wrt direction of cells is changed.navin patidar
2013-04-29use boost::scoped_ptr and direct valuesMarkus Mohrhard
2013-04-28Bin CLOOK comments and un-split one large switch statementTor Lillqvist
2013-04-28collision between orcus::spreadsheet::col_t and aix col_t typedefCaolán McNamara
2013-04-26forgot thoseThomas Arnhold
2013-04-26fixThomas Arnhold
2013-04-26XubString->OUStringCaolán McNamara
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
2013-04-26Revert "remove a bit of unnecessary whitespace to make lines shorter"Markus Mohrhard
2013-04-25prevent unnecessary String->OUString conversionsMarkus Mohrhard