Overview
| Comment: | [fr] warning about the oxt_identifier variable | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | fr | 
| Files: | files | file ages | folders | 
| SHA3-256: | 3d1951a830e08d661573f809eaceb2d4 | 
| User & Date: | olr on 2025-09-15 12:51:38 | 
| Other Links: | manifest | tags | 
Context
| 2025-09-15 | ||
| 13:37 | [fx][lo] update sponsors check-in: 85268063e2 user: olr tags: trunk, fx, lo | |
| 12:51 | [fr] warning about the oxt_identifier variable check-in: 3d1951a830 user: olr tags: trunk, fr | |
| 12:30 | [doc] update build instructions check-in: 7e1ff41466 user: olr tags: trunk, doc | |
Changes
Modified gc_core/py/oxt/helpers.py from [730b24becd] to [aefb73f35a].
| ︙ | |||
| 83 84 85 86 87 88 89 | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | - + | 
    xWindowSize.Height = xWindowSize.Height * 0.666
    return xWindowSize
def getAbsolutePathOf (sPath=""):
    xDefaultContext = uno.getComponentContext().ServiceManager.DefaultContext
    xPackageInfoProvider = xDefaultContext.getValueByName("/singletons/com.sun.star.deployment.PackageInformationProvider")
 | 
| ︙ | 
Modified gc_lang/fr/config.ini from [79c18e975b] to [5561a15929].
| ︙ | |||
| 34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | - + + + + + + | dic_personal_description = Français - dictionnaire personnel # Finite state automaton compression: 1, 2 (experimental) or 3 (experimental) fsa_method = 1 # stemming method: S for suffixes only, A for prefixes and suffixes stemming_method = S # LibreOffice | 
| ︙ | 
Modified gc_lang/fr/oxt/About/About.py from [5220cb476a] to [fd38d3b9f3].
| ︙ | |||
| 65 66 67 68 69 70 71 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + | 
            xFD3.Height = 12
            xFD3.Weight = uno.getConstantByName("com.sun.star.awt.FontWeight.BOLD")
            xFD3.Name = "Verdana"
            # logo
            xDefaultContext = self.ctx.ServiceManager.DefaultContext
            xPackageInfoProvider = xDefaultContext.getValueByName("/singletons/com.sun.star.deployment.PackageInformationProvider")
 | 
| ︙ |