summaryrefslogtreecommitdiff
path: root/sc/UIConfig_scalc.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-05-16Resolves: #i117782# convert calculate page to .ui formatCaolán McNamara1-0/+1
Change-Id: Iab0028ad1bfd8a841a3cf87aadbe0dc9d9ad830e
2013-05-14convert army of header/footer dialogs to .ui formatCaolán McNamara1-1/+11
Change-Id: Iee43ce2020faeaa87b6f60d1c7af70f3e1e9c70f
2013-05-13Convert Calc page header/footer content to Widget UIOlivier Hallot1-1/+2
Change-Id: I26465f69a7fa50fa58643c00225376a82ba8a7fc
2013-04-24adapt code to protect sheet .uiCaolán McNamara1-0/+1
Change-Id: Ic3c375e87cf89a3956f3703c6facbcbe5ffd5d58
2013-04-24adapt code to use converted share doument widgetCaolán McNamara1-0/+1
Change-Id: Ic553e593890cb3254666e3c27c5d8ca05256687e
2013-04-17adapt solver dialog to .ui conversionCaolán McNamara1-0/+1
Change-Id: I490c5bbddaefbdf06f33fbcfc86e862441b05a00
2013-04-16adapt code to goal seek dialog .ui conversionCaolán McNamara1-0/+1
Change-Id: Ic3edf3f42365630c903f4e2cf63103a8f59311bb
2013-04-15adapt code to select source .uiCaolán McNamara1-0/+1
Change-Id: I65d3f5acbe95985269c03b3e0c57c5cc80ca30d4
2013-04-15adapt code to data form .ui conversionCaolán McNamara1-0/+1
this dialog has some bizarre behaviour which is unchanged with the .ui conversion a) the scrollbar does not scroll the window beside it up and down through the rows (which map to the spreadsheet columns), but instead scrolls through the records (which map to the spreadsheet rows) b) the dialog grows to include a row for each spreadsheet column, i.e. large number of spreadsheet columns -> unusable dialog with too many rows to fit on the screen. what's indicated here is to clip the dialog to some max size and make the scrollbar then scroll through the rows of the widget, and add another scrollbar if necessary to scroll through the records. Change-Id: I9b56992fc57468eb058d2a2914c08074f958a692
2013-04-15Calc: converted sort warning dialog to .uiAlbert Thuswaldner1-0/+1
Change-Id: I2bc44990efb62183507f46b22bfd8e09edf02eb6 Reviewed-on: https://gerrit.libreoffice.org/3380 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-15adapt code to create names .ui conversionCaolán McNamara1-0/+1
Change-Id: I276f354cd07480c8798951c14b565994c93750c2
2013-04-15convert external data dialog to .uiCaolán McNamara1-0/+1
Change-Id: I2dfaf152bd473f73fdeec08a8c2ac6b007d38352
2013-04-11adapt code for delete cells dialogCaolán McNamara1-0/+1
Change-Id: Ibf587e1ea94765f0322a5b847bcf82d1eabc1b64
2013-04-11deliver all uiconfig files by UIConfigDavid Tardon1-0/+49
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-11rename UI to UIConfigDavid Tardon1-0/+30
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>