Searched refs:AF_FIXED (Results 1 – 6 of 6) sorted by relevance
459 … aFixedCB.Check( static_cast< sal_Bool >(((GetCurField()->GetFormat() & AF_FIXED) != 0) & bFixed)); in IMPL_LINK()537 if (IsFldEdit() && nFmtId == (GetCurField()->GetFormat() & ~AF_FIXED)) in FillFormatLB()636 nFormat |= aFixedCB.IsChecked() ? AF_FIXED : 0; in FillItemSet()
312 nFmt |= AF_FIXED; in NewField()328 nFmt |= AF_FIXED; in NewField()
410 SetFormat( GetFormat() | AF_FIXED); in PutValue()412 SetFormat( GetFormat() & ~AF_FIXED); in PutValue()2155 SetFormat(GetFormat() | AF_FIXED); in PutValue()2157 SetFormat(GetFormat() & ~AF_FIXED); in PutValue()
418 bRet = 0 != (GetFormat() & AF_FIXED); in IsFixed()
48 AF_FIXED = 0x8000 enumerator
1341 nFormat |= AF_FIXED; in attachToRange()1441 nFormat = AF_FIXED; in attachToRange()
Completed in 43 milliseconds