Home
last modified time | relevance | path

Searched refs:sTypeName (Results 1 – 25 of 61) sorted by relevance

123

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DBuiltInType.java81 final String sTypeName; in GetQualifiedName() local
84 case AnyURI: sTypeName = "anyURI"; break; in GetQualifiedName()
87 case Byte: sTypeName = "byte"; break; in GetQualifiedName()
88 case Double: sTypeName = "double"; break; in GetQualifiedName()
90 case Float: sTypeName = "float"; break; in GetQualifiedName()
92 case ID: sTypeName = "ID"; break; in GetQualifiedName()
93 case Int: sTypeName = "int"; break; in GetQualifiedName()
95 case Long: sTypeName = "long"; break; in GetQualifiedName()
96 case NcName: sTypeName = "NCName"; break; in GetQualifiedName()
97 case Short: sTypeName = "short"; break; in GetQualifiedName()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js84 var sTypeName = gTypeNames[index];
85 var aParts = new Array(sTypeName);
108 if (nMatchEnd < sTypeName.length-1)
147 var sTypeName = aMatch[0];
196 if (sTypeName in Data)
197 return Data[sTypeName];
208 function ShowType (sTypeName, nHistoryIndex) argument
223 CurrentTypeName = sTypeName;
378 function CreateReference (sWhat, sTypeName) argument
380 return "reference to "+sWhat+" "+GetTypeLink(sTypeName, sTypeName, -1) + " "
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DSchemaBase.java71 if (ComplexTypes.Contains(sTypeName)) in GetTypeForName()
72 return ComplexTypes.Get(sTypeName); in GetTypeForName()
73 else if (SimpleTypes.Contains(sTypeName)) in GetTypeForName()
74 return SimpleTypes.Get(sTypeName); in GetTypeForName()
75 else if (Groups.Contains(sTypeName)) in GetTypeForName()
76 return Groups.Get(sTypeName); in GetTypeForName()
77 else if (Attributes.Contains(sTypeName)) in GetTypeForName()
78 return Attributes.Get(sTypeName); in GetTypeForName()
79 else if (AttributeGroups.Contains(sTypeName)) in GetTypeForName()
80 return AttributeGroups.Get(sTypeName); in GetTypeForName()
[all …]
H A DSchema.java60 final String sTypeName = aName.GetDisplayName(); in GetTypeForName() local
62 if (ComplexTypes.Contains(sTypeName)) in GetTypeForName()
63 return ComplexTypes.Get(sTypeName); in GetTypeForName()
64 else if (SimpleTypes.Contains(sTypeName)) in GetTypeForName()
65 return SimpleTypes.Get(sTypeName); in GetTypeForName()
66 else if (Groups.Contains(sTypeName)) in GetTypeForName()
67 return Groups.Get(sTypeName); in GetTypeForName()
68 else if (TopLevelElements.Contains(sTypeName)) in GetTypeForName()
69 return TopLevelElements.Get(sTypeName); in GetTypeForName()
/trunk/main/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx100 ::rtl::OUString sTypeName = OUString::createFromAscii(""); in detect()
147 return sTypeName; in detect()
165 while( (i < nLength) && (sTypeName.equalsAscii(""))) in detect()
191 if(sTypeName.equalsAscii("")) in detect()
219 sTypeName = OUString::createFromAscii("writer_NSO_UOF2"); in detect()
221 sTypeName = OUString::createFromAscii("calc_NSO_UOF2"); in detect()
237 aArguments[location].Value <<=sTypeName; in detect()
242 return sTypeName; in detect()
250 ::rtl::OUString sTypeName= OUString::createFromAscii(""); in supportedByType()
257 sTypeName = checkType; in supportedByType()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/
H A Dfilterdetect.cxx68 OUString sTypeName; in detect() local
96 return sTypeName; in detect()
100 return sTypeName; in detect()
142 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_writer"); in detect()
145 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_master"); in detect()
148 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_master"); in detect()
151 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_calc"); in detect()
154 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_draw"); in detect()
157 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_impress"); in detect()
160 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_impress"); in detect()
[all …]
/trunk/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java39 private String sTypeName = PropertyNames.EMPTY_STRING; field in ColumnPropertySet
69sTypeName = (String) Properties.getPropertyValue(_aNewColPropertyValues, "TypeName"); in assignPropertyValues()
85 setType(nType, sTypeName, precision); in assignPropertyValues()
150 sTypeName = oTypeInspector.getDefaultTypeName(nType, precision); in setType()
154 sTypeName = _sTypeName; in setType()
156 nType = oTypeInspector.getDataType(sTypeName); in setType()
158 assignPropertyValue("TypeName", sTypeName); in setType()
192 String sTypeName = (String) _oValue; in assignPropertyValue() local
193 xPropertySet.setPropertyValue("TypeName", sTypeName); in assignPropertyValue()
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbtype.cxx71 OString sTypeName; in produceDependedTypes() local
75 sTypeName = (*iter).m_type; in produceDependedTypes()
76 if ((index = sTypeName.lastIndexOf(']')) > 0) in produceDependedTypes()
77 sTypeName = sTypeName.copy(index + 1); in produceDependedTypes()
79 if ( !isBaseType(sTypeName) ) in produceDependedTypes()
81 if (!produceType(sTypeName, in produceDependedTypes()
91 OString("cannot dump Type '" + sTypeName + "'").getStr()); in produceDependedTypes()
/trunk/main/writerfilter/source/filter/
H A DWriterFilterDetection.cxx67 OUString sTypeName; in detect() local
77 rDescriptor[nProperty].Value >>= sTypeName; in detect()
85 bool bBinary = sTypeName.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "writer_MS_Word_97" )) || in detect()
86sTypeName.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "writer_MS_Word_97_Vorlage" )); in detect()
132 if( !sTypeName.getLength() ) in detect()
133 sTypeName = ::rtl::OUString( in detect()
146 sTypeName = ::rtl::OUString(); in detect()
147 return sTypeName; in detect()
/trunk/main/connectivity/source/drivers/mysql/
H A DYTable.cxx234 ::rtl::OUString sTypeName; in alterColumnByName()
235 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sTypeName; in alterColumnByName()
240 if ( sTypeName.indexOf(s_sAutoIncrement) == -1 ) in alterColumnByName()
242 sTypeName += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" ")); in alterColumnByName()
243 sTypeName += s_sAutoIncrement; in alterColumnByName()
249 if ( sTypeName.getLength() && (nIndex = sTypeName.indexOf(s_sAutoIncrement)) != -1 ) in alterColumnByName()
251 sTypeName = sTypeName.copy(0,nIndex); in alterColumnByName()
252 descriptor->setPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME),makeAny(sTypeName)); in alterColumnByName()
/trunk/main/svtools/source/table/
H A Dcellvalueconversion.cxx388 ::rtl::OUString const sTypeName( i_valueType.getTypeName() ); in lcl_getValueNormalizer()
391 if ( sTypeName.equals( ::cppu::UnoType< DateTime >::get().getTypeName() ) ) in lcl_getValueNormalizer()
395 else if ( sTypeName.equals( ::cppu::UnoType< UnoDate >::get().getTypeName() ) ) in lcl_getValueNormalizer()
399 else if ( sTypeName.equals( ::cppu::UnoType< UnoTime >::get().getTypeName() ) ) in lcl_getValueNormalizer()
403 else if ( sTypeName.equals( ::cppu::UnoType< ::sal_Bool >::get().getTypeName() ) ) in lcl_getValueNormalizer()
407 else if ( sTypeName.equals( ::cppu::UnoType< double >::get().getTypeName() ) in lcl_getValueNormalizer()
408 || sTypeName.equals( ::cppu::UnoType< float >::get().getTypeName() ) in lcl_getValueNormalizer()
427 … message.append( ::rtl::OUStringToOString( sTypeName, RTL_TEXTENCODING_ASCII_US ) ); in lcl_getValueNormalizer()
432 io_data.aNormalizers[ sTypeName ] = o_formatter; in lcl_getValueNormalizer()
/trunk/main/connectivity/source/commontools/
H A Ddbtools2.cxx76 ::rtl::OUString sTypeName; in createStandardColumnPart()
88 xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sTypeName; in createStandardColumnPart()
115 if ( !sTypeName.getLength() && nType == nDataType ) in createStandardColumnPart()
116 sTypeName = sTypeName2Cmp; in createStandardColumnPart()
130 sTypeName = sTypeName.replaceAt(nIndex,sTypeName.getLength() - nIndex,::rtl::OUString()); in createStandardColumnPart()
135 sal_Int32 nParenPos = sTypeName.indexOf('('); in createStandardColumnPart()
138 aSql.append(sTypeName); in createStandardColumnPart()
143 aSql.append(sTypeName.copy(0,++nParenPos)); in createStandardColumnPart()
159 nParenPos = sTypeName.indexOf(')',nParenPos); in createStandardColumnPart()
160 aSql.append(sTypeName.copy(nParenPos)); in createStandardColumnPart()
[all …]
/trunk/main/extensions/source/ole/
H A Dunotypewrapper.cxx30 bool createUnoTypeWrapper(BSTR sTypeName, VARIANT * pVar) in createUnoTypeWrapper() argument
33 OSL_ASSERT(sTypeName && pVar); in createUnoTypeWrapper()
52 if (SUCCEEDED(spType->put_Name(sTypeName))) in createUnoTypeWrapper()
61 bool createUnoTypeWrapper(const rtl::OUString& sTypeName, VARIANT * pVar) in createUnoTypeWrapper() argument
63 CComBSTR bstr(reinterpret_cast<LPCOLESTR>(sTypeName.getStr())); in createUnoTypeWrapper()
/trunk/main/cppu/source/typelib/
H A Dstatic_types.cxx164 OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("type") ); in typelib_static_type_getByTypeClass() local
166 &s_aTypes[typelib_TypeClass_TYPE], typelib_TypeClass_TYPE, sTypeName.pData ); in typelib_static_type_getByTypeClass()
173 OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("any") ); in typelib_static_type_getByTypeClass() local
175 &s_aTypes[typelib_TypeClass_ANY], typelib_TypeClass_ANY, sTypeName.pData ); in typelib_static_type_getByTypeClass()
182 OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("string") ); in typelib_static_type_getByTypeClass() local
184 &s_aTypes[typelib_TypeClass_STRING], typelib_TypeClass_STRING, sTypeName.pData ); in typelib_static_type_getByTypeClass()
191 OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.XInterface") ); in typelib_static_type_getByTypeClass() local
207 &pTD, sTypeName.pData, 0xe227a391, 0x33d6, 0x11d1, 0xaabe00a0, 0x249d5590, in typelib_static_type_getByTypeClass()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx525 String sTypeName = pType->GetName(); in setPropertyValue() local
536 if(sTypeName == *rExtraArr[ *pIds ] ) in setPropertyValue()
573 String sTypeName(uTmp); in setPropertyValue() local
583 ( sTypeName == sTable || sTypeName == sDrawing || in setPropertyValue()
584 sTypeName == sFrame || sTypeName == sIllustration ))) in setPropertyValue()
603 SwDDEFieldType aType(sTypeName, sParam1, in setPropertyValue()
997 if(sProgName != sTypeName) in LocalizeFormula()
2590 String sName(rName), sTypeName; in getByName() local
2595 sName.Erase(0, sTypeName.Len()+1); in getByName()
2697 String sName(rName), sTypeName; in hasByName() local
[all …]
/trunk/main/framework/inc/services/
H A Dframeloaderfactory.hxx172 … css::uno::XInterface > SAL_CALL createInstance( const ::rtl::OUString& sTypeName ) throw( css::un…
192 …ss::uno::XInterface > SAL_CALL createInstanceWithArguments( const ::rtl::OUString& sTypeName ,
362 …ic sal_Bool impldbg_checkParameter_createInstance ( const ::rtl::OUString& sTypeName );
363 …ol impldbg_checkParameter_createInstanceWithArguments ( const ::rtl::OUString& sTypeName ,
/trunk/main/framework/source/dispatch/
H A Doxt_handler.cxx271 ::rtl::OUString sTypeName; in detect()
285 sTypeName = ::rtl::OUString::createFromAscii("oxt_OpenOffice_Extension"); in detect()
286 aDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME()] <<= sTypeName; in detect()
291 return sTypeName; in detect()
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx377 ::rtl::OUString sTypeName; in GuessFilterIgnoringContent()
381sTypeName = xDetection->queryTypeByURL( rMedium.GetURLObject().GetMainURL( INetURLObject::NO_DECOD… in GuessFilterIgnoringContent()
388 if ( sTypeName.getLength() ) in GuessFilterIgnoringContent()
389 *ppFilter = GetFilter4EA( sTypeName ); in GuessFilterIgnoringContent()
428 ::rtl::OUString sTypeName; in GuessFilterControlDefaultUI()
456sTypeName = xDetection->queryTypeByDescriptor(lDescriptor, sal_True); // lDescriptor is used as In… in GuessFilterControlDefaultUI()
460 sTypeName = xDetection->queryTypeByURL(sURL); in GuessFilterControlDefaultUI()
462 if (sTypeName.getLength()) in GuessFilterControlDefaultUI()
471 lQuery[0].Value <<= sTypeName; in GuessFilterControlDefaultUI()
/trunk/main/sfx2/source/dialog/
H A Dfiltergrouping.cxx1040 ::rtl::OUString sTypeName; in appendExportFilters()
1049 sTypeName = pFilter->GetTypeName(); in appendExportFilters()
1056 ( sTypeName.equals( sWriterHTMLType ) || sTypeName.equals( sGraphicHTMLType ) ) ) in appendExportFilters()
1061 else if ( nXHTMLIndex == -1 && sTypeName.equals( sXHTMLType ) ) in appendExportFilters()
1070 else if ( nPDFIndex == -1 && sTypeName.equals( sPDFType ) ) in appendExportFilters()
1080 else if ( nFlashIndex == -1 && sTypeName.equals( sFlashType ) ) in appendExportFilters()
/trunk/main/connectivity/source/drivers/ado/
H A DACatalog.cxx70 ::rtl::OUString sTypeName = aElement.get_Type(); in refreshTables()
71 …if ( !sTypeName.equalsIgnoreAsciiCaseAscii("SYSTEM TABLE") && !sTypeName.equalsIgnoreAsciiCaseAsci… in refreshTables()
H A DAColumns.cxx89 ::rtl::OUString sTypeName; in appendObject()
90 …getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sTypeName; in appendObject()
98 ::std::bind2nd(aCase, sTypeName), in appendObject()
/trunk/main/connectivity/source/drivers/adabas/
H A DBIndexColumns.cxx80 ::rtl::OUString sTypeName = xRow->getString(6); in createObject()
82 OAdabasCatalog::correctColumnProperties(nPrec,nType,sTypeName); in createObject()
86 sTypeName, in createObject()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx116 rtl::OUString sTypeName = listType.getTypeName();
120 sTypeName = sFullTypeName.copy( lastDotIndex + 1 );
127 rtl::OUStringToOString( sTypeName,
402 ::rtl::OUString sTypeName; in eventMethodToDescriptor()
409 sTypeName = rEventMethod.copy( 0, nDelimPos ); in eventMethodToDescriptor()
416 && sTypeName.getLength() in eventMethodToDescriptor()
423 evtDesc.ListenerType = sTypeName; in eventMethodToDescriptor()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx411 ::rtl::OUString sTypeName; in detect()
426 sTypeName = ::rtl::OUString::createFromAscii("wav_Wave_Audio_File"); in detect()
427 aDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME()] <<= sTypeName; in detect()
432 return sTypeName; in detect()
/trunk/main/dbaccess/source/ui/uno/
H A DColumnPeer.cxx94 ::rtl::OUString sTypeName; in setColumn()
99 _xColumn->getPropertyValue(PROPERTY_TYPENAME) >>= sTypeName; in setColumn()
113 …Info = ::dbaui::getTypeInfoFromType(*pFieldControl->getTypeInfo(),nType,sTypeName,sCreateParam,nPr… in setColumn()

Completed in 114 milliseconds

123