summaryrefslogtreecommitdiff
path: root/sc/inc/unowids.hxx
AgeCommit message (Collapse)Author
2024-10-28tdf#162262 sc add "Summary below data" option for Subtotal dialogBalazs Varga
With this option we can set where the summary rows should appear, above or below the datas when we create a new Subtotal area. The default option is "True" (which means the summary rows are below the datas) when we create a new subtotal area. Unless if we already have one subtotal area on the same sheet, in that case the sheet level property, "TotalsRowBelow" contains where should the summary rows be for the new Subtotal's. TODO: add new ODF xml attribute for Summary below Change-Id: Icf86c85041d75c24919cb528846d5bb2b517ca78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175556 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
2024-09-27tdf#160062 Uno API to set solver settings at the sheet levelRafael Lima
This patch creates the API necessary to create solver models via macros, so that the model is visible in the Solver dialog, and the model is saved to the file. This patch also includes a comprehensive unit test in scsolverobj.cxx. Visit the bug ticket for a file with some examples of such macros. Change-Id: Ib9cfbbdaab8243cd6b901a2bcd99e46c27be97e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171769 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
sc, scaddins, sccomp, scripting Change-Id: Ia99fec9e238033821cb784810edd4762c09bd5db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112049 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2018-01-23offapi: Add properties FormulaResultType2 and CellContentTypeJens Carl
Add two new properties to SheetCell.idl "FormulaResultType2" and "CellContentType", because the "FormulaResultType" is returning the wrong value (com::sun::star::table::CellContentType instead of com::sun::star::sheet::FormulaResult). Also documeted the curiosity. Change-Id: Icc6538e155ba27fb9d097d8790ac9b4b230c1446 Reviewed-on: https://gerrit.libreoffice.org/48367 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard
This should ensure that as long as the style does not change the cell style name is the same after an import export cycle. Each ScPatternAttr stores a unique ID and we store the ID to name mapping during import. During export if we find a ScPatternAttr that has a key that is also stored in the map we write back the style name from the map. To avoid name collisions we block the style names from the import for the export. The missing piece to make this completely awesome is now to make sure that styles are sorted by name during export. That way we can reduce the diff between import and export even more. Change-Id: Ie4fe2aa00f07efec27ea129e314ac0b6b7e0d8c0 Reviewed-on: https://gerrit.libreoffice.org/29255 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-03-30integrate new conditional format list into normal UNO stuffMarkus Mohrhard
Change-Id: I04ccc7cee4052e5f8e06423216e7d041cd95e2b6
2014-06-25remove whitespaceMarkus Mohrhard
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
2014-04-19fixincludeguards.sh: scThomas Arnhold
sorry, huge one...
2014-02-15fdo#63154 Remove unused solar.h reference in scAlexandre Vicenzi
Change-Id: I160f7af515d0a42f20fbc694fff7f39567ebeec5 Reviewed-on: https://gerrit.libreoffice.org/8062 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-02-14sal_Bool->boolNoel Grandin
Change-Id: Ibc9860d84515c072063ce056cc74e3fae20e2dc0
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-02-09added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke
* added com::sun::star::table::TableBorder2 with com::sun::star::table::BorderLine2 members * added optional com::sun::star::table::BorderLine2 properties to com::sun::star::table::CellProperties service * changes in Calc * support TableBorder2, additionally to TableBorder * reverted change that made all BorderLine properties operate with BorderLine2 structs * instead support both, BorderLine and BorderLine2
2011-10-26add uno part for local range namesMarkus Mohrhard
you can now use e.g. thisComponent.sheets(0).namedRanges
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-06-15calctabcolor: rebased to DEV300_m82.Kohei Yoshida
2010-04-14npower13_objectmodules: add a CodeName property for Sheet and Document/Model ↵npower Developer
objects
2010-02-26calctabcolor: resynced with the repository to get more recent changes in.Kohei Yoshida
2010-02-22calctabcolor: Export tab colors to ods via UNO's property.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)
2008-04-10INTEGRATION: CWS changefileheader (1.8.292); FILE MERGEDRüdiger Timm
2008/04/01 15:29:45 thb 1.8.292.3: #i85898# Stripping all external header guards 2008/04/01 12:36:02 thb 1.8.292.2: #i85898# Stripping all external header guards 2008/03/31 17:13:35 rt 1.8.292.1: #i87441# Change license header to LPGL v3.
2007-05-22INTEGRATION: CWS chart2mst3 (1.6.10); FILE MERGEDVladimir Glazounov
2005/10/08 06:50:28 bm 1.6.10.2: RESYNC: (1.6-1.7); FILE MERGED 2004/05/05 14:47:36 sab 1.6.10.1: #i10734#; have access to the absolut name of every cellrange
2005-09-08INTEGRATION: CWS ooo19126 (1.6.508); FILE MERGEDRüdiger Timm
2005/09/05 15:01:05 rt 1.6.508.1: #i54170# Change license header: remove SISSL
2004-03-19INTEGRATION: CWS sab008 (1.3.260); FILE MERGEDOliver Bolte
2004/02/20 13:34:57 sab 1.3.260.4: #i20889#; remove merge problem 2004/02/11 12:49:01 sab 1.3.260.3: RESYNC: (1.4-1.5); FILE MERGED 2004/01/26 11:12:29 sab 1.3.260.2: RESYNC: (1.3-1.4); FILE MERGED 2004/01/23 12:13:50 sab 1.3.260.1: #i20889#; add some new properties for scenarios
2004-02-03INTEGRATION: CWS calcrtl (1.3.112); FILE MERGEDJens-Heiner Rechtien
2004/01/13 12:49:38 sab 1.3.112.2: RESYNC: (1.3-1.4); FILE MERGED 2003/07/03 11:35:01 sab 1.3.112.1: #106948#; add new property TableLayout
2003-12-01INTEGRATION: CWS dr9 (1.3.242); FILE MERGEDRüdiger Timm
2003/08/19 11:59:48 sab 1.3.242.1: #i4063#; add automatic print ranges
2001-05-23#82635# NumberingRulesNiklas Nebel
2001-04-25WIDs for style objectNiklas Nebel
2001-04-17WIDs for uno property mapsNiklas Nebel