LibreOffice Module sw (master) 1
|
#include <svl/macitem.hxx>
#include <sfx2/frame.hxx>
#include <svl/eitem.hxx>
#include <svl/listener.hxx>
#include <svl/stritem.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/linkmgr.hxx>
#include <sfx2/viewfrm.hxx>
#include <sot/exchange.hxx>
#include <osl/diagnose.h>
#include <o3tl/string_view.hxx>
#include <fmtinfmt.hxx>
#include <wrtsh.hxx>
#include <docsh.hxx>
#include <fldbas.hxx>
#include <expfld.hxx>
#include <docufld.hxx>
#include <reffld.hxx>
#include <swundo.hxx>
#include <doc.hxx>
#include <frmfmt.hxx>
#include <fmtfld.hxx>
#include <view.hxx>
#include <swevent.hxx>
#include <section.hxx>
#include <navicont.hxx>
#include <txtinet.hxx>
#include <cmdid.h>
#include <swabstdlg.hxx>
#include <SwRewriter.hxx>
#include <authfld.hxx>
#include <ndtxt.hxx>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <memory>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <comphelper/lok.hxx>
#include <sfx2/event.hxx>
#include <sal/log.hxx>
Go to the source code of this file.
Functions | |
void | LoadURL (SwViewShell &rVSh, const OUString &rURL, LoadUrlFlags nFilter, const OUString &rTargetFrameName) |
void LoadURL | ( | SwViewShell & | rVSh, |
const OUString & | rURL, | ||
LoadUrlFlags | nFilter, | ||
const OUString & | rTargetFrameName | ||
) |
Definition at line 555 of file wrtsh2.cxx.
References sw::sidebar::aArr, aName, SfxBindings::Execute(), SfxDispatcher::GetBindings(), SfxViewFrame::GetDispatcher(), SwView::GetDocShell(), SfxObjectShell::GetMedium(), SfxObjectShell::GetModel(), SfxMedium::GetName(), SwViewShell::GetSfxViewShell(), SwWrtShell::GetView(), SfxViewShell::GetViewFrame(), comphelper::LibreOfficeKit::isActive(), SfxViewShell::libreOfficeKitViewCallback(), NewView, and CntUnencodedStringItem::SetValue().
Referenced by SwWrtShell::ClickToField(), SwWrtShell::ClickToINetAttr(), SwWrtShell::ClickToINetGrf(), SwAccessibleHyperlink::doAccessibleAction(), SwAccessibleNoTextHyperlink::doAccessibleAction(), SwTextShell::Execute(), SwDrawBaseShell::Execute(), SwReadOnlyPopup::Execute(), sw::sidebarwindows::SidebarTextControl::MouseButtonDown(), and SwEditWin::MouseButtonUp().