Searched refs:ITEM_UINT32 (Results 1 – 1 of 1) sorted by relevance
76 ITEM_DONTKNOW, ITEM_BYTE, ITEM_INT16, ITEM_UINT16, ITEM_INT32, ITEM_UINT32, enumerator132 case ITEM_UINT32 : aStr.AppendAscii("UInt32"); break; in GetItemTypeStr()999 else if (HAS_BASE(SfxUInt32Item ,&rItem)) aEntry.eItemType=ITEM_UINT32; in SetAttributes()1019 …case ITEM_UINT32 : aEntry.bIsNum=sal_True; aEntry.nVal=((SfxUInt32Item&)rItem).GetValue(); aEn… in SetAttributes()1225 case ITEM_UINT32: ((SfxUInt32Item*)pNewItem)->SetValue(aNewText.ToInt32()); break; in IMPL_LINK()
Completed in 38 milliseconds