Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Dcenumitm.cxx41 DBG_NAME(SfxEnumItemInterface)
44 TYPEINIT1(SfxEnumItemInterface, SfxPoolItem)
48 int SfxEnumItemInterface::operator ==(const SfxPoolItem & rItem) const
52 == static_cast< const SfxEnumItemInterface * >(&rItem)->
93 XubString SfxEnumItemInterface::GetValueTextByPos(sal_uInt16) const in GetValueTextByPos()
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()
[all …]
/trunk/main/svl/inc/svl/
H A Dcenumitm.hxx32 DBG_NAMEEX(SfxEnumItemInterface)
34 class SVL_DLLPUBLIC SfxEnumItemInterface: public SfxPoolItem class
37 SfxEnumItemInterface(sal_uInt16 which): SfxPoolItem(which) {} in SfxEnumItemInterface() function in SfxEnumItemInterface
39 SfxEnumItemInterface(const SfxEnumItemInterface & rItem): in SfxEnumItemInterface() function in SfxEnumItemInterface
91 class SVL_DLLPUBLIC CntEnumItem: public SfxEnumItemInterface
97 SfxEnumItemInterface(which), m_nValue(nTheValue) {} in CntEnumItem()
102 SfxEnumItemInterface(rItem), m_nValue(rItem.m_nValue) {} in CntEnumItem()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx1306 else if ( pOldItem->ISA(SfxEnumItemInterface) && in Execute_Impl()
1307 ((SfxEnumItemInterface *)pOldItem)->HasBoolValue()) in Execute_Impl()
1310 SfxEnumItemInterface *pNewItem = in Execute_Impl()
1311 (SfxEnumItemInterface*) (pOldItem->Clone()); in Execute_Impl()
1312 pNewItem->SetBoolValue(!((SfxEnumItemInterface *)pOldItem)->GetBoolValue()); in Execute_Impl()
1333 else if ( pNewItem->ISA(SfxEnumItemInterface) && in Execute_Impl()
1334 ((SfxEnumItemInterface *)pNewItem)->HasBoolValue()) in Execute_Impl()
1337 ((SfxEnumItemInterface*)pNewItem)->SetBoolValue(sal_True); in Execute_Impl()
1604 pItem->ISA(SfxEnumItemInterface), in UpdateControllers_Impl()
1610 const SfxEnumItemInterface *pEnumItem = in UpdateControllers_Impl()
[all …]
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx297 else if ( pState->ISA(SfxEnumItemInterface) && in StateChanged()
298 ((SfxEnumItemInterface *)pState)->HasBoolValue() ) in StateChanged()
303 bCheck = ((SfxEnumItemInterface *)pState)->GetBoolValue(); in StateChanged()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx1000 else if (HAS_BASE(SfxEnumItemInterface,&rItem)) aEntry.eItemType=ITEM_ENUM; in SetAttributes()
1020 …nNum=sal_True; aEntry.nVal=((SfxEnumItemInterface&)rItem).GetEnumValue(); aEntry.nMin=0; aEntry.nM… in SetAttributes()
1041 …y.eItemType==ITEM_ENUM && nWhich!=EE_CHAR_WEIGHT) aEntry.aValue=((SfxEnumItemInterface&)rItem).Get… in SetAttributes()
1226 case ITEM_ENUM : ((SfxEnumItemInterface*)pNewItem)->SetEnumValue((sal_uInt16)nLongVal); break; in IMPL_LINK()
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx987 else if ( pState->ISA(SfxEnumItemInterface) && in StateChanged()
988 ((SfxEnumItemInterface *)pState)->HasBoolValue()) in StateChanged()
991 if ( ((const SfxEnumItemInterface *)pState)->GetBoolValue() ) in StateChanged()
/trunk/main/editeng/inc/editeng/
H A Descpitem.hxx51 class EDITENG_DLLPUBLIC SvxEscapementItem : public SfxEnumItemInterface
H A Dlspcitem.hxx46 class EDITENG_DLLPUBLIC SvxLineSpacingItem : public SfxEnumItemInterface
H A Dshaditem.hxx50 class EDITENG_DLLPUBLIC SvxShadowItem : public SfxEnumItemInterface
H A Dadjitem.hxx47 class EDITENG_DLLPUBLIC SvxAdjustItem : public SfxEnumItemInterface
/trunk/main/editeng/source/items/
H A Dparaitem.cxx105 : SfxEnumItemInterface( nId ) in SV_IMPL_VARARR_SORT()
367 : SfxEnumItemInterface( nId ), in SvxAdjustItem()
H A Dtextitem.cxx2422 SfxEnumItemInterface( nId ), in SvxEscapementItem()
2433 SfxEnumItemInterface( nId ), in SvxEscapementItem()
2446 SfxEnumItemInterface( nId ), in SvxEscapementItem()
H A Dfrmitems.cxx1293 SfxEnumItemInterface( nId ), in SvxShadowItem()

Completed in 94 milliseconds