summaryrefslogtreecommitdiff
path: root/sc/inc/sc.hrc
AgeCommit message (Collapse)Author
2011-10-23remove unused UI stringsAndras Timar
2011-06-13fdo#33293: Option to configure initial number of sheets in Calc.Albert Thuswaldner
2011-06-06Useful error message when DDE link update fails.Kohei Yoshida
When the document contains DDE links to other documents, upon opening you'll be asked whether you want to update the links. When the source documents are not open, however, the update fails, and all the formula cells being updated become #N/A. Not good. With this change, when a DDE update fails, it skips updating the formula cells that contains the DDE linkage (thus avoiding the #N/A error) and instead, shows an error message telling the user that the DDE link update has failed.
2011-05-25Launch error message in case the external doc could not be reached.Kohei Yoshida
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
Conflicts: chart2/source/controller/main/UndoManager.cxx chart2/source/tools/RegressionCurveHelper.cxx sc/inc/address.hxx sc/inc/attrib.hxx sc/inc/bigrange.hxx sc/inc/callform.hxx sc/inc/cell.hxx sc/inc/chartarr.hxx sc/inc/chartlis.hxx sc/inc/chgtrack.hxx sc/inc/collect.hxx sc/inc/compiler.hxx sc/inc/detdata.hxx sc/inc/document.hxx sc/inc/fillinfo.hxx sc/inc/olinetab.hxx sc/inc/prnsave.hxx sc/inc/queryparam.hxx sc/inc/sc.hrc sc/inc/scabstdlg.hxx sc/inc/table.hxx sc/inc/validat.hxx sc/inc/zforauto.hxx sc/source/core/data/documen2.cxx sc/source/core/data/document.cxx sc/source/core/data/table1.cxx sc/source/core/tool/address.cxx sc/source/core/tool/token.cxx sc/source/filter/excel/frmbase.cxx sc/source/filter/excel/impop.cxx sc/source/filter/excel/xename.cxx sc/source/filter/inc/formel.hxx sc/source/filter/inc/xename.hxx sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlnexpi.cxx sc/source/filter/xml/xmlnexpi.hxx sc/source/ui/dbgui/filtdlg.cxx sc/source/ui/inc/docfunc.hxx sc/source/ui/inc/namedlg.hxx sc/source/ui/namedlg/namedlg.cxx sc/source/ui/src/namedlg.src
2011-03-14Got optdlg.src to finally build.Kohei Yoshida
2011-03-14More on build errors and warnings.Kohei Yoshida
2011-03-13translate german comments in /sc/incNicolas Christener
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-02-08Clean-up bogus comments in calc.Guillaume Poussel
2011-01-21accfixes: global resources need id greater 256Malte Timmermann [mt]
2011-01-20accfixes: added more accessibility information and fixed tab orders in ↵Malte Timmermann [mt]
multiple dialogs (sc module)
2010-12-15Give each field control a proper description.Kohei Yoshida
Incidentally, the page field was missing a description. Added one.
2010-11-21hrc cleanupJoseph Powers
2010-11-16HC Cleanup - calcJoseph Powers
2010-11-16remove logically redundant highcontrast codeCaolán McNamara
2010-11-15Localize the warning string.Kohei Yoshida
2010-11-09vcl117: #i115477# clean up dead codePhilipp Lohmann [pl]
2010-10-14Fixed conflicting resource IDs.Kohei Yoshida
2010-10-13Merge branch 'master' into feature/calc-key-binding-compatKohei Yoshida
Conflicts: sc/source/ui/attrdlg/scdlgfact.cxx
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-11fdo#30559: Added new tab page 'Compatibility' in the Options dialog.Kohei Yoshida
This is the first cut: more changes to come.
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-16ooo-build-resources-sc-sc-hrc.diff: MigratedKohei Yoshida
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-15calc-formula-variable-separators-sc.diff: formula separators changeableKohei Yoshida
n#447164, i#92056 Make the formula separators changeable per locale setting, and add new configuration page for formula syntax and separators.
2010-09-15sc-sheet-gridline-toggle.diff: Toggle gridline display per sheet.Kohei Yoshida
i#14893
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: #i111784#: use mhids.pl to generate conversion list for HIDsMathias Bauer
2010-07-13CWS changehid: resync to m84Mathias Bauer
2010-07-10CWS changehid: #i111874#: change code to support HelpIds as byte stringsMathias 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-05-11rebased to DEV300_m77.Kohei Yoshida
2010-04-29calc53: merge with DEV300_m77Niklas Nebel
2010-04-28calc53: #i111231# some spring cleaningNiklas Nebel
2010-03-22CWS-TOOLING: integrate CWS koheicsvimportVladimir Glazunov
2010-02-26calctabcolor: rebased to m72.Kohei Yoshida
2010-02-17calctabcolor: rebased to m71.Kohei Yoshida
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-29CWS-TOOLING: integrate CWS koheidatapilot03Ivo Hinkelmann
2010-04-12CWS-TOOLING: integrate CWS dr74Jens-Heiner Rechtien
2010-01-19rebased to DEV300_m69.Kohei Yoshida
2010-01-19Rebased to DEV300_m69.Kohei Yoshida