Revision 639733

Go back to digest for 11th March 2007

Other in Office

Thomas Zander committed changes in /trunk/koffice:

Refactor KoPageFormat
* move enums to exist inside the namespace instead of being global
* Rename enum values to be CamelCase
* Split KoPageFormat and KoPageLayout in individual files

Stop compiling the page-layout widgets since they are too complex for most apps, and since 2.0 not complex enough for kword. So the plan is to make new ones in kword and see if there is something available for reuse afterwards.
The kword page-dialog is a still work-in-progress, doesn't work yet.

File Changes

Added 5 files
  • /trunk/koffice
  •   /libs/kofficecore/KoPageFormat.cpp
  •   /libs/kofficecore/KoPageFormat.h
  •   /kword/part/dialog/KWStartupWidget.cpp
  •   /kword/part/dialog/KWStartupWidget.h
  •   /kword/part/dialog/KWStartupWidget.ui
Deleted 3 files
  • /trunk/koffice/kword/old
  •   /KWStartupWidget.cpp
  •   /KWStartupWidget.h
  •   /KWStartupWidgetBase.ui
Modified 47 files
  • /trunk/koffice
  •   /karbon/karbon_part.cc
  •   /karbon/karbon_view.cc
  •   /kspread/CMakeLists.txt
  •   /kspread/Commands.cpp
  •   /kspread/SheetPrint.cpp
  •   /kspread/SheetPrint.h
  •   /kspread/Undo.cpp
  •   /kspread/View.cpp
  •   /karbon/widgets/vcanvas.cc
  •   /kspread/dialogs/PaperLayoutDialog.cpp
  •   /kspread/dialogs/PreferenceDialog.cpp
  •   /kword/part/CMakeLists.txt
  •   /kword/part/KWDLoader.cpp
  •   /kword/part/KWDocument.cpp
  •   /kword/part/KWDocument.h
  •   /kword/part/KWPage.cpp
  •   /kword/part/KWPageManager.cpp
  •   /kword/part/KWPageSettings.cpp
  •   /libs/kofficecore/CMakeLists.txt
  •   /libs/kofficecore/KoDocument.cpp
  •   /libs/kofficecore/KoPageLayout.cpp
  •   /libs/kofficecore/KoPageLayout.h
  •   /libs/kofficeui/CMakeLists.txt
  •   /libs/kofficeui/KoGuides.cpp
  •   /libs/kofficeui/KoPageLayoutDia.cpp
  •   /libs/kofficeui/KoPageLayoutDia.h
  •   /libs/kopageapp/KoPACanvas.cpp
  •   /libs/kopageapp/KoPAView.cpp
  •   /filters/kspread/gnumeric/gnumericexport.cc
  •   /filters/kword/abiword/abiwordexport.cc
  •   /filters/kword/abiword/abiwordimport.cc
  •   /filters/kword/ascii/asciiimport.cc
  •   /filters/kword/libexport/KWEFUtil.cc
  •   /filters/kword/libexport/KWEFUtil.h
  •   /filters/kword/oowriter/ExportFilter.cc
  •   /filters/kword/oowriter/oowriterimport.cc
  •   /kword/part/dialog/KWDocumentColumns.cpp
  •   /kword/part/dialog/KWDocumentColumns.h
  •   /kword/part/dialog/KWDocumentColumns.ui
  •   /kword/part/dialog/KWPageLayout.cpp
  •   /kword/part/dialog/KWPageLayout.h
  •   /kword/part/dialog/KWPageLayout.ui
  •   /kword/part/dialog/KWPagePreview.cpp
  •   /kword/part/frame/KWFrameLayout.cpp
  •   /kword/part/tests/TestPageManager.cpp
  •   /kword/plugins/scripting/PageLayout.h
  •   /filters/kword/html/export/ExportCss.cc
55 files changed in total