LibreOffice Module sw (master) 1
Functions
edtwin3.cxx File Reference
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <svx/ruler.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
#include <basesh.hxx>
#include <pview.hxx>
#include <mdiexp.hxx>
#include <edtwin.hxx>
#include <swmodule.hxx>
#include <modcfg.hxx>
#include <docsh.hxx>
#include <uiobject.hxx>
Include dependency graph for edtwin3.cxx:

Go to the source code of this file.

Functions

void ScrollMDI (SwViewShell const *pVwSh, const SwRect &rRect, sal_uInt16 nRangeX, sal_uInt16 nRangeY)
 
bool IsScrollMDI (SwViewShell const *pVwSh, const SwRect &rRect)
 
void SizeNotify (SwViewShell const *pVwSh, const Size &rSize)
 
void PageNumNotify (SwViewShell const *pVwSh)
 
void FrameNotify (SwViewShell *pVwSh, FlyMode eMode)
 
TableChgMode GetTableChgDefaultMode ()
 
void RepaintPagePreview (SwViewShell const *pVwSh, const SwRect &rRect)
 
bool JumpToSwMark (SwViewShell const *pVwSh, std::u16string_view rMark)
 

Function Documentation

◆ FrameNotify()

void FrameNotify ( SwViewShell pVwSh,
FlyMode  eMode 
)

◆ GetTableChgDefaultMode()

TableChgMode GetTableChgDefaultMode ( )

◆ IsScrollMDI()

bool IsScrollMDI ( SwViewShell const *  pVwSh,
const SwRect rRect 
)

◆ JumpToSwMark()

bool JumpToSwMark ( SwViewShell const *  pVwSh,
std::u16string_view  rMark 
)

◆ PageNumNotify()

void PageNumNotify ( SwViewShell const *  pVwSh)

Definition at line 67 of file edtwin3.cxx.

References SwViewShell::GetSfxViewShell().

Referenced by SwViewShell::SizeChgNotify().

◆ RepaintPagePreview()

void RepaintPagePreview ( SwViewShell const *  pVwSh,
const SwRect rRect 
)

◆ ScrollMDI()

void ScrollMDI ( SwViewShell const *  pVwSh,
const SwRect rRect,
sal_uInt16  nRangeX,
sal_uInt16  nRangeY 
)

◆ SizeNotify()

void SizeNotify ( SwViewShell const *  pVwSh,
const Size rSize 
)

Definition at line 56 of file edtwin3.cxx.

References SwViewShell::GetSfxViewShell().

Referenced by SwViewShell::SizeChgNotify(), and SwViewShell::UISizeNotify().