Searched refs:aSupportedNames (Results 1 – 2 of 2) sorted by relevance
153 const uno::Sequence< rtl::OUString > & aSupportedNames = getSupportedServiceNames_static(); in supportsService() local154 for ( sal_Int32 nInd = 0; nInd < aSupportedNames.getLength(); nInd++ ) in supportsService()156 if ( aSupportedNames[ nInd ].equals( aServiceName ) ) in supportsService()
184 const uno::Sequence< rtl::OUString > & aSupportedNames = getSupportedServiceNames_static(); in supportsService() local185 for ( sal_Int32 nInd = 0; nInd < aSupportedNames.getLength(); nInd++ ) in supportsService()187 if ( aSupportedNames[ nInd ].equals( aServiceName ) ) in supportsService()
Completed in 16 milliseconds