FreeCAD/src/Mod/Spreadsheet/App
2015-12-09 12:15:15 +01:00
..
AppSpreadsheet.cpp Spreadsheet: Replaced own Expression classed by the ones in App. 2015-09-21 14:51:11 +02:00
Cell.cpp Spreadsheet: Added alias as tooltip. Made background of cell light yellow if an alias is defined for it. Can be overridden by setting a background color. 2015-10-11 09:41:14 +02:00
Cell.h Spreadsheet: Replaced own Expression classed by the ones in App. 2015-09-21 14:51:11 +02:00
CMakeLists.txt Spreadsheet: Removed 'using namespace App'; preparation for moving Expression 2015-09-21 14:51:00 +02:00
create_regexps.sh Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen. 2015-02-13 21:53:58 +01:00
DisplayUnit.h Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen. 2015-02-13 21:53:58 +01:00
ExpressionParser.l Spreadsheet: Replaced own Expression classed by the ones in App. 2015-09-21 14:51:11 +02:00
ExpressionParser.tab.c Spreadsheet: Replaced own Expression classed by the ones in App. 2015-09-21 14:51:11 +02:00
ExpressionParser.tab.h Spreadsheet: Replaced own Expression classed by the ones in App. 2015-09-21 14:51:11 +02:00
ExpressionParser.y Spreadsheet: Replaced own Expression classed by the ones in App. 2015-09-21 14:51:11 +02:00
genregexps.cpp Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen. 2015-02-13 21:53:58 +01:00
lex.ExpressionParser.c Spreadsheet: Replaced own Expression classed by the ones in App. 2015-09-21 14:51:11 +02:00
PreCompiled.cpp Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
PreCompiled.h + rework BoundingBox class and its Python binding 2015-10-11 00:18:53 +02:00
PropertyColumnWidths.cpp Spreadsheet: Removed 'using namespace App'; preparation for moving Expression 2015-09-21 14:51:00 +02:00
PropertyColumnWidths.h - Self-reference bug 2015-03-04 22:18:20 +01:00
PropertyColumnWidthsPy.xml Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen. 2015-02-13 21:53:58 +01:00
PropertyRowHeights.cpp Spreadsheet: Removed 'using namespace App'; preparation for moving Expression 2015-09-21 14:51:00 +02:00
PropertyRowHeights.h - Self-reference bug 2015-03-04 22:18:20 +01:00
PropertyRowHeightsPy.xml Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen. 2015-02-13 21:53:58 +01:00
PropertySheet.cpp Spreadsheet: Fixed PropertySheet::Paste(); undo did not work correctly. 2015-12-09 12:15:15 +01:00
PropertySheet.h Spreadsheet: Expressions using a spreadsheet cell address are now correctly renamed when rows/columns are removed/inserted. 2015-10-11 09:41:16 +02:00
PropertySheetPy.xml Initial implementation of Spreadsheet module (C++ version) by Eivind Kvedalen. 2015-02-13 21:53:58 +01:00
Range.cpp - Self-reference bug 2015-03-04 22:18:20 +01:00
Range.h - Self-reference bug 2015-03-04 22:18:20 +01:00
Sheet.cpp Spreadsheet: Removed setPosition() function. 2015-11-28 12:56:28 +01:00
Sheet.h Spreadsheet: Removed setPosition() function. 2015-11-28 12:56:28 +01:00
SheetObserver.cpp Spreadsheet: Fixed bug with dangling pointer when a document object is deleted. 2015-09-21 14:51:01 +02:00
SheetObserver.h Spreadsheet: Replaced own Expression classed by the ones in App. 2015-09-21 14:51:11 +02:00
SheetPy.xml Spreadsheet: Removed setPosition() function. 2015-11-28 12:56:28 +01:00
SheetPyImp.cpp Spreadsheet: Removed setPosition() function. 2015-11-28 12:56:28 +01:00
Spreadsheet_legacy.py Spreadsheet: Added back old python spreadsheet code for archiving purposes 2015-02-14 12:03:22 -02:00
Spreadsheet.FCMacro Spreadsheet: Added test macro. 2015-06-13 12:47:52 +02:00
SpreadsheetExpression.cpp Spreadsheet: AggregateFunctionExpression missed its own implementation of copy(). 2015-12-09 12:15:15 +01:00
SpreadsheetExpression.h Spreadsheet: AggregateFunctionExpression missed its own implementation of copy(). 2015-12-09 12:15:15 +01:00
Utils.cpp Spreadsheet: Fixed too liberal decoding of cell addresses. 2015-09-30 15:54:14 +02:00
Utils.h Spreadsheet: Removed 'using namespace App'; preparation for moving Expression 2015-09-21 14:51:00 +02:00