summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
AgeCommit message (Expand)AuthorFilesLines
2013-04-03convert calc format cells dialog to .ui formatCaolán McNamara3-32/+3
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida1-2/+2
2013-03-28More on replacing ScBaseCell.Kohei Yoshida1-3/+2
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida1-1/+1
2013-03-28Replace ScBaseCell in CellInfo with ScRefCellValue.Kohei Yoshida1-1/+1
2013-03-27Kill more ScBaseCell usages.Kohei Yoshida1-9/+10
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2-8/+7
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida1-0/+2
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida1-39/+6
2013-03-22Add assign() and commit() methods to make it easier to use this class.Kohei Yoshida1-1/+18
2013-03-22ScUndoSetCell::Value to ScUndoCellValue in global scope.Kohei Yoshida1-24/+24
2013-03-22Modernize ScUndoEnterData a bit.Kohei Yoshida1-13/+23
2013-03-22Reduce the number of parameters.Kohei Yoshida1-5/+2
2013-03-22bInterpret is always set false. Remove it.Kohei Yoshida1-2/+1
2013-03-22Remove unused methods.Kohei Yoshida1-5/+0
2013-03-22ScUndoPutCell is no longer used.Kohei Yoshida1-26/+0
2013-03-22String to OUString.Kohei Yoshida1-1/+1
2013-03-22Remove unused method parameter.Kohei Yoshida1-4/+3
2013-03-22ScDocFunc::PutCell() is no longer used. Remove it.Kohei Yoshida1-1/+0
2013-03-22Another PutCell() gone.Kohei Yoshida1-0/+2
2013-03-22This shouldn't be virtual.Kohei Yoshida1-3/+3
2013-03-22ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.Kohei Yoshida1-0/+7
2013-03-22Do the same for formula cells.Kohei Yoshida1-2/+2
2013-03-22Add SetStringCell() and SetEditCell() to ScDocFunc.Kohei Yoshida1-0/+2
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida1-2/+2
2013-03-22Convert some of ScDocFunc::PutCell() to SetValueCell().Kohei Yoshida1-1/+1
2013-03-22Implement the undo of arbitrary cells. Not used yet.Kohei Yoshida1-0/+3
2013-03-22First cut on implementing SetValueCell in ScDocFunc. Not tested yet.Kohei Yoshida2-2/+40
2013-03-21-Werror=unused-parameterStephan Bergmann1-1/+1
2013-03-21fdo#55430 allowing click-from-textmode without causing fdo#61025Lennard Wasserthal1-0/+1
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-3/+3
2013-03-19This ScFormulaCell member is not used. Also remove cell.hxx include...Kohei Yoshida2-2/+1
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida1-1/+0
2013-03-15first step for Insert->Chart From FileMarkus Mohrhard1-1/+1
2013-03-15remove empty destructorMarkus Mohrhard1-2/+10
2013-03-15remove unnecessary ascii artMarkus Mohrhard1-6/+0
2013-03-15initial work on an odc exportMarkus Mohrhard1-0/+2
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir1-1/+1
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida2-2/+2
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist3-6/+6
2013-03-09group undo action when hiding/showing sheetsLaurent Godard2-5/+6
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim29-0/+85
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara1-1/+5
2013-03-08Resolves: fdo#58630 crash with refEdit button in SfxTabDialogCaolán McNamara2-1/+11
2013-03-07drop unused resourcesCaolán McNamara1-6/+0
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara3-23/+11
2013-03-06remove .src remnantsCaolán McNamara2-50/+0
2013-03-06adapt code to define name .ui conversionCaolán McNamara2-31/+61
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király1-3/+3
2013-03-04doubled includesThomas Arnhold2-2/+0