LibreOffice Module sc (master) 1
|
#include <comphelper/string.hxx>
#include <comphelper/lok.hxx>
#include <editeng/eeitem.hxx>
#include <osl/diagnose.h>
#include <editeng/editview.hxx>
#include <editeng/flditem.hxx>
#include <svx/hlnkitem.hxx>
#include <svl/srchitem.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/request.hxx>
#include <svl/stritem.hxx>
#include <tabvwsh.hxx>
#include <sc.hrc>
#include <scmod.hxx>
#include <impex.hxx>
#include <editsh.hxx>
#include <dociter.hxx>
#include <inputhdl.hxx>
#include <document.hxx>
Go to the source code of this file.
Functions | |
static void | lcl_SelectFieldAfterInsert (EditView &rView) |
|
static |
Definition at line 172 of file tabvwshe.cxx.
References EditView::GetSelection(), ESelection::nEndPos, ESelection::nStartPos, and EditView::SetSelection().
Referenced by ScTabViewShell::InsertURLField().