Home
last modified time | relevance | path

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

/aoo42x/main/registry/source/
H A Dreflread.cxx245 StringCache* m_pStringCache; member in ConstantPool
251 , m_pStringCache(NULL) in ConstantPool()
280 delete m_pStringCache; in ~ConstantPool()
291 if (m_pStringCache) in parseIndex()
293 delete m_pStringCache; in parseIndex()
294 m_pStringCache = NULL; in parseIndex()
321 m_pStringCache = new StringCache(numOfStrings); in parseIndex()
537 if (m_pIndex && (index> 0) && (index <= m_numOfEntries) && m_pStringCache) in readStringConstant()
545 …m_pIndex[index - 1] = -1 * m_pStringCache->createString(m_pBuffer + m_pIndex[index - 1] + CP_OFFSE… in readStringConstant()
549 aString = m_pStringCache->getString((sal_uInt16) (m_pIndex[index - 1] * -1)); in readStringConstant()

Completed in 33 milliseconds