22#include <rtl/ustring.hxx>
26#include <config_features.h>
28#if HAVE_FEATURE_SCRIPTING
38 OUString aCommentText;
42 SfxMacroInfoItem( sal_uInt16 nWhich,
49 virtual SfxMacroInfoItem*
Clone(
SfxItemPool *pPool =
nullptr )
const override;
51 const OUString& GetMethod()
const
52 {
return aMethodName; }
53 void SetMethod(
const OUString& r )
55 const OUString& GetModule()
const
56 {
return aModuleName; }
57 void SetModule(
const OUString& r )
59 const OUString& GetLib()
const
61 void SetLib(
const OUString& r )
64 {
return pBasicManager; }
65 OUString GetQualifiedName()
const;
virtual bool operator==(const SfxPoolItem &) const=0
virtual SfxPoolItem * Clone(SfxItemPool *pPool=nullptr) const=0