summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Collapse)Author
2012-06-05Disable Data source (F4) icon in preview mode.Kohei Yoshida
Change-Id: I4d3371a48ec943dcced295069564c9fcf6dffd92
2012-06-05Disable "send document as email" icon in preview mode.Kohei Yoshida
Change-Id: I8e73e30354b08a140e2dfc4d4e4f54fb31a85c6b
2012-06-05Slightly cleaner way to get to the system window instance.Kohei Yoshida
Change-Id: Ia75a70ff8cdb00db2c5b21825774fd5922992573
2012-06-05Intercept the window close event and end the preview when clicking 'x'.Kohei Yoshida
This is to prevent the preview window from closing the whole document when pressing the window frame's 'x' button. Instead, pressing the 'x' will end the preview mode and bring it back to the normal Calc window. Change-Id: If4d42928784e3e05bc6357d811a1954efb221f01
2012-06-05Disable file load and save and a whole bunch of other commands in preview.Kohei Yoshida
We will probably need to go through more commands and disable them. Change-Id: Ie3d547f18d799b76290f469d2790902c6883774c
2012-06-05fix incredible shrinking scrollbars when zooming in calc preview fdo#50722Noel Power
Change-Id: If6fe9ccb1aa3320d96921f76a86def7d588f5f4e
2012-06-05fix some issues with sort dlg patchMarkus Mohrhard
Change-Id: Iba2839ec04a79b8fa49968aebb194f9dc6799d4d
2012-06-05fdo#45747 remove the limitation to 3 sort entries in calc part2Albert Thuswaldner
Change-Id: I699c424f536b0096b35d3db3aee371793e9e56c4
2012-06-04better import xlsx heightsNoel Power
don't call UpdateAllRowHeights when IsAdjustHeightEnabled property is set and additionally set manual heights for *all* imported row heights ( same afaics xls import does ) - certainly this improves import ( also see documents attached in i#94028, i#93609 ) Change-Id: Id8aff727587ed4fa19fd0897aaf25b2202737084
2012-06-04remove anchor to cell shape (re)position hackNoel Power
this change manaully reverts c07e9299bb2c8d5477669568b12708bd2ff12684 & 4908c16a73b397f83c327789f113658c1ea4d904 Change-Id: Ia8656631f84709430c8e94e8d9dfa961e81d5746
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: If3717bae537653de0bc7a0e6c62a4203a9b93f8d
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: I970c967cce1a5d18e2b9b2b99cddfb3118159950
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida
There may be other functions other than INDIRECT that take a string reference. If so, we could re-use this option for those functions as well. Change-Id: I1e756298a094aa8197f578cb992904b7af5b2e4d
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
Change-Id: I58636bc87bc17ff2b35621ad554bd05f5c1dab20
2012-05-31targetted minor size vs. empty reversionMichael Meeks
Change-Id: Icf49ed7746a4325e626976ce376762804d0c82be
2012-05-30Pushing the controls in the Formula options page back up by 6 pts.Kohei Yoshida
Apparently someone silently fixed this properly in the main Options dialog code... Change-Id: I90eaf09001f00fe177852d0b27bd96b0733550ef
2012-05-30Share common localized strings: Calc A1, Excel A1, and Excel R1C1.Kohei Yoshida
Change-Id: Ia3fbdd8770ca2e2a0125bd39550ab44c1776e6d8
2012-05-30Reset the calc settings to default when the 'Default' button is checked.Kohei Yoshida
Change-Id: Ia7eda2d9ff29b5997654fef1a01d637f474b06cc
2012-05-30Localize a string & more efficient list value update.Kohei Yoshida
Change-Id: I061ded32454d2aca1eea7ad586de815d34cf386a
2012-05-30Get the sub dialog functional.Kohei Yoshida
Change-Id: Ib3311f64417b68cf94505aeb7f8b153cf5fcdbff
2012-05-30Pass the config data to the sub-dialog.Kohei Yoshida
Change-Id: I7d5e5cd22a64446c379446372f29bf1c597bd783
2012-05-30Create a common struct for interpreter config options.Kohei Yoshida
And use it both in the core interpreter and the configuration UI. Change-Id: Ia2a16fcb53025840d906864b564255cd3c53e8e9
2012-05-30Update the buttons for calc settings on various events.Kohei Yoshida
Change-Id: Icd9de3b714da29df95912ff27b25223c306f1962
2012-05-30Get the current decimal separator from ScGlobal.Kohei Yoshida
Change-Id: I6d7bf97d856272810d8ef5eb382d7b299b74d16e
2012-05-30Use the new option when interpreting INDIRECT function.Kohei Yoshida
Change-Id: Ic9ba214e5bbee64287934437fcdb63117a1146f6
2012-05-30Allow editing of enumerated option value.Kohei Yoshida
Still lots of things are hard-coded. Change-Id: I34512d87431082d35130954c6818c65bc3c18966
2012-05-30Added options list and other misc stuff.Kohei Yoshida
Change-Id: Idd7b8823a26e2a272d911c097dbde350092ec0e8
2012-05-30New skeleton dialog for detailed calculation settings.Kohei Yoshida
This dialog is launched from the Formula options dialog. Change-Id: I554de0f7d376803f2e94907aa78648708b8f6b84
2012-05-30New controls in formula option page to change calculation settings.Kohei Yoshida
Change-Id: I4743cfc75796a989657afbbc3efc14dfe9f8c114
2012-05-30calc input line: Fix the size on Windows.Jan Holesovsky
Change-Id: Iac102ad3794b8959fb219094a9db6345990c4883
2012-05-28calc input line: Native rendering of the input line.Jan Holesovsky
[Including few adjustments in the way the scrollbar is being calculated.] Change-Id: I247ee139864a119bdec9dead64e51d9aace385ff
2012-05-25Unbreak the formula options page by pushing all controls down by 6 pt.Kohei Yoshida
Change-Id: I1d1846d4e7797dfd5c327dd4305e6d6632e8e8d0
2012-05-26use the smaller version for data barsMarkus Mohrhard
Change-Id: I439b3fa34fca3bca4f6342f606ddcad01cb5b78f
2012-05-25Removed writer_Text_encoded type; merged it with generic_Text.Kohei Yoshida
Change-Id: I95c04f954026047e48976451eb755340d005d773
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power
This reverts commit 9dc4fa1b22a533ba0a6ce0353112c55eef8a14ef.
2012-05-25Revert "Fixed #i116848# Shapes are at wrong position"Noel Power
This reverts commit 31012ab9d7035f942486c87ecc1a79b4d6579975.
2012-05-25Revert "calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale"Noel Power
This reverts commit 8a838b9fbf46ece9680824cd3a044ab7338bf306.
2012-05-25Removed writer_Text type; combined it with generic_Text.Kohei Yoshida
Change-Id: Id7d5744af4800ef5ac6bd70b97f79a76299a2e6b
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida
Change-Id: Ica6aef56733c7c71568e37166a2f78d6aa05a118
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard
TODO: - UNO needs some love to accept this change - we need a new uno interface for conditional formats in 4.0 - copy/paste - undo/redo Change-Id: I2c8a233888a95c7298dfb151d1c12b6a6a58520d
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
2012-05-23Receive the file open command in Calc in order to pass doc service name.Kohei Yoshida
This way the type detection is guaranteed to receive the document service name whenever a file is being opened from Calc. Change-Id: I0eec06d4ca1f3f30bcbc5685af73392276990d69
2012-05-22Corrected max inital worksheet number in debughelper messageAlbert Thuswaldner
Change-Id: Icd40cc3bdc70e0ff55c82a6a4099411d1da47f56
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard
Change-Id: Ia292edd73408eed19cd6bc824e9621992c33ac97
2012-05-21some smalll data bar rendering improvementsMarkus Mohrhard
Change-Id: I068565f21b6bda67e6a3b39eb3bbd248e1b48efe
2012-05-18ensure that number of tabs is correctly set in ScViewData, fdo#45987Markus Mohrhard
Change-Id: Ia77ea939f6ce9301afeabe1d1679998ce34b397e
2012-05-18Revert 4 commits related to fdo#45987Markus Mohrhard
Revert "and another wae ( that I missed )" This reverts commit a1faa06b415f54c0e8ff8a8f1e580e8a57b9296a. Revert "fix wae" This reverts commit 2f5885765445d8a8f50037da3420dbcd19d5634f. Revert "attempt to prevent illegal maTabData access(s)" This reverts commit 8352eb5a1af1eb44550a9d60d31e6c2fb2dc43b9. Conflicts: sc/source/ui/view/viewdata.cxx Revert "fix bad stl access fdo#45987" This reverts commit 8b1d29bc9b00bc2730738a990023a65ab6e0219b. Conflicts: sc/source/ui/view/viewdata.cxx Change-Id: Idba6ec8ab448332ec349f23b10a2cce8b313ff19 33c437c8b9f005c43f03518863e151a6f0fc9589
2012-05-18Yet another -Werror=sign-compareStephan Bergmann
Change-Id: Ieb77f3b2da130edce01de61f86b1eba722fdb103
2012-05-18and another wae ( that I missed )Noel Power
Change-Id: Ie4e41d8d7c5c598595aeef49091ebc7fc3cf300f
2012-05-18fix waeNoel Power
Change-Id: I9b774486e47484ada0c4f84ad8a4c23ed338da0d