Searched refs:pCFontEntry (Results 1 – 1 of 1) sorted by relevance
139 FontEntry* pCFontEntry = new FontEntry; in operator =() local143 pCFontEntry->pFontName = new sal_Int8[ nSize ]; in operator =()144 memcpy( pCFontEntry->pFontName, pPtr->pFontName, nSize ); in operator =()149 pCFontEntry->pCharSetValue = new sal_Int8[ nSize ]; in operator =()150 memcpy( pCFontEntry->pCharSetValue, pPtr->pCharSetValue, nSize ); in operator =()152 pCFontEntry->eCharSetType = pPtr->eCharSetType; in operator =()153 pCFontEntry->nFontType = pPtr->nFontType; in operator =()154 aFontEntryList.Insert( pCFontEntry, LIST_APPEND ); in operator =()
Completed in 14 milliseconds