Lines Matching refs:nFormat

1047 			sal_uLong nFormat = aFormatLB.GetSelectEntryPos();  in IMPL_LINK()  local
1048 if (nFormat != LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
1049 nFormat = (sal_uLong)aFormatLB.GetEntryData((sal_uInt16)nFormat); in IMPL_LINK()
1078 if (nFormat != LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
1085 ((SwDDEFieldType*)pType)->SetType((sal_uInt16)nFormat); in IMPL_LINK()
1116 if (nFormat != LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
1123 SwDDEFieldType aType(sName, sValue, (sal_uInt16)nFormat); in IMPL_LINK()
1186 sal_uLong nFormat; in FillItemSet() local
1190 nFormat = aFormatLB.GetSelectEntryPos(); in FillItemSet()
1192 if(nFormat == LISTBOX_ENTRY_NOTFOUND) in FillItemSet()
1193 nFormat = 0; in FillItemSet()
1195 nFormat = (sal_uLong)aFormatLB.GetEntryData((sal_uInt16)nFormat); in FillItemSet()
1199 nFormat = aNumFormatLB.GetFormat(); in FillItemSet()
1201 if (nFormat && nFormat != ULONG_MAX && aNumFormatLB.IsAutomaticLanguage()) in FillItemSet()
1211 nFormat = SwValueField::GetSystemFormat(pSh->GetNumberFormatter(), nFormat); in FillItemSet()
1220 nSubType = (nFormat == ULONG_MAX) ? nsSwGetSetExpType::GSE_STRING : nsSwGetSetExpType::GSE_EXPR; in FillItemSet()
1222 if (nFormat == ULONG_MAX && aNumFormatLB.GetSelectEntry() == SW_RESSTR(FMT_USERVAR_CMD)) in FillItemSet()
1232 if (aNumFormatLB.IsVisible() && nFormat == ULONG_MAX) in FillItemSet()
1239 if (aNumFormatLB.IsVisible() && nFormat == ULONG_MAX) in FillItemSet()
1258 …nSubType = (nSubType & 0xff00) | ((nFormat == ULONG_MAX) ? nsSwGetSetExpType::GSE_STRING : nsSwGet… in FillItemSet()
1280 if( SVX_NUM_CHAR_SPECIAL == nFormat ) in FillItemSet()
1295 InsertFld( nTypeId, nSubType, aName, aVal, nFormat, in FillItemSet()