Lines Matching refs:UNOOUSTRING
436 UNOOUSTRING SAL_CALL SwFilterDetect::getImplementationName() throw( UNORUNTIMEEXCEPTION ) in SFX_IMPL_SINGLEFACTORY()
442 sal_Bool SAL_CALL SwFilterDetect::supportsService( const UNOOUSTRING& sServiceName ) throw( UNORUNT… in supportsService()
444 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService()
445 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
457 UNOSEQUENCE< UNOOUSTRING > SAL_CALL SwFilterDetect::getSupportedServiceNames() throw( UNORUNTIMEEXC… in getSupportedServiceNames()
463 UNOSEQUENCE< UNOOUSTRING > SwFilterDetect::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
466 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 3 ); in impl_getStaticSupportedServiceNames()
467 …seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDet… in impl_getStaticSupportedServiceNames()
468 …seqServiceNames.getArray() [1] = UNOOUSTRING::createFromAscii( "com.sun.star.text.FormatDetector" … in impl_getStaticSupportedServiceNames()
469 …seqServiceNames.getArray() [2] = UNOOUSTRING::createFromAscii( "com.sun.star.text.W4WFormatDetecto… in impl_getStaticSupportedServiceNames()
474 UNOOUSTRING SwFilterDetect::impl_getStaticImplementationName() in impl_getStaticImplementationName()
476 return UNOOUSTRING::createFromAscii( "com.sun.star.comp.writer.FormatDetector" ); in impl_getStaticImplementationName()