Searched refs:aFixedCB (Results 1 – 4 of 4) sorted by relevance
78 aFixedCB (this, SW_RES(CB_DOKFIXEDCONTENT)), in SwFldDokPage()205 aFixedCB.SaveValue(); in Reset()449 aFixedCB.Show(!bValue && !bLevel && !bOffset); in IMPL_LINK()456 aFixedCB.Enable(bFixed); in IMPL_LINK()459 … aFixedCB.Check( static_cast< sal_Bool >(((GetCurField()->GetFormat() & AF_FIXED) != 0) & bFixed)); in IMPL_LINK()636 nFormat |= aFixedCB.IsChecked() ? AF_FIXED : 0; in FillItemSet()640 nFormat |= aFixedCB.IsChecked() ? FF_FIXED : 0; in FillItemSet()680 aFixedCB.GetState() != aFixedCB.GetSavedValue() || in FillItemSet()
79 aFixedCB (this, SW_RES(CB_DOKINFFIXEDCONTENT)), in SwFldDokInfPage()232 aFixedCB.SaveValue(); in Reset()423 aFixedCB.Check((nExtSubType & DI_SUB_FIXED) != 0); in FillSelectionLB()482 if (aFixedCB.IsChecked()) in FillItemSet()490 nOldFormat != nFormat || aFixedCB.GetState() != aFixedCB.GetSavedValue() in FillItemSet()
51 CheckBox aFixedCB; member in SwFldDokInfPage
56 CheckBox aFixedCB; member in SwFldDokPage
Completed in 21 milliseconds