summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2013-05-07implement Range.NameNoel Power2-0/+53
2013-05-07stub implementation(s) for Application EnableCancelKey & InternationalNoel Power2-1/+28
2013-05-07implement Application.Iteration & Application.InchesToPointsNoel Power2-1/+44
2013-05-07implement Application.UndoNoel Power2-0/+10
2013-05-07reset Logical format when setting a number value via Range vba apiNoel Power1-0/+9
2013-05-07add Workbook.Save methodNoel Power2-0/+94
2013-05-07return correct object ( was returning an uno object in the vba api )Noel Power1-1/+1
2013-05-07handle non int32 values for Field in Range.AutoFilterNoel Power1-3/+15
2013-05-07Tweak further the indices checked for break, also tweak test documentNoel Power1-2/+2
2013-05-07fix limits check on breaks ( ignore breaks outside used area )Noel Power2-6/+14
2013-05-07Fix ScRangeList::Parse wrt defaulted delimiter and default tab paramsNoel Power1-1/+1
2013-05-07Revert "remove unused parameter"Noel Power1-2/+3
2013-05-07fix range cut with destination paramater( missing else )Noel Power1-0/+1
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 Bergmann1-13/+15
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-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-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-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 Yoshida5-7/+9
2013-04-30Move the group calculation code into its own class.Kohei Yoshida3-72/+102
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 Yoshida4-6/+14
2013-04-30CellStorageModified() is the right (and only) place to mark group dirty.Kohei Yoshida3-24/+5
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 Yoshida5-19/+168
2013-04-30Move the invariant group handler into its own method.Kohei Yoshida1-76/+80
2013-04-30Don't forget to add breaks here...Kohei Yoshida1-0/+2
2013-04-30Handle invariant group with single references.Kohei Yoshida4-59/+181
2013-04-30Not yet used, but a hook to retrieve a vector reference value.Kohei Yoshida4-0/+52
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 Yoshida2-116/+65
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