/trunk/main/fpicker/source/unx/kde4/ |
H A D | KDE4FPEntry.cxx | 60 Sequence< OUString > aSNS( 1 ); in component_getFactory() local 61 aSNS.getArray( )[0] = OUString::createFromAscii( FILE_PICKER_SERVICE_NAME ); in component_getFactory() 67 aSNS ) ); in component_getFactory()
|
/trunk/main/fpicker/source/win32/folderpicker/ |
H A D | Fopentry.cxx | 97 Sequence< OUString > aSNS( 1 ); in component_getFactory() local 98 aSNS.getArray( )[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( FOLDER_PICKER_SERVICE_NAME ) ); in component_getFactory() 104 aSNS ) ); in component_getFactory()
|
/trunk/main/svx/source/unodraw/ |
H A D | unogtabl.cxx | 75 uno::Sequence< OUString > aSNS( 1 ); in getSupportedServiceNames() local 76 …aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.GradientTable" )); in getSupportedServiceNames() 77 return aSNS; in getSupportedServiceNames()
|
H A D | unohtabl.cxx | 75 uno::Sequence< OUString > aSNS( 1 ); in getSupportedServiceNames() local 76 aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.HatchTable" )); in getSupportedServiceNames() 77 return aSNS; in getSupportedServiceNames()
|
H A D | unodtabl.cxx | 76 uno::Sequence< OUString > aSNS( 1 ); in getSupportedServiceNames() local 77 aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.DashTable" )); in getSupportedServiceNames() 78 return aSNS; in getSupportedServiceNames()
|
H A D | unottabl.cxx | 75 uno::Sequence< OUString > aSNS( 1 ); in getSupportedServiceNames() local 76 …aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.TransparencyGradi… in getSupportedServiceNames() 77 return aSNS; in getSupportedServiceNames()
|
H A D | unobtabl.cxx | 95 uno::Sequence< OUString > aSNS( 1 ); in getSupportedServiceNames() local 96 … aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.BitmapTable" )); in getSupportedServiceNames() 97 return aSNS; in getSupportedServiceNames()
|
/trunk/main/fpicker/source/win32/filepicker/ |
H A D | FPentry.cxx | 110 Sequence< OUString > aSNS( 1 ); in component_getFactory() local 111 aSNS.getArray( )[0] = OUString::createFromAscii( FILE_PICKER_SERVICE_NAME ); in component_getFactory() 117 aSNS ) ); in component_getFactory()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | ADriver.cxx | 94 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames_Static() local 95 aSNS[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbc.Driver"); in getSupportedServiceNames_Static() 96 aSNS[1] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.Driver"); in getSupportedServiceNames_Static() 97 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | dbloader.cxx | 157 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames_Static() local 158 aSNS.getArray()[0] = ::rtl::OUString::createFromAscii("com.sun.star.frame.FrameLoader"); in getSupportedServiceNames_Static() 159 aSNS.getArray()[1] = ::rtl::OUString::createFromAscii("com.sun.star.sdb.ContentLoader"); in getSupportedServiceNames_Static() 160 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | dlg_ChartType_UNO.cxx | 83 uno::Sequence< rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local 84 aSNS.getArray()[ 0 ] = CHART_TYPE_DIALOG_SERVICE_NAME; in getSupportedServiceNames_Static() 85 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/ucb/source/core/ |
H A D | cmdenv.cxx | 129 uno::Sequence< rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local 130 aSNS.getArray()[ 0 ] in getSupportedServiceNames_Static() 133 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/ucbhelper/inc/ucbhelper/ |
H A D | macros.hxx | 715 com::sun::star::uno::Sequence< rtl::OUString > aSNS( 1 ); \ 716 aSNS.getArray()[ 0 ] = Service1; \ 717 return aSNS; \ 738 com::sun::star::uno::Sequence< rtl::OUString > aSNS( 1 ); \ 739 aSNS.getArray()[ 0 ] = Service1; \ 740 return aSNS; \
|
/trunk/main/svtools/source/uno/ |
H A D | unoimap.cxx | 413 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames() local 414 …aSNS.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.image.ImageMapObje… in getSupportedServiceNames() 419 …aSNS.getArray()[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.image.ImageMapPoly… in getSupportedServiceNames() 422 …aSNS.getArray()[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.image.ImageMapRect… in getSupportedServiceNames() 425 …aSNS.getArray()[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.image.ImageMapCirc… in getSupportedServiceNames() 428 return aSNS; in getSupportedServiceNames()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FDriver.cxx | 78 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames_Static() local 79 aSNS[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbc.Driver"); in getSupportedServiceNames_Static() 80 aSNS[1] = ::rtl::OUString::createFromAscii("com.sun.star.sdbcx.Driver"); in getSupportedServiceNames_Static() 81 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_documentcontentfactory.cxx | 111 uno::Sequence< rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local 112 aSNS.getArray()[ 0 ] in getSupportedServiceNames_Static() 115 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/reportdesign/source/filter/xml/ |
H A D | dbloader2.cxx | 113 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local 114 …aSNS.getArray()[0] = ::rtl::OUString::createFromAscii("com.sun.star.document.ExtendedTypeDetection… in getSupportedServiceNames_Static() 115 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/xmlhelp/source/cxxhelp/provider/ |
H A D | provider.cxx | 162 uno::Sequence< rtl::OUString > aSNS( 2 ); in getSupportedServiceNames_Static() local 163 aSNS.getArray()[ 0 ] = in getSupportedServiceNames_Static() 166 aSNS.getArray()[ 1 ] = in getSupportedServiceNames_Static() 170 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 122 Sequence< ::rtl::OUString > aSNS( 2 ); in getSupportedServiceNames() local 123 aSNS.getArray()[0] = SERVICE_SDBC_CALLABLESTATEMENT; in getSupportedServiceNames() 124 aSNS.getArray()[1] = SERVICE_SDB_CALLABLESTATEMENT; in getSupportedServiceNames() 125 return aSNS; in getSupportedServiceNames()
|
/trunk/main/connectivity/source/commontools/ |
H A D | ParamterSubstitution.cxx | 75 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local 76 aSNS[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdb.ParameterSubstitution"); in getSupportedServiceNames_Static() 77 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/chart2/source/controller/main/ |
H A D | ChartFrameloader.cxx | 74 uno::Sequence< rtl::OUString > aSNS( 1 ); in APPHELPER_XSERVICEINFO_IMPL() local 75 aSNS.getArray()[ 0 ] = CHART_FRAMELOADER_SERVICE_NAME; in APPHELPER_XSERVICEINFO_IMPL() 76 return aSNS; in APPHELPER_XSERVICEINFO_IMPL()
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDriver.cxx | 79 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local 80 aSNS[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbc.Driver"); in getSupportedServiceNames_Static() 81 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NDriver.cxx | 102 Sequence< ::rtl::OUString > aSNS( 1 ); in getSupportedServiceNames_Static() local 103 aSNS[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdbc.Driver"); in getSupportedServiceNames_Static() 104 return aSNS; in getSupportedServiceNames_Static()
|
/trunk/main/chart2/source/tools/ |
H A D | NameContainer.cxx | 97 Sequence< OUString > aSNS( 1 ); in getSupportedServiceNames() local 98 aSNS.getArray()[ 0 ] = m_aServicename; in getSupportedServiceNames() 99 return aSNS; in getSupportedServiceNames()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_driver.cxx | 89 Sequence< OUString > aSNS(1); in getSupportedServiceNames_Static() local 90 aSNS[0] = OUString::createFromAscii("com.sun.star.sdbc.Driver"); in getSupportedServiceNames_Static() 91 return aSNS; in getSupportedServiceNames_Static()
|