Searched refs:pViewFactory (Results 1 – 4 of 4) sorted by relevance
478 … SfxViewFactory* pViewFactory = i_rDocument.GetFactory().GetViewFactoryByViewName( sViewId ); in impl_determineEffectiveViewId_nothrow() local479 if ( pViewFactory ) in impl_determineEffectiveViewId_nothrow()480 nViewId = sal_Int16( pViewFactory->GetOrdinal() ); in impl_determineEffectiveViewId_nothrow()
1442 … const SfxViewFactory* pViewFactory = rDocFactory.GetViewFactoryByViewName( sViewId ); in ConnectSfxFrame_Impl() local1443 if ( pViewFactory == NULL ) in ConnectSfxFrame_Impl()1446 if ( pViewFactory->GetOrdinal() == pViewFrame->GetCurViewId() ) in ConnectSfxFrame_Impl()
2331 const SfxViewFactory* pViewFactory = rDocFactory.GetViewFactoryByViewName( sViewId ); in SaveCurrentViewData_Impl() local2332 if ( pViewFactory == NULL ) in SaveCurrentViewData_Impl()2335 if ( pViewFactory->GetOrdinal() == GetCurViewId() ) in SaveCurrentViewData_Impl()
4047 …SfxViewFactory* pViewFactory = GetObjectShell()->GetFactory().GetViewFactoryByViewName( i_rViewNam… in createViewController() local4048 if ( !pViewFactory ) in createViewController()4073 SfxViewShell* pViewShell = pViewFactory->CreateInstance( pViewFrame, pOldViewShell ); in createViewController()4082 pViewFrame->SetCurViewId_Impl( pViewFactory->GetOrdinal() ); in createViewController()