office-gobmx/sfx2
Noel Grandin 340775da21 fix conversion to OUString in filedlghelper.cxx
in commit c82d932510
"convert remnants of String to OUString in SFX2 module"
when I created the SetToken method, I forgot to make the first
parameter a reference.

Change-Id: Id587e69ff0cdf46f645d8f9d1dc0e110ae80daa5
2013-10-01 13:08:25 +02:00
..
doc
inc startcenter: Tweak Start Center layout 2013-09-18 08:40:20 +00:00
qa
sdi GSOC work, Tool/Options/Basic IDE Options created 2013-09-02 18:16:58 +02:00
source fix conversion to OUString in filedlghelper.cxx 2013-10-01 13:08:25 +02:00
uiconfig/ui Cmis Versions dialog 2013-09-23 12:56:09 +00:00
util
AllLangResTarget_sfx2.mk
CppunitTest_sfx2_metadatable.mk
JunitTest_sfx2_complex.mk
JunitTest_sfx2_unoapi.mk
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 gbuild: add gb_Library_use_restarget 2013-09-22 11:08:28 +02:00
Makefile
Module_sfx2.mk
README
UIConfig_sfx.mk Cmis Versions dialog 2013-09-23 12:56:09 +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.