Searched refs:pCharSetValue (Results 1 – 2 of 2) sorted by relevance
102 pCharSetValue ( NULL ), in FontEntry()110 delete pCharSetValue; in ~FontEntry()146 if ( pPtr->pCharSetValue ) in operator =()148 sal_uInt32 nSize = strlen( (const char*)pPtr->pCharSetValue ) + 1; in operator =()149 pCFontEntry->pCharSetValue = new sal_Int8[ nSize ]; in operator =()150 memcpy( pCFontEntry->pCharSetValue, pPtr->pCharSetValue, nSize ); in operator =()267 pFontEntry->pCharSetValue = new sal_Int8[ nSize + 1 ]; in InsertCharSet()268 pFontEntry->pCharSetValue[ nSize ] = 0; in InsertCharSet()269 memcpy( pFontEntry->pCharSetValue, pSource , nSize ); in InsertCharSet()
141 sal_Int8* pCharSetValue; member in FontEntry
Completed in 11 milliseconds