| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | AResultSetMetaData.cxx | 55 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getColumnDisplaySize() local 56 if(aField.IsValid() && aField.GetActualSize() != -1) in getColumnDisplaySize() 57 return aField.GetActualSize(); in getColumnDisplaySize() 64 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getColumnType() local 65 return ADOS::MapADOType2Jdbc(aField.GetADOType()); in getColumnType() 88 WpADOField aField = ADOS::getField(m_pRecordSet,column); in isCaseSensitive() local 89 if ( aField.IsValid() ) in isCaseSensitive() 91 WpADOProperties aProps( aField.get_Properties() ); in isCaseSensitive() 107 WpADOField aField = ADOS::getField(m_pRecordSet,column); in getColumnName() local 108 if(aField.IsValid()) in getColumnName() [all …]
|
| H A D | ADatabaseMetaDataResultSetMetaData.cxx | 52 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getColumnDisplaySize() local 53 if(aField.IsValid()) in getColumnDisplaySize() 54 nSize = aField.GetActualSize(); in getColumnDisplaySize() 67 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getColumnType() local 68 nType = ADOS::MapADOType2Jdbc(aField.GetADOType()); in getColumnType() 98 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in getColumnName() local 99 if(aField.IsValid()) in getColumnName() 100 return aField.GetName(); in getColumnName() 119 WpADOField aField = ADOS::getField(m_pRecordSet,m_vMapping[column]); in isCurrency() local 120 if(aField.IsValid()) in isCurrency() [all …]
|
| H A D | ADatabaseMetaDataImpl.cxx | 71 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 D | AResultSet.cxx | 178 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 D | ADatabaseMetaDataResultSet.cxx | 147 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 D | adoimp.cxx | 324 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 D | MacabResultSet.cxx | 222 macabfield *aField = m_aMacabRecords->getField(m_nRowPos,nFieldNumber); in getString() local 223 if(aField != NULL) in getString() 225 if(aField->type == kABStringProperty) in getString() 227 aRet = CFStringToOUString( (CFStringRef) aField->value); in getString() 281 macabfield *aField = m_aMacabRecords->getField(m_nRowPos,nFieldNumber); in getInt() local 282 if(aField != NULL) in getInt() 284 if(aField->type == kABIntegerProperty) in getInt() 286 CFNumberType numberType = CFNumberGetType( (CFNumberRef) aField->value ); in getInt() 289 m_bWasNull = !CFNumberGetValue((CFNumberRef) aField->value, numberType, &nRet); in getInt() 310 macabfield *aField = m_aMacabRecords->getField(m_nRowPos,nFieldNumber); in getLong() local [all …]
|
| H A D | MacabResultSetMetaData.cxx | 89 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 D | MacabDatabaseMetaData.cxx | 914 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 D | datauno.cxx | 1119 sheet::TableFilterField aField; in getFilterFields() local 1130 aField.Connection = (rEntry.eConnect == SC_AND) ? sheet::FilterConnection_AND : in getFilterFields() 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() 1141 aField.Operator = sheet::FilterOperator_EQUAL; in getFilterFields() 1146 aField.Operator = sheet::FilterOperator_EMPTY; in getFilterFields() 1147 aField.NumericValue = 0; in getFilterFields() 1151 aField.Operator = sheet::FilterOperator_NOT_EMPTY; in getFilterFields() [all …]
|
| H A D | fielduno.cxx | 567 SvxURLField aField; in CreateFieldItem() local 568 aField.SetFormat(SVXURLFORMAT_APPDEFAULT); in CreateFieldItem() 569 aField.SetURL( aUrl ); in CreateFieldItem() 570 aField.SetRepresentation( aRepresentation ); in CreateFieldItem() 571 aField.SetTargetFrame( aTarget ); in CreateFieldItem() 572 return SvxFieldItem( aField, EE_FEATURE_FIELD ); in CreateFieldItem() 1241 SvxPageField aField; in CreateFieldItem() local 1242 return SvxFieldItem( aField, EE_FEATURE_FIELD ); in CreateFieldItem() 1246 SvxPagesField aField; in CreateFieldItem() local 1247 return SvxFieldItem( aField, EE_FEATURE_FIELD ); in CreateFieldItem() [all …]
|
| /trunk/main/connectivity/source/drivers/flat/ |
| H A D | ETable.cxx | 198 ::rtl::OUString aField; in impl_fillColumnInfo_nothrow() 199 aFirstLine.GetTokenSpecial(&aField,nStartPosFirstLine,m_cFieldDelimiter,'\0'); in impl_fillColumnInfo_nothrow() 200 if ( aField.isEmpty() || in impl_fillColumnInfo_nothrow() 201 (m_cStringDelimiter && m_cStringDelimiter == aField[0])) in impl_fillColumnInfo_nothrow() 205 … aFirstLine.GetTokenSpecial(&aField,nStartPosFirstLine2,m_cFieldDelimiter,m_cStringDelimiter); in impl_fillColumnInfo_nothrow() 215 aField2 = aField; in impl_fillColumnInfo_nothrow() 291 ::rtl::OUString aField; in impl_fillColumnInfo_nothrow() 292 aFirstLine.GetTokenSpecial(&aField,nStartPosFirstLine,m_cFieldDelimiter,'\0'); in impl_fillColumnInfo_nothrow() 293 if ( aField.isEmpty() || in impl_fillColumnInfo_nothrow() 294 (m_cStringDelimiter && m_cStringDelimiter == aField[0])) in impl_fillColumnInfo_nothrow() [all …]
|
| /trunk/main/reportdesign/source/core/sdr/ |
| H A D | formatnormalizer.cxx | 155 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 D | fieldwnd.cxx | 172 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 D | label1.cxx | 528 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 D | cli_data.cxx | 1095 sr::FieldInfo* aField= cliType->GetField( in map_to_uno() local 1100 if ( ! aField && usUnoException.equals(td.get()->pTypeName)) in map_to_uno() 1119 val= aField->GetValue(cli_data); in map_to_uno() 1700 sr::FieldInfo* aField= cliType->GetField(sMemberName); in map_to_cli() local 1703 if ( ! aField && usUnoException.equals(td.get()->pTypeName)) in map_to_cli() 1711 aField->SetValue(cliObj, __box(*(System::Char*) p)); in map_to_cli() 1714 aField->SetValue(cliObj, __box(*(System::Boolean*) 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() [all …]
|
| /trunk/main/dbaccess/source/ui/querydesign/ |
| H A D | SelectionBrowseBox.cxx | 546 String aField(pEntry->GetField()); in InitController() local 552 if ((aField.GetChar(0) == '*') && aTable.Len()) in InitController() 554 aField = aTable; in InitController() 555 aField.AppendAscii(".*"); in InitController() 557 m_pFieldCell->SetText(aField); in InitController() 1784 const ::rtl::OUString aField = pEntry->GetField(); in AddGroupBy() local 1787 if (bCase(aField,rInfo->GetField()) && in AddGroupBy() 1864 const ::rtl::OUString aField = pEntry->GetField(); in AddCondition() local 1867 if (bCase(aField,rInfo->GetField()) && in AddCondition() 1958 ::rtl::OUString aField = pEntry->GetField(); in AddOrder() [all …]
|
| /trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/ |
| H A D | HelpSearch.java | 262 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.java | 74 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 D | ScCellFieldsObj.java | 109 XInterface aField = null; in createTestEnvironment() local 118 aField = (XInterface) in createTestEnvironment() 121 UnoRuntime.queryInterface(XTextContent.class, aField); in createTestEnvironment()
|
| H A D | ScCellFieldObj.java | 125 XInterface aField = null; in createTestEnvironment() local 140 aField = (XInterface) in createTestEnvironment() 143 UnoRuntime.queryInterface(XTextContent.class, aField); in createTestEnvironment()
|
| H A D | ScIndexEnumeration_TextFieldEnumeration.java | 105 XInterface aField = null; in createTestEnvironment() local 115 aField = (XInterface) in createTestEnvironment() 118 UnoRuntime.queryInterface(XTextContent.class, aField); in createTestEnvironment()
|
| H A D | ScHeaderFieldObj.java | 136 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 D | AnnotationWin.cxx | 68 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 D | inetstrm.cxx | 541 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()
|