Searched refs:pSourceView (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sw/source/ui/app/ |
H A D | apphdl.cxx | 510 SwView* pSourceView = m_pMMConfig->GetSourceView(); in IMPL_LINK() local 511 DBG_ASSERT(pTargetView && pSourceView, "source or target view not available" ); in IMPL_LINK() 512 if(pTargetView && pSourceView) in IMPL_LINK() 516 pSourceView->GetViewFrame()->GetFrame().AppearWithUpdate(); in IMPL_LINK() 518 m_pView = pSourceView; in IMPL_LINK() 526 m_pWizard = pFact->CreateMailMergeWizard(*pSourceView, *m_pMMConfig); in IMPL_LINK() 548 SwView* pSourceView = m_pMMConfig->GetSourceView(); in IMPL_LINK() local 549 if(pSourceView) in IMPL_LINK() 551 SwDocShell* pDocShell = pSourceView->GetDocShell(); in IMPL_LINK()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mmoutputpage.cxx | 466 SwView* pSourceView = rConfigItem.GetSourceView(); in ActivatePage() local 467 DBG_ASSERT(pSourceView, "no source view exists"); in ActivatePage() 468 if(pSourceView) in ActivatePage() 470 SwDocShell* pDocShell = pSourceView->GetDocShell(); in ActivatePage() 685 SwView* pSourceView = rConfigItem.GetSourceView(); in IMPL_LINK() local 686 DBG_ASSERT( pSourceView, "source view missing"); in IMPL_LINK() 687 if(pSourceView) in IMPL_LINK() 689 SfxViewFrame* pSourceViewFrm = pSourceView->GetViewFrame(); in IMPL_LINK() 695 SwDocShell* pDocShell = pSourceView->GetDocShell(); in IMPL_LINK() 823 SwView* pSourceView = rConfigItem.GetSourceView(); in IMPL_LINK() local [all …]
|
/trunk/main/sfx2/source/doc/ |
H A D | docvor.cxx | 137 SvLBox* pSourceView; member in SfxOrganizeDlg_Impl 204 pSourceView ( NULL ), in SfxOrganizeDlg_Impl() 843 pSourceBox = pDlg->pSourceView; in NotifyMoving() 902 pSourceBox = pDlg->pSourceView; in NotifyCopying() 1090 pDlg->pSourceView = GetSourceView(); in ExecuteDrop() 1409 SvLBox* pSourceView = GetSourceView(); in IMPL_LINK() local 1410 if ( !pSourceView ) in IMPL_LINK() 1411 pSourceView = pDlg->pSourceView; in IMPL_LINK() 1416 pDlg->nDropAction = SvTreeListBox::ExecuteDrop( *pEvent, pSourceView ); in IMPL_LINK() 1418 pDlg->pSourceView = NULL; in IMPL_LINK()
|
/trunk/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 388 const View* pSourceView = pOwnData->GetView(); in InsertData() local 394 else if( pSourceView ) in InsertData() 396 if( pSourceView == this ) in InsertData() 629 if( !pSourceView->IsPresObjSelected() ) in InsertData() 632 SdDrawDocument* pSourceDoc = (SdDrawDocument*) pSourceView->GetModel(); in InsertData() 634 SdDrawDocument* pModel = (SdDrawDocument*) pSourceView->GetAllMarkedModel(); in InsertData()
|
H A D | sdview2.cxx | 544 const View* pSourceView = pDragTransferable->GetView(); in AcceptDrop() local 550 else if( pSourceView ) in AcceptDrop() 553 pSourceView->GetDocSh()->GetMedium()->GetName().Len() ) in AcceptDrop()
|
/trunk/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 1769 sal_Int8 SvLBox::ExecuteDrop( const ExecuteDropEvent& rEvt, SvLBox* pSourceView ) in ExecuteDrop() argument 1774 DBG_ASSERT( pSourceView, "SvLBox::ExecuteDrop(): no source view" ); in ExecuteDrop() 1775 pSourceView->EnableSelectionAsDropTarget( sal_True, sal_True ); in ExecuteDrop()
|
/trunk/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 2052 void ScInputHandler::SyncViews( EditView* pSourceView ) in SyncViews() argument 2056 if (pSourceView) in SyncViews() 2058 aSel = pSourceView->GetSelection(); in SyncViews() 2059 if (pTopView && pTopView != pSourceView) in SyncViews() 2061 if (pTableView && pTableView != pSourceView) in SyncViews()
|
/trunk/main/sc/source/ui/inc/ |
H A D | inputhdl.hxx | 123 void SyncViews( EditView* pSourceView = NULL );
|
/trunk/main/svtools/inc/svtools/ |
H A D | svlbox.hxx | 379 sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt, SvLBox* pSourceView );
|
Completed in 196 milliseconds