Redland RDF library (librdf) from [http://librdf.org/] == License == [git:redland/LICENSE.txt] Triple-licensed: LGPL v2+/GPL v2+/Apache v2 == Description == This module contains the third-party Redland RDF / librdf library, which is needed to support data in RDF (Resource Description Framework) format. It consists of 3 parts: - raptor: parsers and serializers for numerous RDF file formats - rasqal: query engine which supports SPARQL queries - redland: librdf integrates raptor and rasqal, and provides numerous storage engines for storing RDF graphs (in memory, SQL, ...) Libraries: libraptor, librasqal, librdf == Patches == There are several patches, most of which contain only hacks to get it to build with the LO build system. Upstream may merge patches that are attached to the bug tracker, but don't send patches to the mailing list, those will most likely be ignored. value='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/control/dispatch.cxx
AgeCommit message (Expand)Author
2024-05-23sfx2: warning C6011: Dereferencing NULL pointerXisco Fauli
2024-05-10loplugin:ostr in sfx2Noel Grandin
2024-04-29call SfxViewShell::Current() just onceCaolán McNamara
2024-04-06Enable allowing comment editing in readOnly view mode.Gökay Şatır
2024-04-03Use sdi properties for checking uno commands'a availability.Gökay Şatır
2024-03-21Moving parts of readonly checks from model to view.Gökay Şatır
2024-03-11Remove redundant function indirection in SfxHintPosterHassan Sajjad
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)
2024-02-08kit mode is similar to !HAVE_FEATURE_DESKTOP mode wrt menubarCaolán McNamara
2024-01-23ITEM: Solve SfxVoidItem(0) situationArmin Le Grand (allotropia)
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)
2023-12-28Added boolean op's to SfxPoolItemHolderArmin Le Grand (allotropia)
2023-12-21Remove DeleteItemOnIdlexArmin Le Grand (allotropia)
2023-11-09lok: notebookbar: fix unit-copy-paste in onlineSzymon Kłos
2023-11-06lok: notebookbar: query SID_NOTEBOOKBAR only when requested to switch UISzymon Kłos
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-11ITEM: Diverse further changes/cleanups/preparationArmin Le Grand (allotropia)
2023-09-01SAL_WARN->SAL_INFO in SfxDispatcherNoel Grandin
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski