|
LibreOffice Module desktop (master) 1
|
#include "lokclipboard.hxx"#include <unordered_map>#include <vcl/lazydelete.hxx>#include <vcl/svapp.hxx>#include <sfx2/lokhelper.hxx>#include <sal/log.hxx>#include <cppuhelper/supportsservice.hxx>#include <com/sun/star/uno/XComponentContext.hpp>Go to the source code of this file.
Functions | |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | desktop_LOKClipboard_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
Variables | |
| static vcl::DeleteOnDeinit< std::unordered_map< int, rtl::Reference< LOKClipboard > > > | gClipboards {} |
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * desktop_LOKClipboard_get_implementation | ( | css::uno::XComponentContext * | , |
| css::uno::Sequence< css::uno::Any > const & | |||
| ) |
Definition at line 233 of file lokclipboard.cxx.
References cppu::OWeakObject::acquire(), and LOKClipboardFactory::getClipboardForCurView().
|
static |
Definition at line 23 of file lokclipboard.cxx.
Referenced by LOKClipboardFactory::getClipboardForCurView(), and LOKClipboardFactory::releaseClipboardForView().