Home
last modified time | relevance | path

Searched refs:pPage (Results 251 – 275 of 409) sorted by relevance

1...<<11121314151617

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx294 SdPage* pPage = SdPage::getImplementation( mxCurrentPage ); in addUndo() local
295 if( pPage ) in addUndo()
296 pManager->AddUndoAction( new UndoAnimation( mrBase.GetDocShell()->GetDoc(), pPage ) ); in addUndo()
1874 SdPage* pPage = SdPage::getImplementation( mxCurrentPage ); in onChangeCurrentPage() local
1875 if( pPage ) in onChangeCurrentPage()
1877 mpMainSequence = pPage->getMainSequence(); in onChangeCurrentPage()
2568 SdPage* pPage = SdPage::getImplementation( mxCurrentPage ); in updatePathFromMotionPathTag() local
2569 if( pPage ) in updatePathFromMotionPathTag()
2570 …pManager->AddUndoAction( new UndoAnimationPath( mrBase.GetDocShell()->GetDoc(), pPage, pEffect->ge… in updatePathFromMotionPathTag()
/trunk/main/sd/source/ui/sidebar/
H A DDocumentHelper.hxx57 SdPage* pPage);
104 SdPage* pPage);
/trunk/main/sc/source/ui/unoobj/
H A Dpageuno.cxx36 ScPageObj::ScPageObj( SdrPage* pPage ) : in ScPageObj() argument
37 SvxFmDrawPage( pPage ) in ScPageObj()
/trunk/main/svx/source/svdraw/
H A Dsdrpagewindow.cxx254 SdrPage* pPage = rPageView.GetPage(); in impTryTest() local
255 SdrObject* pObjA = pPage->GetObj(0L); in impTryTest()
266 SdrObject* pObjB = pPage->GetObj(a); in impTryTest()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterObject.cxx226 SdPage* pPage = GetPage(); in getAccessibleName() local
227 if (pPage != NULL) in getAccessibleName()
228 return pPage->GetName(); in getAccessibleName()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dobjectcontactofobjlistpainter.hxx131 const SdrPage* pPage,
136 void SetStartPage(const SdrPage* pPage);
/trunk/main/svx/inc/svx/
H A Dfmmodel.hxx61 virtual void InsertPage(SdrPage* pPage, sal_uInt16 nPos=0xFFFF);
64 virtual void InsertMasterPage(SdrPage* pPage, sal_uInt16 nPos=0xFFFF);
H A Dsvdobj.hxx442 SdrPage* pPage; member in SdrObject
557 SdrPage* GetPage() const { return pPage; } in GetPage()
1157 SdrPage* pPage; member in SdrObjFactory
1170 …static SdrObject* MakeNewObject(sal_uInt32 nInvent, sal_uInt16 nIdent, SdrPage* pPage, SdrModel* p…
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx932 … FmFormPage* pPage = m_pView ? PTR_CAST( FmFormPage, m_pView->GetSdrPageView()->GetPage() ) : NULL; variable
933 …Reference< XIndexAccess > xForms( pPage ? Reference< XIndexAccess >( pPage->GetForms(), UNO_QUERY …
960 lcl_ensureControlsOfFormExist_nothrow( *pPage, *m_pView, *pWindow, xForm );
1798 FmFormPage* pPage = GetFormShell() ? GetFormShell()->GetCurPage() : NULL; in restoreMarkList() local
1799 if (pPage) in restoreMarkList()
1835 SdrObjListIter aPageIter( *pPage ); in restoreMarkList()
H A Dfmview.cxx333 SdrPageView* FmFormView::ShowSdrPage(SdrPage* pPage) in ShowSdrPage() argument
335 SdrPageView* pPV = E3dView::ShowSdrPage(pPage); in ShowSdrPage()
337 if (pPage) in ShowSdrPage()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx375 SdPage* pPage = static_cast< SdPage* >(pPickObj->GetPage()); in DoExecute() local
376 if(pPage && pPage->IsPresObj(pPickObj)) in DoExecute()
378 pPage->InsertPresObj( pOleObj, ePresObjKind ); in DoExecute()
H A Dfuconbez.cxx216 SdPage* pPage = dynamic_cast< SdPage* >( pPathObj ? pPathObj->GetPage() : 0 ); in MouseButtonUp() local
217 if( pPage ) in MouseButtonUp()
219 boost::shared_ptr< sd::MainSequence > pMainSequence( pPage->getMainSequence() ); in MouseButtonUp()
/trunk/main/sw/source/core/draw/
H A Ddview.cxx293 const SwPageFrm *pPage = pFly->FindPageFrm(); in GetMaxToTopObj() local
294 if ( pPage->GetSortedObjs() ) in GetMaxToTopObj()
297 for ( sal_uInt16 i = 0; i < pPage->GetSortedObjs()->Count(); ++i ) in GetMaxToTopObj()
300 (*pPage->GetSortedObjs())[i]->GetDrawObj(); in GetMaxToTopObj()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx769 SdrPage * pPage( pPV->GetPage()); in FuInsertChart() local
770 OSL_ASSERT( pPage ); in FuInsertChart()
772 if( pPage ) in FuInsertChart()
773 pPage->RemoveObject( pObj->GetOrdNum()); in FuInsertChart()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsPageSelector.hxx89 void SelectPage (const SdPage* pPage);
111 const SdPage* pPage,
/trunk/main/sd/source/core/
H A Dcusshow.cxx114 void SdCustomShow::RemovePage( const SdPage* pPage ) in RemovePage() argument
117 while( (nPos = GetPos( (void*)pPage )) != CONTAINER_ENTRY_NOTFOUND ) in RemovePage()
H A Dstlsheet.cxx420 SdPage* pPage = pDrawViewShell->getCurrentPage(); in GetRealStyleSheet() local
421 if( pPage ) in GetRealStyleSheet()
423 aRealStyle = pPage->GetLayoutName(); in GetRealStyleSheet()
431 SdPage* pPage = pDoc->GetSdPage(0, PK_STANDARD); in GetRealStyleSheet() local
433 if (pPage) in GetRealStyleSheet()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx126 SwDPage* pPage = pPV ? ((SwDPage*)pPV->GetPage()) : 0; in RequestHelp() local
127 bWeiter = pPage && pPage->RequestHelp(this, pSdrView, rEvt); in RequestHelp()
/trunk/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsPageCacheManager.hxx104 const SdrPage* pPage);
121 void ReleasePreviewBitmap (const SdrPage* pPage);
/trunk/main/sw/source/core/inc/
H A Dftnfrm.hxx49 virtual void PaintBorder( const SwRect &, const SwPageFrm *pPage,
110 void InvalidateNxtFtnCnts( SwPageFrm* pPage );
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx509 SdrPage* pPage = pPV ? pPV->GetPage() : NULL; in getCurrentPage() local
511 if(pPage) in getCurrentPage()
512 xPage = Reference< drawing::XDrawPage >::query( pPage->getUnoPage() ); in getCurrentPage()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsListener.hxx171 void HandleModelChange (const SdrPage* pPage);
177 void HandleShapeModification (const SdrPage* pPage);
/trunk/main/sd/inc/
H A DEffectMigration.hxx56 static void SetFadeEffect( SdPage* pPage, ::com::sun::star::presentation::FadeEffect eNewEffect);
57 static ::com::sun::star::presentation::FadeEffect GetFadeEffect( const SdPage* pPage );
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx586 SdrPage* pPg = pPage; in Insert3DObj()
588 pPage = pPg; in Insert3DObj()
600 SdrPage* pPg = pPage; in Remove3DObj()
602 pPage = pPg; in Remove3DObj()
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx954 SdPage* pPage = GetDoc()->GetSdPage(i, PK_STANDARD); in FuSupport() local
956 … if (nSId == SID_TITLE_MASTERPAGE && pPage->GetAutoLayout() == AUTOLAYOUT_TITLE) in FuSupport()
959 SwitchPage((pPage->GetPageNum() - 1) / 2); in FuSupport()
961 … else if (nSId == SID_SLIDE_MASTERPAGE && pPage->GetAutoLayout() != AUTOLAYOUT_TITLE) in FuSupport()
964 SwitchPage((pPage->GetPageNum() - 1) / 2); in FuSupport()

Completed in 158 milliseconds

1...<<11121314151617