Searched refs:bCanNum (Results 1 – 1 of 1) sorted by relevance
101 sal_Bool bCanNum; member in ImpItemListRow114 bCanNum(sal_False) in ImpItemListRow()162 && bCanNum==rEntry.bCanNum in operator ==()532 if (pEntry->bCanNum) { in BegChangeEntry()1021 …case ITEM_BOOL : aEntry.bCanNum=sal_True; aEntry.nVal=((SfxBoolItem &)rItem).GetValue(); aEn… in SetAttributes()1022 …case ITEM_FLAG : aEntry.bCanNum=sal_True; aEntry.nVal=((SfxFlagItem &)rItem).GetValue(); aEn… in SetAttributes()1023 …case ITEM_FONTHEIGHT: aEntry.bCanNum=sal_True; aEntry.nVal=((SvxFontHeightItem&)rItem).GetHeight()… in SetAttributes()1027 if (aEntry.bIsNum) aEntry.bCanNum=sal_True; in SetAttributes()1033 if (aEntry.bCanNum) { in SetAttributes()1039 else if (aEntry.bCanNum) aEntry.aValue = UniString::CreateFromInt32(aEntry.nVal); in SetAttributes()[all …]
Completed in 34 milliseconds