Searched refs:aModInfo (Results 1 – 1 of 1) sorted by relevance
217 script::ModuleInfo aModInfo = xModInfo->getModuleInfo( aElementName ); in writeLibraryElement() local218 switch( aModInfo.ModuleType ) in writeLibraryElement()326 script::ModuleInfo aModInfo; in importLibraryElement() local327 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 18 milliseconds