Searched refs:CPInfo (Results 1 – 1 of 1) sorted by relevance
208 struct CPInfo struct219 struct CPInfo* m_next; argument221 CPInfo(CPInfoTag tag, struct CPInfo* prev);228 CPInfo::CPInfo(CPInfoTag tag, struct CPInfo* prev) in CPInfo() function in CPInfo240 sal_uInt32 CPInfo::getBlopSize() in getBlopSize()293 sal_uInt32 CPInfo::toBlop(sal_uInt8* buffer) in toBlop()793 CPInfo root(CP_TAG_INVALID, NULL); in createBlop()799 CPInfo* pInfo = NULL; in createBlop()811 pInfo = new CPInfo(CP_TAG_UTF8_NAME, &root); in createBlop()836 pInfo = new CPInfo(CP_TAG_UIK, pInfo); in createBlop()[all …]
Completed in 27 milliseconds