Searched refs:aModInfo (Results 1 – 1 of 1) sorted by relevance
216 script::ModuleInfo aModInfo = xModInfo->getModuleInfo( aElementName ); in writeLibraryElement() local217 switch( aModInfo.ModuleType ) in writeLibraryElement()325 script::ModuleInfo aModInfo; in importLibraryElement() local326 aModInfo.ModuleType = ModuleType::UNKNOWN; in importLibraryElement()330 aModInfo.ModuleType = ModuleType::NORMAL; in importLibraryElement()335 aModInfo.ModuleType = ModuleType::CLASS; in importLibraryElement()340 aModInfo.ModuleType = ModuleType::FORM; in importLibraryElement()341 aModInfo.ModuleObject = mxOwnerDocument; in importLibraryElement()346 aModInfo.ModuleType = ModuleType::DOCUMENT; in importLibraryElement()361 … aModInfo.ModuleObject.set( mxCodeNameAccess->getByName( aElementName), uno::UNO_QUERY ); in importLibraryElement()[all …]