summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-05-07officecfg: remove Package_cppheaderMichael Stahl2-0/+8
2013-05-06fix typos (wich instead of which)Philipp Riemer9-11/+11
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-14/+7
2013-05-06Revert "abstract type in ptr_container needs this workaround"Stephan Bergmann2-27/+25
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák71-422/+422
2013-05-06fdo#63878 fix the zoom problem when the sheet are RTLFaisal M. Al-Otaibi1-0/+3
2013-05-06fdo#51828 - UI: Sort: can use more than 3 criteria once only - additional fixAlbert Thuswaldner2-16/+25
2013-05-06make Excel happyMarkus Mohrhard1-8/+8
2013-05-03Additional unit test for sorting.Kohei Yoshida1-14/+65
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna15-40/+37
2013-05-02we can just use a PopupMenu* hereCaolán McNamara2-7/+18
2013-05-02fdo#64048 - fix calc/VBA clearcontents regression.Michael Meeks1-1/+1
2013-05-02fdo#39593 - share copy/paste code, and add a few consts.Minh Ngo2-233/+154
2013-05-02Update pchAurimas Fišeras1-0/+1
2013-05-02fix fdo#64085 : set proper alignment for justified align text.navin patidar1-1/+8
2013-05-01convert message box return types to an enumCaolán McNamara1-1/+1
2013-04-30Unit test for the earlier reference toggling bug.Kohei Yoshida1-0/+27
2013-04-30Fix erroneous reference conversion.Tomofumi Yagi1-1/+1
2013-04-30Surpress warning on comparison between signed and unsigned.Kohei Yoshida1-1/+1
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida6-8/+10
2013-04-30Move the group calculation code into its own class.Kohei Yoshida8-76/+130
2013-04-30Typo.Kohei Yoshida1-1/+1
2013-04-30Reset dirty.Kohei Yoshida1-0/+1
2013-04-30We don't need this code.Kohei Yoshida1-2/+0
2013-04-30Handle range references for group calculation. This is still untested.Kohei Yoshida1-7/+34
2013-04-30Handle range reference as well for group calculation. Not tested yet.Kohei Yoshida1-2/+26
2013-04-30Let's not use VectorArray struct. There is no use for it.Kohei Yoshida1-2/+2
2013-04-30Some comment.Kohei Yoshida1-0/+6
2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida8-9/+60
2013-04-30CellStorageModified() is the right (and only) place to mark group dirty.Kohei Yoshida4-25/+6
2013-04-30Test-drive grouped formula calculation.Kohei Yoshida1-27/+45
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida8-19/+180
2013-04-30Move the invariant group handler into its own method.Kohei Yoshida2-77/+82
2013-04-30Don't forget to add breaks here...Kohei Yoshida1-0/+2
2013-04-30Handle invariant group with single references.Kohei Yoshida10-73/+198
2013-04-30Not yet used, but a hook to retrieve a vector reference value.Kohei Yoshida8-4/+72
2013-04-30We can't support all cases until we have real range-based dep tracking.Kohei Yoshida1-1/+16
2013-04-30We really don't need to use similar data unless I missed something.Kohei Yoshida3-121/+71
2013-04-30Adding comment as I go along...Kohei Yoshida1-0/+1
2013-04-30Let's use std::for_each for this.Kohei Yoshida1-6/+18
2013-04-30Wrap inside smart pointer on instantiation, for exception safety.Kohei Yoshida1-6/+5
2013-04-30We have function object for this.Kohei Yoshida1-4/+2
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks34-723/+126
2013-04-30bnc#816516: Implement easy access to the recent documents.Jan Holesovsky2-0/+5
2013-04-29fdo#63592 Solve context numerical problem when changing text directionabdulmajeed ahmed1-1/+9
2013-04-29Resolves: fdo#51556 allow tab traversing into the conditional formatting listCaolán McNamara3-5/+13
2013-04-29fdo#61060 - Freezing now marks spreadsheet as unsaved.Sameer Deshmukh1-0/+1
2013-04-29fdo#63546: set appropriate alignment when wrt direction of cells is changed.navin patidar1-13/+42
2013-04-29use boost::scoped_ptr and direct valuesMarkus Mohrhard1-5/+4
2013-04-28Bin CLOOK comments and un-split one large switch statementTor Lillqvist6-11/+12