summaryrefslogtreecommitdiff
path: root/officecfg/registry/files.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-12-13 12:37:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-12-13 12:50:34 +0100
commitbcdea3b379637a98e5bbc304078149ca6c2b6e03 (patch)
treea3803df980a54ab1a03c740c3114a54ca7d12f27 /officecfg/registry/files.mk
parentddf1cf333174777e7923aa0d6126daf2c8645fed (diff)
Simplified, type-safe C++ configuration access.
* New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing.
Diffstat (limited to 'officecfg/registry/files.mk')
-rw-r--r--officecfg/registry/files.mk100
1 files changed, 100 insertions, 0 deletions
diff --git a/officecfg/registry/files.mk b/officecfg/registry/files.mk
new file mode 100644
index 000000000000..f4c72d7b9437
--- /dev/null
+++ b/officecfg/registry/files.mk
@@ -0,0 +1,100 @@
+FILES = \
+ FirstStartWizard \
+ Inet \
+ Interaction \
+ LDAP \
+ Office/Accelerators \
+ Office/Addons \
+ Office/Calc \
+ Office/CalcAddIns \
+ Office/Canvas \
+ Office/Chart \
+ Office/Commands \
+ Office/Common \
+ Office/Compatibility \
+ Office/DataAccess \
+ Office/DataAccess/Drivers \
+ Office/Draw \
+ Office/Embedding \
+ Office/Events \
+ Office/ExtendedColorScheme \
+ Office/ExtensionManager \
+ Office/FormWizard \
+ Office/Histories \
+ Office/Impress \
+ Office/Java \
+ Office/Jobs \
+ Office/Labels \
+ Office/Linguistic \
+ Office/Logging \
+ Office/Math \
+ Office/OOoImprovement/Settings \
+ Office/OptionsDialog \
+ Office/Paths \
+ Office/ProtocolHandler \
+ Office/Recovery \
+ Office/SFX \
+ Office/Scripting \
+ Office/Security \
+ Office/Substitution \
+ Office/TabBrowse \
+ Office/TableWizard \
+ Office/TypeDetection \
+ Office/UI \
+ Office/UI/BaseWindowState \
+ Office/UI/BasicIDECommands \
+ Office/UI/BasicIDEWindowState \
+ Office/UI/BibliographyCommands \
+ Office/UI/BibliographyWindowState \
+ Office/UI/CalcCommands \
+ Office/UI/CalcWindowState \
+ Office/UI/Category \
+ Office/UI/ChartCommands \
+ Office/UI/ChartWindowState \
+ Office/UI/Commands \
+ Office/UI/Controller \
+ Office/UI/DbBrowserWindowState \
+ Office/UI/DbQueryWindowState \
+ Office/UI/DbRelationWindowState \
+ Office/UI/DbTableDataWindowState \
+ Office/UI/DbTableWindowState \
+ Office/UI/DbuCommands \
+ Office/UI/DrawImpressCommands \
+ Office/UI/DrawWindowState \
+ Office/UI/Effects \
+ Office/UI/Factories \
+ Office/UI/GenericCategories \
+ Office/UI/GenericCommands \
+ Office/UI/GlobalSettings \
+ Office/UI/ImpressWindowState \
+ Office/UI/MathCommands \
+ Office/UI/MathWindowState \
+ Office/UI/StartModuleCommands \
+ Office/UI/StartModuleWindowState \
+ Office/UI/WindowContentFactories \
+ Office/UI/WindowState \
+ Office/UI/WriterCommands \
+ Office/UI/WriterFormWindowState \
+ Office/UI/WriterGlobalWindowState \
+ Office/UI/WriterReportWindowState \
+ Office/UI/WriterWebWindowState \
+ Office/UI/WriterWindowState \
+ Office/UI/XFormsWindowState \
+ Office/Views \
+ Office/WebWizard \
+ Office/Writer \
+ Office/WriterWeb \
+ Setup \
+ System \
+ TypeDetection/Filter \
+ TypeDetection/GraphicFilter \
+ TypeDetection/Misc \
+ TypeDetection/Types \
+ TypeDetection/UISort \
+ UserProfile \
+ VCL \
+ ucb/Configuration \
+ ucb/Hierarchy \
+ ucb/InteractionHandler \
+ ucb/Store \
+