Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dlingucfg.cxx237 const char *pFullPropName; // full qualified name as used in configuration member
298 const sal_Char *pFullPropName = aNamesToHdl[i].pFullPropName; in GetPropertyNames() local
299 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 18 milliseconds