Home
last modified time | relevance | path

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

12

/trunk/main/connectivity/source/drivers/ado/
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 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 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 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 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 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/macab/
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()
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()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx1119 sheet::TableFilterField aField; in getFilterFields() local
1132 aField.Field = rEntry.nField; in getFilterFields()
1133 aField.IsNumeric = !rEntry.bQueryByString; in getFilterFields()
1134 aField.StringValue = aStringValue; in getFilterFields()
1135 aField.NumericValue = rEntry.nVal; in getFilterFields()
1170 pAry[i] = aField; in getFilterFields()
1188 sheet::TableFilterField2 aField; in getFilterFields2() local
1200 aField.Field = rEntry.nField; in getFilterFields2()
1202 aField.StringValue = aStringValue; in getFilterFields2()
1203 aField.NumericValue = rEntry.nVal; in getFilterFields2()
[all …]
H A Dfielduno.cxx567 SvxURLField aField; in CreateFieldItem() local
568 aField.SetFormat(SVXURLFORMAT_APPDEFAULT); in CreateFieldItem()
569 aField.SetURL( aUrl ); in CreateFieldItem()
571 aField.SetTargetFrame( aTarget ); in CreateFieldItem()
1241 SvxPageField aField; in CreateFieldItem() local
1246 SvxPagesField aField; in CreateFieldItem() local
1251 SvxDateField aField; in CreateFieldItem() local
1256 SvxTimeField aField; in CreateFieldItem() local
1261 SvxFileField aField; in CreateFieldItem() local
1266 SvxExtFileField aField; in CreateFieldItem() local
[all …]
/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/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()
/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx172 ScPivotWindowField aField( *aIt ); in ReadDataLabels() local
173 if( aField.maFieldName.getLength() > 0 ) in ReadDataLabels()
174 maFields.push_back( aField ); in ReadDataLabels()
185 ScPivotWindowField aField( *mpDialog, *aIt, meFieldType == PIVOTFIELDTYPE_DATA ); in ReadPivotFields() local
186 if( aField.maFieldName.getLength() > 0 ) in ReadPivotFields()
187 maFields.push_back( aField ); in ReadPivotFields()
323 ScPivotWindowField aField( *mpDialog, rFuncData, meFieldType == PIVOTFIELDTYPE_DATA ); in InsertField() local
324 if( aField.maFieldName.getLength() > 0 ) in InsertField()
326 InsertFieldUnchecked( nInsertIndex, aField ); in InsertField()
363 ScPivotWindowField aField = maFields[ nFieldIndex ]; in MoveField() local
[all …]
/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx528 MetricField aField(this, WinBits(0)); in IMPL_LINK_INLINE_END() local
530 SetMetric(aField, aMetric); in IMPL_LINK_INLINE_END()
531 aField.SetDecimalDigits(2); in IMPL_LINK_INLINE_END()
532 aField.SetMin (0); in IMPL_LINK_INLINE_END()
533 aField.SetMax (LONG_MAX); in IMPL_LINK_INLINE_END()
537 SETFLDVAL(aField, pRec->lWidth); in IMPL_LINK_INLINE_END()
538 aField.Reformat(); in IMPL_LINK_INLINE_END()
539 const String aWString = aField.GetText(); in IMPL_LINK_INLINE_END()
541 SETFLDVAL(aField, pRec->lHeight); in IMPL_LINK_INLINE_END()
542 aField.Reformat(); in IMPL_LINK_INLINE_END()
[all …]
/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/dbaccess/source/ui/querydesign/
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/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java262 String aField; in queryImpl() local
264 aField = "caption"; in queryImpl()
266 aField = "content"; in queryImpl()
270 aQuery = new WildcardQuery( new Term( aField, aQueryStr ) ); in queryImpl()
272 aQuery = new TermQuery( new Term( aField, aQueryStr ) ); in queryImpl()
/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 DScCellFieldsObj.java109 XInterface aField = null; in createTestEnvironment() local
118 aField = (XInterface) in createTestEnvironment()
121 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()
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 DScHeaderFieldObj.java136 XInterface aField = null; in createTestEnvironment() local
198 aField = (XInterface) in createTestEnvironment()
206 UnoRuntime.queryInterface(XTextContent.class, aField); in createTestEnvironment()
/trunk/main/sw/source/ui/docvw/
H A DAnnotationWin.cxx68 SwFmtFld* aField ) in SwAnnotationWin() argument
70 , mpFmtFld(aField) in SwAnnotationWin()
71 , mpFld( static_cast<SwPostItField*>(aField->GetField())) in SwAnnotationWin()
/trunk/main/tools/source/inet/
H A Dinetstrm.cxx541 ByteString aField (pData); in PutMsgLine() local
542 sal_uInt16 nPos = aField.Search (':'); in PutMsgLine()
546 aField.Copy (0, nPos)); in PutMsgLine()
548 aField.Copy (nPos + 1, aField.Len() - nPos + 1)); in PutMsgLine()

Completed in 155 milliseconds

12