Lines Matching refs:script

63 …              uno::Reference< script::vba::XVBAModuleInfo > xVBAModuleInfo( rLib, uno::UNO_QUERY );  in getObjectName()
66 script::ModuleInfo aModuleInfo = xVBAModuleInfo->getModuleInfo( rModName ); in getObjectName()
84 sal_Int32 nType = script::ModuleType::NORMAL; in getModuleType()
85 uno::Reference< script::vba::XVBAModuleInfo > xVBAModuleInfo( rLib, uno::UNO_QUERY ); in getModuleType()
88 script::ModuleInfo aModuleInfo = xVBAModuleInfo->getModuleInfo( rModName ); in getModuleType()
261 …Reference< script::XLibraryContainer > xModLibContainer( rDocument.getLibraryContainer( E_SCRIPTS … in ImpCreateLibEntries()
267 …Reference< script::XLibraryContainer > xDlgLibContainer( rDocument.getLibraryContainer( E_DIALOGS … in ImpCreateLibEntries()
322 …Reference< script::XLibraryContainer > xModLibContainer( rDocument.getLibraryContainer( E_SCRIPTS … in ImpCreateLibSubEntries()
382 …Reference< script::XLibraryContainer > xDlgLibContainer( rDocument.getLibraryContainer( E_DIALOGS … in ImpCreateLibSubEntries()
469 case script::ModuleType::DOCUMENT: in ImpCreateLibSubSubEntriesInVBAMode()
472 case script::ModuleType::FORM: in ImpCreateLibSubSubEntriesInVBAMode()
475 case script::ModuleType::NORMAL: in ImpCreateLibSubSubEntriesInVBAMode()
478 case script::ModuleType::CLASS: in ImpCreateLibSubSubEntriesInVBAMode()
668 …Reference< script::XLibraryContainer > xModLibContainer( aDocument.getLibraryContainer( E_SCRIPTS … in ExpandingHdl()
671 … Reference< script::XLibraryContainerPassword > xPasswd( xModLibContainer, UNO_QUERY ); in ExpandingHdl()
695 …Reference< script::XLibraryContainer > xModLibContainer( aDocument.getLibraryContainer( E_SCRIPTS … in IsEntryProtected()
698 … Reference< script::XLibraryContainerPassword > xPasswd( xModLibContainer, UNO_QUERY ); in IsEntryProtected()