Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/inc/
H A Dcfgdesc.hxx28 class SwCfgDesc class
35 SwCfgDesc(const String &rFuncName, sal_uInt16 nId);
36 SwCfgDesc(const String &rLib,const String &rMacro);
37 ~SwCfgDesc();
51 inline void SwCfgDesc::SetEvent(sal_uInt16 nE) { in SetEvent()
55 inline void SwCfgDesc::SetFuncText(const String &rStr) { in SetFuncText()
59 inline sal_uInt16 SwCfgDesc::GetEvent() const { return nEvent; } in GetEvent()
60 inline String SwCfgDesc::GetFuncText() const { return aFuncText; } in GetFuncText()
61 inline String SwCfgDesc::GetMacro() const { return aFuncText; } in GetMacro()
62 inline String SwCfgDesc::GetLib() const { return aLibName; } in GetLib()

Completed in 17 milliseconds