Lines Matching refs:bValue
514 sal_Bool bValue = sal_False; in QueryValue() local
521 bValue = IsUseUserData(); in QueryValue()
524 bValue = IsDeleteUserData(); in QueryValue()
527 bValue = isAutoloadEnabled(); in QueryValue()
567 rVal <<= bValue; in QueryValue()
575 sal_Bool bValue = sal_False; in PutValue() local
581 bRet = (rVal >>= bValue); in PutValue()
583 SetUseUserData( bValue ); in PutValue()
587 bRet = (rVal >>= bValue); in PutValue()
589 SetDeleteUserData( bValue ); in PutValue()
592 bRet = (rVal >>= bValue); in PutValue()
594 setAutoloadEnabled(bValue); in PutValue()
2284 bool bValue = pLine->m_aYesNoButton.IsYesChecked(); in GetCustomProperties() local
2285 aPropertiesSeq[i].Value <<= makeAny( bValue ); in GetCustomProperties()