Home
last modified time | relevance | path

Searched refs:pTargetFrame (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dappopen.cxx1138 SfxFrame* pTargetFrame = NULL; in OpenDocExec_Impl() local
1143 pTargetFrame = pFrameItem->GetFrame(); in OpenDocExec_Impl()
1145 if ( !pTargetFrame ) in OpenDocExec_Impl()
1152 if ( !pTargetFrame && !xTargetFrame.is() && SfxViewFrame::Current() ) in OpenDocExec_Impl()
1153 pTargetFrame = &SfxViewFrame::Current()->GetFrame(); in OpenDocExec_Impl()
1217 if ( pTargetFrame ) in OpenDocExec_Impl()
1219 xTargetFrame = pTargetFrame->GetFrameInterface(); in OpenDocExec_Impl()
1232 SfxViewFrame *pView = pTargetFrame ? pTargetFrame->GetCurrentViewFrame() : 0; in OpenDocExec_Impl()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx953 … SfxViewFrame* pTargetFrame = SfxViewFrame::LoadHiddenDocument( *xTargetDocShell, 0 ); in MergeMailFiles() local
955 pTargetView = static_cast<SwView*>( pTargetFrame->GetViewShell() ); in MergeMailFiles()
2884 SfxViewFrame* pTargetFrame = SfxViewFrame::LoadHiddenDocument( *xTargetDocShell, 0 ); in MergeDocuments() local
2887 Window& rTargetWindow = pTargetFrame->GetFrame().GetWindow(); in MergeDocuments()
2892 SwView* pTargetView = static_cast<SwView*>( pTargetFrame->GetViewShell() ); in MergeDocuments()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx4116 SfxFrame* pTargetFrame = SfxFrame::Create( i_rFrame ); in FindOrCreateViewFrame_Impl() local
4117 ENSURE_OR_THROW( pTargetFrame, "could not create an SfxFrame" ); in FindOrCreateViewFrame_Impl()
4118 i_rGuard.takeFrameOwnership( pTargetFrame ); in FindOrCreateViewFrame_Impl()
4121 pTargetFrame->PrepareForDoc_Impl( *GetObjectShell() ); in FindOrCreateViewFrame_Impl()
4124 pViewFrame = new SfxViewFrame( *pTargetFrame, GetObjectShell() ); in FindOrCreateViewFrame_Impl()

Completed in 77 milliseconds