Home
last modified time | relevance | path

Searched refs:pViewFactory (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/view/
H A Dfrmload.cxx478 … SfxViewFactory* pViewFactory = i_rDocument.GetFactory().GetViewFactoryByViewName( sViewId ); in impl_determineEffectiveViewId_nothrow() local
479 if ( pViewFactory ) in impl_determineEffectiveViewId_nothrow()
480 nViewId = sal_Int16( pViewFactory->GetOrdinal() ); in impl_determineEffectiveViewId_nothrow()
H A Dsfxbasecontroller.cxx1450 … const SfxViewFactory* pViewFactory = rDocFactory.GetViewFactoryByViewName( sViewId ); in ConnectSfxFrame_Impl() local
1451 if ( pViewFactory == NULL ) in ConnectSfxFrame_Impl()
1454 if ( pViewFactory->GetOrdinal() == pViewFrame->GetCurViewId() ) in ConnectSfxFrame_Impl()
H A Dviewfrm.cxx2331 const SfxViewFactory* pViewFactory = rDocFactory.GetViewFactoryByViewName( sViewId ); in SaveCurrentViewData_Impl() local
2332 if ( pViewFactory == NULL ) in SaveCurrentViewData_Impl()
2335 if ( pViewFactory->GetOrdinal() == GetCurViewId() ) in SaveCurrentViewData_Impl()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx4143 …SfxViewFactory* pViewFactory = GetObjectShell()->GetFactory().GetViewFactoryByViewName( i_rViewNam… in createViewController() local
4144 if ( !pViewFactory ) in createViewController()
4169 SfxViewShell* pViewShell = pViewFactory->CreateInstance( pViewFrame, pOldViewShell ); in createViewController()
4178 pViewFrame->SetCurViewId_Impl( pViewFactory->GetOrdinal() ); in createViewController()

Completed in 62 milliseconds