summaryrefslogtreecommitdiff
path: root/doc/wmicon.txt
blob: 28cb96fb095317bd83d4caf4ea22f74e79243e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
+ 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 ?

    +