Lines Matching refs:pValue

108 		const beans::PropertyValue *pValue = pSequence[nInd].getConstArray();  in ManifestExport()  local
109 for (sal_uInt32 j = 0, nNum = pSequence[nInd].getLength(); j < nNum; j++, pValue++) in ManifestExport()
111 if (pValue->Name.equals (sMediaTypeProperty) ) in ManifestExport()
113 pValue->Value >>= aMediaType; in ManifestExport()
115 else if (pValue->Name.equals (sFullPathProperty) ) in ManifestExport()
117 pValue->Value >>= aPath; in ManifestExport()
119 else if (pValue->Name.equals (sVersionProperty) ) in ManifestExport()
121 pValue->Value >>= aVersion; in ManifestExport()
202 const beans::PropertyValue *pValue = pSequence[i].getConstArray(); in ManifestExport() local
205 for (sal_uInt32 j = 0, nNum = pSequence[i].getLength(); j < nNum; j++, pValue++) in ManifestExport()
207 if (pValue->Name.equals (sMediaTypeProperty) ) in ManifestExport()
209 pValue->Value >>= aString; in ManifestExport()
212 else if (pValue->Name.equals (sVersionProperty) ) in ManifestExport()
214 pValue->Value >>= aString; in ManifestExport()
219 else if (pValue->Name.equals (sFullPathProperty) ) in ManifestExport()
221 pValue->Value >>= aString; in ManifestExport()
224 else if (pValue->Name.equals (sSizeProperty) ) in ManifestExport()
227 pValue->Value >>= nSize; in ManifestExport()
232 else if (pValue->Name.equals (sInitialisationVectorProperty) ) in ManifestExport()
233 pVector = &pValue->Value; in ManifestExport()
234 else if (pValue->Name.equals (sSaltProperty) ) in ManifestExport()
235 pSalt = &pValue->Value; in ManifestExport()
236 else if (pValue->Name.equals (sIterationCountProperty) ) in ManifestExport()
237 pIterationCount = &pValue->Value; in ManifestExport()
238 else if (pValue->Name.equals ( sDigestProperty ) ) in ManifestExport()
239 pDigest = &pValue->Value; in ManifestExport()
240 else if (pValue->Name.equals ( sDigestAlgProperty ) ) in ManifestExport()
241 pDigestAlg = &pValue->Value; in ManifestExport()
242 else if (pValue->Name.equals ( sEncryptionAlgProperty ) ) in ManifestExport()
243 pEncryptAlg = &pValue->Value; in ManifestExport()
244 else if (pValue->Name.equals ( sStartKeyAlgProperty ) ) in ManifestExport()
245 pStartKeyAlg = &pValue->Value; in ManifestExport()
246 else if (pValue->Name.equals ( sDerivedKeySizeProperty ) ) in ManifestExport()
247 pDerivedKeySize = &pValue->Value; in ManifestExport()