office-gobmx/registry
Noel Grandin 2c35fff7ec remove most use of RTL_CONSTASCII_USTRINGPARAM macro
This is largely unnecessary when working with OUString

Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
2013-11-19 10:29:30 +02:00
..
source remove most use of RTL_CONSTASCII_USTRINGPARAM macro 2013-11-19 10:29:30 +02:00
test remove OUString wrap for string literals 2013-06-29 21:52:54 +00:00
tools Convert indexOf->startsWith and lastIndexOf->endsWith 2013-10-31 08:34:21 +02:00
workben remove unnecessary use of OUString constructor 2013-11-11 11:21:26 +02:00
Executable_regcompare.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Executable_regmerge.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Executable_regview.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Library_reg.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Makefile
Module_registry.mk New unoidl-check tool to replace regcompare 2013-09-18 14:44:10 +02:00
README
StaticLibrary_registry_helper.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00

Registry reading, etc.

This provides tools for dealing with the legacy binary types database
format, still in use by extensions and the core code. While the actual
binary file format is implemented by the [[store]] code, the wrapper
that turns this into a type registry is implemented here.

While this code is primarily used in only two modes:

* linear write / concatenate
* random access read

The API unfortunately exposes a random-access write approach, which -
while ~unused needs before we can re-write this away from the store
backend.