Home
last modified time | relevance | path

Searched refs:_bCheck (Results 1 – 10 of 10) sorted by relevance

/trunk/main/dbaccess/source/ui/inc/
H A DSqlNameEdit.hxx57 void setCheck(sal_Bool _bCheck = sal_False) in setCheck() argument
59 m_bCheck = _bCheck; in setCheck()
H A DTableCopyHelper.hxx142 sal_Bool _bCheck,
H A DFieldDescControl.hxx229 …String getControlDefault( const OFieldDescription* _pFieldDescr ,sal_Bool _bCheck = sal_True) c…
/trunk/main/dbaccess/source/ui/dlg/
H A Dtablespage.cxx470 void OTableSubscriptionPage::CheckAll( sal_Bool _bCheck ) in CheckAll() argument
472 SvButtonState eState = _bCheck ? SV_BUTTON_CHECKED : SV_BUTTON_UNCHECKED; in CheckAll()
480 if (_bCheck && m_aTablesList.getAllObjectsEntry()) in CheckAll()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx182 void VCLXAccessibleToolBoxItem::SetChecked( sal_Bool _bCheck ) in SetChecked() argument
186 if ( m_bIsChecked != _bCheck ) in SetChecked()
194 m_bIsChecked = _bCheck; in SetChecked()
/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx322 sal_Bool OTableCopyHelper::copyTagTable(OTableCopyHelper::DropDescriptor& _rDesc, sal_Bool _bCheck,… in copyTagTable() argument
333 if ( _bCheck ) in copyTagTable()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx1663 …SetMatrix::iterator& _aIter,const ORowSetMatrix::iterator& _aEnd,sal_Int32& _nPos,sal_Bool _bCheck) in fill() argument
1666 for(; _bCheck && _aIter != _aEnd;) in fill()
1680 _bCheck = m_pCacheSet->next(); in fill()
1682 return _bCheck; in fill()
H A DRowSetCache.hxx156 …etMatrix::iterator& _aIter,const ORowSetMatrix::iterator& _aEnd,sal_Int32& _nPos,sal_Bool _bCheck);
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1840 …FieldDescControl::getControlDefault( const OFieldDescription* _pFieldDescr ,sal_Bool _bCheck) const in getControlDefault()
1843 sal_Bool bCheck = !_bCheck || _pFieldDescr->GetControlDefault().hasValue(); in getControlDefault()
1898 else if ( !_bCheck || (sDefault.getLength() != 0) ) in getControlDefault()
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibletoolboxitem.hxx95 void SetChecked( sal_Bool _bCheck );

Completed in 147 milliseconds