Home
last modified time | relevance | path

Searched refs:GetPage (Results 76 – 100 of 266) sorted by relevance

1234567891011

/aoo42x/main/svx/source/svdraw/
H A Dsvdpntv.cxx367 const SdrPage* pPg=pSdrHint->GetPage(); in Notify()
371 if(mpPageView && mpPageView->GetPage() == pPg) in Notify()
411 if(mpPageView && !mpPageView->GetPage()->IsInserted()) in ModelHasChanged()
604 if(pPage && (!mpPageView || mpPageView->GetPage() != pPage)) in ShowSdrPage()
H A Dsvdetc.cxx873 bool bMaster(rList.GetPage() ? rList.GetPage()->IsMasterPage() : false); in impGetSdrObjListFillColor()
1094 const SdrPage* pPg = pTextEditPV->GetPage(); in GetTextEditBackgroundColor()
/aoo42x/main/sd/source/ui/table/
H A Dtablefunction.cxx186 SdPage* pPage = static_cast< SdPage* >(pPickObj->GetPage()); in FuTable()
264 SdrPage* pPage = pModel->GetPage(0); in CreateTableFromRTF()
/aoo42x/main/sc/source/ui/app/
H A Dclient.cxx75 SdrPage* pPage = pModel->GetPage(nPNr); in GetDrawObj()
114 SdrPage* pPage = pModel->GetPage(static_cast<sal_uInt16>(static_cast<sal_Int16>(nTab))); in RequestNewObjectArea()
/aoo42x/main/sw/source/core/view/
H A Dvdraw.cxx284 GetPageView()->GetPage()->SetSize( rNewSz ); in NotifySizeChg()
300 SdrPage* pPage = pSh->getIDocumentDrawModelAccess()->GetDrawModel()->GetPage( 0 ); in NotifySizeChg()
/aoo42x/main/svx/source/engine3d/
H A Dview3d.cxx437 const SdrPage* pSrcPg=pNewModel->GetPage(nPg); in GetMarkedObjModel()
495 const SdrPage* pSrcPg=rMod.GetPage(nPg); in Paste()
619 pNewCompoundObj->SetPage(pDstScene->GetPage()); in ImpCloneAll3DObjectsToDestScene()
706 if(pObj->GetPage()) in ImpChangeSomeAttributesFor3DConversion()
736 if(pObj->GetPage() && GetModel()->IsUndoEnabled() ) in ImpChangeSomeAttributesFor3DConversion2()
/aoo42x/main/sd/source/ui/view/
H A Dtabcontr.cxx253 if( ( nPageId >= 0 ) && pDoc->GetPage( (sal_uInt16)nPageId ) ) in AcceptDrop()
334 if( ( nPageId >= 0 ) && pDoc->GetPage( (sal_uInt16)nPageId ) ) in ExecuteDrop()
H A Ddrviews7.cxx307 SdPage* pPage = dynamic_cast< SdPage* >( pPageView->GetPage() ); in GetMenuState()
327 SdPage* pPage = dynamic_cast< SdPage* >( pPageView->GetPage() ); in GetMenuState()
368 SdPage* pPage = dynamic_cast< SdPage* >( pPageView->GetPage() ); in GetMenuState()
392 SdPage* pPage = dynamic_cast< SdPage* >( pPageView->GetPage() ); in GetMenuState()
829 SdPage* pMPage = dynamic_cast< SdPage* >( pPageView->GetPage() ); in GetMenuState()
H A Ddrawview.cxx416 const SdrPage* pPage = ((const SdrHint&)rHint).GetPage(); in Notify()
602 pPage = static_cast< SdPage* >( pObj->GetPage() ); in DeleteMarked()
H A Doutlview.cxx697 SdrPage* pPage = mpDoc->GetPage(nAbsPos); in IMPL_LINK()
703 pPage = mpDoc->GetPage(nAbsPos); in IMPL_LINK()
834 SdrPage* pPage = mpDoc->GetPage(nAbsPos); in IMPL_LINK()
840 pPage = mpDoc->GetPage(nAbsPos); in IMPL_LINK()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunoobj.cxx416 if( pObj == NULL || ( pObj->GetPage()->IsMasterPage() && pObj->IsEmptyPresObj() ) ) in getPropertyState()
558 SdPage* pPage = dynamic_cast< SdPage* >(pGroup->GetPage()); in setPropertyValue()
937 SdPage* pPage = PTR_CAST(SdPage,pObj->GetPage()); in IsPresObj()
1026 SdPage* pPage = PTR_CAST(SdPage,pObj->GetPage()); in SetEmptyPresObj()
1065 SdPage* pPage = PTR_CAST(SdPage,pObj->GetPage()); in SetMasterDepend()
/aoo42x/main/basctl/source/dlged/
H A Ddlgedobj.cxx434 pPage_ = pEditor->GetPage(); in PositionAndSizeChange()
680 GetModel()->GetPage(0)->SetObjectOrdNum( nOldTabIndex + 1, nNewTabIndex + 1 ); in TabIndexChange()
1065 pDlgEdForm = ((DlgEdPage*)GetPage())->GetDlgEdForm(); in SetDefaults()
1476 DlgEdPage* pPage_ = pEditor->GetPage(); in PositionAndSizeChange()
1600 SdrPage* pSdrPage = GetPage(); in UpdateStep()
/aoo42x/main/sd/source/ui/func/
H A Dfusel.cxx343 && pObj->GetPage() == pPV->GetPage()) in MouseButtonDown()
351 if(!pObj || (pObj->GetPage() && pObj->GetPage()->IsMasterPage())) in MouseButtonDown()
/aoo42x/main/svx/source/unodraw/
H A Dunoshtxt.cxx641 if( mpObject && mpText && !mbDataValid && mpObject->IsInserted() && mpObject->GetPage() ) in GetBackgroundTextForwarder()
656 …if( pOutlinerParaObject && ( bOwnParaObj || !mpObject->IsEmptyPresObj() || mpObject->GetPage()->Is… in GetBackgroundTextForwarder()
680 SfxStyleSheet* pStyleSheet = mpObject->GetPage()->GetTextStyleSheetForObject( mpObject ); in GetBackgroundTextForwarder()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Ddbwiz.cxx368 SfxTabPage* pPage = static_cast<SfxTabPage*>(WizardDialog::GetPage(_nState)); in leaveState()
392 SfxTabPage* pPage = static_cast<SfxTabPage*>(WizardDialog::GetPage(getCurrentState())); in saveDatasource()
/aoo42x/main/sw/source/ui/uno/
H A Dunotxvw.cxx437 if ( pPV && pObj->GetPage() == pPV->GetPage() ) in select()
477 if ( pPV && pObj->GetPage() == pPV->GetPage() ) in select()
511 if ( pPV && pObj->GetPage() == pPV->GetPage() ) in select()
/aoo42x/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx201 SdrPage* pPage = pPV->GetPage(); in lcl_InsertGraphic()
240 SdrPage* pPage = pPV->GetPage(); in lcl_InsertMedia()
/aoo42x/main/sw/source/ui/utlui/
H A Dcontent.cxx445 SdrPage* pPage = pModel->GetPage(0); in Init()
813 SdrPage* pPage = pModel->GetPage(0); in FillMemberList()
951 SdrPage* pPage = pDrawModel->GetPage(0); in GetEntryAltText()
1044 SdrPage* pPage = pDrawModel->GetPage(0); in GetEntryLongDescription()
1437 SdrPage* pPage = pDrawModel->GetPage(0); in GetDrawingObjectsByContent()
2718 SdrPage* pPage = pDrawModel->GetPage(0); in KeyInput()
3433 SdrPage* pPage = _pModel->GetPage(0); in GotoContent()
/aoo42x/main/sc/source/ui/navipi/
H A Dcontent.cxx180 SdrPage* pPage = pDrawLayer->GetPage(nTab); in getAltLongDescText()
978 SdrPage* pPage = pDrawLayer->GetPage(static_cast<sal_uInt16>(nTab)); in GetDrawNames()
1219 SdrPage* pPage = pDrawLayer->GetPage(static_cast<sal_uInt16>(nTab)); in DrawNamesChanged()
1296 aEditView.ShowSdrPage(aEditView.GetModel()->GetPage(nTab)); in lcl_DoDragObject()
/aoo42x/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx590 if (pObject==NULL || pObject->GetPage() == NULL) in createRedirectedPrimitive2DSequence()
598 …const bool bDoCreateGeometry (pObject->GetPage()->checkVisibility( rOriginal, rDisplayInfo, true)); in createRedirectedPrimitive2DSequence()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsListener.cxx314 HandleModelChange(rSdrHint.GetPage()); in Notify()
427 HandleShapeModification(pObject->GetPage()); in IMPL_LINK()
/aoo42x/main/sc/source/ui/unoobj/
H A Dviewuno.cxx691 SdrPage* pPage = pModel->GetPage(i); in lcl_ShowObject()
830 if ( pPV && pObj->GetPage() == pPV->GetPage() ) in select()
870 if ( pPV && pObj->GetPage() == pPV->GetPage() ) in select()
1227 pDrawPage = pDrawLayer->GetPage(static_cast<sal_uInt16>(nTab)); in GetClickedObject()
/aoo42x/main/sd/source/core/
H A Dsdpage.cxx377 pSdrObj = new SdrPageObj(pModel->GetPage(nDestPageNum)); in CreatePresObj()
1019 pRefPage = pModel->GetPage(nDestPageNum); in GetTitleRect()
2827 const bool bIsInsidePageObj(pPageView && pPageView->GetPage() != pVisualizedPage); in checkVisibility()
2838 const SdPage* pCheckPage = dynamic_cast< const SdPage* >(pObj->GetPage()); in checkVisibility()
2885 if( pObj->GetPage() && pObj->GetPage()->IsMasterPage() ) in checkVisibility()
/aoo42x/main/sd/source/filter/ppt/
H A Dppt97animations.cxx657 if( !pObj || !pObj->GetPage() ) in createAndSetCustomAnimationEffect()
669 ::sd::MainSequencePtr pMainSequence = static_cast<SdPage*>(pObj->GetPage())->getMainSequence(); in createAndSetCustomAnimationEffect()
/aoo42x/main/svx/source/form/
H A Dfmshell.cxx1235 pP = PTR_CAST(FmFormPage,m_pFormView->GetSdrPageView()->GetPage()); in GetCurPage()
1446 SdrPage* pPage = pPageView ? pPageView->GetPage() : NULL; in GetFormControl()
1467 pPage = pModel->GetPage( page ); in GetFormControl()

Completed in 233 milliseconds

1234567891011