Searched refs:PKG_MNFST_VERSION (Results 1 – 4 of 4) sorted by relevance
336 aPropSet[PKG_MNFST_VERSION].Name = sVersionProperty; in saveChild()337 aPropSet[PKG_MNFST_VERSION].Value <<= rInfo.pFolder->GetVersion(); in saveChild()365 aPropSet[PKG_MNFST_VERSION].Name = sVersionProperty; in saveChild()366 …aPropSet[PKG_MNFST_VERSION].Value <<= ::rtl::OUString(); // no version is stored for streams curre… in saveChild()
1250 aPropSeq [PKG_MNFST_VERSION].Name = sVersion; in writeTempFile()1251 aPropSeq [PKG_MNFST_VERSION].Value <<= m_pRootFolder->GetVersion(); in writeTempFile()
49 case PKG_MNFST_VERSION: pName = "Version"; break; in getMnfstPropName()120 setProperty( PKG_MNFST_VERSION, sVersion ); in startElement()
39 #define PKG_MNFST_VERSION 1 macro