LibreOffice Module sw (master)
1
|
#include <sfx2/docfac.hxx>
#include <sfx2/sfxmodelfactory.hxx>
#include <swdll.hxx>
#include <unofreg.hxx>
#include <docsh.hxx>
#include <globdoc.hxx>
#include <wdocsh.hxx>
#include <vcl/svapp.hxx>
Go to the source code of this file.
Functions | |
uno::Sequence< OUString > | SwTextDocument_getSupportedServiceNames () throw () |
OUString | SwTextDocument_getImplementationName () throw () |
uno::Reference< uno::XInterface > | SwTextDocument_createInstance (const uno::Reference< lang::XMultiServiceFactory > &, SfxModelFlags _nCreationFlags) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_Writer_WebDocument_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_Writer_GlobalDocument_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_comp_Writer_GlobalDocument_get_implementation | ( | css::uno::XComponentContext * | , |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 69 of file unodoc.cxx.
References SwGlobals::ensure(), SfxObjectShell::GetModel(), and model.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* com_sun_star_comp_Writer_WebDocument_get_implementation | ( | css::uno::XComponentContext * | , |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 56 of file unodoc.cxx.
References SwGlobals::ensure(), SfxObjectShell::GetModel(), and model.
uno::Reference< uno::XInterface > SwTextDocument_createInstance | ( | const uno::Reference< lang::XMultiServiceFactory > & | , |
SfxModelFlags | _nCreationFlags | ||
) |
Definition at line 46 of file unodoc.cxx.
References SwGlobals::ensure(), and SfxObjectShell::GetModel().
OUString SwTextDocument_getImplementationName | ( | ) | ||
throw | ( | |||
) |
Definition at line 41 of file unodoc.cxx.
Referenced by sw_component_getFactory().
uno::Sequence< OUString > SwTextDocument_getSupportedServiceNames | ( | ) | ||
throw | ( | |||
) |
Definition at line 33 of file unodoc.cxx.
Referenced by sw_component_getFactory().