Home
last modified time | relevance | path

Searched refs:seqServiceNames (Results 26 – 35 of 35) sorted by relevance

12

/aoo42x/main/sd/source/ui/unoidl/
H A Dunomodule.cxx143 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService() local
144 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
145 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService()
/aoo42x/main/framework/inc/macros/
H A Dxserviceinfo.hxx107 …css::uno::Sequence< ::rtl::OUString > seqServiceNames( 1 ); …
108 seqServiceNames.getArray() [0] = SERVICENAME ; \
109 return seqServiceNames; \
/aoo42x/main/UnoControls/source/controls/
H A Dprogressbar.cxx355 Sequence< OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
356 seqServiceNames.getArray() [0] = OUString::createFromAscii( SERVICENAME_PROGRESSBAR ); in impl_getStaticSupportedServiceNames()
357 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
H A Dstatusindicator.cxx421 Sequence< OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
422 seqServiceNames.getArray() [0] = OUString::createFromAscii( SERVICENAME_STATUSINDICATOR ); in impl_getStaticSupportedServiceNames()
423 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
H A Dframecontrol.cxx307 Sequence< OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
308 seqServiceNames.getArray() [0] = OUString::createFromAscii( SERVICENAME_FRAMECONTROL ); in impl_getStaticSupportedServiceNames()
309 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
H A Dprogressmonitor.cxx658 Sequence< OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
659 seqServiceNames.getArray() [0] = OUString::createFromAscii( SERVICENAME_PROGRESSMONITOR ); in impl_getStaticSupportedServiceNames()
660 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
/aoo42x/main/framework/source/fwe/classes/
H A Drootactiontriggercontainer.cxx273 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in getSupportedServiceNames() local
275seqServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGERCONTAI… in getSupportedServiceNames()
276 return seqServiceNames; in getSupportedServiceNames()
H A Dactiontriggerpropertyset.cxx126 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in getSupportedServiceNames() local
127 seqServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGER )); in getSupportedServiceNames()
128 return seqServiceNames; in getSupportedServiceNames()
/aoo42x/main/UnoControls/source/base/
H A Dbasecontrol.cxx268 Sequence< OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local
269 const OUString* pArray = seqServiceNames.getConstArray(); in supportsService()
270 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService()
/aoo42x/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx402 Sequence<OUString> seqServiceNames; in component_getFactory() local
404 OComponent_CreateInstance, seqServiceNames); in component_getFactory()

Completed in 75 milliseconds

12