Home
last modified time | relevance | path

Searched refs:pThm (Results 1 – 10 of 10) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx308 pThm->LockBroadcaster(); in run()
328 pThm->InsertURL( aURL ); in run()
335 pThm->UnlockBroadcaster(); in run()
461 pTheme ( pThm ) in ActualizeProgress()
560 pThm ( _pThm ) in GalleryIdDialog()
578 Gallery* pGal = pThm->GetParent(); in IMPL_LINK()
682 sal_Bool bReadOnly = pThm->IsReadOnly() && !pThm->IsImported(); in SetXChgData()
693 if( pThm->IsReadOnly() ) in SetXChgData()
722 if( pThm->IsImported() ) in SetXChgData()
724 else if( pThm->IsReadOnly() ) in SetXChgData()
[all …]
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx75 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()
113 if ( ( aSvDrawStorageRef->GetError() != ERRCODE_NONE ) && !pThm->IsReadOnly() ) in ImplCreateSvDrawStorage()
1620 { pThm->SetModified( bModified ); } in ImplSetModified()
1626 sal_uInt32 GalleryTheme::GetId() const { return pThm->GetId(); } in GetId()
1629 sal_Bool GalleryTheme::IsImported() const { return pThm->IsImported(); } in IsImported()
1630 sal_Bool GalleryTheme::IsReadOnly() const { return pThm->IsReadOnly(); } in IsReadOnly()
1631 sal_Bool GalleryTheme::IsDefault() const { return pThm->IsDefault(); } in IsDefault()
[all …]
H A Dgallery1.cxx747 GalleryTheme* pThm = AcquireTheme( rOldName, aListener ); in RenameTheme() local
749 if( pThm ) in RenameTheme()
754 pThm->ImplWrite(); in RenameTheme()
758 pThm->SetImportName( rNewName ); 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()
808 INetURLObject aSdvURL( pThm->GetSdvURL() ); in RemoveTheme()
[all …]
H A Dgalbrws1.cxx251 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 Dgalbrws1.hxx107 void ImplFillExchangeData( const GalleryTheme* pThm, ExchangeData& rData );
/trunk/main/cui/source/inc/
H A Dcuigaldlg.hxx194 ActualizeProgress( Window* pWindow, GalleryTheme* pThm );
232 GalleryTheme* pThm; member in GalleryIdDialog
239 GalleryIdDialog( Window* pParent, GalleryTheme* pThm );
/trunk/main/svx/inc/svx/
H A Dsvxdlg.hxx360 GalleryTheme* pThm ) = 0;
367 GalleryTheme* pThm ) = 0;
H A Dgaltheme.hxx110 GalleryThemeEntry* pThm; member in GalleryTheme
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1192 … * 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 Ddlgfact.hxx678 …clAbstractRefreshableDialog * CreateActualizeProgressDialog( Window* pParent, GalleryTheme* pThm );
685 GalleryTheme* pThm);

Completed in 81 milliseconds