Home
last modified time | relevance | path

Searched refs:GetViewShellId (Results 1 – 25 of 120) sorted by relevance

12345

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Ddocundo.cxx117 ViewShellId nViewShellId = m_pView->GetViewShellId(); in GetUndoActionCount()
118 if (pAction->GetViewShellId() != nViewShellId) in GetUndoActionCount()
141 ViewShellId nViewShellId = m_pView->GetViewShellId(); in GetRedoActionCount()
142 if (pAction->GetViewShellId() != nViewShellId) in GetRedoActionCount()
291 nViewShellId = pView->GetViewShellId(); in StartUndo()
373 …ViewShellId nViewShellId = pView ? pView->GetViewShellId() : m_pDocShell->GetView()->GetViewShellI… in GetLastUndoInfo()
374 if (pAction->GetViewShellId() != nViewShellId) in GetLastUndoInfo()
436 …ViewShellId nViewShellId = pView ? pView->GetViewShellId() : m_pDocShell->GetView()->GetViewShellI… in GetFirstRedoInfo()
437 if (pAction->GetViewShellId() != nViewShellId) in GetFirstRedoInfo()
702 nViewShellId = pView->GetViewShellId(); in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Ddocundo.cxx115 ViewShellId nViewShellId = m_pView->GetViewShellId(); in GetUndoActionCount()
116 if (pAction->GetViewShellId() != nViewShellId) in GetUndoActionCount()
139 ViewShellId nViewShellId = m_pView->GetViewShellId(); in GetRedoActionCount()
140 if (pAction->GetViewShellId() != nViewShellId) in GetRedoActionCount()
289 nViewShellId = pView->GetViewShellId(); in StartUndo()
371 …ViewShellId nViewShellId = pView ? pView->GetViewShellId() : m_pDocShell->GetView()->GetViewShellI… in GetLastUndoInfo()
372 if (pAction->GetViewShellId() != nViewShellId) in GetLastUndoInfo()
434 …ViewShellId nViewShellId = pView ? pView->GetViewShellId() : m_pDocShell->GetView()->GetViewShellI… in GetFirstRedoInfo()
435 if (pAction->GetViewShellId() != nViewShellId) in GetFirstRedoInfo()
716 nViewShellId = pView->GetViewShellId(); in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundodraw.cxx31 mnViewShellId = pViewShell->GetViewShellId(); in ScUndoDraw()
45 ViewShellId ScUndoDraw::GetViewShellId() const in GetViewShellId() function in ScUndoDraw
H A Dundobase.cxx44 mnViewShellId = pViewShell->GetViewShellId(); in ScSimpleUndo()
47 ViewShellId ScSimpleUndo::GetViewShellId() const in GetViewShellId() function in ScSimpleUndo
551 mnViewShellId = pWrappedUndo->GetViewShellId(); in ScUndoWrapper()
570 ViewShellId ScUndoWrapper::GetViewShellId() const in GetViewShellId() function in ScUndoWrapper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundodraw.cxx31 mnViewShellId = pViewShell->GetViewShellId(); in ScUndoDraw()
45 ViewShellId ScUndoDraw::GetViewShellId() const in GetViewShellId() function in ScUndoDraw
H A Dundobase.cxx44 mnViewShellId = pViewShell->GetViewShellId(); in ScSimpleUndo()
47 ViewShellId ScSimpleUndo::GetViewShellId() const in GetViewShellId() function in ScSimpleUndo
551 mnViewShellId = pWrappedUndo->GetViewShellId(); in ScUndoWrapper()
570 ViewShellId ScUndoWrapper::GetViewShellId() const in GetViewShellId() function in ScUndoWrapper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dlokhelper.cxx42 return static_cast<sal_Int32>(pViewShell->GetViewShellId()); in createView()
56 if (static_cast<sal_Int32>(pViewShell->GetViewShellId()) == nViewShellId) in destroyView()
77 if (static_cast<sal_Int32>(pViewShell->GetViewShellId()) == nViewShellId) in setView()
106 return static_cast<sal_Int32>(pViewShell->GetViewShellId()); in getView()
128 pArray[i] = static_cast<sal_Int32>(pViewShell->GetViewShellId()); in getViewIds()
139 if (pViewShell->GetViewShellId() == ViewShellId(nId)) in setViewLanguage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dlokhelper.cxx96 return static_cast<sal_Int32>(pViewShell->GetViewShellId()); in createView()
140 if (pViewShell->GetViewShellId() == nViewShellId) in destroyView()
161 if (pViewShell->GetViewShellId() == nViewShellId) in setView()
193 return static_cast<sal_Int32>(pViewShell->GetViewShellId()); in getView()
235 pArray[n] = static_cast<sal_Int32>(pViewShell->GetViewShellId()); in getViewIds()
250 if (pViewShell->GetViewShellId() == ViewShellId(nViewId)) in getDocumentIdOfView()
273 if (pViewShell->GetViewShellId() == ViewShellId(nId)) in setViewLanguage()
287 if (pViewShell->GetViewShellId() == ViewShellId(nId)) in setViewLocale()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dviewshe3.cxx106 if (pAction->GetViewShellId() != GetViewShellBase().GetViewShellId()) in GetMenuState()
137 if (pAction->GetViewShellId() != GetViewShellBase().GetViewShellId()) in GetMenuState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dviewshe3.cxx106 if (pAction->GetViewShellId() != GetViewShellBase().GetViewShellId()) in GetMenuState()
137 if (pAction->GetViewShellId() != GetViewShellBase().GetViewShellId()) in GetMenuState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dundobase.hxx44 ViewShellId GetViewShellId() const override;
175 ViewShellId GetViewShellId() const override;
H A Dundodraw.hxx49 ViewShellId GetViewShellId() const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dundobase.hxx45 ViewShellId GetViewShellId() const override;
176 ViewShellId GetViewShellId() const override;
H A Dundodraw.hxx50 ViewShellId GetViewShellId() const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/
H A Dsdundo.hxx36 ViewShellId GetViewShellId() const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/
H A Dsdundo.hxx37 ViewShellId GetViewShellId() const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Deditund2.hxx66 ViewShellId GetViewShellId() const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Deditund2.hxx65 ViewShellId GetViewShellId() const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dundo.hxx67 virtual ViewShellId GetViewShellId() const;
147 ViewShellId GetViewShellId() const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dundo.hxx65 virtual ViewShellId GetViewShellId() const;
145 ViewShellId GetViewShellId() const override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/undo/
H A Dundoobjects.cxx39 mnViewShellId = pViewShell->GetViewShellBase().GetViewShellId(); in SdUndoAction()
42 ViewShellId SdUndoAction::GetViewShellId() const in GetViewShellId() function in SdUndoAction
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/undo/
H A Dundoobjects.cxx39 mnViewShellId = pViewShell->GetViewShellBase().GetViewShellId(); in SdUndoAction()
42 ViewShellId SdUndoAction::GetViewShellId() const in GetViewShellId() function in SdUndoAction
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfubullet.cxx134 "", 0, mpViewShell->GetViewShellBase().GetViewShellId() ); in InsertFormattingMark()
246 …ViewShellId nViewShellId = mpViewShell ? mpViewShell->GetViewShellBase().GetViewShellId() : ViewSh… in InsertSpecialCharacter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfubullet.cxx134 "", 0, mpViewShell->GetViewShellBase().GetViewShellId() ); in InsertFormattingMark()
246 …ViewShellId nViewShellId = mpViewShell ? mpViewShell->GetViewShellBase().GetViewShellId() : ViewSh… in InsertSpecialCharacter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Dfutext3.cxx77 pUndoMgr->EnterListAction( aUndoStr, aUndoStr, 0, rViewShell.GetViewShellId() ); in StopEditMode()

12345