Searched refs:PKG_MNFST_FULLPATH (Results 1 – 4 of 4) sorted by relevance
50 case PKG_MNFST_FULLPATH: pName = "FullPath"; break; in getMnfstPropName()115 setProperty( PKG_MNFST_FULLPATH, aConvertedAttribs[sFullPathAttribute]); in startElement()269 const bool bHasFullPath = maValues[PKG_MNFST_FULLPATH].hasValue(); in endElement()279 const int nDest = (i == PKG_MNFST_FULLPATH) ? 0 : nNumProperty++; in endElement()
333 aPropSet[PKG_MNFST_FULLPATH].Name = sFullPathProperty; in saveChild()334 aPropSet[PKG_MNFST_FULLPATH].Value <<= sTempName; in saveChild()362 aPropSet[PKG_MNFST_FULLPATH].Name = sFullPathProperty; in saveChild()363 aPropSet[PKG_MNFST_FULLPATH].Value <<= pTempEntry->sPath; in saveChild()
1107 …ter )[PKG_MNFST_MEDIATYPE].Name.equals( sMediaType ) && ( *aIter )[PKG_MNFST_FULLPATH].Name.equals… in WriteContentTypes()1114 ( *aIter )[PKG_MNFST_FULLPATH].Value >>= aPath; in WriteContentTypes()1247 aPropSeq [PKG_MNFST_FULLPATH].Name = sFullPath; in writeTempFile()1248 … aPropSeq [PKG_MNFST_FULLPATH].Value <<= OUString ( RTL_CONSTASCII_USTRINGPARAM ( "/" ) ); in writeTempFile()
40 #define PKG_MNFST_FULLPATH 2 macro
Completed in 55 milliseconds