Home
last modified time | relevance | path

Searched refs:sServiceNames (Results 1 – 11 of 11) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DUnoPropertyNode.java99 String[] sServiceNames = xServiceInfo.getSupportedServiceNames(); in getClassName() local
100 for (int i = 0; i < sServiceNames.length; i++){ in getClassName()
101 if (doesServiceSupportProperty(sServiceNames[i], m_sPropertyName)){ in getClassName()
102 sClassName = sServiceNames[i]; in getClassName()
/trunk/main/toolkit/test/accessibility/
H A DInformationWriter.java161 String[] sServiceNames = xMSF.getAvailableServiceNames (); in showServices() local
163 + sServiceNames.length + " services"); in showServices()
164 for (int i=0; i<sServiceNames.length; i++) in showServices()
165 MessageArea.println (" service " + i + " : " + sServiceNames[i]); in showServices()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java165 String[] sServiceNames = xMSF.getAvailableServiceNames (); in showServices() local
167 + sServiceNames.length + " services"); in showServices()
168 for (int i=0; i<sServiceNames.length; i++) in showServices()
169 maOut.println (" service " + i + " : " + sServiceNames[i]); in showServices()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaglobalbase.cxx142 uno::Sequence< rtl::OUString > sServiceNames( getAvailableServiceNames() ); in hasServiceName() local
143 sal_Int32 nLen = sServiceNames.getLength(); in hasServiceName()
146 if ( sServiceNames[ index ].equals( serviceName ) ) in hasServiceName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOSingleSelectQueryComposer.java199 String[] sServiceNames = xConn.getAvailableServiceNames(); in createTestEnvironment() local
200 if (! sServiceNames[0].equals("com.sun.star.sdb.SingleSelectQueryComposer")) in createTestEnvironment()
205 oInterface = (XInterface) xConn.createInstance( sServiceNames[0]); in createTestEnvironment()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapExport.cxx146 Sequence<OUString> sServiceNames = in ExportMapEntry() local
148 sal_Int32 nLength = sServiceNames.getLength(); in ExportMapEntry()
151 OUString& rName = sServiceNames[i]; in ExportMapEntry()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx535 static const OUString sServiceNames[2] = { in getSupportedServiceNames() local
541 return uno::Sequence<OUString> (sServiceNames, 2); in getSupportedServiceNames()
H A DAccessibleTreeNode.cxx608 static const OUString sServiceNames[2] = { in getSupportedServiceNames() local
614 return uno::Sequence<OUString> (sServiceNames, 2); in getSupportedServiceNames()
H A DAccessibleSlideSorterView.cxx750 static const OUString sServiceNames[3] = { in getSupportedServiceNames() local
758 return uno::Sequence<OUString> (sServiceNames, 3); in getSupportedServiceNames()
/trunk/main/editeng/source/accessibility/
H A DAccessibleContextBase.cxx519 static const OUString sServiceNames[2] = { in getSupportedServiceNames() local
525 return uno::Sequence<OUString> (sServiceNames, 2); in getSupportedServiceNames()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1306 Sequence< ::rtl::OUString > sServiceNames = xSI->getSupportedServiceNames(); in lcl_getModuleHelpModuleName() local
1307 const ::rtl::OUString* pLoop = sServiceNames.getConstArray(); in lcl_getModuleHelpModuleName()
1308 for ( sal_Int32 i=0; i<sServiceNames.getLength(); ++i, ++pLoop ) in lcl_getModuleHelpModuleName()

Completed in 57 milliseconds