Searched refs:hasModule (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/basctl/source/basicide/ |
H A D | basobj2.cxx | 169 if ( !rDocument.hasModule( rLibName, rOldName ) ) in RenameModule() 175 if ( rDocument.hasModule( rLibName, rNewName ) ) in RenameModule() 435 …if ( rDocument.hasModule( rLibName, rModName ) && rDocument.getModule( rLibName, rModName, aOUSour… in HasMethod()
|
H A D | moduldlg.cxx | 249 if ( ( eSourceType == OBJ_TYPE_MODULE && rDestDoc.hasModule( aDestLibName, aSourceName ) ) || in NotifyAcceptDrop() 995 if( rDocument.hasModule( aLibName, aModName ) ) in createModImpl()
|
H A D | basides2.cxx | 249 if ( rDocument.hasModule( aLibName, aModName ) ) in CreateBasWin()
|
H A D | bastype3.cxx | 443 bIsValid = aDocument.hasModule( aLibName, aName ); in IsValidEntry()
|
H A D | scriptdocument.cxx | 1414 …bool ScriptDocument::hasModule( const ::rtl::OUString& _rLibName, const ::rtl::OUString& _rModuleN… in hasModule() function in basctl::ScriptDocument
|
/aoo4110/main/oox/inc/oox/ole/ |
H A D | vbaproject.hxx | 137 bool hasModule( const ::rtl::OUString& rModuleName ) const;
|
/aoo4110/main/basctl/source/inc/ |
H A D | scriptdocument.hxx | 334 … bool hasModule( const ::rtl::OUString& _rLibName, const ::rtl::OUString& _rModName ) const;
|
/aoo4110/main/oox/source/ole/ |
H A D | vbaproject.cxx | 192 bool VbaProject::hasModule( const OUString& rModuleName ) const in hasModule() function in oox::ole::VbaProject
|
Completed in 50 milliseconds