Lines Matching refs:mpExchangeData
161 mpExchangeData ( new ExchangeData ), in DBG_NAME()
201 delete mpExchangeData; in ~GalleryBrowser1()
202 mpExchangeData = NULL; in ~GalleryBrowser1()
330 ImplFillExchangeData( pTheme, *mpExchangeData ); in ImplGalleryThemeProperties()
334 …log2* pThemeProps = pFact->CreateGalleryThemePropertiesDialog( NULL, mpExchangeData, mpThemePropsD… in ImplGalleryThemeProperties()
357 String aName( mpExchangeData->pTheme->GetName() ); in ImplEndGalleryThemeProperties()
359 if( mpExchangeData->aEditedTitle.Len() && aName != mpExchangeData->aEditedTitle ) in ImplEndGalleryThemeProperties()
362 String aTitle( mpExchangeData->aEditedTitle ); in ImplEndGalleryThemeProperties()
367 aTitle = mpExchangeData->aEditedTitle; in ImplEndGalleryThemeProperties()
377 mpThemes->SelectEntry( mpExchangeData->pTheme->GetName() ); in ImplEndGalleryThemeProperties()
382 String aThemeName( mpExchangeData->pTheme->GetName() ); in ImplEndGalleryThemeProperties()
383 mpGallery->ReleaseTheme( mpExchangeData->pTheme, *this ); in ImplEndGalleryThemeProperties()