| 
    LibreOffice Module wizards (master) 1
    
   | 
 
Public Member Functions | |
| def | Architecture (self) | 
| def | ComputerName (self) | 
| def | CPUCount (self) | 
| def | CurrentUser (self) | 
| def | Machine (self) | 
| def | OSName (self) | 
| def | OSPlatform (self) | 
| def | OSRelease (self) | 
| def | OSVersion (self) | 
| def | Processor (self) | 
| def | PythonVersion (self) | 
| def | UserData (self) | 
  Public Member Functions inherited from scriptforge.SFServices | |
| def | __init__ (self, reference=-1, objtype=None, classmodule=0, name='') | 
| def | __getattr__ (self, name) | 
| def | __setattr__ (self, name, value) | 
| def | __repr__ (self) | 
| def | Dispose (self) | 
| def | ExecMethod (self, flags=0, methodname='', *args) | 
| def | GetProperty (self, propertyname, arg=None) | 
| def | Properties (self) | 
| def | basicmethods (self) | 
| def | basicproperties (self) | 
| def | SetProperty (self, propertyname, value) | 
  Public Member Functions inherited from scriptforge._Singleton | |
| def | __call__ (cls, *args, **kwargs) | 
Static Public Attributes | |
| string | serviceimplementation = 'basic' | 
| string | servicename = 'ScriptForge.Platform' | 
| tuple | servicesynonyms = ('platform', 'scriptforge.platform') | 
| serviceproperties | |
| string | py = ScriptForge.pythonhelpermodule + '$' + '_SF_Platform' | 
  Static Public Attributes inherited from scriptforge.SFServices | |
| vbGet | |
| vbLet | |
| vbMethod | |
| vbSet | |
| int | flgPost = 32 | 
| int | flgDateArg = 64 | 
| int | flgDateRet = 128 | 
| int | flgArrayArg = 512 | 
| int | flgArrayRet = 1024 | 
| int | flgUno = 256 | 
| int | flgObject = 2048 | 
| int | flgHardCode = 4096 | 
| moduleClass | |
| moduleStandard | |
| bool | forceGetProperty = False | 
| dictionary | propertysynonyms = {} | 
| tuple | internal_attributes | 
| SIMPLEEXEC = ScriptForge.InvokeSimpleScript | |
| EXEC = ScriptForge.InvokeBasicService | |
  Static Public Attributes inherited from scriptforge._Singleton | |
| dictionary | instances = {} | 
Additional Inherited Members | |
  Public Attributes inherited from scriptforge.SFServices | |
| objectreference | |
| objecttype | |
| classmodule | |
| name | |
| internal | |
| localProperties | |
| serviceimplementation | |
    The 'Platform' service implements a collection of properties about the actual execution environment
    and context :
        the hardware platform
        the operating system
        the LibreOffice version
        the current user
    All those properties are read-only.
    The implementation is mainly based on the 'platform' module of the Python standard library 
Definition at line 1239 of file scriptforge.py.
| def scriptforge.SFScriptForge.SF_Platform.Architecture | ( | self | ) | 
Definition at line 1264 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.ComputerName | ( | self | ) | 
Definition at line 1268 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.CPUCount | ( | self | ) | 
Definition at line 1272 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.CurrentUser | ( | self | ) | 
Definition at line 1276 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.Machine | ( | self | ) | 
Definition at line 1280 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.OSName | ( | self | ) | 
Definition at line 1284 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.OSPlatform | ( | self | ) | 
Definition at line 1288 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.OSRelease | ( | self | ) | 
Definition at line 1292 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.OSVersion | ( | self | ) | 
Definition at line 1296 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.Processor | ( | self | ) | 
Definition at line 1300 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.PythonVersion | ( | self | ) | 
Definition at line 1304 of file scriptforge.py.
References scriptforge.SFScriptForge.SF_Platform.py, and scriptforge.SFServices.SIMPLEEXEC.
| def scriptforge.SFScriptForge.SF_Platform.UserData | ( | self | ) | 
Definition at line 1308 of file scriptforge.py.
References scriptforge.CreateScriptService(), OpenStormBento::CBenValue.GetProperty(), sdext::presenter::PresenterConfigurationAccess.GetProperty(), oox::drawingml::DrawingML.GetProperty(), chart::DataInterpreter.GetProperty(), SbModule.GetProperty(), SfxOleSection.GetProperty(), BaseFrameProperties_Impl.GetProperty(), Section.GetProperty(), LwpPara.GetProperty(), scriptforge.SFServices.GetProperty(), SvtLinguConfig.GetProperty(), SvtLinguConfigItem.GetProperty(), ScfPropertySet.GetProperty(), and access2base._BasicObject.GetProperty.
      
  | 
  static | 
Definition at line 1261 of file scriptforge.py.
Referenced by scriptforge.SFScriptForge.SF_Platform.Architecture(), scriptforge.SFScriptForge.SF_Platform.ComputerName(), scriptforge.SFScriptForge.SF_Platform.CPUCount(), scriptforge.SFScriptForge.SF_Platform.CurrentUser(), scriptforge.SFScriptForge.SF_Platform.Machine(), scriptforge.SFScriptForge.SF_Platform.OSName(), scriptforge.SFScriptForge.SF_Platform.OSPlatform(), scriptforge.SFScriptForge.SF_Platform.OSRelease(), scriptforge.SFScriptForge.SF_Platform.OSVersion(), scriptforge.SFScriptForge.SF_Platform.Processor(), and scriptforge.SFScriptForge.SF_Platform.PythonVersion().
      
  | 
  static | 
Definition at line 1251 of file scriptforge.py.
Referenced by scriptforge.SFServices.__repr__(), scriptforge.SFServices.__setattr__(), scriptforge.SFServices.basicmethods(), scriptforge.SFServices.basicproperties(), scriptforge.SFServices.Dispose(), scriptforge.SFServices.GetProperty(), and scriptforge.SFServices.SetProperty().
      
  | 
  static | 
Definition at line 1252 of file scriptforge.py.
Referenced by scriptforge.ScriptForge.__init__(), and scriptforge.SFServices.__repr__().
      
  | 
  static | 
Definition at line 1254 of file scriptforge.py.
Referenced by scriptforge.SFServices.__setattr__(), and scriptforge.SFServices.Properties().
      
  | 
  static | 
Definition at line 1253 of file scriptforge.py.