Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/unoobj/
H A Dservuno.cxx224 static const ProvNamesId_Type __FAR_DATA aProvNamesId[] = variable
361 sizeof(aProvNamesId) / sizeof(aProvNamesId[0]); in GetProviderType()
364 if (rServiceName.EqualsAscii( aProvNamesId[i].pName )) in GetProviderType()
366 return aProvNamesId[i].nType; in GetProviderType()
586 const sal_uInt16 nEntries = sizeof(aProvNamesId) / sizeof(aProvNamesId[0]); in GetAllServiceNames()
591 pArray[i] = rtl::OUString::createFromAscii( aProvNamesId[i].pName ); in GetAllServiceNames()
/AOO42X/main/sw/source/core/unocore/
H A Dunocoll.cxx93 const ProvNamesId_Type __FAR_DATA aProvNamesId[] = variable
285 sal_uInt16 nEntries = sizeof(aProvNamesId) / sizeof(aProvNamesId[0]); in GetProviderName()
287 sRet = C2U(aProvNamesId[nObjectType].pName); in GetProviderName()
293 sal_uInt16 nEntries = sizeof(aProvNamesId) / sizeof(aProvNamesId[0]); in GetAllServiceNames()
299 String sProv(C2U(aProvNamesId[i].pName)); in GetAllServiceNames()
313 sal_uInt16 nEntries = sizeof(aProvNamesId) / sizeof(aProvNamesId[0]); in GetProviderType()
316 if( COMPARE_EQUAL == rServiceName.compareToAscii(aProvNamesId[i].pName)) in GetProviderType()
317 return aProvNamesId[i].nType; in GetProviderType()