summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
AgeCommit message (Expand)AuthorFilesLines
2020-05-10formula bar: Change completeFunction() to accept string instead of index.Jan Holesovsky1-6/+10
2020-05-10Fix typoAndrea Gelmini1-2/+2
2020-05-10lok: calc: input bar: send number of text lines to clientMarco Cecchetti1-0/+2
2020-05-10lok: remove sum and equal buttons from the formula barMarco Cecchetti1-16/+26
2020-05-10lok: formula bar: send whole function listMarco Cecchetti1-11/+66
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti2-4/+5
2020-05-08Revert "lok: remove sum and equal buttons from the formula bar"Andras Timar1-26/+16
2020-05-08lok: remove sum and equal buttons from the formula barMarco Cecchetti1-16/+26
2020-05-05tdf#131230: Sidebar: Can't set Automatic colorPranam Lashkari1-1/+1
2020-04-29weld SfxTemplatePanelControlCaolán McNamara1-2/+2
2020-04-24weld StylesPropertyPanelCaolán McNamara1-1/+0
2020-04-15loplugin:buriedassign in scNoel Grandin3-20/+29
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-12lok: get the formula input bar focused after inserting '='Marco Cecchetti1-0/+2
2020-03-20The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-ltoStephan Bergmann1-2/+0
2020-03-20Rename isMobile to isMobilePhone and introduce a separate isTabletTor Lillqvist2-2/+2
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin1-1/+1
2020-03-06lok: calc: send text selection rectangles for the input barMarco Cecchetti1-0/+5
2020-03-06lok: calc formula bar tunneling: resize the main windowMarco Cecchetti1-0/+22
2020-03-06lok: calc formula bar tunnelingMarco Cecchetti2-11/+100
2020-03-06Related: tdf#131157 inherit ScDrawTransferObj from TransferDataContainerCaolán McNamara2-4/+4
2020-02-27inherit ScLinkTransferObj from TransferDataContainerCaolán McNamara1-1/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl2-7/+7
2020-02-17weld ScPosWnd Item WindowCaolán McNamara1-95/+109
2020-02-14tdf#124443: show arguments' tooltip above if in Formula Bar's Input Lineayhanyalcinsoy1-1/+8
2020-02-12android: Don't show the multiline toggle in the formula input bar on phones.Jan Holesovsky1-2/+6
2020-02-10Remove redundant ScTabView::GetSdrViewStephan Bergmann1-1/+1
2020-02-03lok formula input: Don't show un-needed elements with the LOK active.Jan Holesovsky1-7/+13
2020-01-25Resolves: tdf#130159 hide writedirection unless CTL is enabledCaolán McNamara1-7/+0
2020-01-22rework line style to be a wide toolbar buttonCaolán McNamara1-1/+0
2020-01-15rework SvxUndoRedoControl to be a PopupWindowControllerCaolán McNamara1-2/+0
2020-01-14rework SfxEmojiControl to be a PopupWindowControllerCaolán McNamara1-2/+0
2020-01-14rework SfxCharmapCtrl to be a PopupWindowControllerCaolán McNamara1-1/+0
2020-01-13mobile: escape JSON for function wizard, and emit only on mobile.Michael Meeks1-5/+16
2020-01-13rework TextUnderlinePopup to be a PopupWindowControllerCaolán McNamara1-1/+0
2020-01-13rework TextCharacterSpacingPopup to be a PopupWindowControllerCaolán McNamara1-1/+0
2020-01-08rework ParaLineSpacingPopup to be a PopupWindowControllerCaolán McNamara1-1/+0
2019-12-23LOK: spelldialog: don't create the dialog when loading new viewsAshod Nakashian1-1/+4
2019-12-20loplugin:duplicate-definesNoel Grandin1-4/+1
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin1-2/+6
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-9/+9
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara1-0/+1
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara3-13/+13
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-12-03lok: formula bar: function completionMarco Cecchetti1-0/+16
2019-12-02tdf#129141: paint all when in multiline modeMike Kaganski1-5/+3
2019-11-30Clarify the commentMike Kaganski1-0/+4
2019-11-29tdf#129007: fix autocompletionMike Kaganski1-34/+15
2019-11-26lok: calc formula bar tunneling: function list callbackMarco Cecchetti1-0/+57