summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh.cxx
AgeCommit message (Expand)Author
2014-03-19fdo#64290 ui:count selected rows and columnsgdm.manmeet
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-18sal_Bool->boolNoel Grandin
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand
2014-01-28bool improvementsStephan Bergmann
2013-11-28Rework data streams to be more like file links (ScAreaLink).Matúš Kukan
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard
2013-11-24checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard
2013-11-13Implement data streams dialog that allows importing a stream of dataMatúš Kukan
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin
2013-10-08convert sc/inc/doc*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/.../tabvwsh.hxx from String to OUStringNoel Grandin
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-15convert include/svtools/insdlg.hxx from String to OUStringNoel Grandin
2013-07-28fdo#66477 Add correlation and covariance to Calc.Tomaž Vajngerl
2013-07-23Add ANOVA (analysis of variance) calculation to Statistics.Tomaž Vajngerl
2013-07-19fdo#66477 Add descriptive statistics calculation to Calc.Tomaž Vajngerl
2013-07-19fdo#66477 Add sampling feature to calcTomaž Vajngerl
2013-07-14fdo#66477 Random Number Generation added to menu>fill.Tomaž Vajngerl
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-27More ScBaseCell reduction...Kohei Yoshida
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2012-12-20fdo#39454 Allow (show/hide) comments for selected cells (cell range)Rodolfo Ribeiro Gomes
2012-12-19Little optimization when detecting if there is cell notes to be deletedRodolfo Ribeiro Gomes
2012-12-15check conditions before checking for matrix fragmentEike Rathke
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-06-11first part for new conditional format dialogMarkus Mohrhard
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-23tweak paste-only context menu ( add paste only number )Noel Power
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2012-02-15fdo#46070: Allow copying of adjacent cells via Fill Down/Up/Left/Right.Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-11-23ManageNames: make Define Name dialog work againMarkus Mohrhard
2011-11-17german comments translated to english On branch master Changes to be committe...Winfried Donkers
2011-09-12Modified GetClipState in ScCellShell to allow multiple dest ranges.Kohei Yoshida
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-25sal_Bool -> bool in ScTableMarkus Mohrhard
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak
2011-05-22Replace List for std::vector<String>.Rafael Dominguez
2011-03-30centralize caserotateCaolán McNamara