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. re/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svx/fmtools.hxx
AgeCommit message (Expand)Author
2019-10-21loplugin:virtualdead unused param in FmXDisposeListener::disposingNoel Grandin
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin
2018-04-18Resolves: tdf#117068 wrong parent for exception dialogCaolán McNamara
2018-04-15remove some unused comphelper includesJochen Nitschke