Home
last modified time | relevance | path

Searched refs:aField (Results 1 – 25 of 41) sorted by path

12

/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1095 sr::FieldInfo* aField= cliType->GetField( in map_to_uno() local
1119 val= aField->GetValue(cli_data); in map_to_uno()
1700 sr::FieldInfo* aField= cliType->GetField(sMemberName); in map_to_cli() local
1711 aField->SetValue(cliObj, __box(*(System::Char*) p)); in map_to_cli()
1717 aField->SetValue(cliObj, __box(*(System::Byte*) p)); in map_to_cli()
1720 aField->SetValue(cliObj, __box(*(System::Int16*) p)); in map_to_cli()
1723 aField->SetValue(cliObj, __box(*(System::UInt16*) p)); in map_to_cli()
1726 aField->SetValue(cliObj, __box(*(System::Int32*) p)); in map_to_cli()
1729 aField->SetValue(cliObj, __box(*(System::UInt32*) p)); in map_to_cli()
1732 aField->SetValue(cliObj, __box(*(System::Int64*) p)); in map_to_cli()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaData.cxx932 WpADOField aField(aFields.GetItem(0)); in getSQLKeywords() local
933 aField.get_Value(aValue); in getSQLKeywords()
H A DADatabaseMetaDataImpl.cxx71 WpADOField aField(aFields.GetItem(1)); in fillLiterals() local
72 aInfo.pwszLiteralValue = aField.get_Value(); in fillLiterals()
73 aField = aFields.GetItem(5); in fillLiterals()
74 aInfo.fSupported = aField.get_Value(); in fillLiterals()
75 aField = aFields.GetItem(6); in fillLiterals()
76 aInfo.cchMaxLen = aField.get_Value().getUInt32(); in fillLiterals()
78 aField = aFields.GetItem(4); in fillLiterals()
79 sal_uInt32 nId = aField.get_Value().getUInt32(); in fillLiterals()
H A DADatabaseMetaDataResultSet.cxx147 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in getBinaryStream() local
148 if((aField.GetAttributes() & adFldLong) == adFldLong) in getBinaryStream()
151 sal_Int32 nSize = aField.GetActualSize(); in getBinaryStream()
156 m_aValue = aField.GetChunk(BLOCK_SIZE); in getBinaryStream()
175 aField.get_Value(m_aValue); in getBinaryStream()
1208 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in getValue() local
1209 aField.get_Value(m_aValue); in getValue()
H A DADatabaseMetaDataResultSetMetaData.cxx53 if(aField.IsValid()) in getColumnDisplaySize()
99 if(aField.IsValid()) in getColumnName()
100 return aField.GetName(); in getColumnName()
120 if(aField.IsValid()) in isCurrency()
136 if(aField.IsValid()) in isSigned()
150 if(aField.IsValid()) in getPrecision()
151 return aField.GetPrecision(); in getPrecision()
164 if(aField.IsValid()) in getScale()
179 if(aField.IsValid()) in isNullable()
196 if(aField.IsValid()) in isReadOnly()
[all …]
H A DAResultSet.cxx178 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in getBinaryStream() local
180 if((aField.GetAttributes() & adFldLong) == adFldLong) in getBinaryStream()
183 sal_Int32 nSize = aField.GetActualSize(); in getBinaryStream()
188 m_aValue = aField.GetChunk(BLOCK_SIZE); in getBinaryStream()
208 aField.get_Value(m_aValue); in getBinaryStream()
224 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in getValue() local
225 aField.get_Value(m_aValue); in getValue()
707 WpADOField aField = ADOS::getField(m_pRecordSet,columnIndex); in updateValue() local
708 aField.PutValue(x); in updateValue()
H A DAResultSetMetaData.cxx56 if(aField.IsValid() && aField.GetActualSize() != -1) in getColumnDisplaySize()
89 if ( aField.IsValid() ) in isCaseSensitive()
108 if(aField.IsValid()) in getColumnName()
119 if ( aField.IsValid() ) in getTableName()
152 if(aField.IsValid()) in isCurrency()
189 if(aField.IsValid()) in isSigned()
200 if(aField.IsValid()) in getPrecision()
208 if(aField.IsValid()) in getScale()
217 if(aField.IsValid()) in isNullable()
234 if(aField.IsValid()) in isReadOnly()
[all …]
H A Dadoimp.cxx324 WpADOField aField(aFields.GetItem(_nColumnIndex-1)); in getField() local
325 if(!aField.IsValid()) in getField()
327 return aField; in getField()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx198 String aField; in impl_fillColumnInfo_nothrow() local
200 if (aField.Len() == 0 || in impl_fillColumnInfo_nothrow()
201 (m_cStringDelimiter && m_cStringDelimiter == aField.GetChar(0))) in impl_fillColumnInfo_nothrow()
215 aField2 = aField; in impl_fillColumnInfo_nothrow()
290 String aField; in impl_fillColumnInfo_nothrow() local
292 if (aField.Len() == 0 || in impl_fillColumnInfo_nothrow()
293 (m_cStringDelimiter && m_cStringDelimiter == aField.GetChar(0))) in impl_fillColumnInfo_nothrow()
302 aField2 = aField; in impl_fillColumnInfo_nothrow()
381 String aField; in impl_fillColumnInfo_nothrow() local
383 if (aField.Len() == 0 || in impl_fillColumnInfo_nothrow()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx914 MacabHeader::iterator aField; in getColumns() local
916 for ( aField = aHeader->begin(); in getColumns()
917 aField != aHeader->end(); in getColumns()
918 ++aField, ++nPosition) in getColumns()
921 sName = CFStringToOUString((CFStringRef) (*aField)->value); in getColumns()
926 switch((*aField)->type) in getColumns()
H A DMacabResultSet.cxx223 if(aField != NULL) in getString()
225 if(aField->type == kABStringProperty) in getString()
282 if(aField != NULL) in getInt()
284 if(aField->type == kABIntegerProperty) in getInt()
311 if(aField != NULL) in getLong()
340 if(aField != NULL) in getFloat()
342 if(aField->type == kABRealProperty) in getFloat()
369 if(aField != NULL) in getDouble()
371 if(aField->type == kABRealProperty) in getDouble()
430 if(aField != NULL) in getTimestamp()
[all …]
H A DMacabResultSetMetaData.cxx89 macabfield *aField; in getColumnType() local
100 aField = aHeader->get(column-1); in getColumnType()
102 if(aField == NULL) in getColumnType()
108 return ABTypeToDataType(aField->type); in getColumnType()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx3157 OTableFieldDescRef aField = new OTableFieldDesc(); in getPredicateTreeFromEntry() local
3158 if ( eOk == FillDragInfo(this,pColumnRef,aField) ) in getPredicateTreeFromEntry()
3160 nType = aField->GetDataType(); in getPredicateTreeFromEntry()
H A DSelectionBrowseBox.cxx546 String aField(pEntry->GetField()); in InitController() local
554 aField = aTable; in InitController()
555 aField.AppendAscii(".*"); in InitController()
557 m_pFieldCell->SetText(aField); in InitController()
1787 if (bCase(aField,rInfo->GetField()) && in AddGroupBy()
2276 String aField = pEntry->GetField(); in GetCellText() local
2279 aField = pEntry->GetAlias(); in GetCellText()
2280 if(aField.Len()) in GetCellText()
2281 aField += '.'; in GetCellText()
2282 aField += '*'; in GetCellText()
[all …]
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2961 EFieldInfo aField = rT.GetFieldInfo( nPara, n ); in getHyperLinkCount() local
2962 if ( aField.pFieldItem->GetField()->ISA( SvxURLField ) ) in getHyperLinkCount()
2979 EFieldInfo aField = rT.GetFieldInfo( nPara, n ); in getHyperLink() local
2980 if ( aField.pFieldItem->GetField()->ISA( SvxURLField ) ) in getHyperLink()
2984 sal_uInt16 nEEStart = aField.aPosition.nIndex; in getHyperLink()
2988 sal_uInt16 nEnd = nStart + aField.aCurrentText.Len(); in getHyperLink()
2989 …ew AccessibleHyperlink( rT, new SvxFieldItem( *aField.pFieldItem ), nPara, nEEStart, nStart, nEnd,… in getHyperLink()
3014 EFieldInfo aField = rT.GetFieldInfo( nPara, n ); in getHyperLinkIndex() local
3015 if ( aField.pFieldItem->GetField()->ISA( SvxURLField ) ) in getHyperLinkIndex()
3017 if ( aField.aPosition.nIndex == nEEIndex ) in getHyperLinkIndex()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx643 SvxFieldItem aField( SvxURLField( rURL, aText, SVXURLFORMAT_REPR ), in SetINetAttr() local
645 pImpEE->InsertField( aSel, aField ); in SetINetAttr()
H A Deertfpar.cxx565 SvxFieldItem aField( SvxURLField( aFldInst, aFldRslt, SVXURLFORMAT_REPR ), EE_FEATURE_FIELD ); in ReadField() local
566 aCurSel = pImpEditEngine->InsertField( aCurSel, aField ); in ReadField()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx338 SvxFieldItem aField( *pData, EE_FEATURE_FIELD ); in attachField() local
339 pForwarder->QuickInsertField( aField, maSelection ); in attachField()
2017 SvxFieldItem aField( *pFieldData, EE_FEATURE_FIELD ); in insertTextContent() local
2018 pForwarder->QuickInsertField( aField, aSelection ); in insertTextContent()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js50 function CheckInput (aField, aEvent) argument
65 matches = GetMatches(aField.value);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextFieldsSupplier.java74 XInterface aField = null; in before() local
83 aField = (XInterface) in before()
86 UnoRuntime.queryInterface(XTextContent.class, aField); in before()
108 UnoRuntime.queryInterface(XDependentTextField.class,aField); in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellFieldObj.java125 XInterface aField = null; in createTestEnvironment() local
140 aField = (XInterface) in createTestEnvironment()
143 UnoRuntime.queryInterface(XTextContent.class, aField); in createTestEnvironment()
H A DScCellFieldsObj.java109 XInterface aField = null; in createTestEnvironment() local
118 aField = (XInterface) in createTestEnvironment()
121 UnoRuntime.queryInterface(XTextContent.class, aField); in createTestEnvironment()
H A DScHeaderFieldObj.java136 XInterface aField = null; in createTestEnvironment() local
198 aField = (XInterface) in createTestEnvironment()
206 UnoRuntime.queryInterface(XTextContent.class, aField); in createTestEnvironment()
H A DScIndexEnumeration_TextFieldEnumeration.java105 XInterface aField = null; in createTestEnvironment() local
115 aField = (XInterface) in createTestEnvironment()
118 UnoRuntime.queryInterface(XTextContent.class, aField); in createTestEnvironment()
/trunk/main/reportdesign/source/core/sdr/
H A Dformatnormalizer.cxx155 FormatNormalizer::Field aField; in lcl_collectFields_throw() local
160 …tyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ) ) >>= aField.sName ); in lcl_collectFields_throw()
161 …tyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Type" ) ) ) >>= aField.nDataType ); in lcl_collectFields_throw()
162 …tyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Scale" ) ) ) >>= aField.nScale ); in lcl_collectFields_throw()
163 …tyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsCurrency" ) ) ) >>= aField.bIsCurrency ); in lcl_collectFields_throw()
164 _inout_rFields.push_back( aField ); in lcl_collectFields_throw()

Completed in 196 milliseconds

12