Home
last modified time | relevance | path

Searched refs:pVSh (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/sw/source/core/view/
H A Dviewimp.cxx400 ViewShell *pTmp = pVSh; in DisposeAccessible()
406 } while ( pTmp != pVSh ); in DisposeAccessible()
414 ViewShell *pTmp = pVSh; in MoveAccessible()
421 } while ( pTmp != pVSh ); in MoveAccessible()
444 ViewShell *pTmp = pVSh; in InvalidateAccessibleFrmContent()
450 } while ( pTmp != pVSh ); in InvalidateAccessibleFrmContent()
465 ViewShell *pTmp = pVSh; in InvalidateAccessibleEditableState()
471 } while ( pTmp != pVSh ); in InvalidateAccessibleEditableState()
483 ViewShell *pTmp = pVSh; in InvalidateAccessibleRelationSet()
490 } while ( pTmp != pVSh ); in InvalidateAccessibleRelationSet()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocchart.cxx109 ViewShell* pVSh; in IMPL_LINK() local
110 GetEditShell( &pVSh ); in IMPL_LINK()
111 if( pVSh ) in IMPL_LINK()
124 _UpdateCharts( *pTmpTbl, *pVSh ); in IMPL_LINK()
160 ViewShell* pVSh; in UpdateCharts() local
161 GetEditShell( &pVSh ); in UpdateCharts()
163 if( pVSh ) in UpdateCharts()
164 _UpdateCharts( *pTmpTbl, *pVSh ); in UpdateCharts()
203 ViewShell* pVSh; in SetTableName() local
204 GetEditShell( &pVSh ); in SetTableName()
H A Dnotxtfrm.cxx704 ViewShell *pVSh = 0; in Modify() local
705 pNd->GetDoc()->GetEditShell( &pVSh ); in Modify()
706 if( pVSh ) in Modify()
709 if( pNd->GetGrfObj().IsCached( pVSh->GetOut(), Point(), in Modify()
712 ViewShell *pSh = pVSh; in Modify()
722 } while( pVSh != (pSh = (ViewShell*)pSh->GetNext() )); in Modify()
765 ViewShell *pVSh = 0; in Modify() local
766 pNd->GetDoc()->GetEditShell( &pVSh ); in Modify()
767 if( !pVSh ) in Modify()
770 ViewShell *pSh = pVSh; in Modify()
[all …]
H A Ddoccorr.cxx349 ViewShell *pSh = pCurrentView, *pVSh = pSh; in GetEditShell() local
358 } while( pVSh != ( pSh = (ViewShell*)pSh->GetNext() )); in GetEditShell()
H A Ddocnew.cxx1013 ViewShell* pVSh = 0; in UpdateLinks() local
1034 … if( GetCurrentViewShell() && !GetEditShell( &pVSh ) && !pVSh ) //swmod 071108//swmod 071225 in UpdateLinks()
H A Dhtmltbl.cxx354 ViewShell *pVSh = 0; in GetBrowseWidthByVisArea() local
355 rDoc.GetEditShell( &pVSh ); in GetBrowseWidthByVisArea()
356 if( pVSh ) in GetBrowseWidthByVisArea()
358 return (sal_uInt16)pVSh->GetBrowseWidth(); in GetBrowseWidthByVisArea()
/trunk/main/sw/source/core/access/
H A Daccframe.cxx359 sal_Bool SwAccessibleFrame::IsEditable( ViewShell *pVSh ) const in IsEditable()
365 ASSERT( pVSh, "no view shell" ); in IsEditable()
366 if( pVSh && (pVSh->GetViewOptions()->IsReadonly() || in IsEditable()
367 pVSh->IsPreView()) ) in IsEditable()
376 sal_Bool SwAccessibleFrame::IsOpaque( ViewShell *pVSh ) const in IsOpaque()
382 ASSERT( pVSh, "no view shell" ); in IsOpaque()
383 if( !pVSh ) in IsOpaque()
386 const SwViewOption *pVOpt = pVSh->GetViewOptions(); in IsOpaque()
H A Daccframebase.cxx72 const ViewShell *pVSh = GetMap()->GetShell(); in IsSelected() local
73 DBG_ASSERT( pVSh, "no shell?" ); in IsSelected()
74 if( pVSh->ISA( SwFEShell ) ) in IsSelected()
76 const SwFEShell *pFESh = static_cast< const SwFEShell * >( pVSh ); in IsSelected()
90 const ViewShell *pVSh = GetMap()->GetShell(); in GetStates() local
91 DBG_ASSERT( pVSh, "no shell?" ); in GetStates()
92 sal_Bool bSelectable = pVSh->ISA( SwFEShell ); in GetStates()
H A Daccnotexthyperlink.cxx86 ViewShell *pVSh = xFrame->GetShell(); in doAccessibleAction() local
87 if( pVSh ) in doAccessibleAction()
89 LoadURL( pMapObj->GetURL(), pVSh, URLLOAD_NOFILTER, in doAccessibleAction()
97 ViewShell *pVSh = xFrame->GetShell(); in doAccessibleAction() local
98 if( pVSh ) in doAccessibleAction()
100 LoadURL( aURL.GetURL(), pVSh, URLLOAD_NOFILTER, in doAccessibleAction()
H A Dacccontext.cxx99 ViewShell *pVSh = GetMap()->GetShell(); in InitStates() local
100 bIsEditableState = pVSh && IsEditable( pVSh ); in InitStates()
101 bIsOpaqueState = pVSh && IsOpaque( pVSh ); in InitStates()
127 const ViewShell *pVSh = GetMap()->GetShell(); in GetWindow() local
128 ASSERT( pVSh, "no view shell" ); in GetWindow()
129 if( pVSh ) in GetWindow()
130 pWin = pVSh->GetWin(); in GetWindow()
1377 ViewShell *pVSh = GetMap()->GetShell(); in InvalidateStates() local
1378 if( pVSh ) in InvalidateStates()
1383 sal_Bool bIsNewEditableState = IsEditable( pVSh ); in InvalidateStates()
[all …]
H A Dacccell.cxx72 const ViewShell *pVSh = GetMap()->GetShell(); in IsSelected() local
73 DBG_ASSERT( pVSh, "no shell?" ); in IsSelected()
74 if( pVSh->ISA( SwCrsrShell ) ) in IsSelected()
76 const SwCrsrShell *pCSh = static_cast< const SwCrsrShell * >( pVSh ); in IsSelected()
95 const ViewShell *pVSh = GetMap()->GetShell(); in GetStates() local
96 DBG_ASSERT( pVSh, "no shell?" ); in GetStates()
97 if( pVSh->ISA( SwCrsrShell ) ) in GetStates()
H A Daccmap.cxx1138 const ViewShell *pVSh = GetShell(); in InvalidateShapeInParaSelection() local
1139 const SwFEShell *pFESh = pVSh->ISA( SwFEShell ) ? in InvalidateShapeInParaSelection()
1140 static_cast< const SwFEShell * >( pVSh ) : 0; in InvalidateShapeInParaSelection()
1449 const ViewShell *pVSh = GetShell(); in DoInvalidateShapeSelection() local
1450 const SwFEShell *pFESh = pVSh->ISA( SwFEShell ) ? in DoInvalidateShapeSelection()
1451 static_cast< const SwFEShell * >( pVSh ) : 0; in DoInvalidateShapeSelection()
2632 const ViewShell *pVSh = GetShell(); in InvalidateCursorPosition() local
2633 if( pVSh->ISA( SwCrsrShell ) ) in InvalidateCursorPosition()
2641 else if( pVSh->ISA( SwFEShell ) ) in InvalidateCursorPosition()
2644 const SwFEShell *pFESh = static_cast< const SwFEShell * >( pVSh ); in InvalidateCursorPosition()
[all …]
H A Dacchyperlink.cxx101 ViewShell *pVSh = xPara->GetShell(); in doAccessibleAction() local
102 if( pVSh ) in doAccessibleAction()
104 LoadURL( rINetFmt.GetValue(), pVSh, URLLOAD_NOFILTER, in doAccessibleAction()
H A Daccframe.hxx85 sal_Bool IsEditable( ViewShell *pVSh ) const;
87 sal_Bool IsOpaque( ViewShell *pVSh ) const;
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx780 SwCrsrShell *pCrsrSh = pVSh && pVSh->ISA(SwCrsrShell) in Continue()
2409 if( pVSh ) in Show()
2441 if( pVSh && pVSh->HasInvalidRect() ) in ShowStatline()
2462 pVSh = 0; in CallStartAction()
2482 ViewShell *pVSh = 0; in CallEndAction() local
2484 ASSERT( !pVSh || pActionViewShell == pVSh, in CallEndAction()
2488 pVSh = 0; in CallEndAction()
2543 return pVSh; in CallEndAction()
2548 ViewShell *pVSh = 0; in CheckActionViewShell() local
2550 ASSERT( !pVSh || pActionViewShell == pVSh, in CheckActionViewShell()
[all …]
H A Dhtmlforw.cxx719 ViewShell *pVSh = 0; in GetControlSize() local
720 pDoc->GetEditShell( &pVSh ); in GetControlSize()
721 if( !pVSh ) in GetControlSize()
726 SdrView* pDrawView = pVSh->GetDrawView(); in GetControlSize()
727 ASSERT( pDrawView && pVSh->GetWin(), "no DrawView or window!" ); in GetControlSize()
728 if ( pDrawView && pVSh->GetWin() ) in GetControlSize()
729 xControl = pFormObj->GetUnoControl( *pDrawView, *pVSh->GetWin() ); in GetControlSize()
H A Dhtmlform.cxx711 ViewShell *pVSh; in SetControlSize() local
712 pDoc->GetEditShell( &pVSh ); in SetControlSize()
713 if( !pVSh && !nEventId ) in SetControlSize()
730 pDoc->GetEditShell( &pVSh ); in SetControlSize()
751 const SdrView* pDrawView = pVSh ? pVSh->GetDrawView() : 0; in SetControlSize()
755 if ( pDrawView && pVSh->GetWin() ) in SetControlSize()
756 xControl = pFormObj->GetUnoControl( *pDrawView, *pVSh->GetWin() ); in SetControlSize()
/trunk/main/sw/source/ui/dialog/
H A Ddocstdlg.cxx160 SfxViewShell *pVSh = SfxViewShell::Current(); in Update() local
162 if ( pVSh->ISA(SwView) ) in Update()
163 pSh = ((SwView*)pVSh)->GetWrtShellPtr(); in Update()
164 else if ( pVSh->ISA(SwPagePreView) ) in Update()
165 pSh = ((SwPagePreView*)pVSh)->GetViewShell(); in Update()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx421 void LoadURL( const String& rURL, ViewShell* pVSh, sal_uInt16 nFilter, in LoadURL() argument
424 ASSERT( rURL.Len() && pVSh, "was soll hier geladen werden?" ); in LoadURL()
425 if( !rURL.Len() || !pVSh ) in LoadURL()
430 if ( pVSh && pVSh->ISA(SwCrsrShell) ) in LoadURL()
433 pSh = (SwWrtShell*)pVSh; in LoadURL()
/trunk/main/sw/source/core/layout/
H A Dssfrm.cxx372 ViewShell *pVSh = pRootFrm->GetCurrShell(); in ~SwFrm() local
373 if( pVSh && pVSh->Imp() ) in ~SwFrm()
376 pVSh->Imp()->DisposeAccessibleFrm( this ); in ~SwFrm()
H A Dfly.cxx286 ViewShell *pVSh = pRootFrm->GetCurrShell(); in ~SwFlyFrm() local
287 if( pVSh && pVSh->Imp() ) in ~SwFlyFrm()
291 pVSh->Imp()->DisposeAccessibleFrm( this, sal_True ); in ~SwFlyFrm()
2252 ViewShell *pVSh = pRootFrm->GetCurrShell(); in RemoveFly() local
2253 if( pVSh && pVSh->Imp() ) in RemoveFly()
2255 pVSh->Imp()->DisposeAccessibleFrm( pToRemove ); in RemoveFly()
H A Dtabfrm.cxx4622 ViewShell* pVSh = pRootFrm->GetCurrShell(); in Cut() local
4623 if ( pVSh && pVSh->Imp() ) in Cut()
4630 pVSh->Imp()->DisposeAccessibleFrm( pCellFrm ); in Cut()
5528 ViewShell* pVSh = pRootFrm->GetCurrShell(); in Cut() local
5529 if ( pVSh && pVSh->Imp() ) in Cut()
5531 pVSh->Imp()->DisposeAccessibleFrm( this ); in Cut()
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx858 ViewShell* pVSh = 0; in ConfigurationChanged() local
859 pDoc->GetEditShell( &pVSh ); in ConfigurationChanged()
860 if ( pVSh ) in ConfigurationChanged()
861 pVSh->ChgNumberDigits(); in ConfigurationChanged()
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx1401 ViewShell* pVSh = 0; in DataChanged() local
1402 SwEditShell* pESh = pDoc->GetEditShell( &pVSh ); in DataChanged()
1413 else if( pVSh ) in DataChanged()
1414 pVSh->StartAction(); in DataChanged()
1644 else if( pVSh ) in DataChanged()
1645 pVSh->EndAction(); in DataChanged()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx1307 const SfxViewShell* pVSh, in SetBorderPixelImpl() argument
1316 Size aSize = pVSh->GetWindow()->GetOutputSizePixel(); in SetBorderPixelImpl()
1341 pVSh->GetWindow()->SetPosSizePixel( aEditArea.TopLeft(), aEditArea.GetSize() ); in SetBorderPixelImpl()
1810 void SfxViewFrame::SetViewShell_Impl( SfxViewShell *pVSh ) in SetViewShell_Impl() argument
1819 SfxShell::SetViewShell_Impl( pVSh ); in SetViewShell_Impl()
1822 if ( pVSh ) in SetViewShell_Impl()

Completed in 358 milliseconds

12