office-gobmx/sfx2
Michael Meeks 59197dea29 Targetted text updates, with seasonable changes before l10n freeze.
Change-Id: If37ef9f68711da3a0aa9a3ba59b111a8a23421df
2013-12-13 17:00:07 +00:00
..
doc Added further documentation for sfx2 2013-05-13 18:17:32 +00:00
inc svl: remove SfxDateTimeItem, which is actually unused 2013-12-10 15:28:53 +01:00
qa adapt sfx2 UndoManager test to renaming from "click" to "press" 2013-11-26 23:09:32 +01:00
sdi remove SID_INTERNET_ONLINE 2013-10-16 20:34:40 +02:00
source Targetted text updates, with seasonable changes before l10n freeze. 2013-12-13 17:00:07 +00:00
uiconfig/ui Targetted text updates, with seasonable changes before l10n freeze. 2013-12-13 17:00:07 +00:00
util script seems long obsolete 2013-11-24 23:41:34 +01:00
AllLangResTarget_sfx2.mk convert search dialog to .ui 2013-12-06 14:18:10 +00:00
CppunitTest_sfx2_metadatable.mk
JunitTest_sfx2_complex.mk
JunitTest_sfx2_unoapi.mk remove some obsolete boilerplate Test.java 2012-09-05 21:01:48 +02:00
Library_qstart_gtk.mk fdo#63926: remove extra include paths in svtools/ and sfx2/ 2013-09-17 18:51:54 +00:00
Library_sfx.mk startcenter: Make the default icons appear as on a piece of paper. 2013-12-13 13:01:28 +01:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_sfx2.mk make l10n buildable separately 2013-11-14 16:45:02 +01:00
README Added further documentation for sfx2 2013-05-13 18:17:32 +00:00
UIConfig_sfx.mk convert search dialog to .ui 2013-12-06 14:18:10 +00:00

SFX is the "old" framework, used for historical reasons.

An attempt of documentation of this module is located in [git:sfx2/doc].

It contains base classes for document model, view and controller, used
by "old" applications like sw, sc, sd (while "new" applications
are based on the "new" UNO based framework in "framework").

The SFX framework is based on dispatching slots identified by integers
(SlotIDs) to SfxShells, and there is a dedicated IDL compiler (svidl)
involved that generates C++ slot headers from SDI files in modules' sdi/
subdirectory.

Document load/save code is maintained in [git:sfx2/source/doc/docfile.cxx]
SfxMedium class, which handles all the twisty load and save corner cases.

[git:sfx2/source/appl/sfxhelp.cxx] Start procedure for the online
help viewer top level window; handling of help URL creation and
dispatch.

There are also some UNO services here that could really be implemented
anywhere, e.g. the DocumentProperties or DocumentMetadataAccess.