Lines Matching refs:SfxMacroInfoItem
33 TYPEINIT1(SfxMacroInfoItem, SfxPoolItem);
37 SfxMacroInfoItem::SfxMacroInfoItem( in SfxMacroInfoItem() function in SfxMacroInfoItem
57 SfxMacroInfoItem::SfxMacroInfoItem(const SfxMacroInfoItem& rCopy): in SfxMacroInfoItem() function in SfxMacroInfoItem
71 int SfxMacroInfoItem::operator==( const SfxPoolItem& rCmp) const in operator ==()
74 pBasicManager == ((const SfxMacroInfoItem&)rCmp).pBasicManager && in operator ==()
75 aLibName == ((const SfxMacroInfoItem&)rCmp).aLibName && in operator ==()
76 aModuleName == ((const SfxMacroInfoItem&)rCmp).aModuleName && in operator ==()
77 aMethodName == ((const SfxMacroInfoItem&)rCmp).aMethodName && in operator ==()
78 aCommentText == ((const SfxMacroInfoItem&)rCmp).aCommentText; in operator ==()
83 SfxPoolItem *SfxMacroInfoItem::Clone( SfxItemPool *) const in Clone()
85 return new SfxMacroInfoItem(*this); in Clone()
90 String SfxMacroInfoItem::GetQualifiedName() const in GetQualifiedName()