Home
last modified time | relevance | path

Searched refs:bTheValue (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svl/inc/svl/
H A Dcenumitm.hxx134 CntBoolItem(sal_uInt16 which = 0, sal_Bool bTheValue = sal_False): in CntBoolItem() argument
135 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
H A Dvisitem.hxx82 virtual UniString GetValueTextByVal(sal_Bool bTheValue) const;
/trunk/main/svl/source/items/
H A Dcenumitm.cxx242 sal_Bool bTheValue = sal_Bool(); in PutValue() local
243 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()
H A Dvisitem.cxx135 UniString SfxVisibilityItem::GetValueTextByVal(sal_Bool bTheValue) const in GetValueTextByVal()
138 bTheValue ? in GetValueTextByVal()

Completed in 13 milliseconds