Lines Matching refs:bDisable
973 bool bDisable = false; in GetTextAttributeState() local
983 bDisable |= m_aControlFeatures.empty(); in GetTextAttributeState()
1001 bDisable |= !aDataHelper.HasFormat( SOT_FORMAT_STRING ); in GetTextAttributeState()
1004 bDisable |= true; in GetTextAttributeState()
1022 bDisable |= true; in GetTextAttributeState()
1027 if ( !bDisable && bNeedWriteableControl ) in GetTextAttributeState()
1028 bDisable |= !IsActiveControl( ) || m_bActiveControlIsReadOnly; in GetTextAttributeState()
1030 if ( !bDisable && bNeedTextComponent ) in GetTextAttributeState()
1031 bDisable |= !m_xActiveTextComponent.is(); in GetTextAttributeState()
1033 if ( !bDisable && bNeedSelection ) in GetTextAttributeState()
1036 bDisable |= aSelection.Min == aSelection.Max; in GetTextAttributeState()
1039 if ( bDisable ) in GetTextAttributeState()