Home
last modified time | relevance | path

Searched refs:MakeModule32 (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/basic/inc/basic/
H A Dsbstar.hxx122 SbModule* MakeModule32( const String& rName, const ::rtl::OUString& rSrc );
123 …SbModule* MakeModule32( const String& rName, const com::sun::star::script::ModuleInfo& mInfo…
/aoo42x/main/basic/source/basmgr/
H A Dbasmgr.cxx246 pLib->MakeModule32( aModuleName, mInfo, aMod ); in addLibraryModulesImpl()
249 pLib->MakeModule32( aModuleName, aMod ); in addLibraryModulesImpl()
307 pLib->MakeModule32( aName, mInfo, aMod ); in elementInserted()
310 pLib->MakeModule32( aName, aMod ); in elementInserted()
343 pLib->MakeModule32( aName, aMod ); in elementReplaced()
2171 mpLib->MakeModule32( aName, xMod->getSource() ); in insertByName()
2575 pLib->MakeModule32( ModuleName, Source ); in addModule()
/aoo42x/main/basic/source/classes/
H A Dsb.cxx1058 return MakeModule32( rName, rSrc ); in MakeModule()
1061 SbModule* StarBASIC::MakeModule32( const String& rName, const ::rtl::OUString& rSrc ) in MakeModule32() function in StarBASIC
1065 return MakeModule32( rName, mInfo, rSrc ); in MakeModule32()
1067 SbModule* StarBASIC::MakeModule32( const String& rName, const ModuleInfo& mInfo, const rtl::OUStrin… in MakeModule32() function in StarBASIC

Completed in 62 milliseconds