| /trunk/main/sd/source/core/ |
| H A D | drawdoc2.cxx | 96 SdPage* pPage = NULL; in GetObj() 106 pPage = (SdPage*) GetPage(nPage); in GetObj() 133 pPage = (SdPage*) GetMasterPage(nPage); in GetObj() 164 SdPage* pPage = NULL; in GetPageByName() 175 pPage = const_cast<SdPage*>(static_cast<const SdPage*>( in GetPageByName() 194 pPage = const_cast<SdPage*>(static_cast<const SdPage*>( in GetPageByName() 216 SdPage* SdDrawDocument::GetSdPage(sal_uInt16 nPgNum, PageKind ePgKind) const in GetSdPage() 240 SdPage* SdDrawDocument::GetMasterSdPage(sal_uInt16 nPgNum, PageKind ePgKind) in GetMasterSdPage() 268 SdPage* pPage = NULL; in UpdatePageObjectsInNotes() 272 pPage = (SdPage*)GetPage(nPage); in UpdatePageObjectsInNotes() [all …]
|
| H A D | drawdoc3.cxx | 281 virtual void operator()( SdDrawDocument&, SdPage* ) = 0; 307 SdPage* pBMPage; in IterateBookmarkPages() 313 SdPage* pBMMPage = NULL; in IterateBookmarkPages() 318 …pBMMPage = (SdPage*)(&(pBookmarkDoc->GetSdPage((sal_uInt16)nPos, PK_STANDARD)->TRG_GetMasterPage()… in IterateBookmarkPages() 330 pBMPage = (SdPage*) pBookmarkDoc->GetPage(nBMPage); in IterateBookmarkPages() 341 … pBMMPage = (SdPage*) (&(pBookmarkDoc->GetSdPage(nBMSdPage, PK_STANDARD)->TRG_GetMasterPage())); in IterateBookmarkPages() 362 virtual void operator()( SdDrawDocument&, SdPage* ); 370 void InsertBookmarkAsPage_FindDuplicateLayouts::operator()( SdDrawDocument& rDoc, SdPage* pBMMPage ) in operator ()() 396 SdPage* pTestPage = (SdPage*) rDoc.GetMasterPage(nMPage); in operator ()() 416 InsertBookmarkAsPage_AddBookmarkedPages(::std::vector<SdPage*>& rContainer) in InsertBookmarkAsPage_AddBookmarkedPages() [all …]
|
| H A D | sdpage2.cxx | 85 void SdPage::SetPresentationLayout(const String& rLayoutName, in SetPresentationLayout() 103 SdPage* pMaster; in SetPresentationLayout() 104 SdPage* pFoundMaster = 0; in SetPresentationLayout() 112 pMaster = static_cast<SdPage*>(pModel->GetMasterPage(nMaster)); in SetPresentationLayout() 124 pMaster = static_cast<SdPage*>(pModel->GetMasterPage(nMaster - 1)); in SetPresentationLayout() 269 void SdPage::EndListenOutlineText() in EndListenOutlineText() 295 void SdPage::SetModel(SdrModel* pNewModel) in SetModel() 309 FASTBOOL SdPage::IsReadOnly() const in IsReadOnly() 318 void SdPage::ConnectLink() in ConnectLink() 349 void SdPage::DisconnectLink() in DisconnectLink() [all …]
|
| H A D | sdpage.cxx | 90 TYPEINIT2( SdPage, FmFormPage, SdrObjUserCall ); 96 SdPage::SdPage(SdDrawDocument& rNewDoc, StarBASIC* pBasic, sal_Bool bMasterPage) in SdPage() function in SdPage 144 SdPage::~SdPage() in ~SdPage() 163 SdrObject* SdPage::GetPresObj(PresObjKind eObjKind, int nIndex, bool bFuzzySearch /* = false */ ) in GetPresObj() 220 void SdPage::EnsureMasterPageDefaultBackground() in EnsureMasterPageDefaultBackground() 244 SdrObject* SdPage::CreatePresObj(PresObjKind eObjKind, sal_Bool bVertical, const Rectangle& rRect, … in CreatePresObj() 571 SfxStyleSheet* SdPage::GetStyleSheetForMasterPageBackground() const in GetStyleSheetForMasterPageBackground() 590 SfxStyleSheet* SdPage::GetStyleSheetForPresObj(PresObjKind eObjKind) const in GetStyleSheetForPresObj() 641 SdStyleSheet* SdPage::getPresentationStyle( sal_uInt32 nHelpId ) const in getPresentationStyle() 687 void SdPage::Changed(const SdrObject& rObj, SdrUserCallType eType, const Rectangle& ) in Changed() [all …]
|
| H A D | sdpage_animations.cxx | 50 sd::MainSequencePtr SdPage::getMainSequence() in getMainSequence() 59 Reference< XAnimationNode > SdPage::getAnimationNode() throw (RuntimeException) in getAnimationNode() 76 void SdPage::setAnimationNode( Reference< XAnimationNode >& xNode ) throw (RuntimeException) in setAnimationNode() 84 void SdPage::removeAnimations( const SdrObject* pObj ) in removeAnimations() 97 bool SdPage::hasAnimationNode() const in hasAnimationNode() 102 void SdPage::SetFadeEffect(::com::sun::star::presentation::FadeEffect eNewEffect) in SetFadeEffect() 107 FadeEffect SdPage::GetFadeEffect() const in GetFadeEffect() 113 void SdPage::onParagraphInserted( ::Outliner* pOutliner, Paragraph* pPara, SdrObject* pObj ) in onParagraphInserted() 126 void SdPage::onParagraphRemoving( ::Outliner* pOutliner, Paragraph* pPara, SdrObject* pObj ) in onParagraphRemoving() 139 void SdPage::onEndTextEdit( SdrObject* pObj ) in onEndTextEdit() [all …]
|
| H A D | EffectMigration.cxx | 170 void EffectMigration::SetFadeEffect( SdPage* pPage, ::com::sun::star::presentation::FadeEffect eNew… in SetFadeEffect() 205 FadeEffect EffectMigration::GetFadeEffect( const SdPage* pPage ) in GetFadeEffect() 464 sd::MainSequencePtr pMainSequence = static_cast<SdPage*>(pObj->GetPage())->getMainSequence(); in SetAnimationEffect() 519 SdPage* pPage = dynamic_cast< SdPage* >( pObj->GetPage() ); in SetAnimationEffect() 569 sd::MainSequencePtr pMainSequence = static_cast<SdPage*>(pObj->GetPage())->getMainSequence(); in GetAnimationEffect() 640 sd::MainSequencePtr pMainSequence = static_cast<SdPage*>(pObj->GetPage())->getMainSequence(); in SetTextAnimationEffect() 690 SdPage* pPage = dynamic_cast< SdPage* >( pObj->GetPage() ); in SetTextAnimationEffect() 699 SdPage* pPage = dynamic_cast< SdPage* >( pObj->GetPage() ); in SetTextAnimationEffect() 757 … sd::MainSequencePtr pMainSequence = static_cast<SdPage*>(pObj->GetPage())->getMainSequence(); in GetTextAnimationEffect() 859 sd::MainSequencePtr pMainSequence = static_cast<SdPage*>(pObj->GetPage())->getMainSequence(); in SetAnimationSpeed() [all …]
|
| H A D | drawdoc.cxx | 528 return new SdPage(*this, NULL, (sal_Bool)bMasterPage); in AllocPage() 596 SdPage* pPage = (SdPage*) GetPage( i ); in NewOrLoadCompleted() 600 SdPage& rMaster = (SdPage&)pPage->TRG_GetMasterPage(); in NewOrLoadCompleted() 612 SdPage* pPage = (SdPage*) GetMasterPage( nPage ); in NewOrLoadCompleted() 675 SdPage* pPage = GetMasterSdPage(nPage, PK_STANDARD); in NewOrLoadCompleted() 682 SdPage* pPage = (SdPage*)GetPage(nPage); in NewOrLoadCompleted() 689 SdPage* pPage = (SdPage*)GetMasterPage(nPage); in NewOrLoadCompleted() 700 SdPage* pPage = NULL; in NewOrLoadCompleted() 705 pPage = (SdPage*) GetSdPage(nSdPage, PK_STANDARD); in NewOrLoadCompleted() 735 void SdDrawDocument::NewOrLoadCompleted( SdPage* pPage, SdStyleSheetPool* pSPool ) in NewOrLoadCompleted()
|
| H A D | PageListWatcher.hxx | 31 class SdPage; 41 typedef ::std::vector< SdPage* > SdPageVector; 47 SdPage* mpHandoutPage; 58 virtual SdPage* ImpGetPage (sal_uInt32 nIndex) const = 0; 65 SdPage* GetSdPage(PageKind ePgKind, sal_uInt32 nPgNum = 0L); 75 virtual SdPage* ImpGetPage(sal_uInt32 nIndex) const; 88 virtual SdPage* ImpGetPage(sal_uInt32 nIndex) const;
|
| H A D | PageListWatcher.cxx | 48 SdPage* pCandidate = ImpGetPage(a); in ImpRecreateSortedPageListOnDemand() 87 SdPage* ImpPageListWatcher::GetSdPage(PageKind ePgKind, sal_uInt32 nPgNum) in GetSdPage() 89 SdPage* pRetval(0L); in GetSdPage() 186 SdPage* ImpDrawPageListWatcher::ImpGetPage(sal_uInt32 nIndex) const in ImpGetPage() 188 return (SdPage*)mrModel.GetPage((sal_uInt16)nIndex); in ImpGetPage() 207 SdPage* ImpMasterPageListWatcher::ImpGetPage(sal_uInt32 nIndex) const in ImpGetPage() 209 return (SdPage*)mrModel.GetMasterPage((sal_uInt16)nIndex); in ImpGetPage()
|
| /trunk/main/sd/source/ui/sidebar/ |
| H A D | DocumentHelper.cxx | 46 SdPage* DocumentHelper::CopyMasterPageToLocalDocument ( in CopyMasterPageToLocalDocument() 48 SdPage* pMasterPage) in CopyMasterPageToLocalDocument() 50 SdPage* pNewMasterPage = NULL; in CopyMasterPageToLocalDocument() 85 if (pMasterPage != static_cast<SdPage*>( in CopyMasterPageToLocalDocument() 89 SdPage* pNotesMasterPage = static_cast<SdPage*>( in CopyMasterPageToLocalDocument() 101 SdPage* pCandidate = static_cast<SdPage*>( in CopyMasterPageToLocalDocument() 126 SdPage* pSlide = rTargetDocument.GetSdPage( in CopyMasterPageToLocalDocument() 138 SdPage* pNewNotesMasterPage in CopyMasterPageToLocalDocument() 165 SdPage* DocumentHelper::GetSlideForMasterPage (SdPage* pMasterPage) in GetSlideForMasterPage() 167 SdPage* pCandidate = NULL; in GetSlideForMasterPage() [all …]
|
| H A D | DocumentHelper.hxx | 30 class SdPage; 42 static SdPage* CopyMasterPageToLocalDocument ( 44 SdPage* pMasterPage); 49 static SdPage* GetSlideForMasterPage (SdPage* pMasterPage); 57 SdPage* pPage); 71 SdPage* pMasterPage, 72 const ::boost::shared_ptr<std::vector<SdPage*> >& rPageList); 75 static SdPage* AddMasterPage ( 77 SdPage* pMasterPage); 78 static SdPage* AddMasterPage ( [all …]
|
| H A D | MasterPageContainerProviders.hxx | 30 class SdPage; 50 virtual SdPage* operator() (SdDrawDocument* pDocument) = 0; 83 virtual Image operator() (int nWidth, SdPage* pPage, ::sd::PreviewRenderer& rRenderer) = 0; 107 virtual Image operator () (int nWidth, SdPage* pPage, ::sd::PreviewRenderer& rRenderer); 124 virtual SdPage* operator () (SdDrawDocument* pDocument); 144 virtual Image operator() (int nWidth, SdPage* pPage, ::sd::PreviewRenderer& rRenderer); 160 virtual SdPage* operator () (SdDrawDocument* pDocument); 173 ExistingPageProvider (SdPage* pPage); 174 virtual SdPage* operator() (SdDrawDocument* pDocument); 178 SdPage* mpPage;
|
| H A D | MasterPageContainerProviders.cxx | 52 SdPage* pPage, in operator ()() 94 SdPage* pPage, in operator ()() 238 SdPage* TemplatePageObjectProvider::operator() (SdDrawDocument* pContainerDocument) in operator ()() 243 SdPage* pPage = NULL; in operator ()() 314 SdPage* DefaultPageObjectProvider::operator () (SdDrawDocument* pContainerDocument) in operator ()() 316 SdPage* pLocalMasterPage = NULL; in operator ()() 320 SdPage* pLocalSlide = pContainerDocument->GetSdPage((sal_uInt16)nIndex, PK_STANDARD); in operator ()() 322 pLocalMasterPage = dynamic_cast<SdPage*>(&pLocalSlide->TRG_GetMasterPage()); in operator ()() 348 ExistingPageProvider::ExistingPageProvider (SdPage* pPage) in ExistingPageProvider() 354 SdPage* ExistingPageProvider::operator() (SdDrawDocument* pDocument) in operator ()()
|
| H A D | MasterPagesSelector.hxx | 45 class SdPage; 87 static SdPage* AddMasterPage ( 89 SdPage* pMasterPage, 131 void InvalidatePreview (const SdPage* pPage); 155 virtual SdPage* GetSelectedMasterPage (void); 161 void AssignMasterPageToAllSlides (SdPage* pMasterPage); 168 void AssignMasterPageToSelectedSlides (SdPage* pMasterPage); 171 SdPage* pMasterPage,
|
| /trunk/main/sd/source/core/undo/ |
| H A D | undoobjects.cxx | 42 SdPage* pPage = dynamic_cast< SdPage* >( rObject.GetPage() ); in UndoRemovePresObjectImpl() 201 SdPage* pPage = dynamic_cast< SdPage* >( rObject.GetPage() ); in UndoObjectSetText() 252 , mpOldUserCall((SdPage*)rObject.GetUserCall()) in UndoObjectUserCall() 294 meOldKind = static_cast< SdPage* >( mxPage.get() )->GetPresObjKind( &rObject ); in UndoObjectPresentationKind() 303 SdPage* pPage = static_cast< SdPage* >( mxPage.get() ); in Undo() 318 SdPage* pPage = static_cast< SdPage* >( mxPage.get() ); in Redo() 328 UndoAutoLayoutPosAndSize::UndoAutoLayoutPosAndSize( SdPage& rPage ) in UndoAutoLayoutPosAndSize() 344 SdPage* pPage = static_cast< SdPage* >( mxPage.get() ); in Redo() 367 … ScopeLockGuard aGuard( static_cast< SdPage* >( mxPage.get() )->maLockAutoLayoutArrangement ); in Undo() 386 … ScopeLockGuard aGuard( static_cast< SdPage* >(mxPage.get())->maLockAutoLayoutArrangement ); in Redo() [all …]
|
| /trunk/main/sd/inc/ |
| H A D | drawdoc.hxx | 84 class SdPage; 209 … void UpdatePageRelativeURLs(SdPage* pPage, sal_uInt16 nPos, sal_Int32 nIncrement); 210 void FillOnlineSpellingList(SdPage* pPage); 276 …void RemoveUnnecessaryMasterPages( SdPage* pMaster=NULL, sal_Bool bOnlyDuplicatePag… 364 SD_DLLPUBLIC SdPage*GetSdPage(sal_uInt16 nPgNum, PageKind ePgKind) const; 367 void SetSelected(SdPage* pPage, sal_Bool bSelect); 370 SD_DLLPUBLIC SdPage*GetMasterSdPage(sal_uInt16 nPgNum, PageKind ePgKind); 412 void InsertObject(SdrObject* pObj, SdPage* pPage); 413 void RemoveObject(SdrObject* pObj, SdPage* pPage); 432 void NewOrLoadCompleted( SdPage* pPage, SdStyleSheetPool* pSPool ); [all …]
|
| /trunk/main/sd/source/ui/view/ |
| H A D | outlview.cxx | 555 SdPage* OutlineView::InsertSlideForParagraph( Paragraph* pPara ) in InsertSlideForParagraph() 605 SdPage* pExample = (SdPage*)mpDoc->GetSdPage((sal_uInt16)nExample, PK_STANDARD); in InsertSlideForParagraph() 606 SdPage* pPage = (SdPage*)mpDoc->AllocPage(sal_False); in InsertSlideForParagraph() 642 pExample = (SdPage*)mpDoc->GetSdPage((sal_uInt16)nExample, PK_NOTES); in InsertSlideForParagraph() 643 SdPage* pNotesPage = (SdPage*)mpDoc->AllocPage(sal_False); in InsertSlideForParagraph() 847 …mpOutliner->SetDepth( pPara, (pPage && (static_cast<SdPage*>(pPage)->GetAutoLayout() == AUTOLAYOUT… in IMPL_LINK() 884 SdPage*pPage = (SdPage*)mpDoc->GetSdPage( (sal_uInt16) nPos, PK_STANDARD); in IMPL_LINK() 904 SdPage* pPage = (SdPage*) mpDoc->GetSdPage( (sal_uInt16) nPos, PK_STANDARD ); in IMPL_LINK() 1047 SdPage* pPage = mpDoc->GetSdPage(nPos, PK_STANDARD); in IMPL_LINK() 1111 SdPage* pPage = mpDoc->GetSdPage(nPosNewOrder, PK_STANDARD); in IMPL_LINK() [all …]
|
| H A D | ViewClipboard.cxx | 65 SdPage* pMasterPage = GetFirstMasterPage (rTransferable); in HandlePageDrop() 75 SdPage* ViewClipboard::GetFirstMasterPage (const SdTransferable& rTransferable) in GetFirstMasterPage() 77 SdPage* pFirstMasterPage = NULL; in GetFirstMasterPage() 120 pFirstMasterPage = static_cast<SdPage*>( in GetFirstMasterPage() 136 SdPage* pMasterPage) in AssignMasterPage() 148 SdPage* pPage = static_cast<SdPage*>(pPageView->GetPage()); in AssignMasterPage() 202 SdPage* pPage = pDoc->GetSdPage( nPage, PK_STANDARD ); in DetermineInsertPosition()
|
| /trunk/main/sd/source/ui/unoidl/ |
| H A D | unomodel.cxx | 500 SdPage* SdXImpressDocument::InsertSdPage( sal_uInt16 nPage, sal_Bool bDuplicate ) throw() in InsertSdPage() 507 SdPage* pStandardPage = NULL; in InsertSdPage() 512 pStandardPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage() 521 …SdPage* pPreviousStandardPage = mpDoc->GetSdPage( Min( (sal_uInt16)(nPageCount - 1), nPage ), PK_S… in InsertSdPage() 536 SdPage* pPreviousNotesPage = (SdPage*) mpDoc->GetPage( nStandardPageNum - 1 ); in InsertSdPage() 545 pStandardPage = (SdPage*) pPreviousStandardPage->Clone(); in InsertSdPage() 547 pStandardPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage() 577 SdPage* pNotesPage = NULL; in InsertSdPage() 580 pNotesPage = (SdPage*) pPreviousNotesPage->Clone(); in InsertSdPage() 582 pNotesPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage() [all …]
|
| H A D | unopage.cxx | 96 …ference< XAnnotation > createAnnotation( const Reference< XComponentContext >& xContext, SdPage* ); 372 SdGenericDrawPage::SdGenericDrawPage( SdXImpressDocument* _pModel, SdPage* pInPage, const SvxItemPr… in SdGenericDrawPage() 693 SdPage* pPage = pDoc->GetMasterSdPage(i, ePageKind); in setPropertyValue() 701 SdPage* pPage = pDoc->GetSdPage(i, ePageKind); in setPropertyValue() 1545 OUString aFileName( static_cast<SdPage*>(SvxFmDrawPage::mpPage)->GetFileName() ); in getBookmarkURL() 1548 …const OUString aBookmarkName( SdDrawPage::getPageApiNameFromUiName( static_cast<SdPage*>(SvxFmDraw… in getBookmarkURL() 1571 static_cast<SdPage*>(SvxFmDrawPage::mpPage)->DisconnectLink(); in setBookmarkURL() 1572 static_cast<SdPage*>(SvxFmDrawPage::mpPage)->SetFileName( aFileName ); in setBookmarkURL() 1573 static_cast<SdPage*>(SvxFmDrawPage::mpPage)->SetBookmarkName( aBookmarkName ); in setBookmarkURL() 1574 static_cast<SdPage*>(SvxFmDrawPage::mpPage)->ConnectLink(); in setBookmarkURL() [all …]
|
| /trunk/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 578 SdPage* pPage = (SdPage*)MakeBlancPage( sal_True ); in Import() 592 ((SdPage*)pPage)->SetAutoLayout( AUTOLAYOUT_NOTES, sal_True ); in Import() 640 … aLayoutName = ( (SdPage*)mpDoc->GetMasterPage( nMasterNum - 1 ) )->GetName(); in Import() 733 SdPage* pMPage; in Import() 735 …for ( i = 0; i < mpDoc->GetMasterPageCount() && ( (pMPage = (SdPage*)mpDoc->GetMasterPage( i )) !=… in Import() 749 SdrPage* pNotesClone = ((SdPage*)pSdrModel->GetMasterPage( 2 ))->Clone(); in Import() 753 … String aLayoutName( ((SdPage*)pSdrModel->GetMasterPage( nAktPageNum - 1 ))->GetLayoutName() ); in Import() 754 … ((SdPage*)pNotesClone)->SetPresentationLayout( aLayoutName, sal_False, sal_False, sal_False ); in Import() 755 ((SdPage*)pNotesClone)->SetLayoutName( aLayoutName ); in Import() 774 ProcessData aProcessData( *(*pList)[ nAktPageNum ], (SdPage*)pMPage ); in Import() [all …]
|
| /trunk/main/sd/source/ui/dlg/ |
| H A D | headerfooterdlg.cxx | 87 SdPage* mpMaster; 96 PresLayoutPreview( ::Window* pParent, const ResId& rResId, SdPage* pMaster ); 167 SdPage* mpCurrentPage; 184 void GetOrSetDateTimeLanguage( LanguageType &rLanguage, bool bSet, SdPage* pPage ); 187 …e( HeaderFooterDialog* pDialog, ::Window* pParent, SdDrawDocument* pDoc, SdPage* pActualPage, bool… 205 …terDialog( ViewShell* pViewShell, ::Window* pParent, SdDrawDocument* pDoc, SdPage* pCurrentPage ) : in HeaderFooterDialog() 214 SdPage* pSlide; in HeaderFooterDialog() 215 SdPage* pNotes; in HeaderFooterDialog() 219 pNotes = (SdPage*)pDoc->GetPage( pCurrentPage->GetPageNum() + 1 ); in HeaderFooterDialog() 224 pSlide = (SdPage*)pDoc->GetPage( pCurrentPage->GetPageNum() -1 ); in HeaderFooterDialog() [all …]
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | OutlineViewShell.hxx | 31 class SdPage; 90 virtual SdPage* GetActualPage(); 93 virtual SdPage* getCurrentPage() const; 145 virtual void UpdatePreview (SdPage* pPage, sal_Bool bInit = sal_False); 155 void SetCurrentPage (SdPage* pPage); 157 bool UpdateTitleObject( SdPage* pPage, Paragraph* pPara ); 158 bool UpdateOutlineObject( SdPage* pPage, Paragraph* pPara ); 165 SdPage* pLastPage; // Zur performanten Aufbereitung der Preview
|
| H A D | OutlineView.hxx | 31 class SdPage; 83 SdrTextObj* CreateTitleTextObject(SdPage* pPage); 84 SdrTextObj* CreateOutlineTextObject(SdPage* pPage); 94 SdPage* GetActualPage(); 95 SdPage* GetPageForParagraph( Paragraph* pPara ); 96 Paragraph* GetParagraphForPage( ::Outliner* pOutl, SdPage* pPage ); 99 void SetActualPage( SdPage* pActual ); 168 SdPage* InsertSlideForParagraph( Paragraph* pPara );
|
| /trunk/main/sd/source/ui/slidesorter/controller/ |
| H A D | SlsSlotManager.cxx | 555 SdPage* pPage = aSelectedPages.GetNextElement()->GetPage(); in GetMenuState() 598 SdPage* pPage = aSelectedPages.GetNextElement()->GetPage(); in GetMenuState() 618 SdPage* pPage = aAllPages.GetNextElement()->GetPage(); in GetMenuState() 796 SdPage* pPage = aSelectedPages.GetNextElement()->GetPage(); in GetClipboardState() 825 SdPage* pPage = NULL; in GetStatusBarState() 826 SdPage* pFirstPage = NULL; in GetStatusBarState() 893 SdPage* pSelectedPage = NULL; in RenameSlide() 949 SdPage* pCurrentPage = NULL; in IMPL_LINK() 965 SdPage* pPageToRename = NULL; in RenameSlideFromDrawViewShell() 980 SdPage* pUndoPage = pPageToRename; in RenameSlideFromDrawViewShell() [all …]
|