Searched refs:ITEM_ENUM (Results 1 – 1 of 1) sorted by relevance
77 ITEM_ENUM, ITEM_BOOL, ITEM_FLAG, ITEM_STRING, ITEM_POINT, ITEM_RECT, ITEM_RANGE, ITEM_LRANGE, enumerator133 case ITEM_ENUM : aStr.AppendAscii("Enum"); break; in GetItemTypeStr()1000 else if (HAS_BASE(SfxEnumItemInterface,&rItem)) aEntry.eItemType=ITEM_ENUM; in SetAttributes()1020 …case ITEM_ENUM : aEntry.bCanNum=sal_True; aEntry.nVal=((SfxEnumItemInterface&)rItem).GetEnumV… in SetAttributes()1041 …else if (aEntry.eItemType==ITEM_ENUM && nWhich!=EE_CHAR_WEIGHT) aEntry.aValue=((SfxEnumItemInterfa… in SetAttributes()1226 case ITEM_ENUM : ((SfxEnumItemInterface*)pNewItem)->SetEnumValue((sal_uInt16)nLongVal); break; in IMPL_LINK()
Completed in 96 milliseconds