summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand1-1/+3
2013-12-02Rework data streams to be more like file links (ScAreaLink).Matúš Kukan1-2/+0
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard1-22/+10
2013-11-28checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard1-16/+1
2013-11-13Implement data streams dialog that allows importing a stream of dataMatúš Kukan1-0/+2
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-44/+20
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-04convert sc/.../tabvwsh.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-2/+1
2013-08-15convert include/svtools/insdlg.hxx from String to OUStringNoel Grandin1-3/+3
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl1-0/+2
2013-07-23Add ANOVA (analysis of variance) calculation to Statistics.Tomaž Vajngerl1-2/+9
2013-07-19fdo#66477 Add descriptive statistics calculation to Calc.Tomaž Vajngerl1-0/+1
2013-07-19fdo#66477 Add sampling feature to calcTomaž Vajngerl1-0/+1
2013-07-14fdo#66477 Random Number Generation added to menu>fill.Tomaž Vajngerl1-0/+1
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-4/+2
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-0/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-27More ScBaseCell reduction...Kohei Yoshida1-6/+4
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-6/+3
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-2/+1
2012-12-20fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes1-0/+76
2012-12-19Little optimization when detecting if there is cell notes to be deletedRodolfo Ribeiro Gomes1-0/+3
2012-12-15check conditions before checking for matrix fragmentEike Rathke1-3/+6
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-3/+2
2012-06-11first part for new conditional format dialogMarkus Mohrhard1-14/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-04-23tweak paste-only context menu ( add paste only number )Noel Power1-0/+2
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power1-0/+4
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-11/+14
2012-02-15fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right.Kohei Yoshida1-24/+33
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-11-23ManageNames: make Define Name dialog work againMarkus Mohrhard1-0/+1
2011-11-17german comments translated to english On branch master Changes to be committe...Winfried Donkers1-42/+42
2011-09-12Modified GetClipState in ScCellShell to allow multiple dest ranges.Kohei Yoshida1-6/+49
2011-08-26String to rtl::OUString.Kohei Yoshida1-2/+2
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard1-1/+1
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-1/+1
2011-05-22Replace List for std::vector<String>.Rafael Dominguez1-11/+6
2011-03-30centralize caserotateCaolán McNamara1-2/+1
2011-03-21FIX BUG 32559 - calcDózsa Bálint1-1/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-52/+49
2011-03-02Remove bogus comments.Guillaume Poussel1-3/+3
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1