Home
last modified time | relevance | path

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

/trunk/main/sc/sdi/
H A Dformatsh.sdi66 SID_ATTR_ALIGN_HOR_JUSTIFY [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
67 SID_ATTR_ALIGN_VER_JUSTIFY [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
68 SID_ATTR_ALIGN_INDENT [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
69 SID_ATTR_ALIGN_HYPHENATION [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
70 SID_ATTR_ALIGN_DEGREES [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
71 SID_ATTR_ALIGN_STACKED [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
72 SID_ATTR_ALIGN_LOCKPOS [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
73 SID_ATTR_ALIGN_MARGIN [ ExecMethod = ExecuteAlignment; StateMethod = GetAttrState; ]
76 SID_ALIGN_ANY_LEFT [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
77 SID_ALIGN_ANY_HCENTER [ ExecMethod = ExecuteAlignment; StateMethod = GetAlignState; ]
[all …]
/trunk/main/sc/source/ui/inc/
H A Dformatsh.hxx57 void ExecuteAlignment( SfxRequest& rReq );
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1179 void ScFormatShell::ExecuteAlignment( SfxRequest& rReq ) in ExecuteAlignment() function in ScFormatShell