Searched refs:FF_FIXED (Results 1 – 8 of 8) sorted by relevance
442 switch( nFmt & ~FF_FIXED ) in Expand()523 switch( GetFormat() &(~FF_FIXED) ) in QueryValue()582 nType |= FF_FIXED; in PutValue()589 SetFormat( GetFormat() | FF_FIXED); in PutValue()591 SetFormat( GetFormat() & ~FF_FIXED); in PutValue()
422 bRet = 0 != (GetFormat() & FF_FIXED); in IsFixed()
161 FF_FIXED = 0x8000 enumerator
250 switch( (SwFileNameFormat)(nFmt & ~FF_FIXED) ) in OutHTML_SwField()
524 nFmt |= FF_FIXED; in NewField()
640 nFormat |= aFixedCB.IsChecked() ? FF_FIXED : 0; in FillItemSet()
687 nFormatId &= ~FF_FIXED; // Fixed-Flag ausmaskieren in GetFormatStr()
1309 nFormat |= FF_FIXED; in attachToRange()
Completed in 200 milliseconds