does not create interface

use
Libreoffice sdk 5.2.3 x64.
Qt 5.7 x64.
c++ GCC .
Linux mint 18 x64

 Reference<XInterface> xInterface = xMultiServiceFactory_->createInstance(OUString::createFromAscii("com.sun.star.text.Table"));

or

::css::uno::Reference< ::css::uno::XInterface > writerShape =  xMultiServiceFactory_->createInstance(OUString::createFromAscii("com.sun.star.drawing.RectangleShape"));

in code line 77

xMultiServiceFactory return AvailableServiceNames (see file XMultiServiceFactory_url.log)
but there is no such service. Examples are used to sdk