Searched refs:nNumServices (Results 1 – 3 of 3) sorted by relevance
251 const int nNumServices = 4; in UpdateAll() local252 …const sal_Char * apServices[nNumServices] = { SN_SPELLCHECKER, SN_GRAMMARCHECKER, SN_HYPHEN… in UpdateAll()253 …const sal_Char * apCurLists[nNumServices] = { "ServiceManager/SpellCheckerList", "Ser… in UpdateAll()254 …const sal_Char * apLastFoundLists[nNumServices] = { "ServiceManager/LastFoundSpellCheckers", "Ser… in UpdateAll()257 std::vector< list_entry_map_t > aLastFoundSvcs(nNumServices); in UpdateAll()258 std::vector< list_entry_map_t > aCurSvcs(nNumServices); in UpdateAll()260 for (int k = 0; k < nNumServices; ++k) in UpdateAll()357 for (int k = 0; k < nNumServices; ++k) in UpdateAll()
277 const sal_Int32 nNumServices( 6 ); in getSupportedServiceNames_Static() local279 Sequence< OUString > aServices( nNumServices ); in getSupportedServiceNames_Static()286 OSL_ASSERT( nNumServices == nI ); in getSupportedServiceNames_Static()
333 const sal_Int32 nNumServices( 5 ); in getSupportedServiceNames_Static() local335 uno::Sequence< ::rtl::OUString > aServices( nNumServices ); in getSupportedServiceNames_Static()341 OSL_ASSERT( nNumServices == nI ); in getSupportedServiceNames_Static()
Completed in 38 milliseconds