Searched refs:aSN (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/vcl/source/components/ |
H A D | display.cxx | 161 Sequence< OUString > aSN( getSupportedServiceNames() ); in supportsService() local 162 for( sal_Int32 nService = 0; nService < aSN.getLength(); nService++ ) in supportsService() 164 if( aSN[nService] == ServiceName ) in supportsService() 327 Sequence< OUString > aSN( DisplayAccess_getSupportedServiceNames() ); in supportsService() local 328 for( sal_Int32 nService = 0; nService < aSN.getLength(); nService++ ) in supportsService() 330 if( aSN[nService] == ServiceName ) in supportsService()
|
H A D | stringmirror.cxx | 105 Sequence< OUString > aSN( StringMirror_getSupportedServiceNames() ); in supportsService() local 106 for( sal_Int32 nService = 0; nService < aSN.getLength(); nService++ ) in supportsService() 108 if( aSN[nService] == i_rServiceName ) in supportsService()
|
H A D | fontident.cxx | 193 Sequence< OUString > aSN( FontIdentificator_getSupportedServiceNames() ); in supportsService() local 194 for( sal_Int32 nService = 0; nService < aSN.getLength(); nService++ ) in supportsService() 196 if( aSN[nService] == i_rServiceName ) in supportsService()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | ctfonts.cxx | 470 char aFN[256], aSN[256]; in CTFontEnumCallBack() local 472 CFStringGetCString( pStyleName, aSN, sizeof(aSN), kCFStringEncodingUTF8 ); in CTFontEnumCallBack() 481 (int)(nSymbolTrait>>kCTFontClassMaskShift),fWeight,fSlant,fWidth,aFN,aSN,aPN); in CTFontEnumCallBack()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | SdUnoOutlineView.cxx | 262 OUString aSN( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.OutlineView") ); in getSupportedServiceNames() local 263 uno::Sequence< OUString > aSeq( &aSN, 1 ); in getSupportedServiceNames()
|
H A D | SdUnoSlideView.cxx | 236 OUString aSN( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.SlidesView") ); in getSupportedServiceNames() local 237 uno::Sequence< OUString > aSeq( &aSN, 1 ); in getSupportedServiceNames()
|
H A D | SdUnoDrawView.cxx | 635 OUString aSN( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.DrawingDocumentDrawView") ); in getSupportedServiceNames() local 636 uno::Sequence< OUString > aSeq( &aSN, 1 ); in getSupportedServiceNames()
|
H A D | unocpres.cxx | 87 OUString aSN( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.CustomPresentation") ); in getSupportedServiceNames() local 88 uno::Sequence< OUString > aSeq( &aSN, 1 ); in getSupportedServiceNames()
|
H A D | unomodel.cxx | 3027 const OUString aSN( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.document.LinkTargets") ); in getSupportedServiceNames() local 3028 uno::Sequence< OUString > aSeq( &aSN, 1 ); in getSupportedServiceNames()
|
H A D | unopage.cxx | 2055 const OUString aSN( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.document.LinkTargets") ); in getSupportedServiceNames() local 2056 Sequence< OUString > aSeq( &aSN, 1); in getSupportedServiceNames()
|
/aoo41x/main/xmloff/source/core/ |
H A D | unoatrcn.cxx | 291 OUString aSN( OUString::createFromAscii( "com.sun.star.xml.AttributeContainer" ) ); in getSupportedServiceNames() local 292 uno::Sequence< OUString > aNS( &aSN, 1L ); in getSupportedServiceNames()
|
/aoo41x/main/svtools/source/uno/ |
H A D | treecontrolpeer.cxx | 1258 …static const OUString aSN( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.tree.DefaultTreeDataMode… in onChangeDataModel() local 1262 mxDataModel.query( xORB->createInstance( aSN ) ); in onChangeDataModel() 1489 …static const OUString aSN( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.graphic.GraphicProvider" ) ); in loadImage() local 1493 Reference< XInterface > x( xORB->createInstance( aSN ) ); in loadImage()
|
H A D | unoimap.cxx | 754 const ::rtl::OUString aSN( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.image.ImageMap" ) ); in getSupportedServiceNames() local 755 return Sequence< ::rtl::OUString >( &aSN, 1 ); in getSupportedServiceNames()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unomod.cxx | 593 OUString aSN( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.DrawingDocument")); in getSupportedServiceNames() local 594 uno::Sequence< OUString > aSeq( &aSN, 1 ); in getSupportedServiceNames()
|
Completed in 128 milliseconds