Home
last modified time | relevance | path

Searched refs:pattribs (Results 1 – 2 of 2) sorted by relevance

/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1110 beans::PropertyValue * pattribs = attribs.getArray(); in exportTo() local
1111 pattribs[ 0 ].Name = strFullPath; in exportTo()
1112 pattribs[ 0 ].Value <<= fullPath; in exportTo()
1113 pattribs[ 1 ].Name = strMediaType; in exportTo()
1122 pattribs[ 1 ].Value <<= mediaType; in exportTo()
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx1362 beans::PropertyValue * pattribs = attribs.getArray(); in ExportAsPackage() local
1363 pattribs[ 0 ].Name = strFullPath; in ExportAsPackage()
1366 pattribs[ 0 ].Value <<= fullPath; in ExportAsPackage()
1367 pattribs[ 1 ].Name = strMediaType; in ExportAsPackage()
1368 pattribs[ 1 ].Value <<= strBasicMediaType; in ExportAsPackage()