Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/graphicfilter/icgm/
H A Dbundles.cxx139 FontEntry* pCFontEntry = new FontEntry; in operator =() local
143 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 16 milliseconds