Searched refs:pSysTopic (Results 1 – 2 of 2) sorted by relevance
489 pSysTopic = new DdeTopic( reinterpret_cast<const sal_Unicode*>(SZDDESYS_TOPIC) ); in DdeService()490 pSysTopic->AddItem( DdeItem( reinterpret_cast<const sal_Unicode*>(SZDDESYS_ITEM_TOPICS) ) ); in DdeService()491 pSysTopic->AddItem( DdeItem( reinterpret_cast<const sal_Unicode*>(SZDDESYS_ITEM_SYSITEMS) ) ); in DdeService()492 pSysTopic->AddItem( DdeItem( reinterpret_cast<const sal_Unicode*>(SZDDESYS_ITEM_STATUS) ) ); in DdeService()493 pSysTopic->AddItem( DdeItem( reinterpret_cast<const sal_Unicode*>(SZDDESYS_ITEM_FORMATS) ) ); in DdeService()494 pSysTopic->AddItem( DdeItem( reinterpret_cast<const sal_Unicode*>(SZDDESYS_ITEM_HELP) ) ); in DdeService()495 AddTopic( *pSysTopic ); in DdeService()513 delete pSysTopic; in ~DdeService()
435 const DdeTopic* GetSysTopic() const { return pSysTopic; } in GetSysTopic()439 DdeTopic* pSysTopic; member in DdeService
Completed in 21 milliseconds