Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/inc/sfx2/
H A Dsfxuno.hxx69 #define UNOOUSTRING ::rtl::OUString macro
153 …virtual UNOOUSTRING SAL_CALL getImplementationName() throw( UNORUNTIMEEXCEPTION ); …
154 …virtual sal_Bool SAL_CALL supportsService( const UNOOUSTRING& sServiceName ) throw( UNORUNTIMEEXCE…
155 …virtual UNOSEQUENCE< UNOOUSTRING > SAL_CALL getSupportedServiceNames() throw( UNORUNTIMEEXCEPTION …
158 …static UNOSEQUENCE< UNOOUSTRING > impl_getStaticSupportedServiceNames(); …
159 …static UNOOUSTRING impl_getStaticImplementationName(); …
505UNOOUSTRING SAL_CALL IMPLCLASS::getImplementationName() throw( UNORUNTIMEEXCEPTION ) …
511 …sal_Bool SAL_CALL IMPLCLASS::supportsService( const UNOOUSTRING& sServiceName ) throw( UNORUNTIMEE…
513 …UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); …
514 …const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); …
[all …]
/AOO41X/main/sw/source/ui/uno/
H A Dswdetect.cxx436 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()
[all …]
H A Dunomodule.cxx152 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService()
153 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
/AOO41X/main/starmath/source/
H A Dsmdetect.cxx518 UNOOUSTRING SAL_CALL SmFilterDetect::getImplementationName() throw( UNORUNTIMEEXCEPTION ) in SFX_IMPL_SINGLEFACTORY()
524 sal_Bool SAL_CALL SmFilterDetect::supportsService( const UNOOUSTRING& sServiceName ) throw( UNORUNT… in supportsService()
526 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService()
527 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
539 UNOSEQUENCE< UNOOUSTRING > SAL_CALL SmFilterDetect::getSupportedServiceNames() throw( UNORUNTIMEEXC… in getSupportedServiceNames()
545 UNOSEQUENCE< UNOOUSTRING > SmFilterDetect::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
548 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames()
549 …seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDet… in impl_getStaticSupportedServiceNames()
554 UNOOUSTRING SmFilterDetect::impl_getStaticImplementationName() in impl_getStaticImplementationName()
556 return UNOOUSTRING::createFromAscii( "com.sun.star.comp.math.FormatDetector" ); in impl_getStaticImplementationName()
/AOO41X/main/sd/source/ui/unoidl/
H A Dsddetect.cxx492 UNOOUSTRING SAL_CALL SdFilterDetect::getImplementationName() throw( UNORUNTIMEEXCEPTION ) in SFX_IMPL_SINGLEFACTORY()
498 sal_Bool SAL_CALL SdFilterDetect::supportsService( const UNOOUSTRING& sServiceName ) throw( UNORUNT… in supportsService()
500 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService()
501 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
513 UNOSEQUENCE< UNOOUSTRING > SAL_CALL SdFilterDetect::getSupportedServiceNames() throw( UNORUNTIMEEXC… in getSupportedServiceNames()
519 UNOSEQUENCE< UNOOUSTRING > SdFilterDetect::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
522 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames()
523 …seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDet… in impl_getStaticSupportedServiceNames()
528 UNOOUSTRING SdFilterDetect::impl_getStaticImplementationName() in impl_getStaticImplementationName()
530 return UNOOUSTRING::createFromAscii( "com.sun.star.comp.draw.FormatDetector" ); in impl_getStaticImplementationName()
H A Dunomodule.cxx143 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService()
144 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
/AOO41X/main/sfx2/source/view/
H A Dfrmload.cxx663 UNOOUSTRING SAL_CALL SfxFrameLoader_Impl::getImplementationName() throw( RuntimeException ) in SFX_IMPL_SINGLEFACTORY()
669 sal_Bool SAL_CALL SfxFrameLoader_Impl::supportsService( const UNOOUSTRING& sServiceName ) throw( Ru… in supportsService()
671 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService()
672 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
684 UNOSEQUENCE< UNOOUSTRING > SAL_CALL SfxFrameLoader_Impl::getSupportedServiceNames() throw( RuntimeE… in getSupportedServiceNames()
690 UNOSEQUENCE< UNOOUSTRING > SfxFrameLoader_Impl::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
693 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames()
694 …seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.SynchronousFram… in impl_getStaticSupportedServiceNames()
699 UNOOUSTRING SfxFrameLoader_Impl::impl_getStaticImplementationName() in impl_getStaticImplementationName()
701 return UNOOUSTRING::createFromAscii( "com.sun.star.comp.office.FrameLoader" ); in impl_getStaticImplementationName()
/AOO41X/main/sc/source/ui/unoobj/
H A Dscdetect.cxx898 UNOOUSTRING SAL_CALL ScFilterDetect::getImplementationName() throw( UNORUNTIMEEXCEPTION ) in SFX_IMPL_SINGLEFACTORY()
904 sal_Bool SAL_CALL ScFilterDetect::supportsService( const UNOOUSTRING& sServiceName ) throw( UNORUNT… in supportsService()
906 UNOSEQUENCE< UNOOUSTRING > seqServiceNames(getSupportedServiceNames()); in supportsService()
907 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
919 UNOSEQUENCE< UNOOUSTRING > SAL_CALL ScFilterDetect::getSupportedServiceNames() throw( UNORUNTIMEEXC… in getSupportedServiceNames()
925 UNOSEQUENCE< UNOOUSTRING > ScFilterDetect::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
928 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames()
929 …seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDet… in impl_getStaticSupportedServiceNames()
934 UNOOUSTRING ScFilterDetect::impl_getStaticImplementationName() in impl_getStaticImplementationName()
936 return UNOOUSTRING::createFromAscii( "com.sun.star.comp.calc.FormatDetector" ); in impl_getStaticImplementationName()