Home
last modified time | relevance | path

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

/trunk/main/sc/sdi/
H A Ddrawsh.sdi122 ExecMethod = ExecDrawFunc ;
128 …SID_OBJECT_ALIGN_LEFT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALS…
129 …SID_OBJECT_ALIGN_CENTER [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALS…
130 …SID_OBJECT_ALIGN_RIGHT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALS…
131 …SID_OBJECT_ALIGN_UP [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALS…
132 …SID_OBJECT_ALIGN_MIDDLE [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALS…
133 …SID_OBJECT_ALIGN_DOWN [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALS…
136 …SID_ALIGN_ANY_LEFT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALS…
137 …SID_ALIGN_ANY_HCENTER [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALS…
138 …SID_ALIGN_ANY_RIGHT [ ExecMethod = ExecDrawFunc; StateMethod = GetDrawFuncState; Export = FALS…
[all …]
/trunk/main/sc/source/ui/inc/
H A Ddrawsh.hxx69 void ExecDrawFunc(SfxRequest& rReq);
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh5.cxx271 void ScDrawShell::ExecDrawFunc( SfxRequest& rReq ) in ExecDrawFunc() function in ScDrawShell