office-gobmx/officecfg
Sahil Gautam 7a1636a24f tdf#85976 change labels as suggested in comment 73 on the ticket
1) On first call, "by column" was selected although that is the less common case.
    > now by row is selected by default
2) The meaning of "Orientation" is not really clear. Suggestion: Compare:  rows   columns
    > changed as suggested
3) The purpose of "Items" is unclear.
    > renamed "Items" to "Records"
4) Help page does not exist.
    > help page patch has been merged
5) If a database range is selected, the dialog does not consider the property "Contains column labels" of the database range.
    > didn't quite get this one; require some help to reproduce
6) It is not usual to use "Okay", but other dialogs have it named "OK".
    > changed as suggested.
7) Command has no extended tip.
    > Added TooltipLabel
    ```
    <prop oor:name="TooltipLabel" oor:type="xs:string">
      <value xml:lang="en-US">Remove or select duplicate records from the selection</value>
    </prop>
    ```

Change-Id: I9579af68b396cddeca608dc077af3b468191942b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174201
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-10-05 20:00:48 +02:00
..
qa
registry tdf#85976 change labels as suggested in comment 73 on the ticket 2024-10-05 20:00:48 +02:00
util tdf#157431 Show description for expert config items 2023-11-09 08:14:38 +01:00
Configuration_officecfg.mk Emscripten: Filter out some configuration 2024-02-23 20:58:56 +01:00
CppunitTest_officecfg_cppheader_test.mk
CustomTarget_registry.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
files.mk [API CHANGE] Drop deprecated org/openoffice/ucb/InteractionHandler.xcs file 2023-06-29 18:58:53 +02:00
Makefile
Module_officecfg.mk
Package_misc.mk
README.md

Default Settings for LibreOffice

The schema and default settings for the LibreOffice configuration database.

If you change a file in this module, then a make postprocess is needed after make officecfg.

See also: configmgr

AcceleratorKeyChecker.fodt in the util folder is a tool written in Basic that check menus for entries that use the same accelerator key. The tool goes through the menus using the accessibility api and checks the accelerator keys. For information on how to use the tool open the fodt file in LibreOffice.

For more details about the file format, see https://www.openoffice.org/projects/util/common/configuration/oor-document-format.html (also mirrored at https://web.archive.org/web/20101103025920/http://util.openoffice.org/common/configuration/oor-document-format.html).