Home
last modified time | relevance | path

Searched refs:aTypeName (Results 1 – 25 of 57) sorted by relevance

123

/AOO41X/main/cppuhelper/source/
H A Dtdmgr.cxx110 OUString aTypeName( xType->getName() ); in createCTD() local
155 typelib_typedescription_newUnion( &pRet, aTypeName.pData, in createCTD()
193 OUString aTypeName( xType->getName() ); in createCTD() local
214 aTypeName.pData, in createCTD()
251 OUString aTypeName( xType->getName() ); in createCTD() local
257 sal_Int32 i = aTypeName.indexOf('<'); in createCTD()
260 access->getByHierarchicalName(aTypeName.copy(0, i)), in createCTD()
290 aTypeName.pData, in createCTD()
388 OUString aTypeName( xMethod->getName() ); in createCTD() local
395 aTypeName.pData, in createCTD()
[all …]
/AOO41X/main/starmath/source/
H A Dsmdetect.cxx102 …String aTypeName; // a name describing the type (from MediaDescriptor, usually from fla… in detect() local
142 aTypeName = sTemp; in detect()
193 aTypeName = pFilter->GetTypeName(); in detect()
247 … SfxFilterMatcher().GetFilter4FilterName( aPreselectedFilterName ) : aTypeName.Len() ? in detect()
248 … SfxFilterMatcher(String::CreateFromAscii("smath")).GetFilter4EA( aTypeName ) : 0; in detect()
252aTypeName = SfxFilter::GetTypeFromStorage( xStorage, pFilter ? pFilter->IsAllowedAsTemplate() : sa… in detect()
259 if ( ( aWrap.TargetException >>= aZipException ) && aTypeName.Len() ) in detect()
286 aTypeName.Erase(); in detect()
295 aTypeName.Erase(); in detect()
298 if ( aTypeName.Len() ) in detect()
[all …]
/AOO41X/main/cppu/source/typelib/
H A Dstatic_types.cxx289 OUString aTypeName( OUString::createFromAscii( s_aTypeNames[eTypeClass] ) ); in typelib_static_type_getByTypeClass() local
290 … ::typelib_typedescriptionreference_new( &s_aTypes[eTypeClass], eTypeClass, aTypeName.pData ); in typelib_static_type_getByTypeClass()
311 OUString aTypeName( OUString::createFromAscii( pTypeName ) ); in typelib_static_type_init() local
312 ::typelib_typedescriptionreference_new( ppRef, eTypeClass, aTypeName.pData ); in typelib_static_type_init()
334 OUString aTypeName( aBuf.makeStringAndClear() ); in typelib_static_sequence_type_init() local
337 *ppRef = igetTypeByName( aTypeName.pData ); in typelib_static_sequence_type_init()
343 aTypeName.pData, pElementType, 0, 0 ); in typelib_static_sequence_type_init()
374 OUString aTypeName( OUString::createFromAscii( pTypeName ) ); in init() local
375 *ppRef = igetTypeByName( aTypeName.pData ); in init()
380 (typelib_TypeDescription **)&pComp, eTypeClass, aTypeName.pData ); in init()
[all …]
/AOO41X/main/sw/source/ui/uno/
H A Dswdetect.cxx98 …String aTypeName; // a name describing the type (from MediaDescriptor, usually from fla… in detect() local
139 aTypeName = sTemp; in detect()
193 return aTypeName; in detect()
244 … SfxFilterMatcher().GetFilter4FilterName( aPreselectedFilterName ) : aTypeName.Len() ? in detect()
245 … SfxFilterMatcher(String::CreateFromAscii("swriter")).GetFilter4EA( aTypeName ) : 0; in detect()
247 … pPreFilter = SfxFilterMatcher(String::CreateFromAscii("sweb")).GetFilter4EA( aTypeName ); in detect()
252 aTypeName = pPreFilter->GetTypeName(); in detect()
255aTypeName = SfxFilter::GetTypeFromStorage( xStorage, pPreFilter ? pPreFilter->IsOwnTemplateFormat(… in detect()
264 …if ( ( aWrap.TargetException >>= aZipException ) && ( aTypeName.Len() || aPreselectedFilterName.Le… in detect()
302 aTypeName.Erase(); in detect()
[all …]
/AOO41X/main/sd/source/ui/unoidl/
H A Dsddetect.cxx102 …String aTypeName; // a name describing the type (from MediaDescriptor, usually from fla… in detect() local
142 aTypeName = sTemp; in detect()
211 else if( aTypeName.Len() ) in detect()
214 pFilter = aMatch.GetFilter4EA( aTypeName ); in detect()
272aTypeName = SfxFilter::GetTypeFromStorage( xStorage, pFilter ? pFilter->IsOwnTemplateFormat() : sa… in detect()
277 if ( ( aWrap.TargetException >>= aZipException ) && aTypeName.Len() ) in detect()
305 aTypeName.Erase(); in detect()
316 aTypeName.Erase(); in detect()
320 if ( !pFilter && aTypeName.Len() ) in detect()
325 … pFilter = SfxFilterMatcher( String::CreateFromAscii("simpress") ).GetFilter4EA( aTypeName ); in detect()
[all …]
/AOO41X/main/cui/source/dialogs/
H A Dpastedlg.cxx148 String aSourceName, aTypeName; in GetFormat() local
235 aName = aTypeName = aDesc.maTypeName; in GetFormat()
252 if( !aTypeName.Len() && !aSourceName.Len() ) in GetFormat()
257 aTypeName = aDesc.maTypeName; in GetFormat()
260 if( !aTypeName.Len() && !aSourceName.Len() ) in GetFormat()
276 if( aTypeName.Len() ) in GetFormat()
277 aTypeName += '\n'; in GetFormat()
279 aTypeName += aSourceName; in GetFormat()
280 aTypeName.ConvertLineEnd(); in GetFormat()
283 ObjectSource().SetText( aTypeName ); in GetFormat()
/AOO41X/main/sc/source/ui/unoobj/
H A Dscdetect.cxx262 …String aTypeName; // a name describing the type (from MediaDescriptor, usually from fla… in detect() local
303 aTypeName = sTemp; in detect()
358 else if( aTypeName.Len() ) in detect()
359 pFilter = aMatcher.GetFilter4EA( aTypeName ); in detect()
409aTypeName = SfxFilter::GetTypeFromStorage( xStorage, pFilter ? pFilter->IsOwnTemplateFormat() : sa… in detect()
416 if ( ( aWrap.TargetException >>= aZipException ) && aTypeName.Len() ) in detect()
443 aTypeName.Erase(); in detect()
452 aTypeName.Erase(); in detect()
455 if ( aTypeName.Len() ) in detect()
456 … pFilter = SfxFilterMatcher( String::CreateFromAscii("scalc") ).GetFilter4EA( aTypeName ); in detect()
[all …]
/AOO41X/main/oox/source/xls/
H A Dbiffdetector.cxx201 OUString aTypeName; in detect() local
214 case BIFF4: aTypeName = CREATE_OUSTRING( "calc_MS_Excel_40" ); break; in detect()
215 case BIFF5: aTypeName = CREATE_OUSTRING( "calc_MS_Excel_95" ); break; in detect()
216 case BIFF8: aTypeName = CREATE_OUSTRING( "calc_MS_Excel_97" ); break; in detect()
220 return aTypeName; in detect()
/AOO41X/main/embeddedobj/source/msole/
H A Downview.cxx217 ::rtl::OUString aTypeName; in GetFilterNameFromExtentionAndInStream()
223 aTypeName = xTypeDetection->queryTypeByURL( aURLToAnalyze ); in GetFilterNameFromExtentionAndInStream()
226 uno::Sequence< beans::PropertyValue > aArgs( aTypeName.getLength() ? 3 : 2 ); in GetFilterNameFromExtentionAndInStream()
231 if ( aTypeName.getLength() ) in GetFilterNameFromExtentionAndInStream()
234 aArgs[2].Value <<= aTypeName; in GetFilterNameFromExtentionAndInStream()
237 aTypeName = xTypeDetection->queryTypeByDescriptor( aArgs, sal_True ); in GetFilterNameFromExtentionAndInStream()
244 if ( !aFilterName.getLength() && aTypeName.getLength() ) in GetFilterNameFromExtentionAndInStream()
250 if ( xNameAccess.is() && ( xNameAccess->getByName( aTypeName ) >>= aTypes ) ) in GetFilterNameFromExtentionAndInStream()
/AOO41X/main/connectivity/source/drivers/calc/
H A DCTable.cxx468 ::rtl::OUString aTypeName; in fillColumns()
492 aTypeName = s_sType; in fillColumns()
496 aTypeName = ::rtl::OUString::createFromAscii("DECIMAL"); in fillColumns()
499 aTypeName = ::rtl::OUString::createFromAscii("BOOL"); in fillColumns()
502 aTypeName = ::rtl::OUString::createFromAscii("DATE"); in fillColumns()
505 aTypeName = ::rtl::OUString::createFromAscii("TIME"); in fillColumns()
508 aTypeName = ::rtl::OUString::createFromAscii("TIMESTAMP"); in fillColumns()
512 aTypeName = ::rtl::OUString(); in fillColumns()
525 …sdbcx::OColumn* pColumn = new sdbcx::OColumn( aAlias, aTypeName, ::rtl::OUString(),::rtl::OUString… in fillColumns()
/AOO41X/main/sd/source/ui/docshell/
H A Ddocshel4.cxx628 const String aTypeName( pMediumFilter->GetTypeName() ); in ConvertTo() local
631 if( aTypeName.SearchAscii( "graphic_HTML" ) != STRING_NOTFOUND ) in ConvertTo()
635 else if( aTypeName.SearchAscii( "MS_PowerPoint_97" ) != STRING_NOTFOUND ) in ConvertTo()
640 else if ( aTypeName.SearchAscii( "CGM_Computer_Graphics_Metafile" ) != STRING_NOTFOUND ) in ConvertTo()
644 else if( ( aTypeName.SearchAscii( "draw8" ) != STRING_NOTFOUND ) || in ConvertTo()
645 ( aTypeName.SearchAscii( "impress8" ) != STRING_NOTFOUND ) ) in ConvertTo()
650 else if( ( aTypeName.SearchAscii( "StarOffice_XML_Impress" ) != STRING_NOTFOUND ) || in ConvertTo()
651 ( aTypeName.SearchAscii( "StarOffice_XML_Draw" ) != STRING_NOTFOUND ) ) in ConvertTo()
/AOO41X/main/connectivity/source/drivers/dbase/
H A DDTable.cxx337 ::rtl::OUString aTypeName; in fillColumns()
363 aTypeName = ::rtl::OUString::createFromAscii(cType); in fillColumns()
370 aTypeName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VARCHAR")); in fillColumns()
373 aTypeName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DECIMAL")); in fillColumns()
376 aTypeName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("NUMERIC")); in fillColumns()
386 aTypeName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BOOLEAN")); in fillColumns()
391 aTypeName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DOUBLE")); in fillColumns()
395 aTypeName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DATE")); in fillColumns()
399 aTypeName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TIMESTAMP")); in fillColumns()
403 aTypeName = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("INTEGER")); in fillColumns()
[all …]
/AOO41X/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx630 ::rtl::OUString aTypeName = xTypeDetection->queryTypeByDescriptor( aTempMD, sal_True ); in UpdateMediaDescriptorWithFilterName()
645 else if ( !aTypeName.isEmpty() && !bIgnoreType ) in UpdateMediaDescriptorWithFilterName()
650 if ( xNameAccess.is() && ( xNameAccess->getByName( aTypeName ) >>= aTypes ) ) in UpdateMediaDescriptorWithFilterName()
809 …::rtl::OUString aTypeName = aImpFilterHM.getUnpackedValueOrDefault( ::rtl::OUString::createFromAsc… in GetExportFilterFromImportFilter()
811 … OSL_ENSURE( !aDocumentServiceName.isEmpty() && !aTypeName.isEmpty(), "Incomplete filter data!" ); in GetExportFilterFromImportFilter()
812 if ( !aDocumentServiceName.isEmpty() && !aTypeName.isEmpty() ) in GetExportFilterFromImportFilter()
816 aSearchRequest[0].Value <<= aTypeName; in GetExportFilterFromImportFilter()
/AOO41X/main/sfx2/inc/sfx2/
H A Ddocfilt.hxx49 String aTypeName; member in SfxFilter
85 const String& GetRealTypeName() const { return aTypeName; } in GetRealTypeName()
87 const String& GetTypeName() const { return aTypeName; } in GetTypeName()
/AOO41X/main/connectivity/source/drivers/adabas/
H A DBTables.cxx221 Any aTypeName; in createTable() local
383 …Any aTypeName = _rxColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY… in getColumnSqlType() local
384 if(aTypeName.hasValue() && getString(aTypeName).getLength()) in getColumnSqlType()
385 sSql += getString(aTypeName); in getColumnSqlType()
/AOO41X/main/dbaccess/source/ui/misc/
H A DUITools.cxx533 … ::rtl::OUString sDBTypeName = aIter->second->aTypeName; (void)sDBTypeName; in getTypeInfoFromType()
540 || (aIter->second->aTypeName.equalsIgnoreAsciiCase(_sTypeName)) in getTypeInfoFromType()
572 …+= ::rtl::OString(aIter->second->aTypeName.getStr(), aIter->second->aTypeName.getLength(), gsl_ge… in getTypeInfoFromType()
595 ::rtl::OUString sDBTypeName = aIter->second->aTypeName; in getTypeInfoFromType()
614 ::rtl::OUString sDBTypeName = aIter->second->aTypeName; in getTypeInfoFromType()
705 pInfo->aTypeName = aValue; in fillTypeInfo()
859 pInfo->aUIName += pInfo->aTypeName; in fillTypeInfo()
882 _rxColumn->setPropertyValue(PROPERTY_TYPENAME,makeAny(_pFieldDesc->getTypeInfo()->aTypeName)); in setColumnProperties()
/AOO41X/main/sfx2/source/dialog/
H A Dmailmodel.cxx412 rtl::OUString aTypeName( rType ); in SaveDocumentAsFormat() local
426 aQuery[0].Value = css::uno::makeAny( aTypeName ); in SaveDocumentAsFormat()
493 aTypeName = aFilterPropsHM2.getUnpackedValueOrDefault( in SaveDocumentAsFormat()
510 (( aTypeName.getLength() == 0 ) && !bHasLocation )) in SaveDocumentAsFormat()
531 … ::comphelper::SequenceAsHashMap aTypeNamePropsHM( xTypeDetection->getByName( aTypeName ) ); in SaveDocumentAsFormat()
/AOO41X/main/connectivity/source/drivers/ado/
H A DAConnection.cxx447 aInfo->aSimpleType.aTypeName = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
449 if ( aInfo->eType == adWChar && aInfo->aSimpleType.aTypeName == s_sVarChar ) in buildTypeInfo()
551 ::rtl::OUString sDBTypeName = pInfo->aSimpleType.aTypeName; in getTypeInfoFromType()
557 || (pInfo->aSimpleType.aTypeName.equalsIgnoreAsciiCase(_sTypeName)) in getTypeInfoFromType()
/AOO41X/main/connectivity/source/inc/
H A DOTypeInfo.hxx35 ::rtl::OUString aTypeName; // Name des Types in der Datenbank
83 inline ::rtl::OUString getDBName() const { return aTypeName; } in getDBName()
/AOO41X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOTypeInfo.hxx34 ::rtl::OUString aTypeName; // Name des Types in der Datenbank
82 inline ::rtl::OUString getDBName() const { return aTypeName; } in getDBName()
/AOO41X/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx371 OUString aTypeName( rTypeName ); in createUniqueTypeName() local
376 while( mxFilterContainer->hasByName( aTypeName ) ) in createUniqueTypeName()
378 aTypeName = rTypeName; in createUniqueTypeName()
379 aTypeName += aSpace; in createUniqueTypeName()
380 aTypeName += OUString::valueOf( nId++ ); in createUniqueTypeName()
383 return aTypeName; in createUniqueTypeName()
/AOO41X/main/basic/source/comp/
H A Ddim.cxx398 String aTypeName( aGblStrings.Find( pDef->GetTypeId() ) ); in DefVar() local
399 if( rTypeArray->Find( aTypeName, SbxCLASS_OBJECT ) == NULL ) in DefVar()
400 Error( SbERR_UNDEF_TYPE, aTypeName ); in DefVar()
652 String aTypeName( aGblStrings.Find( nElemTypeId ) ); in DefType() local
653 … SbxObject* pTypeObj = static_cast< SbxObject* >( rTypeArray->Find( aTypeName, SbxCLASS_OBJECT ) ); in DefType()
/AOO41X/main/vcl/unx/gtk/a11y/
H A Datkwrapper.cxx774 rtl::OString aTypeName( "OOoAtkObj" ); in ensureTypeFor() local
780 aTypeName += aTypeTable[i].name; in ensureTypeFor()
787 GType nType = g_type_from_name( aTypeName.getStr() ); in ensureTypeFor()
797 aTypeName.getStr(), &aTypeInfo, (GTypeFlags)0 ) ; in ensureTypeFor()
/AOO41X/main/dbaccess/source/ui/inc/
H A DTypeInfo.hxx85 ::rtl::OUString aTypeName; // Name des Types in der Datenbank
120 inline ::rtl::OUString getDBName() const { return aTypeName; } in getDBName()
/AOO41X/main/connectivity/source/commontools/
H A DTIndexColumns.cxx90 ::rtl::OUString aTypeName(xRow->getString(6)); in createObject()
98 aTypeName, in createObject()

123