/trunk/main/oox/source/vml/ |
H A D | vmldrawing.cxx | 205 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 D | vmlshape.cxx | 331 SimpleShape::SimpleShape( Drawing& rDrawing, const OUString& rService ) : in SimpleShape() argument 333 maService( rService ) in SimpleShape()
|
/trunk/main/autodoc/source/ary/idl/ |
H A D | i2s_calculator.cxx | 312 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 D | ddesvr.cxx | 395 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 D | ddeinf.cxx | 139 DdeTopicList::DdeTopicList( const String& rService ) in DdeTopicList() argument 141 DdeConnection aSys( rService, String( reinterpret_cast<const sal_Unicode*>(SZDDESYS_TOPIC) ) ); in DdeTopicList()
|
H A D | ddecli.cxx | 152 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 D | registerucb.hxx | 84 ContentProviderData( const rtl::OUString & rService, in ContentProviderData() 87 : ServiceName( rService ), URLTemplate( rTemplate ), Arguments( rArgs ) {} in ContentProviderData()
|
/trunk/main/oox/source/xls/ |
H A D | ooxformulaparser.cxx | 164 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 D | biffdetector.cxx | 184 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 D | drawingmanager.cxx | 1365 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 D | ddectrl.cxx | 109 SbError SbiDdeControl::Initiate( const String& rService, const String& rTopic, in Initiate() argument 113 DdeConnection* pConv = new DdeConnection( rService, rTopic ); in Initiate()
|
H A D | ddectrl.hxx | 51 SbError Initiate( const String& rService, const String& rTopic,
|
/trunk/main/uui/source/ |
H A D | iahndl.hxx | 79 InteractionHandlerData(const rtl::OUString & rService) in InteractionHandlerData() 80 : ServiceName( rService ){} in InteractionHandlerData()
|
/trunk/main/filter/source/msfilter/ |
H A D | msvbahelper.cxx | 500 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 D | biffdetector.hxx | 71 supportsService( const ::rtl::OUString& rService )
|
H A D | ooxformulaparser.hxx | 60 supportsService( const ::rtl::OUString& rService )
|
H A D | drawingmanager.hxx | 473 const ::rtl::OUString& rService,
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | msvbahelper.hxx | 73 supportsService( const ::rtl::OUString& rService )
|
/trunk/main/oox/inc/oox/vml/ |
H A D | vmldrawing.hxx | 146 const ::rtl::OUString& rService,
|
H A D | vmlshape.hxx | 254 explicit SimpleShape( Drawing& rDrawing, const ::rtl::OUString& rService );
|