Hello. I installed libreoffice and libreoffice-dev and try to compile the C++ extension examples. The C++ code contains lines as
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/bridge/XUnoUrlResolver.hpp>
#include <com/sun/star/frame/Desktop.hpp>
but the sdk/include/com/sun/star directory contains only one uno subdirectory, neither beans, nor bridge nor any others. My OS is Linux Mint 22 “Wilma”.
Which package(s) should I install in order to get them? Thank you in advance.