예제 #1
0
def generateUuid():
    """Returns a 16 byte sequence containing a newly generated uuid or guid.

    For more information, see rtl/uuid.h.
    """

    return pyuno.generateUuid()
예제 #2
0
파일: uno.py 프로젝트: CloCkWeRX/core
def generateUuid():
    """Returns a 16 byte sequence containing a newly generated uuid or guid.

    For more information, see rtl/uuid.h.
    """

    return pyuno.generateUuid()
예제 #3
0
파일: uno.py 프로젝트: beppec56/openoffice
def generateUuid():
    "returns a 16 byte sequence containing a newly generated uuid or guid, see rtl/uuid.h "
    return pyuno.generateUuid()
예제 #4
0
def generateUuid():
    "returns a 16 byte sequence containing a newly generated uuid or guid, see rtl/uuid.h "
    return pyuno.generateUuid()
예제 #5
0
파일: uno.py 프로젝트: hanya/pyuno3ext
def generateUuid():
    """ Returns a 16 byte sequence containing a newly generated UUID or GUID, see rtl/uuid.h """
    return pyuno.generateUuid()