LibreOffice Module framework (master) 1
|
#include <taskcreator.hxx>
Public Member Functions | |
TaskCreator (css::uno::Reference< css::uno::XComponentContext > xContext) | |
~TaskCreator () | |
css::uno::Reference< css::frame::XFrame > | createTask (const OUString &sName, const utl::MediaDescriptor &rDescriptor) |
Private Attributes | |
css::uno::Reference< css::uno::XComponentContext > | m_xContext |
Definition at line 40 of file taskcreator.hxx.
framework::TaskCreator::TaskCreator | ( | css::uno::Reference< css::uno::XComponentContext > | xContext | ) |
Definition at line 40 of file taskcreator.cxx.
framework::TaskCreator::~TaskCreator | ( | ) |
Definition at line 49 of file taskcreator.cxx.
css::uno::Reference< css::frame::XFrame > framework::TaskCreator::createTask | ( | const OUString & | sName, |
const utl::MediaDescriptor & | rDescriptor | ||
) |
Definition at line 56 of file taskcreator.cxx.
References ARGUMENT_CREATETOPWINDOW, ARGUMENT_FRAMENAME, ARGUMENT_HIDDENFORCONVERSION, ARGUMENT_MAKEVISIBLE, ARGUMENT_PARENTFRAME, ARGUMENT_SUPPORTPERSISTENTWINDOWSTATE, framework::IMPLEMENTATIONNAME_FWK_TASKCREATOR, m_xContext, and sName.
Referenced by framework::Desktop::findFrame(), and framework::LoadEnv::impl_loadContent().
|
private |
Definition at line 46 of file taskcreator.hxx.
Referenced by createTask().