Home
last modified time | relevance | path

Searched refs:subType (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtfld.cxx101 sal_uInt16 subType; in NewFldPortion() local
279 subType = ((SwGetRefField*)pFld)->GetSubType(); in NewFldPortion()
288 if( subType == REF_BOOKMARK ) in NewFldPortion()
290 else if( subType == REF_SETREFATTR ) in NewFldPortion()
295 subType = ((SwDateTimeField*)pFld)->GetSubType(); in NewFldPortion()
304 if( subType & DATEFLD ) in NewFldPortion()
306 else if( subType & TIMEFLD ) in NewFldPortion()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx426 String type, subType; in bindPackage_() local
428 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
442 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.package-bundle")) { in bindPackage_()
447 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
1331 String type, subType; in getBundle() local
1334 mediaType, type, subType, &params ) && in getBundle()
1336 (subType.EqualsIgnoreCaseAscii( in getBundle()
1338 subType.EqualsIgnoreCaseAscii( in getBundle()
1480 String type, subType; in scanBundle() local
1482 if (! INetContentTypes::parse( mediaType, type, subType, &params )) in scanBundle()
[all …]
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx256 String type, subType; in bindPackage_() local
258 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
268 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.basic-library")) in bindPackage_()
280 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx179 String type, subType; in bindPackage_() local
181 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
192 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.executable")) in bindPackage_()
/trunk/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx265 String type, subType; in bindPackage_() local
267 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
271 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.framework-script")) in bindPackage_()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx326 String type, subType; in bindPackage_() local
328 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
341 if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
348 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx190 String type, subType; in bindPackage_() local
192 if (INetContentTypes::parse( mediaType_, type, subType, &params )) in bindPackage_()
204 if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1679 sal_Int32 subType = 0; in GetFieldTypeNameAtIndex() local
1683 subType = ((SwDocStatField*)pField)->GetSubType(); in GetFieldTypeNameAtIndex()
1729 subType = ((SwDateTimeField*)pField)->GetSubType(); in GetFieldTypeNameAtIndex()
1747 subType = ((SwExtUserField*)pField)->GetSubType(); in GetFieldTypeNameAtIndex()
1761 subType = pField->GetSubType(); in GetFieldTypeNameAtIndex()
1762 subType &= 0x00ff; in GetFieldTypeNameAtIndex()
1782 …if (subType > 0 || (subType == 0 && (nWhich == RES_DOCINFOFLD || nWhich == RES_EXTUSERFLD || nWhic… in GetFieldTypeNameAtIndex()
1786 if (subType < aLst.Count()) in GetFieldTypeNameAtIndex()
1787 sEntry = *aLst[subType]; in GetFieldTypeNameAtIndex()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx747 String type, subType; in bindPackage_() local
749 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
761 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.uno-component")) in bindPackage_()
793 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
804 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx1047 String type, subType; in getDeployedPackage_() local
1049 if (INetContentTypes::parse( data.mediaType, type, subType, &params )) in getDeployedPackage_()

Completed in 85 milliseconds