Home
last modified time | relevance | path

Searched refs:nViewNo (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddocfac.cxx475 for ( sal_uInt16 nViewNo = 0; in GetViewFactoryByViewName() local
476 nViewNo < GetViewFactoryCount(); in GetViewFactoryByViewName()
477 ++nViewNo in GetViewFactoryByViewName()
480 SfxViewFactory& rViewFac( GetViewFactory( nViewNo ) ); in GetViewFactoryByViewName()
H A Dsfxbasemodel.cxx4009 for ( sal_Int32 nViewNo = 0; nViewNo < nViewFactoryCount; ++nViewNo ) in getAvailableViewControllerNames() local
4010 aViewNames[nViewNo] = rDocumentFactory.GetViewFactory( nViewNo ).GetAPIViewName(); in getAvailableViewControllerNames()
/trunk/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx574 …sal_uInt16 nViewNo = rDocFac.GetViewNo_Impl( GetViewFrame_Impl().GetCurViewId(), rDocFac.GetViewFa… in getViewControllerName() local
575 …OSL_ENSURE( nViewNo < rDocFac.GetViewFactoryCount(), "SfxBaseController::getViewControllerName: vi… in getViewControllerName()
578 if ( nViewNo < rDocFac.GetViewFactoryCount() ) in getViewControllerName()
579 sViewName = rDocFac.GetViewFactory( nViewNo ).GetAPIViewName(); in getViewControllerName()
1477 …const sal_uInt16 nViewNo = m_pData->m_pViewShell->GetObjectShell()->GetFactory().GetViewNo_Impl( p… in ConnectSfxFrame_Impl() local
1478 DBG_ASSERT( nViewNo != USHRT_MAX, "view shell id not found" ); in ConnectSfxFrame_Impl()
1479 if ( nViewNo != USHRT_MAX ) in ConnectSfxFrame_Impl()
1480 pViewFrame->GetBindings().Invalidate( nViewNo + SID_VIEWSHELL0 ); in ConnectSfxFrame_Impl()
H A Dfrmload.cxx625 const sal_Int16 nViewNo = xDoc->GetFactory().GetViewNo_Impl( nViewId, 0 ); in load() local
626 … const ::rtl::OUString sViewName( xDoc->GetFactory().GetViewFactory( nViewNo ).GetAPIViewName() ); in load()
H A Dviewfrm.cxx2509 const sal_uInt16 nViewNo = rReq.GetSlot() - SID_VIEWSHELL0; in ExecView_Impl() local
2510 sal_Bool bSuccess = SwitchToViewShell_Impl( nViewNo, sal_True ); in ExecView_Impl()
2681 sal_uInt16 nViewNo = nWhich - SID_VIEWSHELL0; in StateView_Impl() local
2683 nViewNo && !GetObjectShell()->IsInPlaceActive() ) in StateView_Impl()
2686 GetObjectShell()->GetFactory().GetViewFactory(nViewNo); in StateView_Impl()
/trunk/main/sc/source/ui/vba/
H A Dexcelvbahelper.cxx72 sal_uInt16 nViewNo = SID_VIEWSHELL1 - SID_VIEWSHELL0; in isInPrintPreview() local
74 nViewNo && !pView->GetObjectShell()->IsInPlaceActive() ) in isInPrintPreview()
77 pView->GetObjectShell()->GetFactory().GetViewFactory(nViewNo); in isInPrintPreview()
H A Dvbahelper.cxx94 sal_uInt16 nViewNo = SID_VIEWSHELL1 - SID_VIEWSHELL0; in isInPrintPreview() local
96 nViewNo && !pView->GetObjectShell()->IsInPlaceActive() ) in isInPrintPreview()
99 pView->GetObjectShell()->GetFactory().GetViewFactory(nViewNo); in isInPrintPreview()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx108 sal_uInt16 nViewNo = SID_VIEWSHELL1 - SID_VIEWSHELL0; in isInPrintPreview() local
110 nViewNo && !pView->GetObjectShell()->IsInPlaceActive() ) in isInPrintPreview()
113 pView->GetObjectShell()->GetFactory().GetViewFactory(nViewNo); in isInPrintPreview()

Completed in 158 milliseconds