Home
last modified time | relevance | path

Searched refs:ExecDrawAttr (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/sdi/
H A Ddrawsh.sdi26 … SID_ASSIGNMACRO [ ExecMethod = ExecDrawAttr; StateMethod = NoState; Export = FALSE; ]
57 SID_TEXT_STANDARD [ ExecMethod = ExecDrawAttr; StateMethod = NoState; Export = FALSE; ]
58 SID_DRAWTEXT_ATTR_DLG [ ExecMethod = ExecDrawAttr; StateMethod = NoState; Export = FALSE; ]
69 …SID_ATTR_FILL_STYLE [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALS…
74 ExecMethod = ExecDrawAttr;
79 …SID_ATTR_FILL_COLOR [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALS…
80 …SID_ATTR_FILL_GRADIENT [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALS…
81 …SID_ATTR_FILL_HATCH [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALS…
82 …SID_ATTR_FILL_BITMAP [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = FALS…
83 …SID_ATTR_FILL_TRANSPARENCE [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawAttrState; Export = F…
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Ddrawsh.hxx65 void ExecDrawAttr(SfxRequest& rReq);
/AOO41X/main/sc/source/ui/drawfunc/
H A Ddrawsh.cxx112 void ScDrawShell::ExecDrawAttr( SfxRequest& rReq ) in ExecDrawAttr() function in ScDrawShell