Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/libo_help-24-2/textsbasicshared03/en/changes/?format=api&page=48
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4174,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/changes/?format=api&page=49",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/changes/?format=api&page=47",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/110329034/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492463Z",
            "action": 59,
            "target": "The <literal>Value</literal> property returns the selected row in the table. If no row is selected, an empty Array object is returned. The following code snippet shows how to test if any row is selected in the table.",
            "id": 48110965,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110965/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110329022/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492441Z",
            "action": 59,
            "target": "The following example assumes that the dialog <literal>myDialog</literal> has a <literal>TableControl</literal> named <literal>Grid1</literal> with \"Show row header\" and \"Show column header\" properties set to \"Yes\".",
            "id": 48110964,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110964/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110329005/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492420Z",
            "action": 59,
            "target": "<emph>RowHeaderWidth</emph>: width of the row header column expressed in <link href=\"text/sbasic/shared/00000002.xhp#AppFontUnits\">Map AppFont units</link>. Default = 10. The argument is ignored when the <literal>TableControl</literal> has no row header.",
            "id": 48110963,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110963/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328995/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492398Z",
            "action": 59,
            "target": "<emph>alignments</emph>: Defines the alignment in each column as a string in which each character can be \"L\" (Left), \"C\" (Center), \"R\" (Right) or \" \" (whitespace, default, meaning left for strings and right for numeric values). If the length of the string is shorter than the number of columns in the table, then the last character in the string is used to define the alignment of the remaining columns.",
            "id": 48110962,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110962/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328951/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492374Z",
            "action": 59,
            "target": "<emph>widths</emph>: Array containing the relative widths of each column. In other words, <literal>widths = (1, 2)</literal> means that the second column is twice as wide as the first one. If the number of values in the array is smaller than the number of columns in the table, then the last value in the array is used to define the width of the remaining columns.",
            "id": 48110961,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110961/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328930/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492347Z",
            "action": 59,
            "target": "<emph>dataarray</emph>: Data to be entered into the table represented as an Array of Arrays in Basic or a tuple of tuples in Python. The data must include column and row headers if they are to be displayed by the <literal>TableControl</literal>.",
            "id": 48110960,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110960/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328916/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492311Z",
            "action": 59,
            "target": "This method returns <literal>True</literal> when successful.",
            "id": 48110959,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110959/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328874/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492279Z",
            "action": 59,
            "target": "When the <literal>TableControl</literal> is added to the dialog, it is possible to use the Basic IDE to define whether column and row headers will be shown in the table. If the <literal>TableControl</literal> has column and/or row headers, the first column and/or row in the provided data array are used as labels for the table headers.",
            "id": 48110958,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110958/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328831/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492257Z",
            "action": 59,
            "target": "Fills a <literal>TableControl</literal> with the given data. All preexisting data is cleared before inserting the new data passed as argument.",
            "id": 48110957,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110957/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328780/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492235Z",
            "action": 59,
            "target": "This method is often called from a dialog or control event.",
            "id": 48110956,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110956/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328746/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492213Z",
            "action": 59,
            "target": "Set the focus on the control. Return <literal>True</literal> if focusing was successful.",
            "id": 48110955,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110955/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328716/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492190Z",
            "action": 59,
            "target": "ctrl.Resize(300, 200, 1500)  # Height is unchanged",
            "id": 48110954,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110954/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328692/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492163Z",
            "action": 59,
            "target": "oControl.Resize(100, 200, Height:=6000) ' Width is unchanged",
            "id": 48110953,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110953/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328666/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492138Z",
            "action": 59,
            "target": "<emph>Height</emph>: the vertical height of the rectangle containing the control",
            "id": 48110952,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110952/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328648/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492115Z",
            "action": 59,
            "target": "<emph>Width</emph>: the horizontal width of the rectangle containing the control",
            "id": 48110951,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110951/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328628/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492092Z",
            "action": 59,
            "target": "<emph>Top</emph>: The vertical distance from the top-left corner",
            "id": 48110950,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110950/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328607/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492071Z",
            "action": 59,
            "target": "<emph>Left</emph>: The horizontal distance from the top-left corner",
            "id": 48110949,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110949/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328584/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492049Z",
            "action": 59,
            "target": "All distances are expressed in <link href=\"text/sbasic/shared/00000002.xhp#AppFontUnits\">Map AppFont units</link> and are measured from the top-left corner of the parent dialog. Without arguments the method resizes the control to its \"preferred size\", a size adjusted depending on its actual content. Missing arguments are left unchanged.",
            "id": 48110948,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110948/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328559/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492028Z",
            "action": 59,
            "target": "Move the top-left corner of a dialog control to new coordinates and/or modify its dimensions. Return <literal>True</literal> if resizing was successful.",
            "id": 48110947,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110947/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328536/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.492006Z",
            "action": 59,
            "target": "<emph>casesensitive</emph>: Default value is <literal>False</literal>",
            "id": 48110946,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110946/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328529/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491984Z",
            "action": 59,
            "target": "<emph>displayvalue</emph>: The pattern to be matched. Refer to <link href=\"text/sbasic/shared/03/sf_string.xhp#IsLike\"><literal>SF_String.IsLike()</literal></link> method for the list of possible wildcards. When equal to the zero-length string (default), this display value is not searched for.",
            "id": 48110945,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110945/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328523/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491962Z",
            "action": 59,
            "target": "One argument out of <literal>displayvalue</literal> or <literal>datavalue</literal> must be specified. If both present, one match is sufficient to select the node.",
            "id": 48110944,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110944/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328496/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491941Z",
            "action": 59,
            "target": "This method may be called before displaying the dialog box to build the initial tree. It may also be called from a dialog or control event.",
            "id": 48110943,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110943/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328481/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491919Z",
            "action": 59,
            "target": "When not found, the method returns <literal>Nothing</literal>, to be tested with the <literal>IsNull()</literal> builtin function.",
            "id": 48110942,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110942/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328473/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491897Z",
            "action": 59,
            "target": "Traverses the tree and finds recursively, starting from the root, a node meeting some criteria. Either - 1 match is enough - having its display value matching <literal>displayvalue</literal> pattern or having its data value equal to <literal>datavalue</literal>. The comparisons may be or not case-sensitive. The first matching occurrence is returned as a node UNO object of type <literal>com.sun.star.awt.tree.XMutableTreeNode</literal>. <embedvar href=\"text/sbasic/shared/03/sf_dialogcontrol.xhp#XMutableTreeNode\"/>",
            "id": 48110941,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110941/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328442/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491875Z",
            "action": 59,
            "target": "<emph>displayvalue</emph>: The text appearing in the tree control box.",
            "id": 48110940,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110940/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328425/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491853Z",
            "action": 59,
            "target": "This method may be called before displaying the dialog box to build the initial tree. It may also be called from a dialog or control event to complete the tree dynamically.",
            "id": 48110939,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110939/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328405/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491831Z",
            "action": 59,
            "target": "Returns a new root node of the tree control, as a node UNO object of type <literal>com.sun.star.awt.tree.XMutableTreeNode</literal>. The new tree root is inserted below pre-existing root nodes. <embedvar href=\"text/sbasic/shared/03/sf_dialogcontrol.xhp#XMutableTreeNode\"/>",
            "id": 48110938,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110938/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328384/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491808Z",
            "action": 59,
            "target": "<emph>withdatavalue</emph>: When <literal>False</literal> default value is used, every column of <literal>flattree</literal> contains the text to be displayed in the tree control. When <literal>True</literal>, the texts to be displayed (<literal>displayvalue</literal>) are in columns 0, 2, 4, ... while the data values (<literal>datavalue</literal>) are in columns 1, 3, 5, ...",
            "id": 48110937,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110937/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328359/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491786Z",
            "action": 59,
            "target": "Flat tree    >>>>    Resulting subtree",
            "id": 48110936,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110936/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328351/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491763Z",
            "action": 59,
            "target": "<emph>flattree</emph>: a two dimension array sorted on the columns containing the display values. Such an array can be issued by the <literal>GetRows</literal> method applied on the <literal>SFDatabases.Database</literal> service. When an array item containing the text to be displayed is <literal>Empty</literal> or <literal>Null</literal>, no new subnode is created and the remainder of the row is skipped.",
            "id": 48110935,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110935/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328346/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491742Z",
            "action": 59,
            "target": "<emph>parentnode</emph>: A node UNO object, of type <literal>com.sun.star.awt.tree.XMutableTreeNode</literal>.",
            "id": 48110934,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110934/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328335/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491720Z",
            "action": 59,
            "target": "Return <literal>True</literal> when a subtree, subordinate to a parent node, could be inserted successfully in a tree control. If the parent node had already child nodes before calling this method, the child nodes are erased.",
            "id": 48110933,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110933/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328325/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491698Z",
            "action": 59,
            "target": "%PRODUCTNAME Basic and Python examples pick up current document's <literal>myDialog</literal> dialog from <literal>Standard</literal> library.",
            "id": 48110932,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110932/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328304/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491676Z",
            "action": 59,
            "target": "<emph>datavalue</emph>: Any value associated with the new node. <literal>datavalue</literal> may be a string, a number or a date. Omit the argument when not applicable.",
            "id": 48110931,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110931/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328291/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491655Z",
            "action": 59,
            "target": "<emph>displayvalue</emph>: The text appearing in the tree control box.",
            "id": 48110930,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110930/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328269/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491634Z",
            "action": 59,
            "target": "<emph>parentnode</emph>: A node UNO object, of type <literal>com.sun.star.awt.tree.XMutableTreeNode</literal>.",
            "id": 48110929,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110929/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328237/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491612Z",
            "action": 59,
            "target": "This method may be called before displaying the dialog box to build the initial tree. It may also be called from a dialog or control event - using the <literal>OnNodeExpanded</literal> event - to complete the tree dynamically.",
            "id": 48110928,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110928/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328231/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491590Z",
            "action": 59,
            "target": "Create and return a new node of the tree control as a UNO object subordinate to a parent node. <variable id=\"XMutableTreeNode\">Refer to <link href=\"https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1tree_1_1XMutableTreeNode.html\">XMutableTreeNode</link> in Application Programming Interface (API) documentation for detailed information.</variable>",
            "id": 48110927,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110927/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328217/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491569Z",
            "action": 59,
            "target": "List of Methods in the DialogControl Service",
            "id": 48110926,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110926/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328208/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491547Z",
            "action": 59,
            "target": "Methods",
            "id": 48110925,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110925/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328190/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491525Z",
            "action": 59,
            "target": "Text modified",
            "id": 48110924,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110924/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328171/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491503Z",
            "action": 59,
            "target": "Yes",
            "id": 48110923,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110923/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328154/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491482Z",
            "action": 59,
            "target": "(Not in Basic IDE) when a node in a tree control is selected",
            "id": 48110922,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110922/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328140/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491461Z",
            "action": 59,
            "target": "No",
            "id": 48110921,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110921/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328133/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491439Z",
            "action": 59,
            "target": "(Not in Basic IDE) when the expansion button is pressed on a node in a tree control",
            "id": 48110920,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110920/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328123/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491417Z",
            "action": 59,
            "target": "No",
            "id": 48110919,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110919/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328114/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491395Z",
            "action": 59,
            "target": "Mouse button released",
            "id": 48110918,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110918/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328105/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491373Z",
            "action": 59,
            "target": "Yes",
            "id": 48110917,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110917/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/110328093/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared03/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared03/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:10:58.491351Z",
            "action": 59,
            "target": "Mouse button pressed",
            "id": 48110916,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/48110916/?format=api"
        }
    ]
}