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.cxx388 String type, subType; in bindPackage_() local
390 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
404 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.package-bundle")) { in bindPackage_()
409 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
1267 String type, subType; in getBundle() local
1270 mediaType, type, subType, &params ) && in getBundle()
1272 (subType.EqualsIgnoreCaseAscii( in getBundle()
1274 subType.EqualsIgnoreCaseAscii( in getBundle()
1416 String type, subType; in scanBundle() local
1418 if (! INetContentTypes::parse( mediaType, type, subType, &params )) in scanBundle()
[all …]
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx252 String type, subType; in bindPackage_() local
254 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
264 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.basic-library")) in bindPackage_()
276 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx175 String type, subType; in bindPackage_() local
177 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
188 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.executable")) in bindPackage_()
/trunk/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx261 String type, subType; in bindPackage_() local
263 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
267 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.framework-script")) in bindPackage_()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx322 String type, subType; in bindPackage_() local
324 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
337 if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
344 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1660 sal_Int32 subType = 0; in GetFieldTypeNameAtIndex() local
1664 subType = ((SwDocStatField*)pField)->GetSubType(); in GetFieldTypeNameAtIndex()
1710 subType = ((SwDateTimeField*)pField)->GetSubType(); in GetFieldTypeNameAtIndex()
1728 subType = ((SwExtUserField*)pField)->GetSubType(); in GetFieldTypeNameAtIndex()
1742 subType = pField->GetSubType(); in GetFieldTypeNameAtIndex()
1743 subType &= 0x00ff; in GetFieldTypeNameAtIndex()
1763 …if (subType > 0 || (subType == 0 && (nWhich == RES_DOCINFOFLD || nWhich == RES_EXTUSERFLD || nWhic… in GetFieldTypeNameAtIndex()
1767 if (subType < aLst.Count()) in GetFieldTypeNameAtIndex()
1768 sEntry = *aLst[subType]; in GetFieldTypeNameAtIndex()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx185 String type, subType; in bindPackage_() local
187 if (INetContentTypes::parse( mediaType_, type, subType, &params )) in bindPackage_()
199 if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx743 String type, subType; in bindPackage_() local
745 if (INetContentTypes::parse( mediaType, type, subType, &params )) in bindPackage_()
757 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.uno-component")) in bindPackage_()
789 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
800 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx1035 String type, subType; in getDeployedPackage_() local
1037 if (INetContentTypes::parse( data.mediaType, type, subType, &params )) in getDeployedPackage_()