MCPcopy Create free account
hub / github.com/LibreOffice/core / ExecMethod

Method ExecMethod

wizards/source/scriptforge/python/scriptforge.py:617–621  ·  view source on GitHub ↗
(self, flags = 0, methodname = '', *args)

Source from the content-addressed store, hash-verified

615 self.objectreference = -1
616
617 def ExecMethod(self, flags = 0, methodname = '', *args):
618 if flags == 0:
619 flags = self.vbMethod
620 if len(methodname) > 0:
621 return self.EXEC(self.objectreference, flags, methodname, *args)
622
623 def GetProperty(self, propertyname, arg = None):
624 """

Callers 15

DisposeMethod · 0.95
basicmethodsMethod · 0.95
basicpropertiesMethod · 0.95
ImportFromCSVFileMethod · 0.45
ConsoleMethod · 0.45
ConsoleClearMethod · 0.45
ConsoleToFileMethod · 0.45
DebugPrintMethod · 0.45
BuildPathMethod · 0.45
CopyFileMethod · 0.45
CopyFolderMethod · 0.45
CreateFolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected