summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/spelldialog.cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
and fix a couple of bugs in SC and SW where the call mode was being passed to the hints parameter by accident Change-Id: Ief805410b3f7035e012e229e77f92d5832430f58 Reviewed-on: https://gerrit.libreoffice.org/11916 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-0/+1
Change-Id: I6fdce232ef41079f20a983dc72da032196078858
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-3/+5
This will allow formula cells to restore deleted references when they get recalculated. With this change, SetDirty() that previosly took no argument has been renamed to SetAllFormulasDirty(), and it now takes one argument that stores context information. Change-Id: If0de5dc1737a2722b6d61a87644b10a4f921edc5
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
Conflicts: sc/source/ui/inc/docfunc.hxx Change-Id: I9314437ed3dd60e84d28c08ac0a2d1ed7bd1daf8 Reviewed-on: https://gerrit.libreoffice.org/8301 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-28bool improvementsStephan Bergmann1-1/+1
Change-Id: I740c0e18eefc64cb5f1da5b88ceb77289790ec37
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
Change-Id: I3ee8c3b59bf9d6ef6516f1da64cbe5f0b35af2d0
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida1-5/+5
so that true -> enabled and false -> disabled. This is much easier for human brain to process. Change-Id: I51059ee9090610ad8455a072b165860527cd9d50
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara1-1/+1
add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-07-05change from manual loop to ScMarkData::iteratorMarkus Mohrhard1-5/+5
in most situations it's much faster to use the iterator instead of the manual loop + ScMarkData::GetTableSelect
2011-06-15Resolves: fdo#33636 spell-checker dialog itself can munge the selectionCaolán McNamara1-3/+10
It can create/activate an editview, and GetSheetSelection will take an active editview as the current selection. So from GetSheetSelection's POV activating the spellchecker changes the selection, and the SpellChecker dialog detects a selection change as indicating that the spell-checking needs to be restarted on the new selection.
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-1/+1
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-4/+4
2011-03-02Remove bogus comments.Guillaume Poussel1-1/+1
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-4/+4
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-05-11cws tl80: merge with DEV300 m77Thomas Lange [tl]1-1/+6
2010-04-22cws tl80: #i110341# problems with spell check dialog fixedThomas Lange [tl]1-3/+3
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-4/+1
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 Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-04-12CWS-TOOLING: integrate CWS dr74Jens-Heiner Rechtien1-1/+6
2010-01-15dr74: migrate changes to hgDaniel Rentz1-1/+6
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer1-3/+3
2008-07-16INTEGRATION: CWS tl55 (1.7.84); FILE MERGEDIvo Hinkelmann1-3/+3
2008/06/24 08:35:05 os 1.7.84.1: #i85999# grammar checking
2008-04-11INTEGRATION: CWS changefileheader (1.6.330); FILE MERGEDRüdiger Timm1-28/+18
2008/04/01 12:37:00 thb 1.6.330.2: #i85898# Stripping all external header guards 2008/03/31 17:20:01 rt 1.6.330.1: #i87441# Change license header to LPGL v3.
2007-02-27INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGEDVladimir Glazounov1-4/+4
2006/12/12 17:03:32 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6
2006-07-21INTEGRATION: CWS pchfix01 (1.4.214); FILE MERGEDKurt Zenker1-2/+5
2006/07/12 10:03:09 kaib 1.4.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
2005-09-08INTEGRATION: CWS ooo19126 (1.3.146); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:09:40 rt 1.3.146.1: #i54170# Change license header: remove SISSL
2005-02-21INTEGRATION: CWS dr32 (1.2.148); FILE MERGEDVladimir Glazounov1-4/+3
2005/01/12 10:46:25 dr 1.2.148.1: #i34769# conversion parameter handling; restore cursor after conversion
2004-09-17INTEGRATION: CWS os19 (1.1.2); FILE ADDEDRüdiger Timm1-0/+311
2004/08/24 15:30:05 dr 1.1.2.6: #i32221# typo 2004/08/24 14:56:49 dr 1.1.2.5: #i32221# crash while spell checking; added undo actions 2004/07/12 12:25:54 dr 1.1.2.4: #i22092# more spelling... 2004/07/07 19:20:19 dr 1.1.2.3: #i22092# new spelling dialog - detect selection change in sheet 2004/06/10 17:40:53 dr 1.1.2.2: #i22092# new spellcheck dialog 2004/06/10 13:20:05 dr 1.1.2.1: #i22092# new spellcheck dialog, first step