/aoo42x/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()
|
/aoo42x/main/desktop/source/deployment/registry/package/ |
H A D | dp_package.cxx | 426 String type, subType; in bindPackage_() local 428 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) 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, ¶ms ) && 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, ¶ms )) in scanBundle() [all …]
|
/aoo42x/main/desktop/source/deployment/registry/script/ |
H A D | dp_script.cxx | 256 String type, subType; in bindPackage_() local 258 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) in bindPackage_() 268 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.basic-library")) in bindPackage_() 280 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
|
/aoo42x/main/desktop/source/deployment/registry/executable/ |
H A D | dp_executable.cxx | 179 String type, subType; in bindPackage_() local 181 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) in bindPackage_() 192 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.executable")) in bindPackage_()
|
/aoo42x/main/desktop/source/deployment/registry/sfwk/ |
H A D | dp_sfwk.cxx | 265 String type, subType; in bindPackage_() local 267 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) in bindPackage_() 271 if (subType.EqualsIgnoreCaseAscii("vnd.sun.star.framework-script")) in bindPackage_()
|
/aoo42x/main/desktop/source/deployment/registry/configuration/ |
H A D | dp_configuration.cxx | 326 String type, subType; in bindPackage_() local 328 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) in bindPackage_() 341 if (subType.EqualsIgnoreCaseAscii( in bindPackage_() 348 else if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
|
/aoo42x/main/desktop/source/deployment/registry/help/ |
H A D | dp_help.cxx | 190 String type, subType; in bindPackage_() local 192 if (INetContentTypes::parse( mediaType_, type, subType, ¶ms )) in bindPackage_() 204 if (subType.EqualsIgnoreCaseAscii( in bindPackage_()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accpara.cxx | 1679 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()
|
/aoo42x/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 747 String type, subType; in bindPackage_() local 749 if (INetContentTypes::parse( mediaType, type, subType, ¶ms )) 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_()
|
/aoo42x/main/desktop/source/deployment/manager/ |
H A D | dp_manager.cxx | 1047 String type, subType; in getDeployedPackage_() local 1049 if (INetContentTypes::parse( data.mediaType, type, subType, ¶ms )) in getDeployedPackage_()
|