summaryrefslogtreecommitdiffstats
path: root/sc/inc/unonames.hxx
Commit message (Collapse)AuthorAgeFilesLines
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-2/+0
| | | | Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
* fdo#77506: More reliable way to determine label strings.Kohei Yoshida2014-06-121-0/+2
| | | | | | Not beautiful, but doable. Change-Id: I6f3b00d620e7d7d19cc05ec4239deeb14d0d5201
* cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida2014-05-211-1/+2
| | | | | | This reduces external link update time by 10%. Change-Id: Ic14d9ea7530818f839330a2004f6aa67ef1e831e
* Let's use constant uno name for these.Kohei Yoshida2014-05-211-0/+2
| | | | Change-Id: I5e34f4d7561ef7f4f7b8b3b4d7d06cca072831c7
* fixincludeguards.sh: scThomas Arnhold2014-04-191-2/+2
| | | | sorry, huge one...
* uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez2013-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 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>
* basic support for writing embedded fonts for calc docsNoel Power2013-02-211-0/+2
|
* fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida2013-01-231-0/+1
| | | | | | | | | | | 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
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-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.
* API CHANGE: roll back the XStyle changes to add a new Hidden property on StyleCédric Bosdonnat2012-12-031-0/+1
| | | | Change-Id: If6d23925567fb184cd8fc4e00fc72fe4d216e756
* Adjust ScEditFieldObj for the change done in SvxUnoTextRangeBase.Kohei Yoshida2012-05-081-0/+4
| | | | | | | Treat date and time field types together, and handle appropriate properties to have it not throw UnknownPropertyValue exception. Change-Id: I6a4c512fb3030bfc48ab7372cb1a217069dedfc4
* Support date field in cells.Kohei Yoshida2012-05-031-0/+5
| | | | Change-Id: Iff20eb16bb4a7f700b0a533bc745b92fdce8ac0f
* Return original dimension position via UNO in case it's a duplicate.Kohei Yoshida2012-02-221-0/+1
|
* Use names from unonames.hxx to be consistent.Kohei Yoshida2012-02-091-12/+12
| | | | And removed duplicated defines.
* Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida2012-02-091-42/+41
|
* added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke2012-02-091-0/+9
| | | | | | | | | | | | * 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
* dr80: #i116460# performance of Excel file with many outlinesEike Rathke2011-11-281-0/+2
| | | | | | | | # HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1300438660 -3600 # Node ID aa7d08a12d7ee60c71eb4f2dc1241197e009c443 # Parent 49c53fbe0cd4d663f419b659c82618bd106282ef
* removed Simple Handles optionTim Hardeck2011-11-081-1/+0
| | | | | Removed the unnecessary option "Simple Handles" with all related functions and icons.
* use sheet local db data in ScVbaRange::AutofilterMarkus Mohrhard2011-05-081-0/+1
|
* More on build errors and warnings.Kohei Yoshida2011-03-141-1/+2
|
* Disable document modify and broadcasting of changes on range names.Kohei Yoshida2010-11-101-2/+3
| | | | | | | 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)
* Did some additional cleanups.Kohei Yoshida2010-11-061-0/+1
|
* Remove bogus comments.Alexander O. Anisimov2010-11-061-2/+0
|
* Fix logic for XLA1Representation for CellAddress/RangeConversionNoel Power2010-11-041-1/+1
|
* add modelines to .hxx files as wellCaolán McNamara2010-10-281-0/+2
|
* UNO APIs for size and moveProtect of notes.Muthu Subramanian K2010-10-161-0/+2
|
* Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power2010-10-131-0/+4
|\ | | | | | | 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
| * initial commit for vba blob ( not including container_control stuff )Noel Power2010-10-061-0/+4
| |
* | Merge commit 'ooo/OOO330_m9'Jan Holesovsky2010-10-061-0/+1
|\ \
| * | calc59: #i114256# Don't move DataPilot fields to orientations that the ↵Niklas Nebel2010-09-011-0/+1
| | | | | | | | | | | | source doesn't support
* | | Ported calc-distributed-cell-text-*.diff from ooo-build.Kohei Yoshida2010-10-051-0/+2
| |/ |/| | | | | | | | | | | 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.
* | Ported calc-find-replace-skip-filtered-sc.diff from ooo-build.Kohei Yoshida2010-09-281-0/+1
|/
* CWS-TOOLING: integrate CWS mib16obo2010-06-221-0/+5
|\
| * mib16: rebase to m82Daniel Rentz2010-06-171-0/+1
| |\
| * | mib16: contributed bugfixes and various new symbols in VBA compatibility ↵Daniel Rentz2010-06-151-0/+5
| | | | | | | | | | | | implementation
* | | CWS-TOOLING: integrate CWS calctabcolorobo2010-06-211-0/+2
|\ \ \
| * \ \ calctabcolor: rebased to DEV300_m82.Kohei Yoshida2010-06-151-0/+2
| |\ \ \ | | | |/ | | |/|
| * | | rebased to DEV300_m77.Kohei Yoshida2010-05-111-0/+9
| |\ \ \
| * \ \ \ calctabcolor: resynced with the repository to get more recent changes in.Kohei Yoshida2010-02-261-1/+1
| |\ \ \ \
| | * | | | calctabcolor: Moved 'TabColor' name definition to a more appropriate place.Kohei Yoshida2010-02-231-1/+1
| | | | | |
| * | | | | calctabcolor: rebased to m72.Kohei Yoshida2010-02-261-4/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | calctabcolor: rebased to m71.Kohei Yoshida2010-02-171-0/+4
| |\ \ \ \ \
| * | | | | | #i5560# Applied & adjusted for the latest codebase the patches from go-oo.Kohei Yoshida2009-09-171-0/+2
| | | | | | | | | | | | | | | | | | | | | The original patches were contributed by Daniel Watson.
* | | | | | | tl78v2: #i112427# Support password to modify in calc and writer ODF documentsMikhail Voytenko2010-06-151-0/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CWS-TOOLING: integrate CWS calc53Vladimir Glazunov2010-05-281-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | calc53: #i111158# set PageIncludesNonprintableArea property in getRendererNiklas Nebel2010-04-261-0/+1
| | |_|_|/ | |/| | |
* / | | | npower13_objectmodules: add a CodeName property for Sheet and Document/Model ↵npower Developer2010-04-141-0/+1
|/ / / / | | | | | | | | | | | | objects
* | | | CWS-TOOLING: integrate CWS datapilotapiVladimir Glazunov2010-03-101-0/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | datapilotapi: merge with DEV300_m71Niklas Nebel2010-02-031-0/+4
| |\ \ \ | | | |/ | | |/|
| * | | datapilotapi: #i42199# API access to all types of DataPilot tablesNiklas Nebel2009-12-111-0/+9
| | |/ | |/|