Searched refs:MakeModule32 (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/basic/inc/basic/ |
H A D | sbstar.hxx | 121 SbModule* MakeModule32( const String& rName, const ::rtl::OUString& rSrc ); 122 …SbModule* MakeModule32( const String& rName, const com::sun::star::script::ModuleInfo& mInfo…
|
/aoo41x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 246 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()
|
/aoo41x/main/basic/source/classes/ |
H A D | sb.cxx | 1058 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 43 milliseconds