/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlDatabase.cxx | 83 ::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 D | xmlExport.cxx | 1062 ::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()
|
/aoo41x/main/framework/source/jobs/ |
H A D | joburl.cxx | 226 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 D | jobdispatch.cxx | 366 …spatchService( /*IN*/ const ::rtl::OUString& sService , in impl_dispatchService() argument 374 aCfg.setService(sService); in impl_dispatchService()
|
H A D | jobdata.cxx | 240 void JobData::setService( const ::rtl::OUString& sService ) in setService() argument 248 m_sService = sService; in setService()
|
/aoo41x/main/xml2cmp/source/finder/ |
H A D | dependy.cxx | 154 Simstr sService = ShortName(rImpl.Data(di)); in ReadFile() local 155 Service * pService = aServices[sService]; in ReadFile() 159 aServices[sService] = pService; in ReadFile()
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/ |
H A D | AsciiReplaceFilter.java | 656 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()
|
/aoo41x/main/filter/source/msfilter/powerpoint/ |
H A D | pptimporter.cxx | 69 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()
|
/aoo41x/main/odk/examples/java/EmbedDocument/EmbeddedObject/ |
H A D | OwnEmbeddedObjectFactory.java | 76 public boolean supportsService( String sService ) { in supportsService() argument 80 if (sService.equals(m_serviceNames[i])) in supportsService()
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | SwXFilterOptions.cxx | 74 ::rtl::OUString sService(SWFILTEROPTIONSOBJ_SERVICE); in getSupportedServiceNames_Static() 75 return uno::Sequence< ::rtl::OUString> (&sService, 1); in getSupportedServiceNames_Static()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | objectinspectormodel.cxx | 187 …::rtl::OUString sService( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.inspection.ObjectInspectorMod… in getSupportedServiceNames_static() 188 return Sequence< ::rtl::OUString >( &sService, 1 ); in getSupportedServiceNames_static()
|
/aoo41x/main/extensions/test/ole/unloading/ |
H A D | unloadTest.cxx | 147 OUString sService( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.bridge.oleautomation.Factory")); in test3() local 148 Reference<XInterface> xint= fac->createInstanceWithContext( sService, context); in test3()
|
/aoo41x/main/forms/source/xforms/ |
H A D | model_ui.cxx | 86 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ |
H A D | ProtocolHandlerAddon.java | 123 public boolean supportsService( String sService ) { in supportsService() argument 127 if ( sService.equals( m_serviceNames[i] ) ) in supportsService()
|
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | ProtocolHandlerAddon.java | 123 public boolean supportsService( String sService ) { in supportsService() argument 127 if ( sService.equals( m_serviceNames[i] ) ) in supportsService()
|
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiOptionsEventHandlerImpl.java | 204 public boolean supportsService( String sService ) in supportsService() argument 210 if ( sService.equals( m_pServiceNames[i] )) in supportsService()
|
H A D | WikiEditorImpl.java | 123 public boolean supportsService( String sService ) in supportsService() argument 129 if ( sService.equals( m_serviceNames[i] )) in supportsService()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtparai.cxx | 1129 OUString sService; in StartElement() local 1130 GetServiceName(sService, eToken); in StartElement() 1131 if (CreateMark(xMark, sService)) in StartElement() 1146 OUString sService; in StartElement() local 1147 GetServiceName(sService, eToken); in StartElement() 1148 if (CreateMark(xMark, sService)) in StartElement()
|
H A D | txtvfldi.cxx | 1055 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()
|
/aoo41x/main/bridges/test/ |
H A D | testcomp.cxx | 760 Reference <XInterface > createComponent( const ::rtl::OUString &sService , in createComponent() argument 765 rInterface = rSMgr->createInstance( sService ); in createComponent() 784 rInterface = rSMgr->createInstance( sService ); in createComponent()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | lnkbase2.cxx | 742 String sService( sNm.GetToken( 0, cTokenSeperator, nTokenPos ) ); in FindTopic() local 747 if( pService->GetName() == sService ) in FindTopic()
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/ |
H A D | AsyncJob.java | 394 public boolean supportsService( String sService ) { in supportsService() argument 398 if ( sService.equals( SERVICENAMES[i] ) ) in supportsService()
|
/aoo41x/main/framework/inc/jobs/ |
H A D | joburl.hxx | 132 sal_Bool getService ( ::rtl::OUString& sService ) const;
|
H A D | jobdata.hxx | 267 … setService ( const ::rtl::OUString& sService );
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 415 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()
|