Home
last modified time | relevance | path

Searched refs:pFieldType (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1272 TOTypeInfoSP pFieldType; in DisplayData() local
1274 pFieldType = pFieldDescr->getTypeInfo(); in DisplayData()
1279 OSL_ENSURE(pFieldType.get(),"We need a type information here!"); in DisplayData()
1282 if( m_pPreviousType != pFieldType ) in DisplayData()
1296 if ( pFieldType->bNullable ) in DisplayData()
1302 if ( pFieldType->bAutoIncrement ) in DisplayData()
1313 if(pFieldType->bNullable) in DisplayData()
1320 if (pFieldType->nPrecision) in DisplayData()
1323 … pLength->SetMax(::std::max<sal_Int32>(pFieldType->nPrecision,pFieldDescr->GetPrecision())); in DisplayData()
1324 pLength->SetSpecialReadOnly(pFieldType->aCreateParams.getLength()==0); in DisplayData()
[all …]
/AOO41X/main/sw/source/filter/ww1/
H A Dw1filter.cxx812 SwGetExpFieldType* pFieldType = in Out() local
814 DBG_ASSERT(pFieldType!=0, "Ww1Fields"); in Out()
815 if (pFieldType != 0) in Out()
816 pField = new SwGetExpField(pFieldType, sFormel, in Out()
/AOO41X/main/registry/source/
H A Dreflread.cxx1370 void typereg_reader_getFieldTypeName(void * hEntry, rtl_uString** pFieldType, sal_uInt16 index) in typereg_reader_getFieldTypeName() argument
1377 rtl_uString_new(pFieldType); in typereg_reader_getFieldTypeName()
1383 pFieldType, pTmp, pTmp == 0 ? 0 : rtl_str_getLength(pTmp), in typereg_reader_getFieldTypeName()
/AOO41X/main/sw/source/core/unocore/
H A Dunofield.cxx1167 SwFieldType* pFieldType = pMaster ? pMaster->GetFldType() : 0; in attachTextFieldMaster() local
1168 if(pFieldType && pFieldType->Which() == lcl_ServiceIdToResId(m_nServiceId)) in attachTextFieldMaster()
1170 m_sTypeName = pFieldType->GetName(); in attachTextFieldMaster()
1171 pFieldType->Add( &m_aFieldTypeClient ); in attachTextFieldMaster()
/AOO41X/main/sw/source/core/fields/
H A Dexpfld.cxx1148 SwInputField::SwInputField( SwInputFieldType* pFieldType, in SwInputField() argument
1154 : SwField( pFieldType, nFmt, LANGUAGE_SYSTEM, false ) in SwInputField()
/AOO41X/main/sw/inc/
H A Dexpfld.hxx336 SwInputFieldType* pFieldType,