Home
last modified time | relevance | path

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

/aoo4110/main/basic/source/uno/
H A Dscriptcont.cxx217 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()
[all …]

Completed in 15 milliseconds