summaryrefslogtreecommitdiff
path: root/sc/sdi/docsh.sdi
AgeCommit message (Collapse)Author
2017-05-05sc: Remove some dead slotsMaxim Monastirsky
Change-Id: I92cfd5043c084d64fdfba3a1df817ee035388797
2016-05-17Set different ui file for NotebookBar in each appSzymon Kłos
Changes: + added ui file for start center, calc and impress + NotebookBar not visible in Math, Draw Change-Id: Ie35935e67524ac712930b088591e9e53955de4a1 Reviewed-on: https://gerrit.libreoffice.org/24860 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-02-23methods in .SDI files don't use attributesNoel Grandin
so simplify the parser and drop the square brackets Change-Id: I3bab5f5b14e57d0cd1ed1a383fe21968f97b243a
2016-02-16tighten up the attribute parsing, and drop some unused slotsNoel Grandin
Change-Id: I6f2ff99c919851b21ce120c40286c133bf65c778
2016-02-05remove unused UUID and VERSION from .SDI filesNoel Grandin
Change-Id: Ieb3e47c10c497a6f642f28a6741ac0fd2ecfd419
2016-02-05remove unused Readonly from .SDI filesNoel Grandin
Change-Id: I179200ad65492c517ef5e986fd05758896d38813
2016-02-05remove unused Automation from .SDI filesNoel Grandin
Change-Id: I65e1ca6e022dc76ac96ed75da2c5e78e9356a3e9 Reviewed-on: https://gerrit.libreoffice.org/22107 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-03-03Remove visual noise from scAlexander Wilms
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>
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
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-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
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
2010-09-15sc-sheet-gridline-toggle.diff: Toggle gridline display per sheet.Kohei Yoshida
i#14893
2010-02-26calctabcolor: rebased to m72.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-19rebased to DEV300_m69.Kohei Yoshida
2009-09-19better dependencies for sdi filesMathias Bauer
2009-09-17#i5560# Applied & adjusted for the latest codebase the patches from go-oo.Kohei Yoshida
The original patches were contributed by Daniel Watson.
2008-04-10INTEGRATION: CWS changefileheader (1.10.34); FILE MERGEDRüdiger Timm
2008/03/31 17:13:47 rt 1.10.34.1: #i87441# Change license header to LPGL v3.
2008-03-07INTEGRATION: CWS calcshare_DEV300 (1.9.376); FILE MERGEDKurt Zenker
2007/12/04 13:02:34 tbe 1.9.376.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing
2006-05-02INTEGRATION: CWS sfxcleanup (1.8.128); FILE MERGEDRüdiger Timm
2006/03/02 09:26:07 mba 1.8.128.1: #132394#: remove superfluous code
2005-09-08INTEGRATION: CWS ooo19126 (1.7.452); FILE MERGEDRüdiger Timm
2005/09/05 15:01:22 rt 1.7.452.1: #i54170# Change license header: remove SISSL
2004-06-04INTEGRATION: CWS rowlimit (1.5.12); FILE MERGEDOliver Bolte
2004/03/15 17:39:29 er 1.5.12.2: RESYNC: (1.5-1.6); FILE MERGED 2004/03/03 13:13:46 er 1.5.12.1: #i1967# type correctness
2004-02-25INTEGRATION: CWS layoutmanager (1.3.248); FILE MERGEDKurt Zenker
2004/02/19 18:44:39 cd 1.3.248.3: RESYNC: (1.4-1.5); FILE MERGED 2003/11/24 19:12:39 cd 1.3.248.2: RESYNC: (1.3-1.4); FILE MERGED #100000# Merge conflict resolved 2003/10/01 15:34:16 cd 1.3.248.1: #111899# Added slot to get updates for font list
2004-02-03INTEGRATION: CWS calcrtl (1.3.86); FILE MERGEDJens-Heiner Rechtien
2003/11/04 16:26:39 nn 1.3.86.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/11 10:18:39 nn 1.3.86.1: #106948# menu function to mirror sheet
2003-10-20INTEGRATION: CWS qdiet01 (1.3.266); FILE MERGEDOliver Bolte
2003/10/09 10:25:48 mh 1.3.266.1: correct header, #i19939#
2002-08-29#98951#: make sure that slot names are uniqueMathias Bauer
2001-04-25ChangeTrack password protection (disables end, accept, reject)Eike Rathke
2000-09-18initial importJens-Heiner Rechtien