Uwe
|
f1079e14ec
|
[Spread] remove unused includes
- also sort includes
- also additions to precompiled header
|
2022-10-09 20:31:31 +02:00 |
|
marioalexis
|
4c0781e0f1
|
Spreadsheet: Check Python types using Base::PyTypeCheck
|
2022-09-24 05:10:34 +02:00 |
|
Uwe
|
e324532cd8
|
[App] [Spreadsheet] fix compilation errors
- introduced by #7318 and #7319
|
2022-08-06 19:59:06 +02:00 |
|
berniev
|
53ba98d636
|
Mod: use empty
|
2022-08-06 19:30:13 +02:00 |
|
Uwe
|
3e6f362959
|
[Spreadsheet] remove superfluous nullptr checks
|
2022-07-18 01:49:41 +02:00 |
|
wmayer
|
2a2b8835c0
|
Spreadsheet: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
Zheng, Lei
|
49074f5af1
|
Spreadsheet: add a few context menu options
|
2021-10-12 14:34:58 -05:00 |
|
wmayer
|
72a3b9cb51
|
Spreadsheet: remove some more deprecated Py2 code
|
2021-04-26 11:03:48 +02:00 |
|
luz paz
|
068997112c
|
Spreadsheet: Make all file headers uniform [skip-ci]
|
2020-11-03 14:52:53 +01:00 |
|
luz.paz
|
39eb4fc5a0
|
Spreadsheet: typo fixes
|
2018-04-30 08:30:20 +02:00 |
|
looooo
|
0547340ef4
|
py3: Spreadsheet use Unicode instead of bytes
|
2018-04-22 07:53:20 +02:00 |
|
Yorik van Havre
|
7ee46643fd
|
py3: fixed error in spreadsheet
|
2017-02-18 08:19:25 +01:00 |
|
Yorik van Havre
|
c3ba815730
|
py3: python3-related fix in Spreadsheet
|
2017-02-18 08:19:25 +01:00 |
|
wmayer
|
c49d985b40
|
py3: ported Spreadsheet to python3
|
2017-02-18 08:19:25 +01:00 |
|
wmayer
|
47c91f01b8
|
fix -Wextra & -Wdeprecated in Spreadsheet
|
2016-09-22 16:35:05 +02:00 |
|
Eivind Kvedalen
|
ae111d11b5
|
Spreadsheet: Removed own expression parser and instead use the one in App.
|
2016-04-02 12:01:04 +02:00 |
|
Eivind Kvedalen
|
0c6416a5b1
|
Spreadsheet: Issue #2402: Added getAlias function.
|
2016-01-26 10:53:26 +01:00 |
|
Eivind Kvedalen
|
7c2ef12466
|
Spreadsheet: Issue #2402: Allow set to also accept alias name (in addition to cell address).
|
2016-01-26 10:53:03 +01:00 |
|
Eivind Kvedalen
|
00433d83e5
|
Spreadsheet: Issue #2402: Don't allow duplicate aliases.
|
2016-01-26 10:52:34 +01:00 |
|
Eivind Kvedalen
|
dafdc6b591
|
Spreadsheet: Issue #2402: Added functionality to get cell address given an alias.
|
2016-01-26 10:52:00 +01:00 |
|
Eivind Kvedalen
|
ef7c8977ca
|
Spreadsheet: Removed setPosition() function.
|
2015-11-28 12:56:28 +01:00 |
|
Eivind Kvedalen
|
8345044530
|
Spreadsheet: Fixed typo.
|
2015-11-28 12:56:26 +01:00 |
|
Eivind Kvedalen
|
71e487c9dd
|
Spreadsheet: Fixed exception bug in SheetPy::setCustomAttributes(...).
|
2015-06-13 12:48:21 +02:00 |
|
Eivind Kvedalen
|
d201aec70c
|
Spreadsheet: Don't return error message when custom attribute is not found.
|
2015-02-17 11:45:30 +01:00 |
|
Eivind Kvedalen
|
1f347b53cf
|
+ Fixed merge of cells to retain value in upper left cell+ Replaced std::map::at() with iterators and find. Removed some superfluous calls to std::map::find()
+ Visual Studio fixes
+ Fixed return values
+ Removed unused variables
|
2015-02-13 21:53:59 +01:00 |
|
Eivind Kvedalen
|
935ec5b034
|
Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen.
Various fixes for Windows by
Peter Lama <peterldev94@gmail.com>
Werner Mayer <wmayer@users.sourceforge.net>
|
2015-02-13 21:53:58 +01:00 |
|