office-gobmx/sfx2
Noel Grandin 4b4fb33c60 Convert from tools/table.hxx to std::map in SvxMacroTableDtor
In this case, we also convert from storing pointers to storing
the items directly because SvxMacroTableDtor completely controls
the lifecycle of the SvxMacro objects it contains.

Also add an operator== to SvxMacroTableDtor and remove the out-of-line
implementations of equals from two other places.
2012-03-08 16:07:22 +02:00
..
inc these Links either shouldn't be links, or shouldn't exist 2012-03-08 12:02:36 +00:00
prj
qa
sdi
source Convert from tools/table.hxx to std::map in SvxMacroTableDtor 2012-03-08 16:07:22 +02:00
util
workben/custompanel
AllLangResTarget_sfx2.mk
CppunitTest_sfx2_metadatable.mk
JunitTest_sfx2_complex.mk
JunitTest_sfx2_unoapi.mk
Library_qstart.mk
Library_sfx.mk
Makefile
Module_sfx2.mk
Package_inc.mk
Package_sdi.mk
README

This is core gui code, contining base-classes for documents

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/applappl/sfxhelp.cxx] Start procedure for the online
help viewer top level window; handling of help URL creation and
dispatch.