Searched refs:_pCheckBox (Results 1 – 3 of 3) sorted by relevance
213 …void OGenericAdministrationPage::fillBool( SfxItemSet& _rSet, CheckBox* _pCheckBox, sal_uInt16 _nI… in fillBool() argument215 if ( (_pCheckBox != NULL ) && ( _pCheckBox->GetState() != _pCheckBox->GetSavedValue() ) ) in fillBool()217 sal_Bool bValue = _pCheckBox->IsChecked(); in fillBool()221 if ( _pCheckBox->IsTriStateEnabled() ) in fillBool()224 if ( _pCheckBox->GetState() != STATE_DONTKNOW ) in fillBool()
226 …static void fillBool( SfxItemSet& _rSet, CheckBox* _pCheckBox, sal_uInt16 _nID, sal_Bool& _bChange…
470 IMPL_LINK( ConnectionPoolOptionsPage, OnEnabledDisabled, const CheckBox*, _pCheckBox ) in IMPL_LINK() argument473 sal_Bool bLocalDriverChanged = &m_aDriverPoolingEnabled == _pCheckBox; in IMPL_LINK()475 if (&m_aEnablePooling == _pCheckBox) in IMPL_LINK()
Completed in 31 milliseconds