summaryrefslogtreecommitdiff
path: root/doc/macro-selector.txt
blob: 0c5dfe13de11957352cb47d32ca4b174faee27e6 (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
Broken macro selector bugs ...

svx/source/dialog/selector.hxx etc.   

class SVX_DLLPUBLIC SvxScriptSelectorDialog :
	public ModelessDialog
{
    SvxConfigGroupListBox_Impl aCategories;
    SvxConfigFunctionListBox_Impl aCommands;

	[ The 2 lists ]

+ 2 bugs:
    + double click on 'Macro name' should activate 'Ok'
	+ Is an SvTreeListBox ...
	  + svtools/inc/svtreebx.hxx
	  + svtools/source/contnr/svtreebx.cxx

    + Should really store expansion state on the XBrowseNode
	attribute[boolean] ExpandByDefault; (?)

    + Who implements XBrowseNode (?)
	+