Home
last modified time | relevance | path

Searched refs:pViewSh (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dviewuno.cxx446 if (pViewSh) in ScTabViewObj()
855 if (pViewSh) in getSelection()
946 if (pViewSh) in getCount()
988 if (pViewSh) in GetObjectByIndex_Impl()
1033 if (pViewSh) in getActiveSheet()
1364 if (pViewSh) in GetZoom()
1404 if (pViewSh) in GetZoomType()
1489 if (pViewSh) in getIsWindowSplit()
1505 if (pViewSh) in hasFrozenPanes()
1519 if (pViewSh) in getSplitHorizontal()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dviewuno.cxx446 if (pViewSh) in ScTabViewObj()
859 if (pViewSh) in getSelection()
950 if (pViewSh) in getCount()
992 if (pViewSh) in GetObjectByIndex_Impl()
1037 if (pViewSh) in getActiveSheet()
1369 if (pViewSh) in GetZoom()
1380 if (pViewSh) in SetZoom()
1407 if (pViewSh) in GetZoomType()
1435 if (pViewSh) in SetZoomType()
1492 if (pViewSh) in getIsWindowSplit()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dfuinsert.hxx31 static rtl::Reference<FuPoor> Create( ViewShell* pViewSh, ::sd::Window* pWin,
39 ViewShell* pViewSh,
56 …static rtl::Reference<FuPoor> Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S…
61 ViewShell* pViewSh,
75 …static rtl::Reference<FuPoor> Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S…
80 ViewShell* pViewSh,
94 …static rtl::Reference<FuPoor> Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S…
99 ViewShell* pViewSh,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dfuinsert.hxx32 static rtl::Reference<FuPoor> Create( ViewShell* pViewSh, ::sd::Window* pWin,
40 ViewShell* pViewSh,
57 …static rtl::Reference<FuPoor> Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S…
62 ViewShell* pViewSh,
76 …static rtl::Reference<FuPoor> Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S…
81 ViewShell* pViewSh,
95 …static rtl::Reference<FuPoor> Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S…
100 ViewShell* pViewSh,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/app/
H A Dsdmod2.cxx120 …const SdrTextObj* pTextObj = (pViewSh && pViewSh->GetDoc()) ? pViewSh->GetDoc()->GetFormattingText… in GetCurrentPage()
216 if(pViewSh == nullptr) in IMPL_LINK()
220 pViewSh = pBase->GetMainViewShell().get(); in IMPL_LINK()
222 if( !pDoc && pViewSh ) in IMPL_LINK()
223 pDoc = pViewSh->GetDoc(); in IMPL_LINK()
252 if(pViewSh == nullptr) in IMPL_LINK()
258 if( !pDoc && pViewSh ) in IMPL_LINK()
259 pDoc = pViewSh->GetDoc(); in IMPL_LINK()
283 if(pViewSh == nullptr) in IMPL_LINK()
289 if( !pDoc && pViewSh ) in IMPL_LINK()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/app/
H A Dsdmod2.cxx119 …const SdrTextObj* pTextObj = (pViewSh && pViewSh->GetDoc()) ? pViewSh->GetDoc()->GetFormattingText… in GetCurrentPage()
215 if(pViewSh == nullptr) in IMPL_LINK()
219 pViewSh = pBase->GetMainViewShell().get(); in IMPL_LINK()
221 if( !pDoc && pViewSh ) in IMPL_LINK()
222 pDoc = pViewSh->GetDoc(); in IMPL_LINK()
251 if(pViewSh == nullptr) in IMPL_LINK()
257 if( !pDoc && pViewSh ) in IMPL_LINK()
258 pDoc = pViewSh->GetDoc(); in IMPL_LINK()
282 if(pViewSh == nullptr) in IMPL_LINK()
288 if( !pDoc && pViewSh ) in IMPL_LINK()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/
H A Dclient.cxx78 ScTabViewShell* pViewSh = dynamic_cast<ScTabViewShell*>( pSfxViewSh ); in RequestNewObjectArea() local
79 if (!pViewSh) in RequestNewObjectArea()
96 sal_uInt16 nTab = pViewSh->GetViewData().GetTabNo(); in RequestNewObjectArea()
140 ScTabViewShell* pViewSh = dynamic_cast<ScTabViewShell*>( pSfxViewSh ); in ObjectAreaChanged() local
141 if (!pViewSh) in ObjectAreaChanged()
170 pViewSh->GetViewData().GetDocShell()->SetDrawModified(); in ObjectAreaChanged()
171 pViewSh->ScrollToObject(pDrawObj); in ObjectAreaChanged()
216 ScTabViewShell* pViewSh = dynamic_cast<ScTabViewShell*>( pSfxViewSh ); in ViewChanged() local
217 if ( pViewSh ) in ViewChanged()
219 vcl::Window* pWin = pViewSh->GetActiveWin(); in ViewChanged()
[all …]
H A Dscmod.cxx997 if ( pViewSh ) in ModifyOptions()
1029 if ( pViewSh ) in ModifyOptions()
1116 if (pViewSh) in ModifyOptions()
1131 if ( pViewSh ) in ModifyOptions()
1233 if ( pViewSh ) in ModifyOptions()
1249 pViewSh->PaintTop(); in ModifyOptions()
1312 if ( !pViewSh ) in GetInputHdl()
1321 if ( pViewSh ) in GetInputHdl()
1806 if ( pViewSh ) in lcl_CheckNeedsRepaint()
1846 if (pViewSh) in IMPL_LINK_NOARG()
[all …]
H A Dinputwin.cxx149 ScTabViewShell* pViewSh = nullptr; in lcl_chooseRuntimeImpl() local
174 ScTabViewShell* pViewSh = nullptr; in ScInputWindow() local
248 else if (pViewSh) in ScInputWindow()
352 if ( pViewSh ) in Select()
848 if ( pViewSh ) in IMPL_LINK()
1429 mpViewShell(pViewSh), in ScTextWnd()
1637 if ( pViewSh ) in KeyInput()
1648 if ( pViewSh ) in GetFocus()
1879 if ( pViewSh ) in MakeDialogEditView()
2151 if ( pViewSh ) in lcl_GetInputType()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Dclient.cxx78 ScTabViewShell* pViewSh = dynamic_cast<ScTabViewShell*>( pSfxViewSh ); in RequestNewObjectArea() local
79 if (!pViewSh) in RequestNewObjectArea()
96 sal_uInt16 nTab = pViewSh->GetViewData().GetTabNo(); in RequestNewObjectArea()
140 ScTabViewShell* pViewSh = dynamic_cast<ScTabViewShell*>( pSfxViewSh ); in ObjectAreaChanged() local
141 if (!pViewSh) in ObjectAreaChanged()
171 pViewSh->GetViewData().GetDocShell()->SetDrawModified(); in ObjectAreaChanged()
172 pViewSh->ScrollToObject(pDrawObj); in ObjectAreaChanged()
217 ScTabViewShell* pViewSh = dynamic_cast<ScTabViewShell*>( pSfxViewSh ); in ViewChanged() local
218 if ( pViewSh ) in ViewChanged()
220 vcl::Window* pWin = pViewSh->GetActiveWin(); in ViewChanged()
[all …]
H A Dscmod.cxx989 if ( pViewSh ) in ModifyOptions()
1021 if ( pViewSh ) in ModifyOptions()
1108 if (pViewSh) in ModifyOptions()
1123 if ( pViewSh ) in ModifyOptions()
1231 if ( pViewSh ) in ModifyOptions()
1246 pViewSh->PaintGrid(); in ModifyOptions()
1247 pViewSh->PaintTop(); in ModifyOptions()
1248 pViewSh->PaintLeft(); in ModifyOptions()
1309 if ( !pViewSh ) in GetInputHdl()
1318 if ( pViewSh ) in GetInputHdl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dpgbrksh.cxx37 ScPageBreakShell::ScPageBreakShell(ScTabViewShell* pViewSh) in ScPageBreakShell() argument
38 : SfxShell(pViewSh) in ScPageBreakShell()
40 SetPool(&pViewSh->GetPool()); in ScPageBreakShell()
41 ScViewData& rViewData = pViewSh->GetViewData(); in ScPageBreakShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dpgbrksh.cxx38 ScPageBreakShell::ScPageBreakShell( ScTabViewShell* pViewSh ) : in ScPageBreakShell() argument
39 SfxShell(pViewSh) in ScPageBreakShell()
41 SetPool( &pViewSh->GetPool() ); in ScPageBreakShell()
42 ScViewData& rViewData = pViewSh->GetViewData(); in ScPageBreakShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfulink.cxx37 ViewShell* pViewSh, in FuLink() argument
42 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuLink()
46 rtl::Reference<FuPoor> FuLink::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create() argument
48 rtl::Reference<FuPoor> xFunc( new FuLink( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfumeasur.cxx31 ViewShell* pViewSh, in FuMeasureDlg() argument
36 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuMeasureDlg()
40 rtl::Reference<FuPoor> FuMeasureDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pV… in Create() argument
42 rtl::Reference<FuPoor> xFunc( new FuMeasureDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfutxtatt.cxx31 ViewShell* pViewSh, in FuTextAttrDlg() argument
36 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuTextAttrDlg()
40 rtl::Reference<FuPoor> FuTextAttrDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* p… in Create() argument
42 rtl::Reference<FuPoor> xFunc( new FuTextAttrDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconnct.cxx31 ViewShell* pViewSh, in FuConnectionDlg() argument
36 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuConnectionDlg()
40 rtl::Reference<FuPoor> FuConnectionDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View*… in Create() argument
42 rtl::Reference<FuPoor> xFunc( new FuConnectionDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfulink.cxx37 ViewShell* pViewSh, in FuLink() argument
42 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuLink()
46 rtl::Reference<FuPoor> FuLink::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, S… in Create() argument
48 rtl::Reference<FuPoor> xFunc( new FuLink( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfumeasur.cxx31 ViewShell* pViewSh, in FuMeasureDlg() argument
36 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuMeasureDlg()
40 rtl::Reference<FuPoor> FuMeasureDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pV… in Create() argument
42 rtl::Reference<FuPoor> xFunc( new FuMeasureDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfuconnct.cxx31 ViewShell* pViewSh, in FuConnectionDlg() argument
36 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuConnectionDlg()
40 rtl::Reference<FuPoor> FuConnectionDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View*… in Create() argument
42 rtl::Reference<FuPoor> xFunc( new FuConnectionDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfutxtatt.cxx31 ViewShell* pViewSh, in FuTextAttrDlg() argument
36 : FuPoor(pViewSh, pWin, pView, pDoc, rReq) in FuTextAttrDlg()
40 rtl::Reference<FuPoor> FuTextAttrDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* p… in Create() argument
42 rtl::Reference<FuPoor> xFunc( new FuTextAttrDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
H A Dfucushow.cxx36 ViewShell* pViewSh, in FuCustomShowDlg() argument
41 : FuPoor( pViewSh, pWin, pView, pDoc, rReq ) in FuCustomShowDlg()
45 rtl::Reference<FuPoor> FuCustomShowDlg::Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View*… in Create() argument
47 rtl::Reference<FuPoor> xFunc( new FuCustomShowDlg( pViewSh, pWin, pView, pDoc, rReq ) ); in Create()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/navipi/
H A Dnavipi.cxx675 ScTabViewShell* pViewSh = GetTabViewShell(); in UpdateSelection() local
676 if( !pViewSh ) in UpdateSelection()
711 ScTabViewShell* pViewSh = GetTabViewShell(); in GetNavigatorSettings() local
712 return pViewSh ? pViewSh->GetNavigatorSettings() : nullptr; in GetNavigatorSettings()
717 ScTabViewShell* pViewSh = GetTabViewShell(); in GetViewData() local
718 pViewData = pViewSh ? &pViewSh->GetViewData() : nullptr; in GetViewData()
894 ScTabViewShell* pViewSh = GetTabViewShell(); in MarkDataArea() local
896 if ( !pViewSh ) in MarkDataArea()
902 pViewSh->MarkDataArea(); in MarkDataArea()
916 if ( pViewSh ) in UnmarkDataArea()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dshell.cxx72 : pViewSh(nullptr) in SfxShell_Impl()
99 SfxShell::SfxShell( SfxViewShell *pViewSh ) in SfxShell() argument
104 pImpl->pViewSh = pViewSh; in SfxShell()
128 return pImpl->pViewSh; in GetViewShell()
135 if ( pImpl->pViewSh ) in GetFrame()
136 return pImpl->pViewSh->GetViewFrame(); in GetFrame()
524 SfxViewShell *pViewSh = dynamic_cast<SfxViewShell*>( this ); in SetVerbs() local
526 DBG_ASSERT(pViewSh, "Only call SetVerbs at the ViewShell!"); in SetVerbs()
527 if ( !pViewSh ) in SetVerbs()
534 pViewSh->GetViewFrame()->GetDispatcher()->GetBindings(); in SetVerbs()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/control/
H A Dshell.cxx77 : pViewSh(nullptr) in SfxShell_Impl()
104 SfxShell::SfxShell( SfxViewShell *pViewSh ) in SfxShell() argument
109 pImpl->pViewSh = pViewSh; in SfxShell()
133 return pImpl->pViewSh; in GetViewShell()
140 if ( pImpl->pViewSh ) in GetFrame()
141 return pImpl->pViewSh->GetViewFrame(); in GetFrame()
529 SfxViewShell *pViewSh = dynamic_cast<SfxViewShell*>( this ); in SetVerbs() local
531 DBG_ASSERT(pViewSh, "Only call SetVerbs at the ViewShell!"); in SetVerbs()
532 if ( !pViewSh ) in SetVerbs()
539 pViewSh->GetViewFrame()->GetDispatcher()->GetBindings(); in SetVerbs()
[all …]

12345678910>>...16