Searched refs:_pFieldDescr (Results 1 – 4 of 4) sorted by relevance
/trunk/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 415 void OWizTypeSelectList::setPrimaryKey(OFieldDescription* _pFieldDescr,sal_uInt16 _nPos,sal_Bool _b… in setPrimaryKey() argument 419 _pFieldDescr->SetPrimaryKey(_bSet); in setPrimaryKey() 422 else if( _pFieldDescr->getTypeInfo()->bNullable ) in setPrimaryKey() 424 _pFieldDescr->SetControlDefault(Any()); in setPrimaryKey() 427 SetEntryData(_nPos,_pFieldDescr); in setPrimaryKey()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 1811 sal_Bool OFieldDescControl::isTextFormat(const OFieldDescription* _pFieldDescr,sal_uInt32& _nFormat… in isTextFormat() argument 1813 _nFormatKey = _pFieldDescr->GetFormatKey(); in isTextFormat() 1823 _nFormatKey = ::dbtools::getDefaultNumberFormat( _pFieldDescr->GetType(), in isTextFormat() 1824 _pFieldDescr->GetScale(), in isTextFormat() 1825 _pFieldDescr->IsCurrency(), in isTextFormat() 1840 String OFieldDescControl::getControlDefault( const OFieldDescription* _pFieldDescr ,sal_Bool _bChec… in getControlDefault() argument 1843 sal_Bool bCheck = !_bCheck || _pFieldDescr->GetControlDefault().hasValue(); in getControlDefault() 1852 bTextFormat = isTextFormat(_pFieldDescr,nFormatKey); in getControlDefault() 1853 if ( _pFieldDescr->GetControlDefault() >>= sDefault ) in getControlDefault() 1871 _pFieldDescr->GetControlDefault() >>= nValue; in getControlDefault()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | FieldDescControl.hxx | 156 sal_Bool isTextFormat(const OFieldDescription* _pFieldDescr,sal_uInt32& _nFormatKey) const; 229 …String getControlDefault( const OFieldDescription* _pFieldDescr ,sal_Bool _bCheck = sal_True) c…
|
H A D | WTypeSelect.hxx | 75 void setPrimaryKey( OFieldDescription* _pFieldDescr,
|
Completed in 22 milliseconds