Searched refs:_bCheck (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | SqlNameEdit.hxx | 57 void setCheck(sal_Bool _bCheck = sal_False) in setCheck() argument 59 m_bCheck = _bCheck; in setCheck()
|
H A D | TableCopyHelper.hxx | 142 sal_Bool _bCheck,
|
H A D | FieldDescControl.hxx | 229 …String getControlDefault( const OFieldDescription* _pFieldDescr ,sal_Bool _bCheck = sal_True) c…
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | tablespage.cxx | 472 void OTableSubscriptionPage::CheckAll( sal_Bool _bCheck ) in CheckAll() argument 474 SvButtonState eState = _bCheck ? SV_BUTTON_CHECKED : SV_BUTTON_UNCHECKED; in CheckAll() 482 if (_bCheck && m_aTablesList.getAllObjectsEntry()) in CheckAll()
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessibletoolboxitem.cxx | 182 void VCLXAccessibleToolBoxItem::SetChecked( sal_Bool _bCheck ) in SetChecked() argument 186 if ( m_bIsChecked != _bCheck ) in SetChecked() 194 m_bIsChecked = _bCheck; in SetChecked()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | TableCopyHelper.cxx | 322 sal_Bool OTableCopyHelper::copyTagTable(OTableCopyHelper::DropDescriptor& _rDesc, sal_Bool _bCheck,… in copyTagTable() argument 333 if ( _bCheck ) in copyTagTable()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 1663 …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 D | RowSetCache.hxx | 156 …etMatrix::iterator& _aIter,const ORowSetMatrix::iterator& _aEnd,sal_Int32& _nPos,sal_Bool _bCheck);
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 1840 …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()
|
/aoo41x/main/accessibility/inc/accessibility/standard/ |
H A D | vclxaccessibletoolboxitem.hxx | 95 void SetChecked( sal_Bool _bCheck );
|
Completed in 95 milliseconds