Searched refs:pAsciiNames (Results 1 – 1 of 1) sorted by relevance
121 const sal_Char** pAsciiNames = aPropNames; in GetPropertyNames() local123 for(int i = 0; i < nCount; ++i, ++pNames, ++pAsciiNames) in GetPropertyNames()124 *pNames = OUString::createFromAscii( *pAsciiNames ); in GetPropertyNames()
Completed in 6 milliseconds