Home
last modified time | relevance | path

Searched refs:pService (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svl/source/svdde/
H A Dddesvr.cxx75 DdeService* pService; in SV_IMPL_VARARR() local
96 for( pService = rAll.First();pService;pService = rAll.Next() ) in SV_IMPL_VARARR()
120 for( pService = rAll.First();pService;pService = rAll.Next() ) in SV_IMPL_VARARR()
141 for( pService = rAll.First(); pService; pService = rAll.Next() ) in SV_IMPL_VARARR()
192 if ( pService) in SV_IMPL_VARARR()
203 if ( pService ) in SV_IMPL_VARARR()
218 for ( pService = rAll.First(); pService; pService = rAll.Next() ) in SV_IMPL_VARARR()
234 pService->pConv->Remove( pC ); in SV_IMPL_VARARR()
266 aRes = pService->Topics(); in SV_IMPL_VARARR()
270 aRes = pService->Status(); in SV_IMPL_VARARR()
[all …]
H A Dddecli.cxx174 pService = new DdeString( pInst->hDdeInstCli, rService ); in DdeConnection()
179 pImp->hConv = DdeConnect( pInst->hDdeInstCli,*pService,*pTopic, NULL); in DdeConnection()
195 delete pService; in ~DdeConnection()
244 return (const String&)*pService; in GetServiceName()
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx1657 const char *pService = NULL; in StartElement() local
1712 if( NULL == pService ) in StartElement()
1719 AddShape(pService); in StartElement()
2479 const char *pService; in StartElement() local
2490 AddShape( pService ); in StartElement()
2784 AddShape( pService ); in StartElement()
2971 AddShape( pService ); in StartElement()
3151 const char* pService; in StartElement() local
3171 AddShape( pService ); in StartElement()
3407 AddShape( pService ); in StartElement()
[all …]
/trunk/main/xml2cmp/source/finder/
H A Ddependy.cxx155 Service * pService = aServices[sService]; in ReadFile() local
156 if (pService == 0) in ReadFile()
158 pService = new Service(rImpl.Data(di)); in ReadFile()
159 aServices[sService] = pService; in ReadFile()
161 ServiceInfo & rSInfo = pService->AddImplementation(sModule); in ReadFile()
/trunk/main/sfx2/source/appl/
H A Dlnkbase2.cxx745 for( DdeService* pService = rSvc.First(); pService; in FindTopic() local
746 pService = rSvc.Next() ) in FindTopic()
747 if( pService->GetName() == sService ) in FindTopic()
754 DdeTopics& rTopics = pService->GetTopics(); in FindTopic()
765 if( i || !pService->MakeTopic( sTopic ) ) in FindTopic()
/trunk/main/framework/source/uielement/
H A Dpanelwrapper.cxx121 ModelWinService* pService = dynamic_cast< ModelWinService* >( xNameAccess.get() ); in dispose() local
122 if ( pService != 0 ) in dispose()
129 pService->deregisterModelForXWindow( xWindow ); in dispose()
/trunk/main/idlc/source/
H A Dparser.y1935 AstService* pService = NULL;
1942 pService = new AstService(*$3, pScope);
1943 pScope->addDeclaration(pService);
1949 idlc()->scopes()->push(pService);
2043 AstService* pService = NULL;
2050 pService = new AstService(NT_singleton, *$3, pScope);
2051 pScope->addDeclaration(pService);
2057 idlc()->scopes()->push(pService);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_Settings.java151 private String getPrinterNameWithReflection(Object pService) { in getPrinterNameWithReflection() argument
156 Object retValue = getNameMethod.invoke(pService, new Object[0]); in getPrinterNameWithReflection()
/trunk/main/autodoc/source/ary/idl/
H A Di2s_calculator.cxx722 pService = ary_cast<Service>( & my_CeStorage()[i_nService] ); in assignImplementation_toAServicesInterfaces() local
726 if (pService != 0) in assignImplementation_toAServicesInterfaces()
730 pService->Get_SupportedInterfaces(pSupportedInterfaces); in assignImplementation_toAServicesInterfaces()
/trunk/main/framework/source/layoutmanager/
H A Dhelpers.cxx180 …rviceFactory >& rFactory, const uno::Reference< awt::XWindowPeer >& rParent, const char* pService ) in createToolkitWindow() argument
193 aDescriptor.WindowServiceName = ::rtl::OUString::createFromAscii( pService ); in createToolkitWindow()
H A Dhelpers.hxx71 …, const css::uno::Reference< ::com::sun::star::awt::XWindowPeer >& rParent, const char* pService );
/trunk/main/svl/inc/svl/
H A Dsvdde.hxx276 DdeString* pService; member in DdeConnection
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx1267 const OUString* pService = aSeq.getConstArray(); in supportsService() local
1269 if( *pService++ == ServiceName ) in supportsService()
/trunk/main/xmloff/source/text/
H A Dtxtfldi.cxx216 const sal_Char* pService, in XMLTextFieldImportContext() argument
224 DBG_ASSERT(NULL != pService, "Need service name!"); in XMLTextFieldImportContext()
225 sServiceName = OUString::createFromAscii(pService); in XMLTextFieldImportContext()
/trunk/main/xmloff/inc/
H A Dtxtfldi.hxx154 const sal_Char* pService, /// name of SO API service
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1455 IServiceProvider *pService = NULL;
1456 hr = pAcc->QueryInterface(IID_IServiceProvider, (void **)&pService);
1459 hr = pService->QueryService(IID_IAccessible, IID_IAccessible2, (void**)&pIA2);

Completed in 121 milliseconds