/aoo41x/main/svl/source/svdde/ |
H A D | ddesvr.cxx | 75 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 D | ddecli.cxx | 174 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()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 1657 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 …]
|
/aoo41x/main/xml2cmp/source/finder/ |
H A D | dependy.cxx | 155 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()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | lnkbase2.cxx | 745 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()
|
/aoo41x/main/framework/source/uielement/ |
H A D | panelwrapper.cxx | 121 ModelWinService* pService = dynamic_cast< ModelWinService* >( xNameAccess.get() ); in dispose() local 122 if ( pService != 0 ) in dispose() 129 pService->deregisterModelForXWindow( xWindow ); in dispose()
|
/aoo41x/main/idlc/source/ |
H A D | parser.y | 1935 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);
|
/aoo41x/main/qadevOOo/tests/java/ifc/document/ |
H A D | _Settings.java | 151 private String getPrinterNameWithReflection(Object pService) { in getPrinterNameWithReflection() argument 156 Object retValue = getNameMethod.invoke(pService, new Object[0]); in getPrinterNameWithReflection()
|
/aoo41x/main/autodoc/source/ary/idl/ |
H A D | i2s_calculator.cxx | 722 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()
|
/aoo41x/main/framework/source/layoutmanager/ |
H A D | helpers.cxx | 180 …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 D | helpers.hxx | 71 …, const css::uno::Reference< ::com::sun::star::awt::XWindowPeer >& rParent, const char* pService );
|
/aoo41x/main/svl/inc/svl/ |
H A D | svdde.hxx | 276 DdeString* pService; member in DdeConnection
|
/aoo41x/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 1267 const OUString* pService = aSeq.getConstArray(); in supportsService() local 1269 if( *pService++ == ServiceName ) in supportsService()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtfldi.cxx | 216 const sal_Char* pService, in XMLTextFieldImportContext() argument 224 DBG_ASSERT(NULL != pService, "Need service name!"); in XMLTextFieldImportContext() 225 sServiceName = OUString::createFromAscii(pService); in XMLTextFieldImportContext()
|
/aoo41x/main/xmloff/inc/ |
H A D | txtfldi.hxx | 154 const sal_Char* pService, /// name of SO API service
|
/aoo41x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 1455 IServiceProvider *pService = NULL; 1456 hr = pAcc->QueryInterface(IID_IServiceProvider, (void **)&pService); 1459 hr = pService->QueryService(IID_IAccessible, IID_IAccessible2, (void**)&pIA2);
|