Searched refs:xModInfo (Results 1 – 1 of 1) sorted by relevance
214 Reference< script::vba::XVBAModuleInfo > xModInfo( xLib, UNO_QUERY ); in writeLibraryElement() local215 if( xModInfo.is() && xModInfo->hasModuleInfo( aElementName ) ) in writeLibraryElement()217 script::ModuleInfo aModInfo = xModInfo->getModuleInfo( aElementName ); in writeLibraryElement()
Completed in 21 milliseconds