Lines Matching refs:SfxScriptLibrary

154 	SfxLibrary* pRet = new SfxScriptLibrary( maModifiable, mxMSF, mxSFI );  in implCreateLibrary()
164 new SfxScriptLibrary in implCreateLibraryLink()
179 return SfxScriptLibrary::containsValidModule( aElement ); in isLibraryElementValid()
881 SfxScriptLibrary* pScriptLib = static_cast< SfxScriptLibrary* >( pLib ); in implLoadPasswordLibrary()
1209 SfxScriptLibrary::SfxScriptLibrary( ModifiableHelper& _rModifiable, in SfxScriptLibrary() function in basic::SfxScriptLibrary
1218 SfxScriptLibrary::SfxScriptLibrary( ModifiableHelper& _rModifiable, in SfxScriptLibrary() function in basic::SfxScriptLibrary
1232 sal_Bool SfxScriptLibrary::isModified( void ) in isModified()
1237 void SfxScriptLibrary::storeResources( void ) in storeResources()
1242 void SfxScriptLibrary::storeResourcesToURL( const ::rtl::OUString& URL, in storeResourcesToURL()
1249 void SfxScriptLibrary::storeResourcesAsURL in storeResourcesAsURL()
1256 void SfxScriptLibrary::storeResourcesToStorage( const ::com::sun::star::uno::Reference in storeResourcesToStorage()
1263 bool SfxScriptLibrary::containsValidModule( const Any& aElement ) in containsValidModule()
1270 bool SAL_CALL SfxScriptLibrary::isLibraryElementValid( ::com::sun::star::uno::Any aElement ) const in isLibraryElementValid()
1272 return SfxScriptLibrary::containsValidModule( aElement ); in isLibraryElementValid()
1275 IMPLEMENT_FORWARD_XINTERFACE2( SfxScriptLibrary, SfxLibrary, SfxScriptLibrary_BASE );
1276 IMPLEMENT_FORWARD_XTYPEPROVIDER2( SfxScriptLibrary, SfxLibrary, SfxScriptLibrary_BASE );
1279 SfxScriptLibrary::getModuleInfo( const ::rtl::OUString& ModuleName ) throw (NoSuchElementException,… in getModuleInfo()
1287 SfxScriptLibrary::hasModuleInfo( const ::rtl::OUString& ModuleName ) throw (RuntimeException) in hasModuleInfo()
1298 void SAL_CALL SfxScriptLibrary::insertModuleInfo( const ::rtl::OUString& ModuleName, const script::… in insertModuleInfo()
1305 void SAL_CALL SfxScriptLibrary::removeModuleInfo( const ::rtl::OUString& ModuleName ) throw (NoSuch… in removeModuleInfo()