Home
last modified time | relevance | path

Searched refs:aServiceNames (Results 151 – 175 of 176) sorted by relevance

12345678

/aoo41x/main/sc/source/ui/vba/
H A Dvbachart.cxx1241 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames() local
1242 if ( aServiceNames.getLength() == 0 ) in getServiceNames()
1244 aServiceNames.realloc( 1 ); in getServiceNames()
1245 aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.Chart" ) ); in getServiceNames()
1247 return aServiceNames; in getServiceNames()
H A Dvbawindow.cxx887 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames() local
888 if ( aServiceNames.getLength() == 0 ) in getServiceNames()
890 aServiceNames.realloc( 1 ); in getServiceNames()
891 aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.Window" ) ); in getServiceNames()
893 return aServiceNames; in getServiceNames()
H A Dvbaapplication.cxx1177 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames() local
1178 if ( aServiceNames.getLength() == 0 ) in getServiceNames()
1180 aServiceNames.realloc( 1 ); in getServiceNames()
1181 aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.Application" ) ); in getServiceNames()
1183 return aServiceNames; in getServiceNames()
H A Dvbaworksheet.cxx991 static uno::Sequence< rtl::OUString > aServiceNames; in getServiceNames() local
992 if ( aServiceNames.getLength() == 0 ) in getServiceNames()
994 aServiceNames.realloc( 1 ); in getServiceNames()
995 aServiceNames[ 0 ] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ooo.vba.excel.Worksheet" ) ); in getServiceNames()
997 return aServiceNames; in getServiceNames()
/aoo41x/main/chart2/source/controller/main/
H A DChartController.cxx1424 static uno::Sequence< ::rtl::OUString > aServiceNames; in getAvailableServiceNames() local
1426 if( aServiceNames.getLength() == 0 ) in getAvailableServiceNames()
1428 aServiceNames.realloc(1); in getAvailableServiceNames()
1429 aServiceNames[0] = CHART_ACCESSIBLE_TEXT_SERVICE_NAME; in getAvailableServiceNames()
1432 return aServiceNames; in getAvailableServiceNames()
/aoo41x/main/drawinglayer/source/drawinglayeruno/
H A Dxprimitive2drenderer.cxx88 static uno::Sequence< rtl::OUString > aServiceNames( &aServiceName, 1 ); in XPrimitive2DRenderer_getSupportedServiceNames() local
90 return( aServiceNames ); in XPrimitive2DRenderer_getSupportedServiceNames()
/aoo41x/main/sccomp/source/solver/
H A Dsolver.cxx595 uno::Sequence< OUString > aServiceNames( 1 ); in SolverComponent_getSupportedServiceNames() local
596 aServiceNames[ 0 ] = OUString::createFromAscii( "com.sun.star.sheet.Solver" ); in SolverComponent_getSupportedServiceNames()
597 return aServiceNames; in SolverComponent_getSupportedServiceNames()
/aoo41x/main/filter/source/msfilter/
H A Dmsvbahelper.cxx467 uno::Sequence< ::rtl::OUString > aServiceNames( 1 ); in VBAMacroResolver_getSupportedServiceNames() local
468aServiceNames[ 0 ] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.script.vba.VBAMac… in VBAMacroResolver_getSupportedServiceNames()
469 return aServiceNames; in VBAMacroResolver_getSupportedServiceNames()
/aoo41x/main/vcl/source/components/
H A Dfontident.cxx170 static Sequence< OUString > aServiceNames( &aServiceName, 1 ); in FontIdentificator_getSupportedServiceNames() local
171 return aServiceNames; in FontIdentificator_getSupportedServiceNames()
/aoo41x/main/svx/source/accessibility/
H A DAccessibleShape.cxx1070 uno::Sequence<OUString> aServiceNames = in getSupportedServiceNames() local
1072 sal_Int32 nCount (aServiceNames.getLength()); in getSupportedServiceNames()
1075 aServiceNames.realloc (nCount + 1); in getSupportedServiceNames()
1078 aServiceNames[nCount] = sAdditionalServiceName; in getSupportedServiceNames()
1080 return aServiceNames; in getSupportedServiceNames()
/aoo41x/main/oox/source/core/
H A Dfilterdetect.cxx221 Sequence< OUString > aServiceNames( 1 ); in FilterDetect_getSupportedServiceNames() local
222 aServiceNames[ 0 ] = CREATE_OUSTRING( "com.sun.star.frame.ExtendedTypeDetection" ); in FilterDetect_getSupportedServiceNames()
223 return aServiceNames; in FilterDetect_getSupportedServiceNames()
/aoo41x/main/xmloff/source/chart/
H A DSchXMLImport.cxx750 … const uno::Sequence< OUString > aServiceNames( xFact->getAvailableServiceNames()); in setTargetDocument() local
751 const OUString * pBegin = aServiceNames.getConstArray(); in setTargetDocument()
752 const OUString * pEnd = pBegin + aServiceNames.getLength(); in setTargetDocument()
H A DSchXMLTools.cxx880 const uno::Sequence< OUString > aServiceNames( xFact->getAvailableServiceNames()); in getDataProviderFromParent() local
881 const OUString * pBegin = aServiceNames.getConstArray(); in getDataProviderFromParent()
882 const OUString * pEnd = pBegin + aServiceNames.getLength(); in getDataProviderFromParent()
/aoo41x/main/comphelper/source/container/
H A Denumerablemap.cxx733 Sequence< ::rtl::OUString > aServiceNames(1); in getSupportedServiceNames_static() local
734aServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.container.Enumerabl… in getSupportedServiceNames_static()
735 return aServiceNames; in getSupportedServiceNames_static()
/aoo41x/main/basic/source/uno/
H A Dscriptcont.cxx1175 Sequence< OUString > aServiceNames( 2 ); in getSupportedServiceNames_static() local
1176aServiceNames[0] = OUString::createFromAscii( "com.sun.star.script.DocumentScriptLibraryContainer"… in getSupportedServiceNames_static()
1178 aServiceNames[1] = OUString::createFromAscii( "com.sun.star.script.ScriptLibraryContainer" ); in getSupportedServiceNames_static()
1179 return aServiceNames; in getSupportedServiceNames_static()
/aoo41x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1548 Sequence< OUString > aServiceNames = xInfo->getSupportedServiceNames(); in insert() local
1549 const OUString * pArray = aServiceNames.getConstArray(); in insert()
1550 for( sal_Int32 i = 0; i < aServiceNames.getLength(); i++ ) in insert()
1638 Sequence< OUString > aServiceNames = xSF->getSupportedServiceNames(); in remove() local
1639 const OUString * pArray = aServiceNames.getConstArray(); in remove()
1640 for( sal_Int32 i = 0; i < aServiceNames.getLength(); i++ ) in remove()
/aoo41x/main/chart2/source/tools/
H A DDiagramHelper.cxx92 Sequence< OUString > aServiceNames( xChartTypeManager->getAvailableServiceNames()); in getTemplateForDiagram() local
93 const sal_Int32 nLength = aServiceNames.getLength(); in getTemplateForDiagram()
117 ! rPreferredTemplateName.equals( aServiceNames[ i ] )) in getTemplateForDiagram()
120 xChartTypeManager->createInstance( aServiceNames[ i ] ), uno::UNO_QUERY_THROW ); in getTemplateForDiagram()
125 aResult.second = aServiceNames[ i ]; in getTemplateForDiagram()
/aoo41x/main/chart2/source/view/main/
H A DChartView.cxx3085 uno::Sequence< ::rtl::OUString > aServiceNames( 6 ); in getAvailableServiceNames() local
3087aServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.DashTable" … in getAvailableServiceNames()
3088aServiceNames[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.GradientTab… in getAvailableServiceNames()
3089aServiceNames[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.HatchTable"… in getAvailableServiceNames()
3090aServiceNames[3] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.BitmapTable… in getAvailableServiceNames()
3091aServiceNames[4] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.Transparenc… in getAvailableServiceNames()
3092aServiceNames[5] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.MarkerTable… in getAvailableServiceNames()
3094 return aServiceNames; in getAvailableServiceNames()
/aoo41x/main/svx/source/xml/
H A Dxmlgrhlp.cxx1109 Sequence< ::rtl::OUString > aServiceNames( getSupportedServiceNames()); in supportsService() local
1110 const ::rtl::OUString * pBegin = aServiceNames.getConstArray(); in supportsService()
1111 const ::rtl::OUString * pEnd = pBegin + aServiceNames.getLength(); in supportsService()
/aoo41x/main/i18npool/source/search/
H A Dtextsearch.cxx1029 ::com::sun::star::uno::Sequence< ::rtl::OUString > aServiceNames(1); in component_getFactory()
1030 aServiceNames[0] = getServiceName_Static(); in component_getFactory()
1033 &TextSearch_CreateInstance, aServiceNames ); in component_getFactory()
/aoo41x/main/sfx2/source/doc/
H A Ddocvor.cxx1762 …const ::com::sun::star::uno::Sequence < ::rtl::OUString >& aServiceNames = aModOpt.GetAllServiceNa… in GetAllFactoryURLs_Impl() local
1764 sal_Int32 nCount = aServiceNames.getLength(); in GetAllFactoryURLs_Impl()
1767 if ( SfxObjectFactory::GetStandardTemplate( aServiceNames[i] ).Len() > 0 ) in GetAllFactoryURLs_Impl()
1770 SvtModuleOptions::ClassifyFactoryByName( aServiceNames[i], eFac ); in GetAllFactoryURLs_Impl()
/aoo41x/main/forms/source/component/
H A DFormComponent.cxx784 Sequence< ::rtl::OUString > aServiceNames( 2 ); in getSupportedServiceNames_Static() local
785 aServiceNames[ 0 ] = FRM_SUN_FORMCOMPONENT; in getSupportedServiceNames_Static()
786 aServiceNames[ 1 ] = ::rtl::OUString::createFromAscii( "com.sun.star.form.FormControlModel" ); in getSupportedServiceNames_Static()
787 return aServiceNames; in getSupportedServiceNames_Static()
/aoo41x/main/sc/source/core/tool/
H A Daddincol.cxx417 uno::Sequence<rtl::OUString> aServiceNames = rAddInConfig.GetNodeNames( aEmptyString ); in ReadConfiguration() local
419 sal_Int32 nServiceCount = aServiceNames.getLength(); in ReadConfiguration()
422 rtl::OUString aServiceName = aServiceNames[nService]; in ReadConfiguration()
/aoo41x/main/toolkit/source/awt/
H A Dvclxmenu.cxx223 css::uno::Sequence< OUString > aServiceNames( getSupportedServiceNames() ); in supportsService() local
225 if ( aServiceNames[ 0 ] == rServiceName ) in supportsService()
/aoo41x/main/svx/source/fmcomp/
H A Dfmgridif.cxx436 Sequence< ::rtl::OUString > aServiceNames(2); in getSupportedServiceNames() local
437 aServiceNames[0] = FM_SUN_CONTROL_GRIDCONTROL; in getSupportedServiceNames()
438 aServiceNames[1] = ::rtl::OUString::createFromAscii("com.sun.star.awt.UnoControl"); in getSupportedServiceNames()
439 return aServiceNames; in getSupportedServiceNames()

Completed in 529 milliseconds

12345678