summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh1.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-01-18make Format->Conditional Formatting->Manage dialog asyncNoel Grandin1-32/+33
2018-11-05Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky1-5/+1
2018-10-12Conditional formatting: Allow to set the icon set CF via .uno: command.Jan Holesovsky1-27/+65
2018-08-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro1-7/+9
2018-08-27tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro1-10/+7
2018-03-25lok: calc: grouping - workaround no more neededMarco Cecchetti1-1/+1
2018-03-19sc lok: 1 view has 1 clipboard to transfer dataHenry Castro1-3/+3
2018-03-19lok - calc: outline and group handlingMarco Cecchetti1-2/+3
2018-03-07Resolves: tdf#113805 insert special character fails in insert footnote...Caolán McNamara1-1/+1
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-1/+1
2017-11-21Introduce and use ScCellShell::HasClipboardFormat(), tdf#50746 follow-upEike Rathke1-15/+2
2017-11-21tdf#113571, tdf#32213, tdf#50746: Make "paste unformatted text"Serge Krot1-2/+27
2017-11-19tdf#50746 Make "paste unformatted text" work for CalcSerge Krot1-0/+16
2017-10-23loplugin:includeform: scStephan Bergmann1-38/+38
2017-08-29rename SBX errorcodes to BASICNoel Grandin1-2/+2
2017-08-29move all the basic errcodes to one fileNoel Grandin1-0/+1
2017-08-26loplugin:constparam in sc part7Noel Grandin1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin1-2/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-7/+5
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-7/+7
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-2/+2
2017-07-18Eliminate some unnecessary temporary Date instancesEike Rathke1-5/+5
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-06-12tdf#95883 Select Unprotected Cells in CalcGulsah Kose1-0/+14
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti1-15/+30
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+2
2017-05-11tdf#107258 Create show/hide all comments toggle button.Gulsah Kose1-0/+35
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin1-3/+3
2017-04-20tdf#107143 Add delete all comments command.Gulsah Kose1-0/+17
2017-04-18use auto const& over ScMarkData::GetSelectedTabs()Eike Rathke1-6/+2
2017-04-11tdf#84837 Add Show/Hide all comments commands to Calc.Gulsah Kose1-0/+33
2017-04-05tdf#106868: fix crash when modify external linkNoel Grandin1-39/+30
2017-04-03use actual UNO enums in scNoel Grandin1-1/+1
2017-03-23convert SC_CELL_SHIFT_DISABLE to o3tl::typed_flags enumNoel Grandin1-6/+6
2017-03-23convert NAME constants to CreateNameFlags o3tl::typed_flags enumNoel Grandin1-3/+2
2017-03-16sc lok: Edit annotation by idPranav Kant1-1/+20
2017-03-16sc lok: Delete cell note by IdPranav Kant1-1/+19
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-4/+2
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-18don't forget to set the managed flag, tdf#105544Markus Mohrhard1-0/+1
2017-02-16sc: author, date not mandatory now for .uno:InsertAnnotationPranav Kant1-9/+6
2017-02-16convert ScPasteFlags to o3tl::typed_flagsNoel Grandin1-2/+2
2017-02-16sc lok: Prevent editing note in case tiled annotations offPranav Kant1-1/+2
2017-01-25Resolves: tdf#105351 pass matching index key to conditional format dialogEike Rathke1-0/+1
2017-01-23use rtl::Reference in CellShell_ImplNoel Grandin1-0/+5
2016-11-07wrap some more dialog pointers in VclPtrNoel Grandin1-6/+6
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-18/+18