Home
last modified time | relevance | path

Searched refs:rService (Results 1 – 20 of 20) sorted by relevance

/trunk/main/oox/source/vml/
H A Dvmldrawing.cxx205 Reference< XShape > Drawing::createAndInsertXShape( const OUString& rService, in createAndInsertXShape() argument
208 …OSL_ENSURE( rService.getLength() > 0, "Drawing::createAndInsertXShape - missing UNO shape service … in createAndInsertXShape()
211 if( (rService.getLength() > 0) && rxShapes.is() ) try in createAndInsertXShape()
214 xShape.set( xModelFactory->createInstance( rService ), UNO_QUERY_THROW ); in createAndInsertXShape()
H A Dvmlshape.cxx331 SimpleShape::SimpleShape( Drawing& rDrawing, const OUString& rService ) : in SimpleShape() argument
333 maService( rService ) in SimpleShape()
/trunk/main/autodoc/source/ary/idl/
H A Di2s_calculator.cxx312 rService = ary_cast<Service>(i_rData); in do_Process() local
315 assignImplementation_toAServicesInterfaces( rService.CeId(), in do_Process()
316 rService.CeId(), in do_Process()
319 recursive_AssignIncludingService(rService.CeId(), rService); in do_Process()
/trunk/main/svl/source/svdde/
H A Dddesvr.cxx395 DdeTopic* DdeInternal::FindTopic( DdeService& rService, HSZ hTopic ) in FindTopic() argument
398 DdeTopics& rTopics = rService.aTopics; in FindTopic()
417 bWeiter = rService.MakeTopic( reinterpret_cast<const sal_Unicode*>(chBuf) ); in FindTopic()
456 DdeService::DdeService( const String& rService ) in DdeService() argument
482 pName = new DdeString( pInst->hDdeInstSvr, rService ); in DdeService()
H A Dddeinf.cxx139 DdeTopicList::DdeTopicList( const String& rService ) in DdeTopicList() argument
141 DdeConnection aSys( rService, String( reinterpret_cast<const sal_Unicode*>(SZDDESYS_TOPIC) ) ); in DdeTopicList()
H A Dddecli.cxx152 DdeConnection::DdeConnection( const String& rService, const String& rTopic ) in DdeConnection() argument
174 pService = new DdeString( pInst->hDdeInstCli, rService ); in DdeConnection()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dregisterucb.hxx84 ContentProviderData( const rtl::OUString & rService, in ContentProviderData()
87 : ServiceName( rService ), URLTemplate( rTemplate ), Arguments( rArgs ) {} in ContentProviderData()
/trunk/main/oox/source/xls/
H A Dooxformulaparser.cxx164 sal_Bool SAL_CALL OOXMLFormulaParser::supportsService( const OUString& rService ) throw( RuntimeExc… in supportsService() argument
169 return ::std::find( pArray, pArrayEnd, rService ) != pArrayEnd; in supportsService()
H A Dbiffdetector.cxx184 sal_Bool SAL_CALL BiffDetector::supportsService( const OUString& rService ) throw( RuntimeException… in supportsService() argument
189 return ::std::find( pArray, pArrayEnd, rService ) != pArrayEnd; in supportsService()
H A Ddrawingmanager.cxx1365 Reference< XShape > BiffDrawingBase::createAndInsertXShape( const OUString& rService, in createAndInsertXShape() argument
1368 …OSL_ENSURE( rService.getLength() > 0, "BiffDrawingBase::createAndInsertXShape - missing UNO shape … in createAndInsertXShape()
1371 if( (rService.getLength() > 0) && rxShapes.is() ) try in createAndInsertXShape()
1373 … xShape.set( getBaseFilter().getModelFactory()->createInstance( rService ), UNO_QUERY_THROW ); in createAndInsertXShape()
/trunk/main/basic/source/runtime/
H A Dddectrl.cxx109 SbError SbiDdeControl::Initiate( const String& rService, const String& rTopic, in Initiate() argument
113 DdeConnection* pConv = new DdeConnection( rService, rTopic ); in Initiate()
H A Dddectrl.hxx51 SbError Initiate( const String& rService, const String& rTopic,
/trunk/main/uui/source/
H A Diahndl.hxx79 InteractionHandlerData(const rtl::OUString & rService) in InteractionHandlerData()
80 : ServiceName( rService ){} in InteractionHandlerData()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx500 sal_Bool SAL_CALL VBAMacroResolver::supportsService( const ::rtl::OUString& rService ) throw (uno::… in supportsService() argument
505 return ::std::find( pArray, pArrayEnd, rService ) != pArrayEnd; in supportsService()
/trunk/main/oox/inc/oox/xls/
H A Dbiffdetector.hxx71 supportsService( const ::rtl::OUString& rService )
H A Dooxformulaparser.hxx60 supportsService( const ::rtl::OUString& rService )
H A Ddrawingmanager.hxx473 const ::rtl::OUString& rService,
/trunk/main/filter/inc/filter/msfilter/
H A Dmsvbahelper.hxx73 supportsService( const ::rtl::OUString& rService )
/trunk/main/oox/inc/oox/vml/
H A Dvmldrawing.hxx146 const ::rtl::OUString& rService,
H A Dvmlshape.hxx254 explicit SimpleShape( Drawing& rDrawing, const ::rtl::OUString& rService );

Completed in 81 milliseconds