Home
last modified time | relevance | path

Searched refs:removeLibrary (Results 1 – 7 of 7) sorted by relevance

/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx389 xScriptLibs->removeLibrary(m_name); in processPackage_()
396 xDialogLibs->removeLibrary(m_dialogName); in processPackage_()
429 xScriptLibs->removeLibrary(m_name); in processPackage_()
459 xDialogLibs->removeLibrary(m_dialogName); in processPackage_()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DBasicMacroTools.java167 removeLibrary(LibraryName); in appendLibrary()
184 public void removeLibrary(String LibraryName) throws java.lang.Exception { in removeLibrary() method in BasicMacroTools
187 mLCxLC.removeLibrary(LibraryName); in removeLibrary()
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx1017 xModLibContainer->removeLibrary( aOULibName ); in InsertLib()
1021 xDlgLibContainer->removeLibrary( aOULibName ); in InsertLib()
1471 xModLibContainer->removeLibrary( aOULibName ); in DeleteCurrent()
1473 xDlgLibContainer->removeLibrary( aOULibName ); in DeleteCurrent()
/trunk/main/offapi/com/sun/star/script/
H A DXLibraryContainer.idl93 void removeLibrary( [in] string Name )
/trunk/main/basic/source/inc/
H A Dnamecont.hxx403 virtual void SAL_CALL removeLibrary( const ::rtl::OUString& Name );
/trunk/main/basic/source/uno/
H A Dnamecont.cxx923 removeLibrary( aLibName ); in init_Impl()
2220 void SAL_CALL SfxLibraryContainer::removeLibrary( const OUString& Name ) in removeLibrary() function in basic::SfxLibraryContainer
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx1586 xSourceLibraries->removeLibrary( *pSourceLibName ); in impl_migrateContainerLibraries_nothrow()