Home
last modified time | relevance | path

Searched refs:_pCheckBox (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Dadminpages.cxx213 …void OGenericAdministrationPage::fillBool( SfxItemSet& _rSet, CheckBox* _pCheckBox, sal_uInt16 _nI… in fillBool() argument
215 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()
H A Dadminpages.hxx227 …static void fillBool( SfxItemSet& _rSet, CheckBox* _pCheckBox, sal_uInt16 _nID, sal_Bool& _bChange…
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx470 IMPL_LINK( ConnectionPoolOptionsPage, OnEnabledDisabled, const CheckBox*, _pCheckBox ) in IMPL_LINK() argument
473 sal_Bool bLocalDriverChanged = &m_aDriverPoolingEnabled == _pCheckBox; in IMPL_LINK()
475 if (&m_aEnablePooling == _pCheckBox) in IMPL_LINK()

Completed in 19 milliseconds