/aoo41x/main/sw/source/core/view/ |
H A D | viewimp.cxx | 425 ViewShell *pTmp = pVSh; in DisposeAccessible() 431 } while ( pTmp != pVSh ); in DisposeAccessible() 439 ViewShell *pTmp = pVSh; in MoveAccessible() 446 } while ( pTmp != pVSh ); in MoveAccessible() 469 ViewShell *pTmp = pVSh; in InvalidateAccessibleFrmContent() 475 } while ( pTmp != pVSh ); in InvalidateAccessibleFrmContent() 490 ViewShell *pTmp = pVSh; in InvalidateAccessibleEditableState() 496 } while ( pTmp != pVSh ); in InvalidateAccessibleEditableState() 508 ViewShell *pTmp = pVSh; in InvalidateAccessibleRelationSet() 515 } while ( pTmp != pVSh ); in InvalidateAccessibleRelationSet() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docchart.cxx | 109 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 D | notxtfrm.cxx | 691 ViewShell *pVSh = 0; in Modify() local 692 pNd->GetDoc()->GetEditShell( &pVSh ); in Modify() 693 if( pVSh ) in Modify() 696 if( pNd->GetGrfObj().IsCached( pVSh->GetOut(), Point(), in Modify() 699 ViewShell *pSh = pVSh; in Modify() 709 } while( pVSh != (pSh = (ViewShell*)pSh->GetNext() )); in Modify() 752 ViewShell *pVSh = 0; in Modify() local 753 pNd->GetDoc()->GetEditShell( &pVSh ); in Modify() 754 if( !pVSh ) in Modify() 757 ViewShell *pSh = pVSh; in Modify() [all …]
|
H A D | doccorr.cxx | 349 ViewShell *pSh = pCurrentView, *pVSh = pSh; in GetEditShell() local 358 } while( pVSh != ( pSh = (ViewShell*)pSh->GetNext() )); in GetEditShell()
|
H A D | docnew.cxx | 998 ViewShell* pVSh = 0; in UpdateLinks() local 1019 … if( GetCurrentViewShell() && !GetEditShell( &pVSh ) && !pVSh ) //swmod 071108//swmod 071225 in UpdateLinks()
|
H A D | htmltbl.cxx | 350 ViewShell *pVSh = 0; in GetBrowseWidthByVisArea() local 351 rDoc.GetEditShell( &pVSh ); in GetBrowseWidthByVisArea() 352 if( pVSh ) in GetBrowseWidthByVisArea() 354 return (sal_uInt16)pVSh->GetBrowseWidth(); in GetBrowseWidthByVisArea()
|
/aoo41x/main/sw/source/core/access/ |
H A D | accframe.cxx | 359 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 D | accframebase.cxx | 72 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 D | accnotexthyperlink.cxx | 86 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 D | acccontext.cxx | 99 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 D | acccell.cxx | 72 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 D | acchyperlink.cxx | 101 ViewShell *pVSh = xPara->GetShell(); in doAccessibleAction() local 102 if( pVSh ) in doAccessibleAction() 104 LoadURL( rINetFmt.GetValue(), pVSh, URLLOAD_NOFILTER, in doAccessibleAction()
|
H A D | accmap.cxx | 1147 const ViewShell *pVSh = GetShell(); in InvalidateShapeInParaSelection() local 1148 const SwFEShell *pFESh = pVSh->ISA( SwFEShell ) ? in InvalidateShapeInParaSelection() 1149 static_cast< const SwFEShell * >( pVSh ) : 0; in InvalidateShapeInParaSelection() 1458 const ViewShell *pVSh = GetShell(); in DoInvalidateShapeSelection() local 1459 const SwFEShell *pFESh = pVSh->ISA( SwFEShell ) ? in DoInvalidateShapeSelection() 1460 static_cast< const SwFEShell * >( pVSh ) : 0; in DoInvalidateShapeSelection() 2641 const ViewShell *pVSh = GetShell(); in InvalidateCursorPosition() local 2642 if( pVSh->ISA( SwCrsrShell ) ) in InvalidateCursorPosition() 2650 else if( pVSh->ISA( SwFEShell ) ) in InvalidateCursorPosition() 2653 const SwFEShell *pFESh = static_cast< const SwFEShell * >( pVSh ); in InvalidateCursorPosition() [all …]
|
H A D | accframe.hxx | 85 sal_Bool IsEditable( ViewShell *pVSh ) const; 87 sal_Bool IsOpaque( ViewShell *pVSh ) const;
|
/aoo41x/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 783 SwCrsrShell *pCrsrSh = pVSh && pVSh->ISA(SwCrsrShell) in Continue() 2420 if( pVSh ) in Show() 2452 if( pVSh && pVSh->HasInvalidRect() ) in ShowStatline() 2473 pVSh = 0; in CallStartAction() 2493 ViewShell *pVSh = 0; in CallEndAction() local 2495 ASSERT( !pVSh || pActionViewShell == pVSh, in CallEndAction() 2499 pVSh = 0; in CallEndAction() 2554 return pVSh; in CallEndAction() 2559 ViewShell *pVSh = 0; in CheckActionViewShell() local 2561 ASSERT( !pVSh || pActionViewShell == pVSh, in CheckActionViewShell() [all …]
|
H A D | htmlforw.cxx | 719 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 D | htmlform.cxx | 711 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()
|
H A D | htmlvsh.hxx | 38 SwHTMLViewShellClient( ViewShell *pVSh );
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | docstdlg.cxx | 160 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()
|
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh2.cxx | 421 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()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | ssfrm.cxx | 372 ViewShell *pVSh = pRootFrm->GetCurrShell(); in ~SwFrm() local 373 if( pVSh && pVSh->Imp() ) in ~SwFrm() 376 pVSh->Imp()->DisposeAccessibleFrm( this ); in ~SwFrm()
|
H A D | fly.cxx | 305 ViewShell *pVSh = pRootFrm->GetCurrShell(); in ~SwFlyFrm() local 306 if( pVSh && pVSh->Imp() ) in ~SwFlyFrm() 310 pVSh->Imp()->DisposeAccessibleFrm( this, sal_True ); in ~SwFlyFrm() 2272 ViewShell *pVSh = pRootFrm->GetCurrShell(); in RemoveFly() local 2273 if( pVSh && pVSh->Imp() ) in RemoveFly() 2275 pVSh->Imp()->DisposeAccessibleFrm( pToRemove ); in RemoveFly()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | apphdl.cxx | 858 ViewShell* pVSh = 0; in ConfigurationChanged() local 859 pDoc->GetEditShell( &pVSh ); in ConfigurationChanged() 860 if ( pVSh ) in ConfigurationChanged() 861 pVSh->ChgNumberDigits(); in ConfigurationChanged()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | section.cxx | 1401 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()
|
/aoo41x/main/sfx2/source/view/ |
H A D | viewfrm.cxx | 1307 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()
|