summaryrefslogtreecommitdiff
path: root/officecfg/Package_cppheader.mk
AgeCommit message (Collapse)Author
2012-09-19officecfg: define list of schema files only once in files.mkMichael Stahl
Change-Id: I1155cbee1e1cf28fdda5635d7151b28159befc15
2012-09-19officecfg: replace hardcoded includes in unit test with generated headerMichael Stahl
Change-Id: Id2c6758055ad9c12b23bbb9dc8c84f0c4b65b83d
2012-04-04officecfg: use CustomTarget makefileMatúš Kukan
2012-01-21officecfg: namespace prefix make variable FILESMichael Stahl
2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann
* 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.