Lines Matching refs:SfxEnumItemInterface
41 DBG_NAME(SfxEnumItemInterface)
44 TYPEINIT1(SfxEnumItemInterface, SfxPoolItem)
48 int SfxEnumItemInterface::operator ==(const SfxPoolItem & rItem) const
52 == static_cast< const SfxEnumItemInterface * >(&rItem)->
59 SfxEnumItemInterface::GetPresentation(SfxItemPresentation, SfxMapUnit, in GetPresentation()
69 sal_Bool SfxEnumItemInterface::QueryValue(com::sun::star::uno::Any& rVal, sal_uInt8) in QueryValue()
78 sal_Bool SfxEnumItemInterface::PutValue(const com::sun::star::uno::Any& rVal, in PutValue()
93 XubString SfxEnumItemInterface::GetValueTextByPos(sal_uInt16) const in GetValueTextByPos()
101 sal_uInt16 SfxEnumItemInterface::GetValueByPos(sal_uInt16 nPos) const in GetValueByPos()
108 sal_uInt16 SfxEnumItemInterface::GetPosByValue(sal_uInt16 nValue) const in GetPosByValue()
117 sal_Bool SfxEnumItemInterface::IsEnabled(sal_uInt16) const in IsEnabled()
124 int SfxEnumItemInterface::HasBoolValue() const in HasBoolValue()
131 sal_Bool SfxEnumItemInterface::GetBoolValue() const in GetBoolValue()
138 void SfxEnumItemInterface::SetBoolValue(sal_Bool) in SetBoolValue()
151 SfxEnumItemInterface(which) in DBG_NAME()
158 TYPEINIT1(CntEnumItem, SfxEnumItemInterface) in TYPEINIT1() argument