|
LibreOffice Module canvas (master) 1
|
#include <sal/config.h>#include <sal/log.hxx>#include <algorithm>#include <mutex>#include <utility>#include <vector>#include <com/sun/star/configuration/theDefaultProvider.hpp>#include <com/sun/star/container/XHierarchicalNameAccess.hpp>#include <com/sun/star/container/XNameAccess.hpp>#include <com/sun/star/lang/IllegalArgumentException.hpp>#include <com/sun/star/lang/XServiceInfo.hpp>#include <com/sun/star/lang/XServiceName.hpp>#include <com/sun/star/uno/XComponentContext.hpp>#include <comphelper/propertysequence.hxx>#include <cppuhelper/implbase.hxx>#include <cppuhelper/supportsservice.hxx>#include <o3tl/functional.hxx>#include <o3tl/string_view.hxx>#include <vcl/skia/SkiaHelper.hxx>#include <unotools/configmgr.hxx>Go to the source code of this file.
Functions | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_rendering_CanvasFactory_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_rendering_CanvasFactory_get_implementation | ( | css::uno::XComponentContext * | context, |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 458 of file cf_service.cxx.