| /trunk/main/sw/source/core/text/ |
| H A D | txtfld.cxx | 101 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 D | dp_package.cxx | 388 String type, subType; in bindPackage_() local 390 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) 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, ¶ms ) && 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, ¶ms )) in scanBundle() [all …]
|
| /trunk/main/desktop/source/deployment/registry/script/ |
| H A D | dp_script.cxx | 252 String type, subType; in bindPackage_() local 254 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) 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 D | dp_executable.cxx | 175 String type, subType; in bindPackage_() local 177 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) in bindPackage_() 188 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.executable")) in bindPackage_()
|
| /trunk/main/desktop/source/deployment/registry/sfwk/ |
| H A D | dp_sfwk.cxx | 261 String type, subType; in bindPackage_() local 263 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) in bindPackage_() 267 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.framework-script")) in bindPackage_()
|
| /trunk/main/desktop/source/deployment/registry/configuration/ |
| H A D | dp_configuration.cxx | 322 String type, subType; in bindPackage_() local 324 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) in bindPackage_() 337 if (subType.EqualsIgnoreCaseAscii( in bindPackage_() 344 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
|
| /trunk/main/sw/source/core/access/ |
| H A D | accpara.cxx | 1660 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 D | dp_help.cxx | 185 String type, subType; in bindPackage_() local 187 if (INetContentTypes::parse( mediaType_, type, subType, ¶ms )) in bindPackage_() 199 if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
|
| /trunk/main/desktop/source/deployment/registry/component/ |
| H A D | dp_component.cxx | 743 String type, subType; in bindPackage_() local 745 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) 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 D | dp_manager.cxx | 1035 String type, subType; in getDeployedPackage_() local 1037 if (INetContentTypes::parse( data.mediaType, type, subType, ¶ms )) in getDeployedPackage_()
|