+ Need to re-write code
    + for themable <Alt-Tab icons>

		+ desktop/source/icons/...
			syswin.cxx: SystemWindow::SetIcon()
			+ sfx2/source/view/topfrm.cxx (SfxTopFrame::Create)
				+ sfx2 depends on framework
			+ framework/source/services/frame.cxx (implts_setIconOnWindow)
				+ depends on svtools
				+ [ gets IconId property & sets icon from it ]
		+ IconId manglers:
			+ svx/source/dialog/hdlocntp.cpp /IconId/
			+ sfx2/source/bastyp/fltfnc.cxx /IconId/
			+ basctl/source/basicide/basidectrllr.cxx /IconId/
				+ set property to ICON_MACRO_LIBRARY
		+ How does this tie up with 'Document Title' code (?)
		+ Existing icon factory work ...
			+ svtools/inc/imagemgr.hxx
				+ svtools/source/misc/imagemgr.cxx
			+ App IDs are enumerated in:
				+ vcl/inc/syswin.hxx
			+ Is there a good type to pass around / set
			  this with (!?)
				vector<BitmapEx> ?

    + Is there any way to pass a Bitmap through UNO ?

    + 

