summaryrefslogtreecommitdiff
path: root/sc/inc/unonames.hxx
AgeCommit message (Collapse)Author
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida
Not beautiful, but doable. Change-Id: I6f3b00d620e7d7d19cc05ec4239deeb14d0d5201
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida
This reduces external link update time by 10%. Change-Id: Ic14d9ea7530818f839330a2004f6aa67ef1e831e
2014-05-21Let's use constant uno name for these.Kohei Yoshida
Change-Id: I5e34f4d7561ef7f4f7b8b3b4d7d06cca072831c7
2014-04-19fixincludeguards.sh: scThomas Arnhold
sorry, huge one...
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
Added the new InteropGrabBag property to the OfficeDocument service and modified the JUnit UNO unit tests for it. Added specific implementation in the sfx2 module for the SfxBaseModel class. Added specific inherited implementations in the sc, sd, starmath and sw modules for the ScModelObj, SdXImpressDocument, SmModel, and SwXTextDocument classes. This new property is intended by now for its usage on preserving OOX's theming although the aim is to be able to re-create the theming in the future from saved properties. It could also be used for preserving other attributes for interoperability among document formats. Change-Id: Ia822856293c70ae22911afa794e3e38bcaa31f86 Reviewed-on: https://gerrit.libreoffice.org/6000 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-02-21basic support for writing embedded fonts for calc docsNoel Power
2013-01-23fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida
Without this, pasting a chart object from one Calc doc to another may occasionally incorrectly switch to range references *if* the destination document contains the "right" set of sheet names. With this fix, pasted chart objects always switch to internal cached data source when pasting to another document, while retaining range references when pasting within the same document. Change-Id: If1dbc854c5faae62f06ece155fad470b229ca0c7
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-12-03API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat
Change-Id: If6d23925567fb184cd8fc4e00fc72fe4d216e756
2012-05-08Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida
Treat date and time field types together, and handle appropriate properties to have it not throw UnknownPropertyValue exception. Change-Id: I6a4c512fb3030bfc48ab7372cb1a217069dedfc4
2012-05-03Support date field in cells.Kohei Yoshida
Change-Id: Iff20eb16bb4a7f700b0a533bc745b92fdce8ac0f
2012-02-22Return original dimension position via UNO in case it's a duplicate.Kohei Yoshida
2012-02-09Use names from unonames.hxx to be consistent.Kohei Yoshida
And removed duplicated defines.
2012-02-09Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida
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-11-28dr80: #i116460# performance of Excel file with many outlinesEike Rathke
# HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1300438660 -3600 # Node ID aa7d08a12d7ee60c71eb4f2dc1241197e009c443 # Parent 49c53fbe0cd4d663f419b659c82618bd106282ef
2011-11-08removed Simple Handles optionTim Hardeck
Removed the unnecessary option "Simple Handles" with all related functions and icons.
2011-05-08use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard
2011-03-14More on build errors and warnings.Kohei Yoshida
2010-11-10Disable document modify and broadcasting of changes on range names.Kohei Yoshida
We don't need to set document status modified & broadcast changes on every single addition of range names during document import. Doing so would make the document import painfully slow esp with docs with lots of range names defined. (n#634257)
2010-11-06Did some additional cleanups.Kohei Yoshida
2010-11-06Remove bogus comments.Alexander O. Anisimov
2010-11-04Fix logic for XLA1Representation for CellAddress/RangeConversionNoel Power
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-16UNO APIs for size and moveProtect of notes.Muthu Subramanian K
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-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-05Ported calc-distributed-cell-text-*.diff from ooo-build.Kohei Yoshida
This feature enables horizontal 'distributed' alignment and vertical 'justified' and 'distributed' alignments for cell contents in Calc. Note that this feature relies on ODF 1.2 extended in order for the relevant cell attributes to be saved in ODS.
2010-09-28Ported calc-find-replace-skip-filtered-sc.diff from ooo-build.Kohei Yoshida
2010-09-01calc59: #i114256# Don't move DataPilot fields to orientations that the ↵Niklas Nebel
source doesn't support
2010-06-22CWS-TOOLING: integrate CWS mib16obo
2010-06-21CWS-TOOLING: integrate CWS calctabcolorobo
2010-06-17mib16: rebase to m82Daniel Rentz
2010-06-15tl78v2: #i112427# Support password to modify in calc and writer ODF documentsMikhail Voytenko
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-28CWS-TOOLING: integrate CWS calc53Vladimir Glazunov
Notes: split repo tag: calc_ooo/DEV300_m80
2010-05-11rebased to DEV300_m77.Kohei Yoshida
2010-04-26calc53: #i111158# set PageIncludesNonprintableArea property in getRendererNiklas Nebel
2010-04-14npower13_objectmodules: add a CodeName property for Sheet and Document/Model ↵npower Developer
objects
2010-03-10CWS-TOOLING: integrate CWS datapilotapiVladimir Glazunov
2010-02-26calctabcolor: resynced with the repository to get more recent changes in.Kohei Yoshida
2010-02-26calctabcolor: rebased to m72.Kohei Yoshida
2010-02-23calctabcolor: Moved 'TabColor' name definition to a more appropriate place.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-02-03datapilotapi: merge with DEV300_m71Niklas Nebel
2009-12-11datapilotapi: #i42199# API access to all types of DataPilot tablesNiklas Nebel