Lines Matching refs:bIsAcceptable
91 bIsAcceptable=sal_False; in ScRedlinData()
104 bIsAcceptable=sal_False; in ~ScRedlinData()
440 pNewData->bIsAcceptable=pScChangeAction->IsClickable(); in InsertChangeAction()
442 pNewData->bDisabled=!pNewData->bIsAcceptable | bDisabled; in InsertChangeAction()
455 pNewData->bIsAcceptable=sal_False; in InsertChangeAction()
622 pNewData->bIsAcceptable=pScChangeAction->IsClickable(); in InsertFilteredAction()
624 pNewData->bDisabled=!pNewData->bIsAcceptable | bDisabled; in InsertFilteredAction()
637 pNewData->bIsAcceptable=sal_False; in InsertFilteredAction()
809 pNewData->bIsAcceptable=pScChangeAction->IsClickable(); in InsertChangeActionContent()
811 pNewData->bDisabled=!pNewData->bIsAcceptable; in InsertChangeActionContent()
1312 pParentData->bIsAcceptable=pScChangeAction->IsRejectable(); // select old value in InsertContentChilds()
1339 pParentData->bIsAcceptable=pScChangeAction->IsClickable(); in InsertContentChilds()
1397 pEntryData->bIsAcceptable=sal_False; in InsertChilds()
1432 pEntryData->bIsAcceptable=sal_False; in InsertDeletedChilds()
1825 bAcceptFlag &= pEntryData->bIsAcceptable; in IMPL_LINK()