summaryrefslogtreecommitdiff
path: root/sc/sdi
AgeCommit message (Collapse)Author
2012-10-06implement the menu strucutre from Astron's proposalMarkus Mohrhard
Change-Id: I46b751f033f2b4f08461b2eaae8ad16c1487f1c0
2012-10-05I can't see why the hyphenate cmds have toggle entriesCaolán McNamara
because the dialogs are modal ones so no different than most commands. (Probably cut and paste and few notice using themes where empty toggles have no frame and are indistinguisable from non-toggle) Change-Id: If82b59e7cebb71bc834a48970283b2cf68e5fdf9
2012-10-04Add "Compress Graphic" menu entry for bitmaps to CalcTomaž Vajngerl
Change-Id: I591c544f600361b5bc9c59b5627f6cdd9f9b09db
2012-09-28Unwind some of the resource ID nastiness between sc and svx.Kohei Yoshida
Never reference SC resource ID's in svx. That's just asking for trouble. Change-Id: I893de42891fbc05a2824360c52f2b74ead60f60c
2012-07-17tubes: add File -> Collaborate menu entry to launch contacts widgetMatúš Kukan
2012-07-04add the cond format managerMarkus Mohrhard
Change-Id: I2c21b048c24333e4d04434ff92b9d9da2efe9558
2012-06-28Enable menu option "Edit witn External Tool.." for Calc.Tomaž Vajngerl
Currently it was only possible to use "Exit with External Tool.." menu option in Writer. Now it is also possible to use this in Calc and in future Draw and Impress. Code has been refactored and extacted out of "sw" into "svx", so other components can use it. Currently there is no cleanup of temporary images after processing was done, and also pinging for changes are still active even when editing in external tool is done. This behavior will be changed in the future. Change-Id: I09969d44dfddbf9183b30ff3fffa2d201c7ae40f
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-11first part for new conditional format dialogMarkus Mohrhard
Change-Id: I97d025e468d6c90cdb780c3654706df20300429a
2012-06-11data bar settings menuMarkus Mohrhard
Change-Id: I7cf3604392b04c2fdd5070caebf9f9dc1ce178c8
2012-06-06Disable Exit application (Ctrl-Q) from preview mode.Kohei Yoshida
Again, to prevent a modified document from launching the "do you want to save this doc?" dialog while in page preview mode. Change-Id: I638ca308a14ad5941b9db164a0753e0aad8e7968
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-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-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-08Support document title field in cells.Kohei Yoshida
Change-Id: Ie874ba4c5bffbd36d38868b0602687c64649c3f0
2012-05-03Add menu entries for sheet name and date field items.Kohei Yoshida
Change-Id: I5ae910d455a7364209a203c2e3567a902e1f01a2
2012-05-03Initial skeleton for inserting a field into cell.Kohei Yoshida
2012-04-23tweak paste-only context menu ( add paste only number )Noel Power
changed the text to really only paste text, also added pasteonly | number
2012-03-29add for calc extra paste ctx menu with options to paste text or formula onlyNoel Power
2011-12-13fdo#30714 move SID_INSERT_CURRENT_DATE/TIME to GID_INSERTMiklos Vajna
2011-11-28dr78: #i116426# use ODataAccessDescriptor for database import parameters, ↵Eike Rathke
support bookmarks for selection # HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1294842009 -3600 # Node ID e25621ed7fd31753eea52ee5ff3f0a6d170db9a9 # Parent 5ea5624904a5aa39bb40ce197c80a0a41f40b873
2011-11-28dr78: #i113511# don't include SID_VALIDITY_REFERENCE in UI configurationEike Rathke
# HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1291392312 -3600 # Node ID b2594caed2669e1206af2d0e5977912f297200e9 # Parent cdf002e7118239f897ddf13010e2298eae71cb19
2011-11-23ManageNames: make Define Name dialog work againMarkus Mohrhard
2011-11-23ManageNames: add menu and dialog for Add NameMarkus Mohrhard
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too
2011-03-29switch sc to gbuildNorbert Thiebaud
2011-03-21FIX BUG 32559 - calcDózsa Bálint
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-01Clean up makefilesThomas Arnhold
2011-01-17Removed some bogus comments 'Added by PengYunQuan for Validity Cell Range ↵Thomas Arnhold
Picker' and some dead code.
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
additionally the following iz patches are rolled up with this commit i#113356, i#112998 i#113955 i#113358 i#113515 i#112531 i#112596 i#112530
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-04Ported calc-insert-current-time-sc.diff from ooo-build.Kohei Yoshida
This enables quick insertion of current date and time into current cell, via command. By default, these commands are bound to * Ctrl-';' * Ctrl-Shift-';' respectively.
2010-09-28Remove datapilot autoformat feature.Kohei Yoshida
This reverts commit 1cd57db36c14e98190311ceed238c01f2dd60eea. The current datapilot autoformat feature was done by "duct-taping" two separate features together which don't mix well and cause stability issues. This feature needs to be re-implemented the right way in the future.
2010-09-16calc-jump-on-formula-ref-sc.diff: MigratedKohei Yoshida
n#464359, i#101018 allow ctrl-[ and ctrl-] to jump to references used in a formula expression.
2010-09-15sc-sheet-gridline-toggle.diff: Toggle gridline display per sheet.Kohei Yoshida
i#14893
2010-09-15sc-cellformat-icon-toggle.diff: Cell number format toolbar icons togglableKohei Yoshida
n#358548, i#86377 Make cell number format toolbar icons togglable & remove the standard format button.
2010-09-15sc-natural-sort.diff: Add a 'Natural' variant of sortingKohei Yoshida
i#26565
2010-09-15sc-datapilot-autoformat.diff: Provision for data-pilot to give autoformatJody Goldberg
i#37388, bxc#62162
2010-07-19CWS changehid: remove code dealing with obsolete SID_INSERT_APPLETMathias Bauer
2010-06-22CWS-TOOLING: integrate CWS mib16obo
2010-06-17mib16: rebase to m82Daniel Rentz
2010-06-15mib16: contributed bugfixes and various new symbols in VBA compatibility ↵Daniel Rentz
implementation
2010-06-15calctabcolor: rebased to DEV300_m82.Kohei Yoshida
2010-02-26calctabcolor: rebased to m72.Kohei Yoshida
2010-02-26cws tl74: merge with DEV300_m72Thomas Lange [tl]
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-19rebased to DEV300_m69.Kohei Yoshida