summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/editsh.cxx
AgeCommit message (Expand)Author
2020-10-10cid#1467975 Logically dead codeCaolán McNamara
2020-10-09EditView->GetWindow()->GetClipboard() is the same as GetSystemClipboard()Caolán McNamara
2020-10-09EditView may not have a WindowCaolán McNamara
2020-10-06Online: Copy hyperlink location. / Core side.gokaysatir
2020-09-30loplugin:reducevarscope in scNoel
2020-09-27never null ScViewData*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15ScRefFinder ScDocument* argument dereferenced on all pathsCaolán McNamara
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin
2020-04-09GetObjectShell() can return nullSamuel Mehrbrodt
2020-04-09Move is*Locked methods to object shellSamuel Mehrbrodt
2020-02-07tdf#99693 Add Highlighting tab for CalcMaxim Monastirsky
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-05Fix "Open Hyperlink" context menu in scSamuel Mehrbrodt
2019-12-05tdf#128666 Only enable hyperlink actions when just the field is selectedSamuel Mehrbrodt
2019-11-12tdf#121239 give writer, calc and draw/impress the same underline optionsCaolán McNamara
2019-11-12Related: tdf#121239 super/sub not shown as toggles in calcCaolán McNamara
2019-11-09tdf#121239 set double underline status to false when not double underlinedCaolán McNamara
2019-11-06jsdialogs: .uno:Color with string argument in CalcSzymon Kłos
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt
2019-08-12Don't select hyperlink fields arbitrarilySamuel Mehrbrodt
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-08-06Add "Copy hyperlink location" to sc context menusSamuel Mehrbrodt
2019-08-06Improve hyperlink selection in scSamuel Mehrbrodt
2019-07-15tdf#62561 Add remove/edit hyperlink to calc context menuSamuel Mehrbrodt
2019-06-21reference childwins are all weldedCaolán McNamara
2019-05-16tdf#125054 fixed WhichIDs for cloned ItemsArmin Le Grand
2019-05-12drop intermediate vcl::WindowCaolán McNamara
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-03-04Fix typo: KATAGANA -> KATAKANATakeshi Abe
2019-02-18Resolves tdf#121596 - Include a key combination to insert thin spacesheiko tietze
2019-02-12weld ScNamePasteDlgCaolán McNamara
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-09-18weld ScCharDlgCaolán McNamara
2018-09-17New loplugin:externalStephan Bergmann
2018-08-10unnecessary null check before dynamic_cast, in scNoel Grandin
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-27tdf#117017 Pasting into the formula bar shouldn't retain formattingMaxim Monastirsky
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-04-03weld SvPasteObjectDialogCaolán McNamara
2018-03-20drop unnecessary includesCaolán McNamara
2018-03-13SDI: don't #define/#undef names of actual classes for slot headersMike Kaganski
2018-03-07if the arg is true, the dialog dispatchs InsertSpecialChar itselfCaolán McNamara
2018-01-16Fix typosAndrea Gelmini
2018-01-15More loplugin:cstylecast: scStephan Bergmann