Searched refs:pFullPropName (Results 1 – 1 of 1) sorted by relevance
237 const char *pFullPropName; // full qualified name as used in configuration member298 const sal_Char *pFullPropName = aNamesToHdl[i].pFullPropName; in GetPropertyNames() local299 if (pFullPropName) in GetPropertyNames()300 pNames[ nIdx++ ] = A2OU( pFullPropName ); in GetPropertyNames()318 while (pEntry && pEntry->pFullPropName != NULL) in GetHdlByName()320 if (0 == rPropertyName.compareToAscii( pEntry->pFullPropName )) in GetHdlByName()327 return pEntry && pEntry->pFullPropName != NULL; in GetHdlByName()
Completed in 27 milliseconds