LibreOffice Module starmath (master) 1
Functions | Variables
edit.cxx File Reference
#include <starmath.hrc>
#include <helpids.h>
#include <vcl/commandevent.hxx>
#include <vcl/event.hxx>
#include <vcl/ptrstyle.hxx>
#include <vcl/settings.hxx>
#include <editeng/editview.hxx>
#include <editeng/editeng.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/sfxsids.hrc>
#include <svl/stritem.hxx>
#include <sfx2/viewfrm.hxx>
#include <osl/diagnose.h>
#include <o3tl/string_view.hxx>
#include <edit.hxx>
#include <smmod.hxx>
#include <view.hxx>
#include <document.hxx>
#include <cfgitem.hxx>
#include <smediteng.hxx>
Include dependency graph for edit.cxx:

Go to the source code of this file.

Functions

void SmGetLeftSelectionPart (const ESelection &rSel, sal_Int32 &nPara, sal_uInt16 &nPos)
 
 IMPL_LINK_NOARG (SmEditTextWindow, ModifyTimerHdl, Timer *, void)
 
 if (aNewSelection !=aOldSelection)
 
aCursorMoveIdle Stop ()
 
 IMPL_LINK_NOARG (SmEditTextWindow, EditStatusHdl, EditStatus &, void)
 
 IMPL_LINK (SmEditWindow, ScrollHdl, weld::ScrolledWindow &, rScrolledWindow, void)
 
static bool HasMark (std::u16string_view rText)
 

Variables

ESelection aNewSelection (GetSelection())
 

Function Documentation

◆ HasMark()

static bool HasMark ( std::u16string_view  rText)
static

Definition at line 682 of file edit.cxx.

References u.

Referenced by SmEditTextWindow::InsertText().

◆ if()

if ( aNewSelection = aOldSelection)

Definition at line 239 of file edit.cxx.

References aNewSelection, and SmGetLeftSelectionPart().

◆ IMPL_LINK()

IMPL_LINK ( SmEditWindow  ,
ScrollHdl  ,
weld::ScrolledWindow ,
rScrolledWindow  ,
void   
)

Definition at line 440 of file edit.cxx.

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( SmEditTextWindow  ,
EditStatusHdl  ,
EditStatus ,
void   
)

Definition at line 435 of file edit.cxx.

References Resize.

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( SmEditTextWindow  ,
ModifyTimerHdl  ,
Timer ,
void   
)

Definition at line 223 of file edit.cxx.

◆ SmGetLeftSelectionPart()

void SmGetLeftSelectionPart ( const ESelection rSel,
sal_Int32 &  nPara,
sal_uInt16 &  nPos 
)

◆ Stop()

aCursorMoveIdle Stop ( )

Variable Documentation

◆ aNewSelection

ESelection aNewSelection(GetSelection()) ( GetSelection()  )
Initial value:
{
return
static bool IsInlineEditEnabled()
Definition: view.cxx:2333

Referenced by if().