Searched refs:pThm (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/cui/source/dialogs/ |
| H A D | cuigaldlg.cxx | 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() [all …]
|
| /trunk/main/svx/source/gallery2/ |
| H A D | galtheme.cxx | 75 pThm ( pThemeEntry ), in DBG_NAME() 85 if( pThm->IsImported() ) in DBG_NAME() 86 aImportName = pThm->GetThemeName(); in DBG_NAME() 109 if( !pThm->IsImported() ) in ImplCreateSvDrawStorage() 111 …SvStorage( sal_False, GetSdvURL().GetMainURL( INetURLObject::NO_DECODE ), pThm->IsReadOnly() ? STR… in ImplCreateSvDrawStorage() 113 if ( ( aSvDrawStorageRef->GetError() != ERRCODE_NONE ) && !pThm->IsReadOnly() ) in ImplCreateSvDrawStorage() 1620 { pThm->SetModified( bModified ); } in ImplSetModified() 1622 const String& GalleryTheme::GetRealName() const { return pThm->GetThemeName(); } in GetRealName() 1623 const INetURLObject& GalleryTheme::GetThmURL() const { return pThm->GetThmURL(); } in GetThmURL() 1624 const INetURLObject& GalleryTheme::GetSdgURL() const { return pThm->GetSdgURL(); } in GetSdgURL() [all …]
|
| H A D | gallery1.cxx | 747 GalleryTheme* pThm = AcquireTheme( rOldName, aListener ); in RenameTheme() local 749 if( pThm ) in RenameTheme() 754 pThm->ImplWrite(); in RenameTheme() 758 pThm->SetImportName( rNewName ); in RenameTheme() 769 Broadcast( GalleryHint( GALLERY_HINT_THEME_RENAMED, aOldName, pThm->GetName() ) ); in RenameTheme() 770 ReleaseTheme( pThm, aListener ); in RenameTheme() 802 GalleryTheme* pThm = AcquireTheme( rThemeName, aListener ); in RemoveTheme() local 804 if( pThm ) in RemoveTheme() 806 INetURLObject aThmURL( pThm->GetThmURL() ); in RemoveTheme() 807 INetURLObject aSdgURL( pThm->GetSdgURL() ); in RemoveTheme() [all …]
|
| H A D | galbrws1.cxx | 251 void GalleryBrowser1::ImplFillExchangeData( const GalleryTheme* pThm, ExchangeData& rData ) in ImplFillExchangeData() argument 253 rData.pTheme = (GalleryTheme*) pThm; in ImplFillExchangeData() 254 rData.aEditedTitle = pThm->GetName(); in ImplFillExchangeData() 258 …::ucbhelper::Content aCnt( pThm->GetThmURL().GetMainURL( INetURLObject::NO_DECODE ), uno::Referenc… in ImplFillExchangeData()
|
| H A D | galbrws1.hxx | 107 void ImplFillExchangeData( const GalleryTheme* pThm, ExchangeData& rData );
|
| /trunk/main/cui/source/inc/ |
| H A D | cuigaldlg.hxx | 194 ActualizeProgress( Window* pWindow, GalleryTheme* pThm ); 232 GalleryTheme* pThm; member in GalleryIdDialog 239 GalleryIdDialog( Window* pParent, GalleryTheme* pThm );
|
| /trunk/main/svx/inc/svx/ |
| H A D | svxdlg.hxx | 360 GalleryTheme* pThm ) = 0; 367 GalleryTheme* pThm ) = 0;
|
| H A D | galtheme.hxx | 110 GalleryThemeEntry* pThm; member in GalleryTheme
|
| /trunk/main/cui/source/factory/ |
| H A D | dlgfact.cxx | 1192 … * AbstractDialogFactory_Impl::CreateActualizeProgressDialog( Window* pParent, GalleryTheme* pThm ) in CreateActualizeProgressDialog() argument 1194 Dialog* pDlg = new ActualizeProgress( pParent, pThm); in CreateActualizeProgressDialog() 1267 GalleryTheme* pThm ) in CreateGalleryIdDialog() argument 1269 GalleryIdDialog* pDlg = new GalleryIdDialog( pParent, pThm); in CreateGalleryIdDialog()
|
| H A D | dlgfact.hxx | 678 …clAbstractRefreshableDialog * CreateActualizeProgressDialog( Window* pParent, GalleryTheme* pThm ); 685 GalleryTheme* pThm);
|