Lines Matching refs:bSelective
255 void SwMailMergeAddressBlockPage::EnableAddressBlock(sal_Bool bAll, sal_Bool bSelective) in EnableAddressBlock() argument
259 bSelective &= bAll; in EnableAddressBlock()
260 m_aHideEmptyParagraphsCB.Enable(bSelective); in EnableAddressBlock()
261 m_aSettingsWIN.Enable(bSelective); in EnableAddressBlock()
262 m_aSettingsPB.Enable(bSelective); in EnableAddressBlock()
263 m_aPreviewFI.Enable(bSelective); in EnableAddressBlock()
264 m_aPreviewWIN.Enable(bSelective); in EnableAddressBlock()
265 m_aThirdFI.Enable(bSelective); in EnableAddressBlock()
266 m_aMatchFieldsFI.Enable(bSelective); in EnableAddressBlock()
267 m_aAssignPB.Enable(bSelective); in EnableAddressBlock()
268 m_aDocumentIndexFI.Enable(bSelective); in EnableAddressBlock()
269 m_aPrevSetIB.Enable(bSelective); in EnableAddressBlock()
270 m_aNextSetIB.Enable(bSelective); in EnableAddressBlock()