Tools and makefile fragments necessary for compilation This module contains many tools and makefile configuration pieces, critical for building LibreOffice: bin/ contains lots of tools used during the build: concat-deps* these aggregate, and remove duplicates from module dependencies, to accelerate build times. make_installer.pl this script executes the compiled instructions from the scp2/ module to create an installer, and/or to do a local install for the smoketest. gbuild/ implementation of the LibreOffice build system See gbuild/README for more info. gdb/ lots of nice python helpers to make debugging -much- easier that (eg.) print UCS2 strings as UTF-8 on the console to help with debugging. inc/ old / increasingly obsolete dmake setup and includes, we are trying to entirely rid ourselves of this src/ useful standard / re-usable component map files for components which shouldn't export anything more than a few registration symbols. eta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/items/itemprop.cxx
AgeCommit message (Expand)Author
2024-09-11use more concrete UNO type in svlNoel Grandin
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin
2024-05-14loplugin:ostr in svlNoel Grandin
2024-03-22improve loplugin:staticmethodsNoel Grandin
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2022-07-25use more o3tl::spanNoel Grandin