Home
last modified time | relevance | path

Searched refs:pDestPage (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfun7.cxx152 SdrPage* pDestPage = pDrawModel->GetPage( static_cast< sal_uInt16 >( nTab ) ); in PasteDraw() local
153 DBG_ASSERT(pDestPage,"nanu, Page?"); in PasteDraw()
156 if ( pDestPage ) in PasteDraw()
158 ScChartHelper::GetChartNames( aExcludedChartNames, pDestPage ); in PasteDraw()
175 pNeuObj->SetPage(pDestPage); in PasteDraw()
183 pDestPage->InsertObject( pNeuObj ); in PasteDraw()
197 if ( pDocument && pDestPage && pModelObj && pDrawTrans ) in PasteDraw()
200 … ScChartHelper::CreateProtectedChartListenersAndNotify( pDocument, pDestPage, pModelObj, nTab, in PasteDraw()
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx150 SdrPage* pDestPage = pDrawLayer->GetPage(static_cast<sal_uInt16>(nDestTab)); in AdjustRangesOfChartsOnDestinationPage() local
151 if( pDestPage ) in AdjustRangesOfChartsOnDestinationPage()
153 SdrObjListIter aIter( *pDestPage, IM_FLAT ); in AdjustRangesOfChartsOnDestinationPage()
191 SdrPage* pDestPage = pDrawLayer->GetPage(static_cast<sal_uInt16>(nDestTab)); in UpdateChartsOnDestinationPage() local
192 if( pDestPage ) in UpdateChartsOnDestinationPage()
194 SdrObjListIter aIter( *pDestPage, IM_FLAT ); in UpdateChartsOnDestinationPage()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1384 SdrPage* pDestPage = NULL; in CopyToClip() local
1405 pDestPage = pDestModel->GetPage( static_cast<sal_uInt16>(nTab) ); in CopyToClip()
1408 DBG_ASSERT( pDestPage, "no page" ); in CopyToClip()
1409 if (pDestPage) in CopyToClip()
1415 pNewObject->SetPage(pDestPage); in CopyToClip()
1420 pDestPage->InsertObject( pNewObject ); in CopyToClip()
1507 SdrPage* pDestPage = GetPage(static_cast<sal_uInt16>(nDestTab)); in CopyFromClip() local
1508 DBG_ASSERT( pSrcPage && pDestPage, "draw page missing" ); in CopyFromClip()
1509 if ( !pSrcPage || !pDestPage ) in CopyFromClip()
1581 pNewObject->SetPage(pDestPage); in CopyFromClip()
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx430 SdrPage* pDestPage = GetSdrPageFromXDrawPage( xDestPage ); in impl_PasteShapes() local
431 if ( pDestPage ) in impl_PasteShapes()
447 pNewObj->SetPage( pDestPage ); in impl_PasteShapes()
456 pDestPage->InsertObject( pNewObj ); in impl_PasteShapes()
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx2433 SwPageFrm* pDestPage = pDestBoss->FindPageFrm(); in MoveFtns() local
2435 if( pSrcPage != pDestPage ) in MoveFtns()
2437 if( pSrcPage->GetPhyPageNum() > pDestPage->GetPhyPageNum() ) in MoveFtns()
2439 pDestPage->UpdateFtnNum(); in MoveFtns()

Completed in 39 milliseconds