Revision 684928
Go back to digest for 8th July 2007Features in Office
Stefan Nikolaus committed changes in /trunk/koffice/kspread:
Binding Bye, bye Cell- and ChartBinding. Welcome Binding!
Replace Cell-/ChartBinding by Binding. It is resized on cell range/column/row
insertions/removals and it provides a QAbstractItemModel one can use as data
provider. The model is encapsulated as one need an object pointer to connect to, but
the RectStorage does not take ownership of pointers.
File Changes
Added 4 files
- /trunk/koffice/kspread
- /Binding.cpp
- /Binding.h
- /BindingManager.cpp
- /BindingManager.h
Deleted 2 files
- /trunk/koffice/kspread/chart
- /TableModel.cpp
- /TableModel.h
Modified 16 files
- /trunk/koffice/kspread
- /Cell.cpp
- /Cell.h
- /CellStorage.cpp
- /CellStorage.h
- /CMakeLists.txt
- /Damages.cpp
- /Damages.h
- /Doc.cpp
- /Doc.h
- /RectStorage.h
- /Sheet.cpp
- /Sheet.h
- /chart/ChartDatabaseSelector.cpp
- /plugins/scripting/ScriptingListener.cpp
- /plugins/scripting/ScriptingListener.h
- /plugins/scripting/ScriptingModule.h
22 files changed in total