Home
last modified time | relevance | path

Searched refs:AF_FIXED (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/fldui/
H A Dflddok.cxx459 … 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()
/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx312 nFmt |= AF_FIXED; in NewField()
328 nFmt |= AF_FIXED; in NewField()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx410 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()
H A Dfldbas.cxx418 bRet = 0 != (GetFormat() & AF_FIXED); in IsFixed()
/trunk/main/sw/inc/
H A Ddocufld.hxx48 AF_FIXED = 0x8000 enumerator
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx1341 nFormat |= AF_FIXED; in attachToRange()
1441 nFormat = AF_FIXED; in attachToRange()

Completed in 55 milliseconds