summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
2013-11-13Implement data streams dialog that allows importing a stream of dataMatúš Kukan2-0/+6
2013-11-13add menu item for data streams dialogMatúš Kukan1-1/+2
2013-11-11Add statistics dialog for calculation of moving average.Tomaž Vajngerl3-0/+17
2013-11-11New statistics function: Exponential SmoothingTomaž Vajngerl3-0/+18
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2-47/+47
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin3-5/+5
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida2-2/+2
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida2-4/+9
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-4/+3
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin2-6/+5
2013-11-05fix some further include guard fooThomas Arnhold1-2/+0
2013-11-04Fix for Calc page scaling - see #i54993#Eilidh McAdam1-0/+34
2013-11-04minor cleanup in ScHeaderControl: nCount is always greater than 0Rodolfo Ribeiro Gomes1-5/+3
2013-11-04German translations and minor clean-up in ScHeaderControlsRodolfo Ribeiro Gomes2-69/+49
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-11-02no default LTR mode does not mean RTL, fdo#68097Markus Mohrhard1-1/+6
2013-10-30use SC_STRLOAD()Eike Rathke2-5/+5
2013-10-29Revert "fix fdo#63546 : set appropriate alignment when writing direction is c...Eike Rathke1-23/+0
2013-10-29Revert "Related: fdo#63546 bundle both changes together as one undo"Eike Rathke1-7/+0
2013-10-29Revert "fdo#63546: set appropriate alignment when wrt direction of cells is c...Eike Rathke1-42/+13
2013-10-29sal_Bool to bool in ScHeaderControlRodolfo Ribeiro Gomes2-42/+42
2013-10-24more string bounds checks for scCaolán McNamara1-1/+1
2013-10-23remove some legacy stuffThomas Arnhold1-33/+0
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard9-97/+43
2013-10-23convert input string dialog to .uiCaolán McNamara1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist20-33/+33
2013-10-18eliminated cause of "SelectionPattern Null" dbgutil warningEike Rathke1-10/+17
2013-10-18convert remaining String in SC to OUStringNoel Grandin12-24/+24
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara3-77/+55
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet3-71/+49
2013-10-14Change sal_Bool to bool in viewfunc.cxx (Calc)Laurent Balland-Poirier1-113/+113
2013-10-14String to OUString in viewfunc (Calc)Laurent Balland-Poirier1-2/+2
2013-10-11Spell check context can be NULL (when the live spell check is not on).Kohei Yoshida1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-2/+2
2013-10-11GetEditUrlOrError() is no more. Just use GetEditUrl().Kohei Yoshida1-7/+1
2013-10-11Fix context menu launch on mis-spelled word in a cell.Kohei Yoshida1-33/+24
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-12/+17
2013-10-11Simplify string literal concatenationsStephan Bergmann1-2/+1
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2-2/+3
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin38-322/+317
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin3-8/+8
2013-10-08convert sc/inc/editutil.hxx from String to OUStringNoel Grandin3-3/+3
2013-10-04convert sc/inc/s*.hxx from String to OUStringNoel Grandin2-5/+5
2013-10-04convert sc/inc/view*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/ui/inc/c*.hxx from String to OUStringNoel Grandin1-3/+3
2013-10-04convert sc/source/ui/inc/d*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/ui/inc/gridwin.hxx from String to OUStringNoel Grandin2-8/+8
2013-10-04convert sc/source/ui/inc/h*.hxx from String to OUStringNoel Grandin3-8/+8
2013-10-04convert sc/source/ui/inc/i*.hxx from String to OUStringNoel Grandin1-3/+3
2013-10-04convert sc/source/ui/inc/n*.hxx from String to OUStringNoel Grandin1-1/+1