Searched refs:bTheValue (Results 1 – 4 of 4) sorted by relevance
134 CntBoolItem(sal_uInt16 which = 0, sal_Bool bTheValue = sal_False): in CntBoolItem() argument135 SfxPoolItem(which), m_bValue(bTheValue) {} in CntBoolItem()165 virtual UniString GetValueTextByVal(sal_Bool bTheValue) const;169 void SetValue(sal_Bool bTheValue) { m_bValue = bTheValue; } in SetValue() argument
82 virtual UniString GetValueTextByVal(sal_Bool bTheValue) const;
242 sal_Bool bTheValue = sal_Bool(); in PutValue() local243 if (rVal >>= bTheValue) in PutValue()245 m_bValue = bTheValue; in PutValue()283 UniString CntBoolItem::GetValueTextByVal(sal_Bool bTheValue) const in GetValueTextByVal()286 bTheValue ? in GetValueTextByVal()
135 UniString SfxVisibilityItem::GetValueTextByVal(sal_Bool bTheValue) const in GetValueTextByVal()138 bTheValue ? in GetValueTextByVal()
Completed in 9 milliseconds