Searched refs:nViewId (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sfx2/source/view/ |
H A D | frmload.cxx | 451 sal_Int16 nViewId = i_rDescriptor.getOrDefault( "ViewId", sal_Int16( 0 ) ); in impl_determineEffectiveViewId_nothrow() local 454 if ( nViewId == 0 ) do in impl_determineEffectiveViewId_nothrow() 480 nViewId = sal_Int16( pViewFactory->GetOrdinal() ); in impl_determineEffectiveViewId_nothrow() 489 if ( nViewId == 0 ) in impl_determineEffectiveViewId_nothrow() 490 nViewId = i_rDocument.GetFactory().GetViewFactory( 0 ).GetOrdinal(); in impl_determineEffectiveViewId_nothrow() 491 return nViewId; in impl_determineEffectiveViewId_nothrow() 624 const sal_Int16 nViewId = impl_determineEffectiveViewId_nothrow( *xDoc, aDescriptor ); in load() local 625 const sal_Int16 nViewNo = xDoc->GetFactory().GetViewNo_Impl( nViewId, 0 ); in load()
|
H A D | frame2.cxx | 249 SfxFrame* SfxFrame::Create( SfxObjectShell& rDoc, Window& rWindow, sal_uInt16 nViewId, bool bHidden… in Create() argument 273 if ( nViewId ) in Create() 274 aArgs.put( "ViewId", nViewId ); in Create()
|
H A D | viewfrm.cxx | 2413 …const sal_uInt16 nViewId = ( bIsIndex || !nViewIdOrNo ) ? rDocFact.GetViewFactory( nViewIdOrNo ).G… in SwitchToViewShell_Impl() local 2416 SaveCurrentViewData_Impl( nViewId ); in SwitchToViewShell_Impl() 2423 nViewId, in SwitchToViewShell_Impl() 2496 const sal_uInt16 nViewId = static_cast< const SfxUInt16Item* >( pItem )->GetValue(); in ExecView_Impl() local 2497 sal_Bool bSuccess = SwitchToViewShell_Impl( nViewId ); in ExecView_Impl() 2533 const sal_uInt16 nViewId = pViewIdItem ? pViewIdItem->GetValue() : GetCurViewId(); in ExecView_Impl() local 2541 LoadViewIntoFrame_Impl_NoThrow( *GetObjectShell(), xFrame, nViewId, false ); in ExecView_Impl()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | glshell.cxx | 277 sal_uInt16 nViewId = 0 != &SwView::Factory() ? 2 : 6; in SV_IMPL_REF() local 280 if( 6 == nViewId ) in SV_IMPL_REF() 300 …bShow ? SfxViewFrame::LoadDocument( *xDocSh, nViewId ) : SfxViewFrame::LoadHiddenDocument( *xDocSh… in SV_IMPL_REF()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | frame.hxx | 137 …static SfxFrame* Create( SfxObjectShell& rDoc, Window& rWindow, sal_uInt16 nViewId, bool bHidde…
|
Completed in 80 milliseconds