Lines Matching refs:pThm
300 GalleryTheme* pThm = mpBrowser->GetXChgData()->pTheme; in run() local
308 pThm->LockBroadcaster(); in run()
328 pThm->InsertURL( aURL ); in run()
335 pThm->UnlockBroadcaster(); in run()
456 ActualizeProgress::ActualizeProgress( Window* pWindow, GalleryTheme* pThm ) : in ActualizeProgress() argument
461 pTheme ( pThm ) in ActualizeProgress()
560 pThm ( _pThm ) in GalleryIdDialog()
568 aLbResName.SelectEntryPos( (sal_uInt16) pThm->GetId() ); in GalleryIdDialog()
578 Gallery* pGal = pThm->GetParent(); in IMPL_LINK()
586 if( ( pInfo->GetId() == nId ) && ( pInfo->GetThemeName() != pThm->GetName() ) ) in IMPL_LINK()
677 GalleryTheme* pThm = pData->pTheme; in SetXChgData() local
678 String aOutStr( String::CreateFromInt32( pThm->GetObjectCount() ) ); in SetXChgData()
682 sal_Bool bReadOnly = pThm->IsReadOnly() && !pThm->IsImported(); in SetXChgData()
685 aEdtMSName.SetText( pThm->GetName() ); in SetXChgData()
693 if( pThm->IsReadOnly() ) in SetXChgData()
697 aFtMSShowPath.SetText( pThm->GetSdgURL().GetMainURL( INetURLObject::DECODE_UNAMBIGUOUS ) ); in SetXChgData()
700 if ( 1 == pThm->GetObjectCount() ) in SetXChgData()
722 if( pThm->IsImported() ) in SetXChgData()
724 else if( pThm->IsReadOnly() ) in SetXChgData()
726 else if( pThm->IsDefault() ) in SetXChgData()