LibreOffice Module scripting (master) 1
|
Public Member Functions | |
def | __init__ (self, provCtx, name, rootUrl) |
def | getName (self) |
def | getChildNodes (self) |
def | hasChildNodes (self) |
def | getType (self) |
def | getScript (self, uri) |
![]() | |
def | getTypes (self) |
def | getImplementationId (self) |
Public Attributes | |
provCtx | |
name | |
rootUrl | |
Definition at line 870 of file pythonscript.py.
def pythonscript.PackageBrowseNode.__init__ | ( | self, | |
provCtx, | |||
name, | |||
rootUrl | |||
) |
Definition at line 871 of file pythonscript.py.
def pythonscript.PackageBrowseNode.getChildNodes | ( | self | ) |
Definition at line 879 of file pythonscript.py.
References pythonscript.lastElement(), pythonscript.ScriptBrowseNode.provCtx, pythonscript.FileBrowseNode.provCtx, pythonscript.DirBrowseNode.provCtx, pythonscript.PackageBrowseNode.provCtx, and pythonscript.PythonScriptProvider.provCtx.
Referenced by pythonscript.FileBrowseNode.hasChildNodes().
def pythonscript.PackageBrowseNode.getName | ( | self | ) |
Definition at line 876 of file pythonscript.py.
References codemaker::ExceptionTreeNode.name, comphelper::EventNotifierImpl.name, configmgr::XcsParser::Element.name, configmgr::XcuParser::State.name, pq_sdbc_driver::ColDesc.name, cppu::ContextEntry_Init.name, cppuhelper::ServiceManager::Data::Implementation.name, UpdateDialog::DisabledUpdate.name, UpdateDialog::SpecificError.name, desktop::supported_migration.name, MemberInfo.name, TB.name, TBCMenuSpecific.name, EmPicture.name, hwpfilter::StyleData.name, Attr.name, CertificateCheckInfo.name, MarItem_.name, oox::ppt::Attribute.name, oox::ppt::CommentAuthor.name, ScRawToken.name, sd::ZeroconfService.name, tools::XmlWalker.name(), http_dav_ucp::ProppatchValue.name, http_dav_ucp::SerfPropName.name, unoidl::AnnotatedReference.name, unoidl::InterfaceTypeEntity::Attribute.name, unoidl::detail::SourceProviderSingleInterfaceBasedServiceEntityPad::Constructor.name, unoidl::SingleInterfaceBasedServiceEntity::Constructor.name, unoidl::detail::SourceProviderInterfaceTypeEntityPad::DirectBase.name, unoidl::detail::MapEntry.name, unoidl::ConstantGroupEntity::Member.name, unoidl::EnumTypeEntity::Member.name, unoidl::ExceptionTypeEntity::Member.name, unoidl::PlainStructTypeEntity::Member.name, unoidl::PolymorphicStructTypeTemplateEntity::Member.name, unoidl::InterfaceTypeEntity::Method.name, unoidl::detail::SourceProviderSingleInterfaceBasedServiceEntityPad::Constructor::Parameter.name, unoidl::InterfaceTypeEntity::Method::Parameter.name, unoidl::SingleInterfaceBasedServiceEntity::Constructor::Parameter.name, unoidl::AccumulationBasedServiceEntity::Property.name, unoidl::detail::SourceProviderType.name, psp::CPDPrinter.name, OpenGLZone.name(), vcl::PngChunk.name, SkiaZone.name(), XPMRGBTab.name, IAccessibleAction.name, access2base::_BasicObject.name, scriptforge::SFServices.name, writerperfect::DocumentHandlerFor< OdgGenerator >.name(), writerperfect::DocumentHandlerFor< OdpGenerator >.name(), writerperfect::DocumentHandlerFor< OdsGenerator >.name(), writerperfect::DocumentHandlerFor< OdtGenerator >.name(), org::openoffice::xmerge::ConvertData.name, org::openoffice::xmerge::converter::xml::sxc::NameDefinition.name, org::openoffice::xmerge::converter::xml::Style.name, chelp::URLParameter.name(), xmlreader::XmlReader::ElementData.name, pythonscript.FileBrowseNode.name, pythonscript.DirBrowseNode.name, and pythonscript.PackageBrowseNode.name.
def pythonscript.PackageBrowseNode.getScript | ( | self, | |
uri | |||
) |
Definition at line 898 of file pythonscript.py.
def pythonscript.PackageBrowseNode.getType | ( | self | ) |
Definition at line 895 of file pythonscript.py.
def pythonscript.PackageBrowseNode.hasChildNodes | ( | self | ) |
Definition at line 892 of file pythonscript.py.
References pythonscript.ScriptBrowseNode.provCtx, pythonscript.FileBrowseNode.provCtx, pythonscript.DirBrowseNode.provCtx, pythonscript.PackageBrowseNode.provCtx, and pythonscript.PythonScriptProvider.provCtx.
pythonscript.PackageBrowseNode.name |
Definition at line 873 of file pythonscript.py.
Referenced by pythonscript.FileBrowseNode.getChildNodes(), pythonscript.FileBrowseNode.getName(), pythonscript.DirBrowseNode.getName(), and pythonscript.PackageBrowseNode.getName().
pythonscript.PackageBrowseNode.provCtx |
Definition at line 872 of file pythonscript.py.
Referenced by pythonscript.ScriptBrowseNode.actionPerformed(), pythonscript.FileBrowseNode.getChildNodes(), pythonscript.DirBrowseNode.getChildNodes(), pythonscript.PackageBrowseNode.getChildNodes(), pythonscript.ScriptBrowseNode.getPropertyValue(), pythonscript.PythonScriptProvider.getScript(), pythonscript.PythonScriptProvider.hasByName(), pythonscript.PackageBrowseNode.hasChildNodes(), pythonscript.PythonScriptProvider.insertByName(), pythonscript.ScriptBrowseNode.invoke(), and pythonscript.PythonScriptProvider.removeByName().
pythonscript.PackageBrowseNode.rootUrl |
Definition at line 874 of file pythonscript.py.
Referenced by pythonscript.ProviderContext.addPackageByUrl(), pythonscript.DirBrowseNode.getChildNodes(), pythonscript.ProviderContext.getPackageNameFromUrl(), pythonscript.ProviderContext.getPersistentUrlFromStorageUrl(), pythonscript.ProviderContext.getStorageUrlFromPersistentUrl(), pythonscript.ProviderContext.getTransientPartFromUrl(), and pythonscript.ProviderContext.setPackageAttributes().