Home
last modified time | relevance | path

Searched refs:stringSupportedServiceNames (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/agenda/
H A DCallWizard.java144 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local
145 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()
147 return (stringSupportedServiceNames); in getSupportedServiceNames()
/aoo4110/main/wizards/com/sun/star/wizards/fax/
H A DCallWizard.java143 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local
144 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()
146 return (stringSupportedServiceNames); in getSupportedServiceNames()
/aoo4110/main/wizards/com/sun/star/wizards/letter/
H A DCallWizard.java143 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local
144 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()
146 return (stringSupportedServiceNames); in getSupportedServiceNames()
/aoo4110/main/wizards/com/sun/star/wizards/form/
H A DCallFormWizard.java117 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local
119 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()
121 return (stringSupportedServiceNames); in getSupportedServiceNames()
/aoo4110/main/wizards/com/sun/star/wizards/query/
H A DCallQueryWizard.java125 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local
127 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()
129 return (stringSupportedServiceNames); in getSupportedServiceNames()
/aoo4110/main/wizards/com/sun/star/wizards/table/
H A DCallTableWizard.java124 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local
126 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()
128 return (stringSupportedServiceNames); in getSupportedServiceNames()
/aoo4110/main/wizards/com/sun/star/wizards/web/
H A DCallWizard.java181 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local
182 stringSupportedServiceNames[0] = __serviceName; in getSupportedServiceNames()
184 return (stringSupportedServiceNames); in getSupportedServiceNames()
/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DCallReportWizard.java171 String[] stringSupportedServiceNames = new String[1]; in getSupportedServiceNames() local
173 stringSupportedServiceNames[ 0] = __serviceName; in getSupportedServiceNames()
175 return (stringSupportedServiceNames); in getSupportedServiceNames()
/aoo4110/main/odk/examples/java/Spreadsheet/
H A DCalcAddins.java125 String[] stringSupportedServiceNames = { ADDIN_SERVICE, __serviceName }; in getSupportedServiceNames() local
126 return( stringSupportedServiceNames ); in getSupportedServiceNames()
/aoo4110/main/filter/source/xsltvalidate/
H A DXSLTValidate.java295 String[] stringSupportedServiceNames = { __serviceName }; in getSupportedServiceNames() local
296 return( stringSupportedServiceNames ); in getSupportedServiceNames()
/aoo4110/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java485 String[] stringSupportedServiceNames = {_serviceName}; in getSupportedServiceNames() local
486 return stringSupportedServiceNames; in getSupportedServiceNames()
/aoo4110/main/xmerge/source/bridge/java/
H A DXMergeBridge.java660 String[] stringSupportedServiceNames = { __serviceName }; in getSupportedServiceNames() local
661 return( stringSupportedServiceNames ); in getSupportedServiceNames()

Completed in 85 milliseconds