Home
last modified time | relevance | path

Searched refs:sService (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/dbaccess/source/filter/xml/
H A DxmlDatabase.cxx83 ::rtl::OUString sService; in CreateChildContext()
85 aValue >>= sService; in CreateChildContext()
86 if ( !sService.getLength() ) in CreateChildContext()
98 ::rtl::OUString sService; in CreateChildContext()
100 aValue >>= sService; in CreateChildContext()
101 if ( !sService.getLength() ) in CreateChildContext()
113 ::rtl::OUString sService; in CreateChildContext()
115 aValue >>= sService; in CreateChildContext()
116 if ( !sService.getLength() ) in CreateChildContext()
H A DxmlExport.cxx1062 ::rtl::OUString sService; in exportForms()
1064 aValue >>= sService; in exportForms()
1065 if ( !sService.getLength() ) in exportForms()
1083 ::rtl::OUString sService; in exportReports()
1085 aValue >>= sService; in exportReports()
1086 if ( !sService.getLength() ) in exportReports()
1104 ::rtl::OUString sService; in exportQueries()
1106 aValue >>= sService; in exportQueries()
1107 if ( !sService.getLength() ) in exportQueries()
/trunk/main/framework/source/jobs/
H A Djoburl.cxx226 sal_Bool JobURL::getService( /*OUT*/ ::rtl::OUString& sService ) const in getService()
231 sService = ::rtl::OUString(); in getService()
234 sService = m_sService; in getService()
397 ::rtl::OUString sService ; in impldbg_checkURL()
490 (aURL.getService(sService) ) && in impldbg_checkURL()
491 (sService.getLength()>0 ) && in impldbg_checkURL()
492 (sService.compareToAscii(pExpectedService)==0) in impldbg_checkURL()
511 (!aURL.getService(sService) ) && in impldbg_checkURL()
512 (sService.getLength()==0 ) && in impldbg_checkURL()
H A Djobdispatch.cxx366 …spatchService( /*IN*/ const ::rtl::OUString& sService , in impl_dispatchService() argument
374 aCfg.setService(sService); in impl_dispatchService()
H A Djobdata.cxx240 void JobData::setService( const ::rtl::OUString& sService ) in setService() argument
248 m_sService = sService; in setService()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DAsciiReplaceFilter.java656 public boolean supportsService( String sService ) in supportsService() argument
659 sService.equals( m_serviceNames[0] ) || in supportsService()
660 sService.equals( m_serviceNames[1] ) || in supportsService()
661 sService.equals( m_serviceNames[2] ) in supportsService()
/trunk/main/xml2cmp/source/finder/
H A Ddependy.cxx154 Simstr sService = ShortName(rImpl.Data(di)); in ReadFile() local
155 Service * pService = aServices[sService]; in ReadFile()
159 aServices[sService] = pService; in ReadFile()
/trunk/main/filter/source/msfilter/powerpoint/
H A Dpptimporter.cxx69 NMSP_RTL::OUString sService( B2UCONST( "com.sun.star.comp.Impress.XMLImporter" ) ); in PptImporter() local
72 …xHdl = REF( NMSP_SAX::XDocumentHandler ) ( xFact->createInstance( sService ), NMSP_UNO::UNO_Q… in PptImporter()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObjectFactory.java78 public boolean supportsService( String sService ) { in supportsService() argument
82 if (sService.equals(m_serviceNames[i])) in supportsService()
/trunk/main/sw/source/ui/uno/
H A DSwXFilterOptions.cxx74 ::rtl::OUString sService(SWFILTEROPTIONSOBJ_SERVICE); in getSupportedServiceNames_Static()
75 return uno::Sequence< ::rtl::OUString> (&sService, 1); in getSupportedServiceNames_Static()
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx86 OUString sService = OUSTRING("com.sun.star.form.component.TextField"); in getDefaultServiceNameForNode() local
99 sService = OUSTRING("com.sun.star.form.component.CheckBox"); in getDefaultServiceNameForNode()
104 sService = OUSTRING("com.sun.star.form.component.NumericField"); in getDefaultServiceNameForNode()
128 return sService; in getDefaultServiceNameForNode()
/trunk/main/extensions/source/propctrlr/
H A Dobjectinspectormodel.cxx187 …::rtl::OUString sService( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.inspection.ObjectInspectorMod… in getSupportedServiceNames_static()
188 return Sequence< ::rtl::OUString >( &sService, 1 ); in getSupportedServiceNames_static()
/trunk/main/extensions/test/ole/unloading/
H A DunloadTest.cxx147 OUString sService( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.bridge.oleautomation.Factory")); in test3() local
148 Reference<XInterface> xint= fac->createInstanceWithContext( sService, context); in test3()
/trunk/main/odk/examples/java/Inspector/
H A DProtocolHandlerAddon.java123 public boolean supportsService( String sService ) { in supportsService() argument
127 if ( sService.equals( m_serviceNames[i] ) ) in supportsService()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DProtocolHandlerAddon.java123 public boolean supportsService( String sService ) { in supportsService() argument
127 if ( sService.equals( m_serviceNames[i] ) ) in supportsService()
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx1130 OUString sService; in StartElement() local
1131 GetServiceName(sService, eToken); in StartElement()
1132 if (CreateMark(xMark, sService)) in StartElement()
1147 OUString sService; in StartElement() local
1148 GetServiceName(sService, eToken); in StartElement()
1149 if (CreateMark(xMark, sService)) in StartElement()
H A Dtxtvfldi.cxx1055 OUStringBuffer sService; in FindFieldMaster() local
1056 sService.appendAscii(sAPI_fieldmaster_prefix); in FindFieldMaster()
1057 sService.appendAscii((eVarType==VarTypeUserField) ? in FindFieldMaster()
1060 xFactory->createInstance( sService.makeStringAndClear() ); in FindFieldMaster()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiOptionsEventHandlerImpl.java204 public boolean supportsService( String sService ) in supportsService() argument
210 if ( sService.equals( m_pServiceNames[i] )) in supportsService()
H A DWikiEditorImpl.java123 public boolean supportsService( String sService ) in supportsService() argument
129 if ( sService.equals( m_serviceNames[i] )) in supportsService()
/trunk/main/bridges/test/
H A Dtestcomp.cxx760 Reference <XInterface > createComponent( const ::rtl::OUString &sService , in createComponent() argument
765 rInterface = rSMgr->createInstance( sService ); in createComponent()
784 rInterface = rSMgr->createInstance( sService ); in createComponent()
/trunk/main/sfx2/source/appl/
H A Dlnkbase2.cxx742 String sService( sNm.GetToken( 0, cTokenSeperator, nTokenPos ) ); in FindTopic() local
747 if( pService->GetName() == sService ) in FindTopic()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java394 public boolean supportsService( String sService ) { in supportsService() argument
398 if ( sService.equals( SERVICENAMES[i] ) ) in supportsService()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx415 ScVbaShapes::AddShape( const rtl::OUString& sService, const rtl::OUString& sName, sal_Int32 _nLeft,… in AddShape() argument
422 uno::Reference< drawing::XShape > xShape( createShape( sService ), uno::UNO_QUERY_THROW ); in AddShape()
/trunk/main/framework/inc/jobs/
H A Djoburl.hxx132 sal_Bool getService ( ::rtl::OUString& sService ) const;
H A Djobdata.hxx267 … setService ( const ::rtl::OUString& sService );

Completed in 152 milliseconds

12