Lines Matching refs:aModInfo
217 script::ModuleInfo aModInfo = xModInfo->getModuleInfo( aElementName ); in writeLibraryElement() local
218 switch( aModInfo.ModuleType ) in writeLibraryElement()
326 script::ModuleInfo aModInfo; in importLibraryElement() local
327 aModInfo.ModuleType = ModuleType::UNKNOWN; in importLibraryElement()
331 aModInfo.ModuleType = ModuleType::NORMAL; in importLibraryElement()
336 aModInfo.ModuleType = ModuleType::CLASS; in importLibraryElement()
341 aModInfo.ModuleType = ModuleType::FORM; in importLibraryElement()
342 aModInfo.ModuleObject = mxOwnerDocument; in importLibraryElement()
347 aModInfo.ModuleType = ModuleType::DOCUMENT; in importLibraryElement()
362 aModInfo.ModuleObject.set( mxCodeNameAccess->getByName( aElementName), uno::UNO_QUERY ); in importLibraryElement()
376 xVBAModuleInfo->insertModuleInfo( aElementName, aModInfo ); in importLibraryElement()