LibreOffice Module sfx2 (master) 1
|
#include <svl/stritem.hxx>
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/frame/status/ItemStatus.hpp>
#include <com/sun/star/awt/MouseButton.hpp>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/status.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/app.hxx>
#include <sfx2/stbitem.hxx>
#include <sfx2/msg.hxx>
#include <sfx2/msgpool.hxx>
#include <sfx2/module.hxx>
#include <sfx2/dispatch.hxx>
#include <unoctitm.hxx>
#include <sfx2/objsh.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/servicehelper.hxx>
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <toolkit/helper/convert.hxx>
Go to the source code of this file.
Functions | |
rtl::Reference< svt::StatusbarController > | SfxStatusBarControllerFactory (const uno::Reference< frame::XFrame > &rFrame, StatusBar *pStatusBar, unsigned short nID, const OUString &aCommandURL) |
rtl::Reference< svt::StatusbarController > SfxStatusBarControllerFactory | ( | const uno::Reference< frame::XFrame > & | rFrame, |
StatusBar * | pStatusBar, | ||
unsigned short | nID, | ||
const OUString & | aCommandURL | ||
) |
Definition at line 69 of file stbitem.cxx.
References aTargetURL, SfxStatusBarControl::CreateControl(), SfxSlot::GetCommand(), SfxObjectShell::GetModule(), SfxObjectShell::GetShellFromComponent(), SfxSlot::GetSlotId(), SfxModule::GetSlotPool(), SfxSlotPool::GetSlotPool(), SfxSlotPool::GetUnoSlot(), StatusBar::SetHelpId(), xController, and xModel.
Referenced by SfxApplication::GetOrCreate().