Lines Matching refs:SfxDialogLibrary
95 SfxLibrary* pRet = new SfxDialogLibrary( maModifiable, aName, mxMSF, mxSFI, this ); in implCreateLibrary()
103 SfxLibrary* pRet = new SfxDialogLibrary in implCreateLibraryLink()
118 return SfxDialogLibrary::containsValidDialog( aElement ); in isLibraryElementValid()
356 SfxDialogLibraryContainer::implCreateStringResource( SfxDialogLibrary* pDialogLibrary ) in implCreateStringResource()
451 SfxDialogLibrary* pDialogLibrary = static_cast<SfxDialogLibrary*>( getImplLib( aName ) ); in onNewRootStorage()
537 SfxDialogLibrary::SfxDialogLibrary( ModifiableHelper& _rModifiable, in SfxDialogLibrary() function in basic::SfxDialogLibrary
548 SfxDialogLibrary::SfxDialogLibrary( ModifiableHelper& _rModifiable, in SfxDialogLibrary() function in basic::SfxDialogLibrary
563 IMPLEMENT_FORWARD_XINTERFACE2( SfxDialogLibrary, SfxLibrary, SfxDialogLibrary_BASE );
564 IMPLEMENT_FORWARD_XTYPEPROVIDER2( SfxDialogLibrary, SfxLibrary, SfxDialogLibrary_BASE );
567 sal_Bool SfxDialogLibrary::isModified( void ) in isModified()
578 void SfxDialogLibrary::storeResources( void ) in storeResources()
584 void SfxDialogLibrary::storeResourcesAsURL in storeResourcesAsURL()
602 void SfxDialogLibrary::storeResourcesToURL( const OUString& URL, in storeResourcesToURL()
615 void SfxDialogLibrary::storeResourcesToStorage( const ::com::sun::star::uno::Reference in storeResourcesToStorage()
631 SAL_CALL SfxDialogLibrary::getStringResource( ) throw (RuntimeException) in getStringResource()
640 bool SfxDialogLibrary::containsValidDialog( const ::com::sun::star::uno::Any& aElement ) in containsValidDialog()
647 bool SAL_CALL SfxDialogLibrary::isLibraryElementValid( ::com::sun::star::uno::Any aElement ) const in isLibraryElementValid()
649 return SfxDialogLibrary::containsValidDialog( aElement ); in isLibraryElementValid()