Home
last modified time | relevance | path

Searched refs:sType (Results 1 – 25 of 123) sorted by path

12345

/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs973 sType = ((PolymorphicType) cobj.Args[34].Type).PolymorphicName; in testS1()
975 sType = ((PolymorphicType) cobj.Args[35].Type).PolymorphicName; in testS1()
977 sType = ((PolymorphicType) cobj.Args[36].Type).PolymorphicName; in testS1()
978 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct2<" + in testS1()
982 sType = ((PolymorphicType) cobj.Args[37].Type).PolymorphicName; in testS1()
983 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct<" + in testS1()
987 sType = ((PolymorphicType) cobj.Args[38].Type).PolymorphicName; in testS1()
988 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct<" + in testS1()
992 sType = ((PolymorphicType) cobj.Args[39].Type).PolymorphicName; in testS1()
1003 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct<" + in testS1()
[all …]
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx200 buf->Append(const_cast<System::String*>(Constants::sType)); in mapUnoTypeName()
1163 const OUString sType(entry->m_xType->getName()); in complete_struct_type() local
1167 "specify additional RDBs with the --extra option. Type missing for: ") + sType + in complete_struct_type()
H A Dclimaker_share.h71 static const System::String* sType = S"System.Type"; member
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_base.h59 static const System::String* sType= new System::String(S"System.Type"); member
H A Dcli_data.cxx425 else if (const_cast<System::String*>(Constants::sType)->Equals( in mapCliType()
520 buf->Append(const_cast<System::String*>(Constants::sType)); in mapUnoTypeName()
712 else if (typeName->Equals(const_cast<System::String*>(Constants::sType))) in mapCliTypeName()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx576 sal_uInt32 index = sType.lastIndexOf(']'); in printUnoType()
639 OString sType(type); in printCorbaType() local
641 sal_uInt32 index = sType.lastIndexOf(']'); in printCorbaType()
700 OString sType(checkSpecialCorbaType(type)); in isPassedAsPointer() local
702 sal_Int32 index = sType.lastIndexOf(']'); in isPassedAsPointer()
715 fakeTest = "_faked_array_"+sType; in isPassedAsPointer()
738 if (sType.equals("any")) in isPassedAsPointer()
776 sal_Int32 index = sType.lastIndexOf(']'); in isArray()
789 fakeTest = "_faked_array_"+sType; in isArray()
805 OString sType(type); in printCorbaParameter() local
[all …]
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx4255 StructureType sType(reader, typeName, typeMgr); in produceType() local
4256 ret = sType.dump(pOptions); in produceType()
4258 sType.dumpDependedTypes(generated, pOptions); in produceType()
4390 StructureType sType(reader, typeName, typeMgr); in produceType() local
4391 ret = sType.dump(pOptions); in produceType()
4393 sType.dumpDependedTypes(generated, pOptions); in produceType()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1027 OString sType(checkRealBaseType(type, sal_True)); in dumpType() local
1028 sal_uInt32 index = sType.lastIndexOf(']'); in dumpType()
1031 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpType()
1125 OString sType( checkRealBaseType(type, sal_True) ); in dumpCppuGetType() local
1126 sal_uInt32 index = sType.lastIndexOf(']'); in dumpCppuGetType()
1127 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpCppuGetType()
3415 StructureType sType(reader, typeName, typeMgr, typeDependencies); in produceType() local
3416 ret = sType.dump(pOptions); in produceType()
3418 ret = sType.dumpDependedTypes(pOptions); in produceType()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx401 OString sType(checkRealBaseType(type, sal_True)); in dumpType() local
402 sal_uInt32 index = sType.lastIndexOf(']'); in dumpType()
405 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpType()
493 OString sType( checkRealBaseType(type, sal_True) ); in dumpIdlGetType() local
494 sal_uInt32 index = sType.lastIndexOf(']'); in dumpIdlGetType()
495 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpIdlGetType()
1638 StructureType sType(reader, typeName, typeMgr, typeDependencies); in produceType() local
1639 ret = sType.dump(pOptions); in produceType()
1641 ret = sType.dumpDependedTypes(pOptions); in produceType()
/trunk/main/comphelper/inc/comphelper/
H A Dattributelist.hxx48 …void AddAttribute( const ::rtl::OUString &sName , const ::rtl::OUString &sType , const ::rtl::OUSt…
/trunk/main/comphelper/source/xml/
H A Dattributelist.cxx44 this->sType = aType; in TagAttribute_Impl()
49 OUString sType; member
76 return m_pImpl->vecAttribute[i].sType; in getTypeByIndex()
92 return (*ii).sType; in getTypeByName()
124 const OUString &sType , in AddAttribute() argument
127 m_pImpl->vecAttribute.push_back( TagAttribute_Impl( sName , sType , sValue ) ); in AddAttribute()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1698 const ::rtl::OUString sType = OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPE); in setBoundedColumns() local
1747 xTableColumn->getPropertyValue(sType) >>= nType; in setBoundedColumns()
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx197 String sType, sLink; in IMPL_LINK() local
220 pLinkMgr->GetDisplayNames( pLink, &sType, &aFileName, pLinkNm, pFilter ); in IMPL_LINK()
224 TypeName().SetText( sType ); in IMPL_LINK()
354 String sType, sFile, sLinkName; in IMPL_LINK() local
358 pLinkMgr->GetDisplayNames( pLink, &sType, &sFile, 0, 0 ); in IMPL_LINK()
379 pLinkMgr->GetDisplayNames( pLink, &sType, &sFile, &sLinkName, &sFilter ); in IMPL_LINK()
/trunk/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx114 OptionalString sType; member
127 ,sType( _type ) in TableInfo()
156 if ( !!_io_tableInfo.sType ) in lcl_ensureType()
174 _io_tableInfo.sType = OptionalString( sTypeName ); in lcl_ensureType()
235 …if ( ::std::find( pTableTypeFilterBegin, pTableTypeFilterEnd, *table->sType ) != pTableTypeFilterE… in lcl_filter()
372 ::rtl::OUString sCatalog, sSchema, sName, sType; in construct()
378 sType = xCurrentRow->getString(4); in construct()
380 aUnfilteredTables.push_back( TableInfo( sCatalog, sSchema, sName, sType ) ); in construct()
H A Dtablecontainer.cxx229 ::rtl::OUString sType,sDescription; in createObject()
239 sType = xRow->getString(4); in createObject()
249 ,sType in createObject()
408 ::rtl::OUString sType; in dropObject()
409 xTable->getPropertyValue(PROPERTY_TYPE) >>= sType; in dropObject()
410 bIsView = sType.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VIEW"))); in dropObject()
H A Dviewcontainer.cxx231 ::rtl::OUString sType; in elementInserted()
232 xProp->getPropertyValue(PROPERTY_TYPE) >>= sType; in elementInserted()
233 if ( sType == ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VIEW")) ) in elementInserted()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlColumn.cxx98 ::rtl::OUString sType; in DBG_NAME()
121 sType = sValue; in DBG_NAME()
122 OSL_ENSURE(sType.getLength(),"No type name set"); in DBG_NAME()
125 if ( sValue.getLength() && sType.getLength() ) in DBG_NAME()
H A DxmlExport.cxx606 String sType = m_aTypeCollection.getPrefix(sValue); in exportConnectionData() local
607 sType.EraseTrailingChars(':'); in exportConnectionData()
608 AddAttribute(XML_NAMESPACE_DB,XML_TYPE,sType); in exportConnectionData()
1036 ::rtl::OUStringBuffer sColumnDefaultString,sType; in exportColumns()
1037 … SvXMLUnitConverter::convertAny( sColumnDefaultString, sType, aColumnDefault ); in exportColumns()
1038 AddAttribute(XML_NAMESPACE_DB, XML_TYPE_NAME,sType.makeStringAndClear()); in exportColumns()
H A DxmlServerDatabase.cxx76 ::rtl::OUString sType,sHostName,sPortNumber,sDatabaseName; in DBG_NAME()
87 sType = sValue; in DBG_NAME()
105 if ( sType.getLength() ) in DBG_NAME()
108 if ( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "sdbc:mysql:jdbc" ) ) in DBG_NAME()
109 || sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "sdbc:mysqlc" ) ) in DBG_NAME()
110 || sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "sdbc:mysql:mysqlc" ) ) in DBG_NAME()
113 sURL.append( sType ); in DBG_NAME()
127 else if ( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "jdbc:oracle:thin" ) ) ) in DBG_NAME()
142 else if ( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "sdbc:address:ldap" ) ) ) in DBG_NAME()
154 sURL.append(sType); in DBG_NAME()
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx869 const ::rtl::OUString sType(C2U("Type")); in InsertFields() local
873 xField->getPropertyValue(sType) >>= nType; in InsertFields()
1512 const ::rtl::OUString sType(C2U("Type")); in loadControlModel() local
1514 xField->getPropertyValue(sType) >>= nFormatKey; in loadControlModel()
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx257 void addAttribute( const UString &sName , const UString &sType , const UString &sValue );
268 TagAttribute( const UString &sName, const UString &sType , const UString &sValue ) in TagAttribute()
271 this->sType = sType; in TagAttribute()
276 UString sType; member
316 return m_pImpl->vecAttribute[i].sType; in getTypeByIndex()
336 return (*ii).sType; in getTypeByName()
381 const UString &sType , in addAttribute() argument
384 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
/trunk/main/filter/source/config/cache/
H A Dcacheitem.hxx225 ::rtl::OUString sType;
243 : sType (::rtl::OUString()) in FlatDetectionInfo()
H A Dfiltercache.cxx782 aInfo.sType = *(rTypesForPattern.begin()); in detectFlatForURL()
804 aInfo.sType = *pIt; in detectFlatForURL()
1087 ::rtl::OUString sType = pIt->first; in impl_validateAndOptimize()
1114 if (!sInternalTypeNameCheck.equals(sType)) in impl_validateAndOptimize()
1118 sLog.append (sType ); in impl_validateAndOptimize()
1127 sLog.append (sType ); in impl_validateAndOptimize()
1158 lTypesForExtension.push_back(sType); in impl_validateAndOptimize()
1171 lTypesForURLPattern.push_back(sType); in impl_validateAndOptimize()
1240 if (sFilterTypeReg != sType) in impl_validateAndOptimize()
1261 sLog.append (sType ); in impl_validateAndOptimize()
[all …]
H A Dfiltercache.hxx809 const ::rtl::OUString& sType)
1022 ::rtl::OUString impl_searchFrameLoaderForType(const ::rtl::OUString& sType) const;
1023 ::rtl::OUString impl_searchContentHandlerForType(const ::rtl::OUString& sType) const;
H A Dtypedetection.cxx86 ::rtl::OUString sType; in queryTypeByURL()
115 sType = aMatch.sType; in queryTypeByURL()
118 return sType; in queryTypeByURL()
163 ::rtl::OUString sType ; in queryTypeByDescriptor()
198 if (!sType.getLength()) in queryTypeByDescriptor()
207 sType = sLastChance; in queryTypeByDescriptor()
222 return sType; in queryTypeByDescriptor()
525 if (sType.getLength()) in impl_getPreselectionForType()
528 aInfo.sType = sType; in impl_getPreselectionForType()
578 ::rtl::OUString sType; in impl_getPreselectionForFilter()
[all …]

Completed in 230 milliseconds

12345