summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-8/+8
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-0/+1
2014-05-02Implement "fill single edit" mode and map it to Ctrl-' by default.Kohei Yoshida1-1/+3
2014-04-23sc: sal_Bool->boolNoel Grandin1-12/+12
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky1-1/+3
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky1-1/+1
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky1-3/+3
2014-04-06whitespace cleanup in scMarkus Mohrhard1-6/+0
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-19fdo#64290 ui:count selected rows and columnsgdm.manmeet1-0/+20
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-18sal_Bool->boolNoel Grandin1-2/+2
2014-01-30Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand1-1/+3
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-11-28Rework 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-24checking 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