|
LibreOffice Module sw (master) 1
|
#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>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) |
| void FrameNotify | ( | SwViewShell * | pVwSh, |
| FlyMode | eMode | ||
| ) |
Definition at line 78 of file edtwin3.cxx.
References eMode, and SwBaseShell::SetFrameMode().
Referenced by SwFEShell::BeginCreate(), SwFEShell::BeginDrag(), SwFEShell::BreakCreate(), SwFEShell::ChgAnchor(), SwDrawView::DeleteMarked(), SwFEShell::DelSelectedObj(), SwFEShell::Drag(), SwFEShell::EndCreate(), SwFEShell::EndDrag(), SwFEShell::EndMark(), SwFEShell::ImpEndCreate(), SwFlyFrameAttrMgr::InsertFlyFrame(), SwFEShell::MoveCreate(), SwFEShell::SelectObj(), SwFEShell::ShellGetFocus(), and SwFEShell::ShellLoseFocus().
| TableChgMode GetTableChgDefaultMode | ( | ) |
Definition at line 103 of file edtwin3.cxx.
References SwModuleOptions::GetTableMode(), SW_MOD, and VarWidthChangeAbs.
Referenced by SwEditShell::GetTableChgMode(), and SwTable::SwTable().
| bool IsScrollMDI | ( | SwViewShell const * | pVwSh, |
| const SwRect & | rRect | ||
| ) |
Definition at line 45 of file edtwin3.cxx.
References SwViewShell::GetSfxViewShell(), and SwRect::SVRect().
Referenced by SwViewShell::MakeVisible(), SwFEShell::ScrollTo(), and SwCursorShell::SetVisibleCursor().
| bool JumpToSwMark | ( | SwViewShell const * | pVwSh, |
| std::u16string_view | rMark | ||
| ) |
Definition at line 117 of file edtwin3.cxx.
References SwViewShell::GetSfxViewShell().
Referenced by SwHTMLParser::CallEndAction(), and SwEnhancedPDFExportHelper::EnhancedPDFExport().
| void PageNumNotify | ( | SwViewShell const * | pVwSh | ) |
Definition at line 67 of file edtwin3.cxx.
References SwViewShell::GetSfxViewShell().
Referenced by SwViewShell::SizeChgNotify().
| void RepaintPagePreview | ( | SwViewShell const * | pVwSh, |
| const SwRect & | rRect | ||
| ) |
Definition at line 109 of file edtwin3.cxx.
References SwViewShell::GetSfxViewShell().
Referenced by SwViewShell::AddPaintRect(), SwViewShell::FlushPendingLOKInvalidateTiles(), SwViewShell::InvalidateWindows(), and SwViewShell::OnGraphicArrived().
| void ScrollMDI | ( | SwViewShell const * | pVwSh, |
| const SwRect & | rRect, | ||
| sal_uInt16 | nRangeX, | ||
| sal_uInt16 | nRangeY | ||
| ) |
Definition at line 35 of file edtwin3.cxx.
References SwViewShell::GetSfxViewShell(), and SwRect::SVRect().
Referenced by SwViewShell::MakeVisible(), SwAccessibleParagraph::scrollSubstringTo(), and SwFEShell::ScrollTo().
| 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().